`describe-key' recently broke in Viper

2005-05-07 Thread Edward O'Connor
This bug report will be sent to the Free Software Foundation, not to your local site managers! 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

Re: switch-to-buffer in hack-local-variables and hack-one-local-variable

2005-05-07 Thread martin rudalics
Any objection against this patch? No objections, thanks martin ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: switch-to-buffer in hack-local-variables and hack-one-local-variable

2005-05-07 Thread Richard Stallman
Thanks. I will make them use the method in hack-local-variables-prop-line with some ideas from Stefan's suggestion. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: segfault reading new mail with VM

2005-05-07 Thread Richard Stallman
Periodically (once every week or so), when going to get new mail with VM, Emacs will crash on me. This suggests that something VM does to get new mail corrupts data structures. Would someone like to see what (your version of) VM does that might be unusual and not happen much outside of

Re: [EMAIL PROTECTED]: occur and read-only text.]

2005-05-07 Thread Eli Zaretskii
To: emacs-pretest-bug@gnu.org From: Matt Hodges [EMAIL PROTECTED] Date: Thu, 05 May 2005 15:38:25 +0100 Subject: occur and read-only text. When there are read-only text properties in a buffer, occur fails with Text is read-only. If no *Occur* buffer exists before the call, the failure is

Re: Please install this.

2005-05-07 Thread Eli Zaretskii
From: [EMAIL PROTECTED] (Johan =?iso-8859-1?Q?Bockg=E5rd?=) To: emacs-pretest-bug@gnu.org Date: Thu, 05 May 2005 00:12:44 +0200 Subject: easy-mmode-pretty-mode-name, missing regexp-quote Problem: (define-minor-mode bar nil [OE] nil) (documentation-property 'bar 'variable-documentation)

Re: Menu filter triggered too early

2005-05-07 Thread Ralf Angeli
* Stefan Monnier (2005-05-07) writes: I expected the filter function to be called only when the menu is being activated. In many circumstances, the whole menu is computed even when the purpose is only to refresh the menu-bar itself. This is not really considered as a bug, just a

Re: Menu filter triggered too early

2005-05-07 Thread Stefan Monnier
Hm, this might be a knock-out criterion for the usage of menu filters or hooks in order to ask the user for a master file of a multi-file LaTeX document. Indeed. Why do you want to do it from a menu-filter? It sounds like an odd idea to start with. OTOH, you say that the filter is run

Re: Menu filter triggered too early

2005-05-07 Thread Ralf Angeli
* Stefan Monnier (2005-05-07) writes: Hm, this might be a knock-out criterion for the usage of menu filters or hooks in order to ask the user for a master file of a multi-file LaTeX document. Indeed. Why do you want to do it from a menu-filter? It sounds like an odd idea to start with.

Re: emacs aborts (almost always?) when pressing C-g in gnus group mode

2005-05-07 Thread Timmy Douglas
Richard Stallman [EMAIL PROTECTED] writes: I think this boils down to a bug in the kernel headers that gentoo provides. Here is the thread and how I think it got included: http://kerneltrap.org/mailarchive/1/message/61720/thread Are you saying that most GNU/Linux distributions

Re: `describe-key' recently broke in Viper

2005-05-07 Thread Richard Stallman
I will install the fix for this when I have a better connection. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Menu filter triggered too early

2005-05-07 Thread Stefan Monnier
So we searched for a way to delay the question about the master file until this information is actually needed in the editing process. One of these events is when the user opens the menu for inserting a LaTeX environment or macro. I understand. I do think the current behavior of menu

Re: emacs abort backtrace from C-g in Message mode

2005-05-07 Thread David Hunter
Richard Stallman wrote: This backtrace seems to say that the call to sigprocmask allowed a pending SIGPIPE to occur, and it was not handled. It is supposed to be handled. So the question is, why wasn't it. That could only have been the cause of the problem if you used a datagram socket. That's

Re: Ada templates not properly initialized

2005-05-07 Thread Richard Walker
Richard Stallman writes: I don't see anything in ada-mode.el that would load ada-stmt. Oops, you are perfectly right - very sorry about that. When trying to track down the problem myself I had mistakenly checked ada-mode.el from 21.3, which had: (condition-case nil (require 'ada-stmt) (error