Re: calendar gets wrong end for Daylight Savings Time

2006-11-06 Thread Glenn Morris
T. V. Raman wrote: while fixing this bug, it might be appropriate to update calendar for next march -- when the US switches back to daylight saving time in mid-March (was legistlated earlier this year) The fact that it is _already_ using the new rules is the source of this problem. Rather, it

Build error around new function `Fmenu_or_popup_active_p'

2006-11-06 Thread Shun-ichi GOTO
On cvs head, new function Fmenu_or_popup_active_p in xmenu.c is added revision 1.312 date: 2006-11-05 12:18:47 +; author: eliz; state: Exp; lines: +10 -0 (Fmenu_or_popup_active_p): New function. (syms_of_xmenu): Defsubr it. The defun part is in condition HAVE_MENU but registration

Re: Slow operations on buffers of tens of megabytes

2006-11-06 Thread Reiner Steib
On Mon, Nov 06 2006, Katsumi Yamaoka wrote: In [EMAIL PROTECTED] Richard Stallman wrote: Scoring of the messages closer to the beginning of the buffer is fast, but as we move to higher-numbered messages, that are closer to the end of such big files/buffers, gnus will only score

Re: revert-buffer-with-coding-system fails to work for CP1250

2006-11-06 Thread Peter Dyballa
Am 06.11.2006 um 12:51 schrieb Kenichi Handa: In article [EMAIL PROTECTED], Peter Dyballa [EMAIL PROTECTED] writes: The problems with CP1250 and CP1251 are solved with this patch. No other failure could be found, except that there is just one difference, with and without the patch: a

Re: Cancelled copies marked 'C' in Dired

2006-11-06 Thread Sven Joachim
Richard Stallman writes: Do you get correct results with this change? Yes, seems good. :-) Thanks, Sven ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Build error around new function `Fmenu_or_popup_active_p'

2006-11-06 Thread martin rudalics
The defun part is in condition HAVE_MENU but registration part in syms_of_xmenu() is out of HAVE_MENU condition. It cause compilation error on non-X-Window environment. Thank you very much for spotting this. To my dismay this bug also permeates the corresponding sections in macmenu.c and

Re: Build error around new function `Fmenu_or_popup_active_p'

2006-11-06 Thread Shun-ichi GOTO
On Mon, 06 Nov 2006 15:49:24 +0100 [EMAIL PROTECTED](martin rudalics) said: My problem is that `menu-or-popup-active-p' should return nil even in the case where you build without menus. Hence I propose the attached patch. Please try whether it works on your system. I applied your patch,

Re: Fwd: Serious performace problems on Windows XP with new(!) GNU Emacs v22 (both patched and unpatched EmacsW32 were tried)

2006-11-06 Thread Richard Stallman
If you've found a slowness in remove-overlays, could you aim to make that function faster, rather than making its caller faster by not using remove-overlays? ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Build error around new function `Fmenu_or_popup_active_p'

2006-11-06 Thread Chong Yidong
Shun-ichi GOTO [EMAIL PROTECTED] writes: On Mon, 06 Nov 2006 15:49:24 +0100 [EMAIL PROTECTED](martin rudalics) said: My problem is that `menu-or-popup-active-p' should return nil even in the case where you build without menus. Hence I propose the attached patch. Please try whether it

Re: Fwd: Serious performace problems on Windows XP with new(!) GNU Emacs v22 (both patched and unpatched EmacsW32 were tried)

2006-11-06 Thread martin rudalics
If you've found a slowness in remove-overlays, could you aim to make that function faster, rather than making its caller faster by not using remove-overlays? Using `remove-overlays' to delete all overlays with a given property is overkill. The tests (if ( (overlay-start o) beg)

Re: Slow operations on buffers of tens of megabytes

2006-11-06 Thread Alexandre Oliva
On Nov 6, 2006, Reiner Steib [EMAIL PROTECTED] wrote: My guess is that it's problem with case-fold-search when searching for X-Gnus-Article-Number in mbox files in Emacs 22 as analyzed by Elias Oltmanns back in June: Yep, that's it! | --- ~/.emacs --- | (unless ( emacs-major-version 22)

Re: calendar gets wrong end for Daylight Savings Time

2006-11-06 Thread James Cloos
Richard == Richard Stallman [EMAIL PROTECTED] writes: Richard It seems that the Emacs calendar should have a data base of Richard history of daylight savings time for various named regions. Richard But maybe that is too much work to be feasible. tzdata¹, used by glibc and others, does exactly

Re: comint.el: EMACS environment variable

2006-11-06 Thread Chong Yidong
The change installed with CVS version 1.347 of comint.el breaks interaction with SWI Prolog in modes using comint-mode (e.g., shell and prolog-mode). SWI Prolog is an interactive program using the GNU readline library. The change has the same effect as an additional RET after

Re: comint.el: EMACS environment variable

2006-11-06 Thread Yidong Chong
The change installed with CVS version 1.347 of comint.el breaks interaction with SWI Prolog in modes using comint-mode (e.g., shell and prolog-mode). SWI Prolog is an interactive program using the GNU readline library. The change has the same effect as an additional RET after

Re: revert-buffer-with-coding-system fails to work for CP1250

2006-11-06 Thread Kenichi Handa
In article [EMAIL PROTECTED], Peter Dyballa [EMAIL PROTECTED] writes: The problems with CP1250 and CP1251 are solved with this patch. No other failure could be found, except that there is just one difference, with and without the patch: a thai-tis620 encoded buffer (without NO BREAK SPACE)