Re: [pid-mode.el] cannot edit

2004-10-06 Thread Jerome Quelin
On 04/10/05 10:30 -0400, Aaron Sherman wrote: > On Mon, 04 Oct 2004 21:39:59 +0100, Piers Cawley <[EMAIL PROTECTED]> wrote: > > Stéphane Payrard <[EMAIL PROTECTED]> writes: > > > switch to emacs. :) > > Or patch pir-mode.el, your choice. > That should be something like: [snip] > no? John Paul Wall

Re: [pid-mode.el] cannot edit

2004-10-05 Thread Aaron Sherman
On Fri, 2004-10-01 at 18:22, John Paul Wallington wrote: > 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-

Re: [pid-mode.el] cannot edit

2004-10-05 Thread Aaron Sherman
On Mon, 04 Oct 2004 21:39:59 +0100, Piers Cawley <[EMAIL PROTECTED]> wrote: > Stéphane Payrard <[EMAIL PROTECTED]> writes: > > > On Fri, Oct 01, 2004 at 06:09:37PM +0200, Jerome Quelin wrote: > > This function is defined in emacs: > > > > line-beginning-position is a built-in function. > > (li

Re: [pid-mode.el] cannot edit

2004-10-04 Thread Piers Cawley
Stéphane Payrard <[EMAIL PROTECTED]> writes: > On Fri, Oct 01, 2004 at 06:09:37PM +0200, Jerome Quelin wrote: >> Hi, >> >> I tried the pir-mode provided in the editor/ subdir. And when opening a >> .imc file (I've associated .pir with pir-mode + font-lock-mode), I >> cannot type spaces or carriag

Re: [pid-mode.el] cannot edit

2004-10-03 Thread Jerome Quelin
On 04/10/03 15:10 +0100, John Paul Wallington wrote: > > > 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: [snip] > ;;; pir-mode.el ends here Applied with due credi

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 Jerome Quelin
On 04/10/03 12:09 +0100, John Paul Wallington wrote: > > 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,

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-03 Thread Jerome Quelin
On 04/10/03 00:33 +0100, John Paul Wallington wrote: > > 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-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-02 Thread Jerome Quelin
On 04/10/01 23:22 +0100, John Paul Wallington wrote: > 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 > > How about defining a compatibility alias if necessary like so: > > -

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

Re: [pid-mode.el] cannot edit

2004-10-01 Thread Stéphane Payrard
On Fri, Oct 01, 2004 at 06:09:37PM +0200, Jerome Quelin wrote: > Hi, > > I tried the pir-mode provided in the editor/ subdir. And when opening a > .imc file (I've associated .pir with pir-mode + font-lock-mode), I > cannot type spaces or carriage returns: > > (24) (warning/warning) Error caught i

[pid-mode.el] cannot edit

2004-10-01 Thread Jerome Quelin
Hi, I tried the pir-mode provided in the editor/ subdir. And when opening a .imc file (I've associated .pir with pir-mode + font-lock-mode), I cannot type spaces or carriage returns: (24) (warning/warning) Error caught in `font-lock-pre-idle-hook': (invalid-regexp Invalid syntax designator) And