Re: [pid-mode.el] cannot edit

2004-10-03 Thread John Paul Wallington
> > There are further changes I would like to make to pir-mode.el, mostly > > simple bug-fixes and clean-ups. > > Then, send the whole patch and I'll apply it for you. Here you go: --- pir-mode.el 17 Aug 2004 15:59:49 +0100 1.2 +++ pir-mode.el 03 Oct 2004 15:03:28 +0100 @@ -5,19 +5,34

Re: [pid-mode.el] cannot edit

2004-10-03 Thread John Paul Wallington
> Works like a charm. Thanx a lot. > Does it still works with emacs? Yes, as far as I can tell. > If yes, then do you have commit rights? I don't have commit rights. There are further changes I would like to make to pir-mode.el, mostly simple bug-fixes and clean-ups.

Re: [pid-mode.el] cannot edit

2004-10-02 Thread John Paul Wallington
> Now it works, I can use spaces and returns. But while fontifying, I get: > > (5) (warning/warning) Error caught in `font-lock-pre-idle-hook': > (invalid-regexp Invalid syntax designator) How about this fix: Index: pir-mode.el ===

Re: [pid-mode.el] cannot edit

2004-10-01 Thread John Paul Wallington
Jerome Quelin <[EMAIL PROTECTED]> writes: > And the minibuffer tells me: > Symbol's function definition is void: line-beginning-position > > I'm using xemacs 21.4.14 You could put something like: (defalias 'line-beginning-position 'point-at-bol) in your XEmacs init file. How about defining a co