Re: Segfault

2005-05-30 Thread Richard Stallman
This crash seems to be due to invalid data in cons_free_list. Could you examine that data and see if this is true? ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Compilation of GNU Emacs 22.0.50

2005-05-30 Thread Richard Stallman
Some packages want to continue using make-local-hook for the sake of versions of Emacs where it was needed. Aside from that, we should be able to fix all of these warnings. I asked John Wiegley to fix the ones in the eshell directory. Would someone please fix those in Gnus?

Re: Segmentation violation in display_string

2005-05-30 Thread Milan Zamazal
I'm able to reproduce the bug now on my Debian GNU/Linux i386 system. Here is how I can do it: - Install the w3m-el and w3m Debian packages from the `testing' (sarge) distribution. - Install the following w3m configuration file ~/.w3m/config : config Description: Binary data - Install the

Re:$BRD9$+$i!!!(B

2005-05-30 Thread info
[EMAIL PROTECTED]RD9(B([EMAIL PROTECTED](B)$B$+$i$N$4;XL$,M-$C$?$3$H$N$*CN$i(B $B$;$G$9!#8D?MpJs$r8+$FOMm$7$FM_$7$$$H$N;v$G$9!#(B $B(25-pJs$O7C;RRD9$N0MMj$GE:IU$5$l$?J*$G$9$N$G!Ev%5%$%H(B $B$N%9%?%C%U$Oj$r2C$($F$*$j$^$;$s!#(B $B%H%C%W!'(B http://www.jumpb3.net/?mail

Re: Segfault

2005-05-30 Thread Magnus Henoch
Richard Stallman [EMAIL PROTECTED] writes: This crash seems to be due to invalid data in cons_free_list. Could you examine that data and see if this is true? Unfortunately, I had to turn off the computer before I received your reply... I'll examine that if it happens again. Magnus

Re: Why does mark-included-diary-files call kill-buffer?

2005-05-30 Thread Glenn Morris
Stephen Berman wrote: mark-included-diary-files, which I have added to mark-diary-entries-hook and which calls kill-buffer on the included file. [...] I don't see why kill-buffer is called here... Thanks for the report. I think the call to kill buffer was just to avoid buffers hanging around

Re: Crash when visiting source file

2005-05-30 Thread Steven T. Hatton
On Sunday 29 May 2005 09:32, Stefan Monnier wrote: This is the output from gdb: as i586-suse-linux...Using host libthread_db library /lib/tls/libthread_db.so.1. (gdb) run Have you tried with -q --no-site-file? Stefan Sorry about not following up on this. I tried to find out

Re: Segmentation violation in display_string

2005-05-30 Thread Kim F. Storm
Milan Zamazal [EMAIL PROTECTED] writes: I'm able to reproduce the bug now on my Debian GNU/Linux i386 system. Which version of CVS emacs do you use? The following function doesn't work with the latest CVS emacs. (defun speechd-speak-read-mode-line () Read mode line. This function works

Re: Segmentation violation in display_string

2005-05-30 Thread Milan Zamazal
KFS == Kim F Storm [EMAIL PROTECTED] writes: KFS Which version of CVS emacs do you use? 2005-05-08. The bug was also reproducible with 2005-05-23. KFS (defun speechd-speak-read-mode-line () KFS Read mode line. KFS This function works only in Emacs 21.4 or higher. KFS

Re: Undo information in nnfolder buffers.

2005-05-30 Thread Reiner Steib
On Mon, May 23 2005, Lute Kamstra wrote: It turns out that Gnus actually does this when it loads a group file for the first time, but not always when it loads the file a second time. The patch below fixes this. Ok to commit? No objection here. Bye, Reiner. -- ,,, (o o)

debugger with pop-up-frames non-nil: keeps creating new frames

2005-05-30 Thread Drew Adams
emacs -q If pop-up-frames is non-nil, each step (e.g. `d') in the debugger creates a new frame. This is crazy. Also, if I remap the window-manager `iconify-frame' event to something else, like this: (define-key special-event-map [iconify-frame] 'do-something-else-upon-iconify-event)

RE: debugger with pop-up-frames non-nil: keeps creating new frames

2005-05-30 Thread Drew Adams
Scratch the part about remapping the iconify-frame event. I get the iconifying behavior at each debugger step anyway, in my environment (not emacs -q). Perhaps it's because I have a standalone minibuffer frame? Anyway, I'm guessing that even that behavior comes from the first bug: in emacs -q

Use no tabs in Info

2005-05-30 Thread Drew Adams
I don't know if this can be considered a bug, but it would be preferable for Info buffers not to use TAB characters. Currently, most Info menus use a mixture of TABs and spaces to align the menu-item descriptions. The TABs are not useful (not needed), they are not used systematically (a mix is

Re: mac-command-key-is-meta on non-mac systems

2005-05-30 Thread Stefan Monnier
I'm now working on both a mac laptop and a gnu/linux desktop system, and I pull the emacs session from the desktop to my laptop for work. This means I run the linux variant on the Mac screen/keyboard. There is a small problem with running emacs on macintosh keyboards which is solvable via

Re: Crash when visiting source file

2005-05-30 Thread Steven T. Hatton
On Monday 30 May 2005 17:21, Stefan Monnier wrote: This is the output from gdb: as i586-suse-linux...Using host libthread_db library /lib/tls/libthread_db.so.1. (gdb) run Have you tried with -q --no-site-file? Sorry about not following up on this. I tried to find out where the

Re: After compose key cursor or function keys don't work

2005-05-30 Thread Richard Stallman
Does this problem still happen? Date: Thu, 24 Mar 2005 09:09:43 +0100 (MET) From: Klaus Zeitler [EMAIL PROTECTED] To: emacs-pretest-bug@gnu.org Subject: After compose key cursor or function keys don't work Sender: [EMAIL PROTECTED] X-Spam-Status: No, hits=0.5 required=5.0

Re: OSX:

2005-05-30 Thread Richard Stallman
Does this fix it? *** vhdl-mode.el27 May 2005 10:21:39 -0400 1.30 --- vhdl-mode.el30 May 2005 08:49:30 -0400 *** *** 7484,7490 (while (re-search-forward

Re: wrong frame is current when after-make-frame-functions

2005-05-30 Thread Richard Stallman
5. The message that appears shows that, at the time after-make-frame-functions was executed, the (frame-char-width) of the selected frame is 5, not 8. However, debugging shows that the new frame is selected when after-make-frame-functions is executed. The problem is that

Re: Crash when visiting source file

2005-05-30 Thread Eli Zaretskii
From: Steven T. Hatton [EMAIL PROTECTED] Date: Mon, 30 May 2005 18:47:27 -0400 The first anomaly appears at line 2146: #2142 0x08130380 in mark_object (arg=139610081) at /download/org/gnu/emacs/emacs/src/alloc.c:5316 #2143 0x08130508 in mark_object (arg=138258477) at

$BB.96%G!%H$X$NF;!ZBh#3CF![(B

2005-05-30 Thread info
$B2qOC$r?J$a$F$$$F$b8e$K$J$C$F+J,$N5a$a$F$$$kAjj$8$c$J$$(B $B%1!%9$C$F$1$C$3$$$j$^$9$h$M!#(B $B$J$k$Y$/j4V$r8:$i$7$F4uK$NAjj$H8rD$7$?$$J}$K$b$C$F$3$$$J(B $B4k2h$NBh#3CF$rB;\$$$?$7$^$9!#(B $B!!!c$*$+$2$5$^$GA02s!A0!92s6$K9%I$G$7$?!#!d(B $B!!(Bhttp://www.lovegal3.net?speed3