Re: mail-extract-address-components bug

2007-05-18 Thread Katsumi Yamaoka
In [EMAIL PROTECTED] Kenichi Handa wrote: In article [EMAIL PROTECTED], Katsumi Yamaoka [EMAIL PROTECTED] writes: The way I posted, to make the syntax of all non-ASCII characters `word', has a weakness. It is not effective to charsets that are created after loading mail-extr.el. As a

GNU Emacs-23.0.0 -q -nw crashes with C-h v global-map

2007-05-18 Thread Peter Dyballa
Hello! Launching GNU Emacs 23 with ``-Q -nw´´ does not produce any crash. Changing ``-Q´´ to ``-q´´ (or leaving it away) leads to crashes (Fatal error (11)Segmentation fault) when I invoke 'C-h v global-map RET' ... Until then *Messages* contains: (/usr/local/bin/emacs-23.0.0

Re: Some libraries does (require 'cl)

2007-05-18 Thread Lennart Borgman (gmail)
Lennart Borgman (gmail) wrote: Some libraries (iswitchb.el for example) does (require 'cl) without (eval-when-compile ...). Is not that incorrect? In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600) of 2007-05-06 More files doing this: lucid.el viper.el gnus-registry.el

no device event controller found

2007-05-18 Thread Gary Lawrence Murphy
Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of

Re: no device event controller found

2007-05-18 Thread Lennart Borgman (gmail)
Gary Lawrence Murphy wrote: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug

iswitchb-mode matches too match

2007-05-18 Thread Lennart Borgman (gmail)
It looks to me like iswitchb-mode matches too much. To show this do emacs -Q Then find some files beginning with m and n. Now do M-x iswitchb-mode C-x b m For me that matches both buffers beginning with m and n. In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600) of 2007-05-06

Re: iswitchb-mode matches too match

2007-05-18 Thread Stefan Monnier
Then find some files beginning with m and n. Now do M-x iswitchb-mode C-x b m For me that matches both buffers beginning with m and n. IIRC by default iswitchb uses substring matching, so any file that has an m somewhere in its name will match. Stefan

Re: no device event controller found

2007-05-18 Thread Jan Djärv
Gary Lawrence Murphy skrev: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the

Re: undo gone in dired buffers

2007-05-18 Thread Francesco Potorti`
In my local Emacs hacks, I've fixed the inconsistency the other way: revert doesn't throw away undo info any more. That seems bizarre, but I guess we should consider it. However, Emacs 22.0.990 still throws away undo when reverting dired buffers :-( This is a change with respect to

Re: Local variables list is not properly terminated

2007-05-18 Thread Johan Bockgård
martin rudalics [EMAIL PROTECTED] writes: ;; Declaring and initializing local variables: -- Declaring and initializing local variables: These lines are problematic. You should remove the colons, at least, otherwise Emacs will consider them as start of the local variables section and

Re: mail-extract-address-components bug

2007-05-18 Thread Richard Stallman
The way I posted, to make the syntax of all non-ASCII characters `word', has a weakness. It is not effective to charsets that are created after loading mail-extr.el. Regards, So, what about the first proposed fix? The one that patched this particular function?

Re: docstring of push-mark

2007-05-18 Thread Richard Stallman
Thanks. I fixed it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Some libraries does (require 'cl)

2007-05-18 Thread Lennart Borgman (gmail)
Richard Stallman wrote: Some libraries (iswitchb.el for example) does (require 'cl) without (eval-when-compile ...). Is not that incorrect? It is incorrect, in general. However, in the case of iswitchb, it is a no-op: ;; CL needed for cadr and last (if (not (and