CVS upped at approx 5am Eastern standard on 5 May.
xemacs -vanilla -l ~/test.el
Signaling: (wrong-type-argument glyphp nil)
wrong-type-argument(glyphp nil)
glyph-property-instance(nil image nil nil nil)
glyph-image-instance(nil)
remove-buffer-from-gutter-tab()
kill-buffer(" *Config*")
config-value-hash-table()
(gethash (quote blddir) (config-value-hash-table))
)
(regexp-quote (gethash (quote blddir) (config-value-hash-table)))
)
(concat (regexp-quote (gethash ... ...)) "/lisp/[^ \n]+ hides ")
)
(list "confl.*with.*auto-inlining" (concat (regexp-quote ...) "/lisp/[^
\n]+ hides "))
)
eval((list "confl.*with.*auto-inlining" (concat (regexp-quote ...)
"/lisp/[^ \n]+ hides ")))
custom-initialize-reset(build-report-delete-regexp (list
"confl.*with.*auto-inlining" (concat (regexp-quote ...) "/lisp/[^ \n]+
hides ")))
custom-declare-variable(build-report-delete-regexp (list
"confl.*with.*auto-inlining" (concat (regexp-quote ...) "/lisp/[^ \n]+
hides ")) "Regexp of make process output lines to delete from the report."
:type (repeat regexp) :group build-report)
load-internal("build-report" nil t nil nil nil)
load("build-report" nil t nil)
require(build-report)
load-internal("/home/rpluim/test.el" nil t nil nil nil)
load("/home/rpluim/test.el" nil t)
command-line-do-load("-l")
command-line-1()
command-line()
normal-top-level()
test.el contains:
(setq debug-on-error t)
(require 'build-report)
Running those commands in an 'xemacs -vanilla' *after* emacs has done
its initialisation stuff works fine.
M-x describe-installation:
uname -a: Linux wibble 2.2.13 #1 Sat Nov 20 12:44:19 EST 1999 i686 unknown
./configure '--pdump'
XEmacs 21.2-b32 "Kastor & Polydeukes" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /u1/rpluim/xemacs-20
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Wpointer-arith -Winline
-Wmissing-prototypes -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Compiling in support for dynamic shared object modules.
Clash detection will use "${statedir}/${inststaticdir}/lock" for locking
files.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Robert
--
The above are my opinions,
and my opinions only.