Re: (yow) just gives the same line every time

2006-11-18 Thread Richard Stallman
It's there --- under Random quotation. I think we should remove it from the menu bar, since Yow has been pretty much gutted due to legal reasons. We may as well. Meanwhile, let's add one quotation to the file which says Please send your funny quotation suggestions to [EMAIL

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 18 Nov 2006 09:24:47 +0800 Configed like this: --8---cut here---start-8--- configure.bat --with-gcc --no-cygwin --no-opt make bootstrap --8---cut here---end---8---

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: then do the following: cd src gdb ../bin/emacs.exe r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done foobar.el Make sure that you invoke GDB from the `src' directory, as shown above, and that

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Eli Zaretskii
Cc: emacs-pretest-bug@gnu.org From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 18 Nov 2006 22:24:51 +0800 It's quite strange, the program exited normally when I did this: --8---cut here---start-8--- D:\download\emacs--unicode--0\srcgdb ..\bin\emacs.exe

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: Did it crash with ediff-ptch.el? I only see it crash with ediff-merg.el and ediff-mult.el. Please try those as well under GDB. No problem with them when byte-compiling them under gdb, and the corresponding .elc file are correctly created. But when

Re: comint.el: EMACS environment variable

2006-11-18 Thread Richard Stallman
What about the EMACS variable in term mode (the one invoked by M-x term RET)? Currently, the variable is set to the emacs version, like $ echo $EMACS 22.0.90.1 (term:0.96) term should set INSIDE_EMACS as well. The idea of using the Emacs version as the value is a good

GNU Emacs 23 with font-backend enabled forgets libX11

2006-11-18 Thread Peter Dyballa
Hello! Compilation ends like: echo dispnew.o ... widget.obuildobj.lst gcc -I/sw/include -L/sw/lib -prebind -Xlinker -headerpad -Xlinker 690 -dead_strip -bind_at_load -L/sw/lib/freetype219/lib -L/sw/lib/ fontconfig2/lib -L/sw/lib/ncurses -L/usr/local/lib -L/sw/lib -L/usr/

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Eli Zaretskii
Cc: emacs-pretest-bug@gnu.org From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 18 Nov 2006 23:42:57 +0800 Eli Zaretskii [EMAIL PROTECTED] writes: Did it crash with ediff-ptch.el? I only see it crash with ediff-merg.el and ediff-mult.el. Please try those as well under GDB. No problem

Re: comint.el: EMACS environment variable

2006-11-18 Thread Chong Yidong
[EMAIL PROTECTED] (Kim F. Storm) writes: Richard Stallman [EMAIL PROTECTED] writes: I think we will have fewer bugs if we put EMACS back to t. So let's set both EMACS and INSIDE_EMACS to t. Here is a patch: I've checked in a similar patch. Thanks.

Failed assertion on make-frame-on-display

2006-11-18 Thread Andreas Seltenreich
I can trigger the following assertion by running emacs -Q -fn -*-terminus-medium-r-*-*-16-*-*-*-*-*-*-1 and M-x make-frame-on-display to a display that doesn't have that font installed. When compiled without assertions, emacs dies when dereferencing the NULL returned by choose_face_font.