Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-13 Thread Kim F. Storm
Glenn Morris <[EMAIL PROTECTED]> writes: > Kim F. Storm wrote: > >> Should we add quack.el to the list of packages which we recommend people >> to upgrade when using Emacs 22.1 ? (The list is in etc/NEWS). > > I don't think this was a quack + emacs 22 problem, it was just a > problem in older ve

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-12 Thread Glenn Morris
Kim F. Storm wrote: > Should we add quack.el to the list of packages which we recommend people > to upgrade when using Emacs 22.1 ? (The list is in etc/NEWS). I don't think this was a quack + emacs 22 problem, it was just a problem in older versions of quack, full stop. http://www.neilvandyke.

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-12 Thread Kim F. Storm
"Jose A. Ortega" <[EMAIL PROTECTED]> writes: > On 4/12/07, Richard Matthew Stallman <[EMAIL PROTECTED]> wrote: >> I wonder if Jose has some obsolete Emacs Lisp code in his load-path. >> > > Actually, I've discovered the culprit: it was an old version of > quack.el mode for scheme (a third party ad

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-12 Thread Jose A. Ortega
On 4/12/07, Richard Matthew Stallman <[EMAIL PROTECTED]> wrote: I wonder if Jose has some obsolete Emacs Lisp code in his load-path. Actually, I've discovered the culprit: it was an old version of quack.el mode for scheme (a third party add-on). I've updated to the last version of quack and th

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-12 Thread Richard Matthew Stallman
I wonder if Jose has some obsolete Emacs Lisp code in his load-path. ___ emacs-pretest-bug mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-12 Thread martin rudalics
In a buffer with scheme-mode active, delete-trailing-whitespace treats a traling vertical bar character (|) as trailing whitespace (that is, the character is deleted when invoking delete-trailing-whitespace, either interactively or as a write hook). Other modes (elisp, lisp, c, fundamental) seem t

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-11 Thread Glenn Morris
Richard Matthew Stallman wrote: > It seems that this does not happen in the current CVS. Looks like it's > been this way for about 2 years. > > If that is the case, how come Jose gets this bug? His snapshot is > surely not 2 years old. I don't know. All I can say is that: emacs -q --no-

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-11 Thread Jose A. Ortega
It seems that this does not happen in the current CVS. Looks like it's been this way for about 2 years. If that is the case, how come Jose gets this bug? His snapshot is surely not 2 years old. Yes, I was about to ask the same thing. But I've checked again, and noticed that with a ve

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-11 Thread Richard Matthew Stallman
> In a buffer with scheme-mode active, delete-trailing-whitespace treats > a traling vertical bar character (|) as trailing whitespace (that is, > the character is deleted when invoking delete-trailing-whitespace, > either interactively or as a write hook). It seems that this d

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-10 Thread Eric Hanchrow
> "Jose" == Jose A Ortega <[EMAIL PROTECTED]> writes: Jose> In a buffer with scheme-mode active, Jose> delete-trailing-whitespace treats a traling vertical bar Jose> character (|) as trailing whitespace (that is, the character Jose> is deleted when invoking delete-trailing-whit

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-10 Thread Glenn Morris
"Jose A. Ortega" wrote: > In a buffer with scheme-mode active, delete-trailing-whitespace treats > a traling vertical bar character (|) as trailing whitespace (that is, > the character is deleted when invoking delete-trailing-whitespace, > either interactively or as a write hook). It seems that t

delete-trailing-whitespace misbehaves in scheme-mode

2007-04-10 Thread Jose A. Ortega
In a buffer with scheme-mode active, delete-trailing-whitespace treats a traling vertical bar character (|) as trailing whitespace (that is, the character is deleted when invoking delete-trailing-whitespace, either interactively or as a write hook). Other modes (elisp, lisp, c, fundamental) seem t