Skipping a generic comment backwards

2006-04-30 Thread martin rudalics
When skipping a generic comment backwards `forward-comment' doesn't update count1. As a consequence (forward-comment -1) skips all generic comments preceding point. The trivial patch below should resolve this. 2006-04-29 Martin Rudalics [EMAIL PROTECTED] * syntax.c

Re: Skipping a generic comment backwards

2006-04-30 Thread Stefan Monnier
When skipping a generic comment backwards `forward-comment' doesn't update count1. As a consequence (forward-comment -1) skips all generic comments preceding point. The trivial patch below should resolve this. Thanks. Installed. BTW, your tiny contributions are beginning to accumulate, so

Re: Big desktop undo buffer crashes Emacs

2006-04-30 Thread Bill Wohler
Richard Stallman [EMAIL PROTECTED] wrote: Every morning for the past weeks, I've had a message in my minibuffer that roughly goes, Desktop undo buffer is 3+ MB, discard? (yes or no). I've been saying yes. This morning, feeling snarky, I said no and Emacs crashed. Could you

Better message when using a key sequence as prefix character which is already bound

2006-04-30 Thread Christoph Conrad
In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu) of 2006-04-27 on brabbelbox Loading a library which tries to define (define-key gnus-summary-mode-map \C-crm 'gnus-bmk-set) Emacs message: byte-code: Key sequence C-c r m uses invalid prefix characters This is because C-c r is already bound by me. I

Re: Big desktop undo buffer crashes Emacs

2006-04-30 Thread Luc Teirlinck
Bill Wohler wrote: Weird, a copy of the message was *not* saved in the *Messages* buffer. It is not a message, but a yes-or-no-p prompt. Sincerely, Luc. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Big desktop undo buffer crashes Emacs

2006-04-30 Thread Bill Wohler
Luc Teirlinck [EMAIL PROTECTED] wrote: Bill Wohler wrote: Weird, a copy of the message was *not* saved in the *Messages* buffer. It is not a message, but a yes-or-no-p prompt. Oh, right. Duh. Not the first time I've said something stupid before coffee. Definitely not a morning person.

Re: tool-bar-setup overwrites local tool-bar-map

2006-04-30 Thread Bill Wohler
Richard Stallman [EMAIL PROTECTED] wrote: To see what should have happened: emacs22 -Q M-x tool-bar-mode Note how Preferences and Help icons are present. M-x info Note how Preferences and Help icons are absent. In what sense

Re: dump-emacs not working for me on Mac OS X

2006-04-30 Thread YAMAMOTO Mitsuharu
On Thu, 27 Apr 2006 12:49:24 -0700, Bill Clementson [EMAIL PROTECTED] said: I'm trying to do a dump-emacs (as described here: http://www.emacswiki.org/cgi-bin/wiki/DumpingEmacs) in order to reduce my startup times by preloading libraries that I always load in my .emacs file. However, I

Re: Skipping a generic comment backwards

2006-04-30 Thread Richard Stallman
Martin Rudalics has already signed papers for Emacs. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Better message when using a key sequence as prefix character which is already bound

2006-04-30 Thread Richard Stallman
I made the error message clearer. Thanks. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug