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 PROTECTED]


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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---
 
 During bootstrap emacs encounter fatal error when byte-compile some .el
 files, the following dialog bumped up again and again:

Thank you for your report.

To give us more useful information, run the byte-compilation command
that fails under GDB.  For example, if the last line before the crash
that Make displays is

   Compiling foobar.el

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 as result of this, GDB sets a breakpoint at the
function w32_abort (where the Abort/Debug dialogue you've reported is
popped up).

When the breakpoint in w32_abort breaks, please type bt and show us
the results.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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 as result of this, GDB sets a breakpoint at the
 function w32_abort (where the Abort/Debug dialogue you've reported is
 popped up).

 When the breakpoint in w32_abort breaks, please type bt and show us
 the results.

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
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-mingw32...
Environment variable DISPLAY not defined.
Environment variable TERM not defined.
Breakpoint 1 at 0x11b171c: file w32fns.c, line 9075.
Breakpoint 2 at 0x10b977c: file sysdep.c, line 1383.
(gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-by
te-compile-if-not-done
Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch --no
-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-d
one
(gdb) bt
#0  init_sys_modes () at sysdep.c:1383
#1  0x01003992 in main (argc=9, argv=0x2d20e00) at emacs.c:1720
#2  0x0100122d in __mingw_CRTStartup ()
#3  0x01001258 in mainCRTStartup ()
(gdb) c
Continuing.

Program exited normally.
(gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-by
te-compile-if-not-done ../lisp/ediff-ptch.el
Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch --no
-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-d
one ../lisp/ediff-ptch.el

Program exited normally.
(gdb) quit

D:\download\emacs--unicode--0\src
--8---cut here---end---8---

But it still report fatal error when bootstrap, this is part of the log:

--8---cut here---start-8---
Compiling /d/download/emacs--unicode--0/lisp/ediff-diff.el
Loading d:/download/emacs--unicode--0/lisp/ediff-init.el (source)...
Loading d:/download/emacs--unicode--0/lisp/net/ange-ftp.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-util.el (source)...
Loading d:/download/emacs--unicode--0/lisp/mail/reporter.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-help.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-mult.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-wind.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-diff.el (source)...
Compiling /d/download/emacs--unicode--0/lisp/ediff-help.el
Loading d:/download/emacs--unicode--0/lisp/ediff-init.el (source)...
Loading d:/download/emacs--unicode--0/lisp/net/ange-ftp.el (source)...
Wrote d:/download/emacs--unicode--0/lisp/ediff-help.elc
Compiling /d/download/emacs--unicode--0/lisp/ediff-hook.el
Wrote d:/download/emacs--unicode--0/lisp/ediff-hook.elc
Compiling /d/download/emacs--unicode--0/lisp/ediff-init.el
Loading d:/download/emacs--unicode--0/lisp/net/ange-ftp.el (source)...
Wrote d:/download/emacs--unicode--0/lisp/ediff-init.elc
Compiling /d/download/emacs--unicode--0/lisp/ediff-merg.el
Loading d:/download/emacs--unicode--0/lisp/ediff-init.el (source)...
Loading d:/download/emacs--unicode--0/lisp/net/ange-ftp.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-util.el (source)...
Loading d:/download/emacs--unicode--0/lisp/mail/reporter.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-help.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-mult.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-wind.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-diff.el (source)...

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Compiling /d/download/emacs--unicode--0/lisp/ediff-mult.el
Loading d:/download/emacs--unicode--0/lisp/ediff-init.el (source)...
Loading d:/download/emacs--unicode--0/lisp/net/ange-ftp.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-util.el (source)...
Loading d:/download/emacs--unicode--0/lisp/mail/reporter.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-help.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-mult.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-wind.el (source)...
Loading d:/download/emacs--unicode--0/lisp/ediff-diff.el (source)...

This application has requested the Runtime to terminate it in an unusual way.
Please 

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
 GNU gdb 5.2.1
 Copyright 2002 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
 Type show copying to see the conditions.
 There is absolutely no warranty for GDB.  Type show warranty for details.
 This GDB was configured as i686-pc-mingw32...
 Environment variable DISPLAY not defined.
 Environment variable TERM not defined.
 Breakpoint 1 at 0x11b171c: file w32fns.c, line 9075.
 Breakpoint 2 at 0x10b977c: file sysdep.c, line 1383.
 (gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f 
 batch-by
 te-compile-if-not-done
 Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch 
 --no
 -init-file --no-site-file --multibyte -l loaddefs -f 
 batch-byte-compile-if-not-done
 (gdb) bt
 #0  init_sys_modes () at sysdep.c:1383
 #1  0x01003992 in main (argc=9, argv=0x2d20e00) at emacs.c:1720
 #2  0x0100122d in __mingw_CRTStartup ()
 #3  0x01001258 in mainCRTStartup ()
 (gdb) c
 Continuing.
 
 Program exited normally.
 (gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f 
 batch-by
 te-compile-if-not-done ../lisp/ediff-ptch.el
 Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch 
 --no
 -init-file --no-site-file --multibyte -l loaddefs -f 
 batch-byte-compile-if-not-d
 one ../lisp/ediff-ptch.el
 
 Program exited normally.
 (gdb) quit

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.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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 bootstrap it
reports fatal error and the corresponding .elc can't be created, so
strange.

--8---cut here---start-8---
D:\download\emacs--unicode--0\srcgdb ..\bin\emacs.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-mingw32...
Environment variable DISPLAY not defined.
Environment variable TERM not defined.
Breakpoint 1 at 0x11b171c: file w32fns.c, line 9075.
Breakpoint 2 at 0x10b977c: file sysdep.c, line 1383.
(gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-by
te-compile-if-not-done ../lisp/ediff-merg.el
Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch --no
-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-d
one ../lisp/ediff-merg.el
(gdb) bt
#0  init_sys_modes () at sysdep.c:1383
#1  0x01003992 in main (argc=10, argv=0x2d20e20) at emacs.c:1720
#2  0x0100122d in __mingw_CRTStartup ()
#3  0x01001258 in mainCRTStartup ()
(gdb) c
Continuing.

Program exited normally.
(gdb) quit

D:\download\emacs--unicode--0\src
--8---cut here---end---8---

--8---cut here---start-8---
D:\download\emacs--unicode--0\srcgdb ..\bin\emacs.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-mingw32...
Environment variable DISPLAY not defined.
Environment variable TERM not defined.
Breakpoint 1 at 0x11b171c: file w32fns.c, line 9075.
Breakpoint 2 at 0x10b977c: file sysdep.c, line 1383.
(gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-by
te-compile-if-not-done ../lisp/ediff-mult.el
Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch --no
-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-d
one ../lisp/ediff-mult.el
(gdb) where
#0  init_sys_modes () at sysdep.c:1383
#1  0x01003992 in main (argc=10, argv=0x2d20e20) at emacs.c:1720
#2  0x0100122d in __mingw_CRTStartup ()
#3  0x01001258 in mainCRTStartup ()
(gdb) c
Continuing.

Program exited normally.
(gdb) q

D:\download\emacs--unicode--0\src
--8---cut here---end---8---



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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 one;
let's do that in comint as well.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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/ 
X11R6/lib -L/usr/X11R6/lib -o temacs pre-crt0.o dispnew.o frame.o  
scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o  
character.o chartab.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o  
xrdb.o fontset.o xsmfns.o fringe.o image.o  emacs.o keyboard.o  
macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o  
minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o  
indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o  
callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o  
unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o  
atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o  
md5.o font.o xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o  
lastfile.o   widget.o../lwlib/liblw.a -L/usr/X11R6/lib -lXaw3d - 
lXmu -lXt -lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm  
-L/sw/lib/freetype219/lib -L/usr/X11R6/lib -L/sw/lib/fontconfig2/lib - 
lXft -lfreetype -lXrender -lfontconfig  -lncurses-L/usr/local/lib  
-lotf

/sw/lib/odcctools/bin/ld: Undefined symbols:
_XParseGeometry
_XLookupKeysym
_XMapWindow
_XQueryPointer
_XTranslateCoordinates
_XCreateGC
_XFreeColors
_XFreeFont
_XFreeGC
_XrmGetDatabase
_XrmPutLineResource
_XAllocColor
_XBell
_XChangeGC
_XChangeProperty
_XClearArea
_XClearWindow
_XCloseDisplay
_XCloseIM
_XCopyArea
_XCopyColormapAndFree
_XCreateColormap
_XCreateFontCursor
_XCreatePixmap
_XCreatePixmapFromBitmapData
_XDefineCursor
_XDestroyWindow
_XDisplayCells
_XDisplayKeycodes
_XDrawImageString
_XDrawImageString16
_XDrawLine
_XDrawRectangle
_XDrawString
_XDrawString16
_XFillRectangle
_XFilterEvent
_XFlush
_XFree
_XFreeFontNames
_XFreeModifiermap
_XFreePixmap
_XGetAtomName
_XGetErrorText
_XGetFontProperty
_XGetGCValues
_XGetGeometry
_XGetIMValues
_XGetKeyboardMapping
_XGetModifierMapping
_XGetWMNormalHints
_XIconifyWindow
_XInternAtom
_XKeysymToString
_XListFonts
_XLoadQueryFont
_XLookupString
_XLowerWindow
_XMoveWindow
_XNextEvent
_XNoOp
_XOpenDisplay
_XOpenIM
_XParseColor
_XPending
_XQueryColors
_XQueryFont
_XRaiseWindow
_XRefreshKeyboardMapping
_XRegisterIMInstantiateCallback
_XResizeWindow
_XScreenNumberOfScreen
_XSendEvent
_XSetClipMask
_XSetClipRectangles
_XSetCommand
_XSetErrorHandler
_XSetFillStyle
_XSetFont
_XSetForeground
_XSetICFocus
_XSetIMValues
_XSetIOErrorHandler
_XSetWMHints
_XSetWMIconName
_XSetWMNormalHints
_XSetWindowBorder
_XSetWindowBorderPixmap
_XSync
_XSynchronize
_XTextExtents16
_XUnregisterIMInstantiateCallback
_XUnsetICFocus
_XWarpPointer
_XWithdrawWindow
_XmbLookupString
_XrmSetDatabase
_XChangeWindowAttributes
_XCreateBitmapFromData
_XCreateFontSet
_XCreateIC
_XCreateWindow
_XDeleteProperty
_XDestroyIC
_XFreeCursor
_XFreeFontSet
_XFreeStringList
_XGetICValues
_XGetVisualInfo
_XGetWindowProperty
_XKeysymToKeycode
_XMapRaised
_XMatchVisualInfo
_XMaxRequestSize
_XMoveResizeWindow
_XQueryTree
_XRecolorCursor
_XSetBackground
_XSetClassHint
_XSetCloseDownMode
_XSetICValues
_XSetInputFocus
_XSetWMName
_XSetWindowBackground
_XUnmapWindow
_XVaCreateNestedList
_XVisualIDFromVisual
_XkbFreeClientMap
_XkbFreeNames
_XkbGetMap
_XkbGetNames
_XkbLibraryVersion
_XkbQueryExtension
_XConvertSelection
_XGetSelectionOwner
_XRotateWindowProperties
_XSelectInput
_XSetSelectionOwner
_XResourceManagerString
_XScreenResourceString
_XrmGetFileDatabase
_XrmGetStringDatabase
_XrmMergeDatabases
_XrmQGetResource
_XrmStringToQuark
_XrmStringToQuarkList
_XCreateSimpleWindow
_XStoreName
_XCreateImage
_XGetImage

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 with them when byte-compiling them under gdb, and the
 corresponding .elc file are correctly created. But when bootstrap it
 reports fatal error and the corresponding .elc can't be created, so
 strange.

A Heisenbug, sigh...

The only way to try to debug this without GDB is to use drmingw.exe,
the Just-In-Time (JIT) debugger for MinGW.  If you don't have it
already in your MinGW `bin' subdirectory, you need to download and
install the mingw-utils package.  It comes with a drmingw.html file
that explains how to set it up to be the JIT debugger, and how to use
it.

Other than that, I'm sorry to say I'm out of ideas.  To proceed with
this problem, we need to establish where Emacs crashes, and why.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


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.

--8---cut here---start-8---
Breakpoint 1, abort () at emacs.c:464
(gdb) up
#1  0x080e99e2 in choose_face_font (f=0x873a3f8, attrs=0x874c2f8, fontset=19, 
c=0, needs_overstrike=0xbfa7c518) at xfaces.c:6890
(gdb) list
6885  /* Get (foundry and) family name and registry (and encoding) name of
6886 a font for C.  */
6887  pattern = fontset_font_pattern (f, fontset, c);
6888  if (NILP (pattern))
6889{
6890  xassert (!SINGLE_BYTE_CHAR_P (c));
6891  return NULL;
6892}
6893
6894  /* If what we got is a name pattern, return it.  */
(gdb) bt
#0  abort () at emacs.c:464
#1  0x080e99e2 in choose_face_font (f=0x873a3f8, attrs=0x874c2f8, fontset=19, 
c=0, needs_overstrike=0xbfa7c518) at xfaces.c:6890
#2  0x080e077a in load_face_font (f=0x873a3f8, face=0x874c2b0, c=0) at 
xfaces.c:1242
#3  0x080ea5b5 in realize_face (cache=0x873a878, attrs=0xbfa7c584, c=0, 
base_face=0x0, former_face_id=0) at xfaces.c:7162
#4  0x080ea317 in realize_default_face (f=0x873a3f8) at xfaces.c:7069
#5  0x080e9d11 in realize_basic_faces (f=0x873a3f8) at xfaces.c:6935
#6  0x080e88bf in Fdisplay_supports_face_attributes_p (attributes=138486229, 
display=141796348) at xfaces.c:6223
#7  0x081aaba5 in Ffuncall (nargs=3, args=0xbfa7c750) at eval.c:3000
#8  0x081e2a2f in Fbyte_code (bytestr=136697651, vector=136697668, maxdepth=40) 
at bytecode.c:679
#9  0x081ab34f in funcall_lambda (fun=136697604, nargs=2, 
arg_vector=0xbfa7ca64) at eval.c:3184
#10 0x081aae0d in Ffuncall (nargs=3, args=0xbfa7ca60) at eval.c:3043
#11 0x081e2a2f in Fbyte_code (bytestr=136697907, vector=136697924, maxdepth=32) 
at bytecode.c:679
#12 0x081ab34f in funcall_lambda (fun=136697852, nargs=2, 
arg_vector=0xbfa7cd64) at eval.c:3184
#13 0x081aae0d in Ffuncall (nargs=3, args=0xbfa7cd60) at eval.c:3043
#14 0x081e2a2f in Fbyte_code (bytestr=136698195, vector=136698212, maxdepth=48) 
at bytecode.c:679
#15 0x081ab34f in funcall_lambda (fun=136698132, nargs=3, 
arg_vector=0xbfa7d074) at eval.c:3184
#16 0x081aae0d in Ffuncall (nargs=4, args=0xbfa7d070) at eval.c:3043
#17 0x081e2a2f in Fbyte_code (bytestr=136700259, vector=136700276, maxdepth=48) 
at bytecode.c:679
#18 0x081ab34f in funcall_lambda (fun=136700220, nargs=1, 
arg_vector=0xbfa7d384) at eval.c:3184
#19 0x081aae0d in Ffuncall (nargs=2, args=0xbfa7d380) at eval.c:3043
#20 0x081e2a2f in Fbyte_code (bytestr=136701131, vector=136701148, maxdepth=40) 
at bytecode.c:679
#21 0x081ab34f in funcall_lambda (fun=136701084, nargs=1, 
arg_vector=0xbfa7d694) at eval.c:3184
#22 0x081aae0d in Ffuncall (nargs=2, args=0xbfa7d690) at eval.c:3043
#23 0x081e2a2f in Fbyte_code (bytestr=136945715, vector=136945732, maxdepth=24) 
at bytecode.c:679
#24 0x081ab34f in funcall_lambda (fun=136945668, nargs=1, 
arg_vector=0xbfa7d994) at eval.c:3184
#25 0x081aae0d in Ffuncall (nargs=2, args=0xbfa7d990) at eval.c:3043
#26 0x081e2a2f in Fbyte_code (bytestr=136945427, vector=136945444, maxdepth=24) 
at bytecode.c:679
#27 0x081ab34f in funcall_lambda (fun=136945372, nargs=1, 
arg_vector=0xbfa7dce4) at eval.c:3184
#28 0x081aae0d in Ffuncall (nargs=2, args=0xbfa7dce0) at eval.c:3043
#29 0x081a66bc in Fcall_interactively (function=139630145, 
record_flag=137939193, keys=137979660) at callint.c:860
#30 0x0813421e in Fcommand_execute (cmd=139630145, record_flag=137939193, 
keys=137939145, special=137939145) at keyboard.c:9867
#31 0x08134591 in Fexecute_extended_command (prefixarg=137939145) at 
keyboard.c:9983
#32 0x081aab7e in Ffuncall (nargs=2, args=0xbfa7e140) at eval.c:2997
#33 0x081a66bc in Fcall_interactively (function=137980177, 
record_flag=137939145, keys=137979660) at callint.c:860
#34 0x0813421e in Fcommand_execute (cmd=137980177, record_flag=137939145, 
keys=137939145, special=137939145) at keyboard.c:9867
#35 0x08126497 in command_loop_1 () at keyboard.c:1858
#36 0x081a87a2 in internal_condition_case (bfun=0x81250a1 command_loop_1, 
handlers=137983849, hfun=0x8124a63 cmd_error) at eval.c:1481
#37 0x08124e0e in command_loop_2 () at keyboard.c:1326
#38 0x081a825d in internal_catch (tag=137980057, func=0x8124deb 
command_loop_2, arg=137939145) at eval.c:1222
#39 0x08124dc4 in command_loop () at keyboard.c:1305
#40 0x081247e0 in recursive_edit_1 () at keyboard.c:1003
#41 0x08124923 in Frecursive_edit () at keyboard.c:1064
#42 0x0812321d in main (argc=4, argv=0xbfa7ec04) at emacs.c:1794

Lisp Backtrace:
  display-supports-face-attributes-p (0x84121d5)
  face-spec-set-match-display (0x84121e5)
  face-spec-choose (0x8412205)
  face-spec-set (0x83b3b69)
  frame-set-background-mode (0x873a3fc)
  x-create-frame-with-faces (0x84fd15d)
  make-frame (0x84fd15d)