--text follows this line--
================================================================
Dear Bug Team!
I have "ported" emacs dired and vc sources to xemacs. I've
got this working for things that I use (SVN). But, I'm getting
a crash when I try to kill a dired buffer with C-x k. I have no
problem killing buffers from other modes. It looks like the problem
has to do with killing local variables... Any ideas? Thanks.
godzilla ~ % xemacs .xemacs &
[1] 19306
godzilla ~ % Fatal error: assertion failed, file symbols.c, line 1491,
SYMBOL_VALUE_BUFFER_LOCAL_P (value)
Fatal error (6).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may
describe your crash, and with luck a workaround. Please check it first,
but do report the crash anyway. Please report this bug by invoking M-x
report-emacs-bug, or by selecting `Send Bug Report' from the Help menu.
If necessary, send ordinary email to `xemacs-beta(a)xemacs.org'. *MAKE
SURE* to include the XEmacs configuration from M-x
describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are
unlikely to be able to analyze the problem. Locate the core file
produced as a result of this crash (often called `core' or
`core.<process-id>', and located in the directory in which you started
XEmacs or your home directory), and type
gdb /usr/local/bin/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You
may have DBX, or XDB, or SDB. (Ask your system administrator if you
need help.) If no core file was produced, enable them (often with
`ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
# bind (inhibit-quit)
kill-buffer(".xemacs")
# bind (command-debug-status)
call-interactively(kill-buffer)
# (condition-case ... . error)
# (catch top-level ...)
[1] + IOT instruction (core dumped) xemacs .xemacs
godzilla ~ % dbx /usr/local/bin/xemacs core
For information about new features see `help changes'
To remove this message, put `dbxenv suppress_startup_message 7.6' in
your .dbxrc
Reading xemacs
core file header read successfully
Reading ld.so.1
Reading libXm.so.4
Reading libtiff.so.3.8.2
Reading libpng12.so.0.29.0
Reading libjpeg.so.62.0.0
Reading libz.so.1.2.3
Reading libXpm.so.4.11
Reading libXmu.so.4
Reading libXt.so.4
Reading libXext.so.0
Reading libX11.so.4
Reading libSM.so.6
Reading libICE.so.6
Reading libdb-4.2.so
Reading libgdbm.so.3.0.0
Reading libncurses.so.5.7
Reading libesd.so.0.2.34
Reading libaudiofile.so.0.0.2
Reading libm.so.2
Reading librt.so.1
Reading libresolv.so.2
Reading libnsl.so.1
Reading libsocket.so.1
Reading libintl.so.3.4.0
Reading libpq.so.4.1
Reading libldap-2.3.so.0.2.27
Reading liblber-2.3.so.0.2.27
Reading libelf.so.1
Reading libgen.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libm.so.1
Reading libgcc_s.so.1
Reading libaio.so.1
Reading libmd.so.1
Reading libiconv.so.2.2.0
Reading libssl.so.0.9.7
Reading libcrypto.so.0.9.7
Reading libpthread.so.1
Reading liblber-2.3.so.0.2.27
Reading libnet.so.1.0.2
Reading libsasl2.so.2.0.22
Reading libssl.so.0.9.8
Reading libcrypto.so.0.9.8
Reading en_US.ISO8859-1.so.3
Reading xlibi18n.so.2
Reading libXcursor.so.1
Reading libXrender.so.1
Reading xomEuro.so.2
Reading liblayout.so.1
Reading xiiimp.so.2
Reading libiiimcf.so.3.0.0
Reading libiiimp.so.1.0.0
Reading libthread.so.1
t@1 (l@1) program terminated by signal ABRT (Abort)
0xfe569bf7: _kill+0x0007: jb __cerror [ 0xfe4e05e0,
.-0x89617 ]
Current function is fatal_error_signal
642 kill (getpid (), sig);
(dbx) where
current thread: t@1
[1] _kill(0x4b6a, 0x6), at 0xfe569bf7
=>[2] fatal_error_signal(sig = 6), line 642 in "emacs.c"
[3] __sighndlr(0x6, 0x0, 0x80464a4, 0x80ec030), at 0xfe5673df
[4] call_user_handler(0x6, 0x0, 0x80464a4), at 0xfe55d0f1
[5] sigacthandler(0x6, 0x0, 0x80464a4, 0xf, 0x0, 0x0), at 0xfe55d21b
---- called from signal handler with signal 6 (SIGABRT) ------
[6] __lwp_kill(0x1, 0x6), at 0xfe56a067
[7] raise(0x6), at 0xfe511da3
[8] abort(0x804674c, 0x8247f98, 0x82d0200, 0x5d3, 0x82d020c,
0x832f804), at 0xfe4f1b84
[9] assert_failed(file = 0x82d0200 "symbols.c", line = 1491, expr =
0x82d020c "SYMBOL_VALUE_BUFFER_LOCAL_P (value)"), line 3426 in
"emacs.c"
[10] kill_buffer_local_variables(buf = 0x924f600), line 1491 in
"symbols.c"
[11] Fkill_buffer(buffer = 153276884), line 1300 in "buffer.c"
[12] Ffuncall(nargs = 2, args = 0x8046834), line 3536 in "eval.c"
[13] Fcall_interactively(function = 137634084, record_flag =
137558020, keys = 137558020), line 941 in "callint.c"
[14] Fcommand_execute(cmd = 137634084, record_flag = 137558020, keys
= 137558020), line 2974 in "eval.c"
[15] execute_command_event(command_builder = 0x8ce62c0, event =
151521092), line 3924 in "event-stream.c"
[16] Fdispatch_event(event = 151521092), line 4218 in "event-stream.c"
[17] Fcommand_loop_1(), line 583 in "cmdloop.c"
[18] command_loop_1(dummy = 137558020), line 494 in "cmdloop.c"
[19] condition_case_1(handlers = 137558116, bfun = 0x80c86d0 =
&`xemacs`cmdloop.c`command_loop_1(Lisp_Object dummy), barg = 137558020,
hfun = 0x80c7fb0 = &`xemacs`cmdloop.c`cmd_error(Lisp_Object data,
Lisp_Object dummy), harg = 137558020), line 1652 in "eval.c"
[20] command_loop_3(), line 256 in "cmdloop.c"
[21] command_loop_2(dummy = 137558020), line 267 in "cmdloop.c"
[22] internal_catch(tag = 137638324, func = 0x80c8100 =
&`xemacs`cmdloop.c`command_loop_2(Lisp_Object dummy), arg = 137558020,
threw = (nil)), line 1318 in "eval.c"
[23] initial_command_loop(load_me = 137558020), line 305 in "cmdloop.c"
[24] xemacs_21_4_22_i386_pc_solaris2_10(argc = 2, argv = 0x8046f6c,
envp = 0x8046f78, restart = 0), line 2460 in "emacs.c"
[25] main(argc = 2, argv = 0x8046f6c, envp = 0x8046f78), line 2892 in
"emacs.c"
(dbx)
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: SunOS godzilla 5.10 Generic_137112-04 i86pc i386 i86pc
./configure '--with-sound=esd' '--with-clash-detection=yes'
'--cflags=-g' '--with-dialogs=motif' '--with-widgets=motif'
'--with-mule' '--with-xim=motif' '--with-png'
XEmacs 21.4.22 "Instant Classic" configured for `i386-pc-solaris2.10'.
Compilation / Installation:
Source code location: /usr/local/src/xemacs/xemacs-21.4.22
Installation prefix: /usr/local
Runtime library search path: /usr/openwin/lib:/opt/SUNWdt/lib
Operating system description file: `s/sol2.h'
Machine description file: `m/intel386.h'
Compiler: cc -g
Compiler version: cc: Sun C 5.9 SunOS_i386 Patch
124868-06 2008/06/24
Relocating allocator for buffers: yes
GNU version of malloc: yes
libc: SUNWcsl 11.10.0,REV=2005.01.21.16.34
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/openwin/lib
- Handling WM_COMMAND properly.
Compiling in support for Motif.
*WARNING* Many versions of Motif are buggy, requiring workarounds.
You are likely to experience slow redisplay.
You may need to install vendor patches to Motif.
See PROBLEMS for more information.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif 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.
Compiling in support for TIFF images.
Sound:
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using Motif to provide XIM support.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
(/usr/local/lib/xemacs/site-packages/lisp/desktop
/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/desktop
/usr/local/lib/xemacs/xemacs-packages/lisp/cedet-common/sformat
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/sformat
/usr/local/lib/xemacs/xemacs-packages/lisp/cedet-common/working
/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/working
/home/rsparapa/.xemacs/custom
/usr/local/lib/xemacs-21.4.22/lisp/custom
/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/local/lib/xemacs-21.4.22/lisp/easy-mmode
/usr/local/lib/xemacs/xemacs-packages/lisp/build/build-report
/usr/local/lib/xemacs-21.4.22/lisp/build-report)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : en_US.ISO8859-1
Value of LC_CTYPE : en_US.ISO8859-1
Value of LC_MESSAGES : en_US.ISO8859-1
Value of LC_MONETARY : en_US.ISO8859-1
Value of LC_NUMERIC : en_US.ISO8859-1
Value of LC_TIME : en_US.ISO8859-1
Value of LANG : en_US.ISO8859-1
Lisp locale settings:
current-language-environment => "English"
default-buffer-file-coding-system => iso-2022-8
default-process-coding-system => [not available]
(current-locale) => [not available]
keyboard-coding-system => nil
terminal-coding-system => nil
(coding-priority-list) =>
(iso-7 no-conversion iso-8-1 iso-8-2 iso-8-designate
iso-lock-shift shift-jis big5 utf-8 ucs-4)
Coding system aliases:
'native is not a coding system alias
'file-name is aliased to binary
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.22 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.02 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.79 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.19 upstream: No-Upstream-Ver)
(x-symbol ver: 1.11 upstream: 4.5.1)
(w3 ver: 1.35 upstream: 4.0pre47)
(vm ver: 8.07 upstream: 8.0.12-devo)
(viper ver: 1.65 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(tramp ver: 1.4 upstream: 2.0.56)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(tm ver: 1.39 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.96 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.29 upstream: 1.0pre4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sml-mode ver: 0.12 upstream: 3.9.5)
(slider ver: 1.16 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.21 upstream: 2.0pre4)
(scheme ver: 1.17 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.23 upstream: 3.1.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.13 upstream: 5.0.0)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.45 upstream: 1.3.2)
(ps-print ver: 1.12 upstream: 6.5.6)
(prog-modes ver: 2.19 upstream: No-Upstream-Ver)
(pgg ver: 1.07 upstream: 0.1)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pcomplete ver: 1.05 upstream: 1.1.6)
(pcl-cvs ver: 1.68 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.41 upstream: No-Upstream-Ver)
(oo-browser ver: 1.05 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.56 upstream: N/A)
(mmm-mode ver: 1.03 upstream: 0.4.8)
(misc-games ver: 1.22 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.31 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(jde ver: 1.52 upstream: 2.3.5.1)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.16 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.17 upstream: 5.0)
(hm--html-menus ver: 1.24 upstream: 5.9)
(haskell-mode ver: 1.11 upstream: 2.1)
(guided-tour ver: 0.52 upstream: No-Upstream-Ver)
(gnus ver: 1.93 upstream: 5.10.8)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.05 upstream: No-Upstream-Ver)
(games ver: 1.18 upstream: 1.04)
(fsf-compat ver: 1.17 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.05 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.4 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.17 upstream: 0fc80a3f6bb3bb59f42e9ff83cc8b89bf90fe658)
(escreen ver: 1.01 upstream: 1.16)
(erc ver: 0.22 upstream: Version 5.1.2 Revision: 1.796.2.6)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.13 upstream: 1.0)
(eieio ver: 1.06 upstream: 1.0pre4)
(efs ver: 1.34 upstream: 1.24)
(edt ver: 1.14 upstream: No-Upstream-Ver)
(edit-utils ver: 2.4 upstream: No-Upstream-Ver)
(ediff ver: 1.77 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ede ver: 1.01 upstream: 1.0pre4)
(ecrypto ver: 0.21 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(easypg ver: 1.02 upstream: 0.0.16)
(docbookide ver: 0.08 upstream: 0.1)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(cogre ver: 1.02 upstream: 0.5)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cedet-common ver: 1.01 upstream: 1.0pre4)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.38 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.32 upstream: 2.35)
(auctex ver: 1.51 upstream: 11.84)
(apel ver: 1.33 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(skk ver: 1.24 upstream: 10.62a)
(mule-ucs ver: 1.17 upstream: 0.84)
(mule-base ver: 1.53 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.28 upstream: No-Upstream-Ver)
(leim ver: 1.28 upstream: No-Upstream-Ver)
(latin-unity ver: 1.2 upstream: 1.20)
(latin-euro-standards ver: 1.08 upstream: 1.08)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 guided-tour font
disp-table gnuserv viper viper-ex viper-macs viper-mous viper-cmd
viper-keym viper-util viper-init vc-compat vc-svn tramp-vc vc-rcs vc
compile vc-hooks ediff-merg ediff-diff ediff-wind ediff-tbar
ediff-help ediff-util ediff-mult ediff-init ediff add-log view-compat
view-less view simple-compat log-edit-compat indent-compat dnd-compat
subr-compat path-util byte-optimize bytecomp byte-compile poe-xemacs
timer overlay poe pym static apel-ver product tramp-smb tramp password
format-spec timer-funcs trampver efs-dired efs-x19.15 efs-fnh
efs-ovwrt efs-cu efs-netrc efs-defun efs advice advice-preload ffap
essd-jags ess-toolbar ess-mous mouseme thingatpt browse-url ess-menu
imenu ess-swv ess-noweb essl-bugs essd-omg essl-omg essd-els essd-sas
essl-sas essa-sas rtf-support executable shell essd-arc essd-vst
essd-xls essl-lsp essd-sta essl-sta cc-vars cc-defs make-regexp
essd-sp6 essd-sp5 essd-sp3 essd-r essd-r-args assoc essl-s ess-inf
ess-utils comint ring ess-mode noweb-mode ess ess-cust ess-emcs
ess-site font-lock rsz-minibuf recent-files pending-del env mwheel
dired-compat dired-aux dired regexp-opt cus-face diff desktop
easy-mmode fsf-compat byte-run-compat bindings-compat zenirc-autoloads
xwem-autoloads xslt-process-autoloads xslide-autoloads xlib-autoloads
xetla-autoloads xemacs-devel-autoloads xemacs-base-autoloads
x-symbol-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads tramp-autoloads
tpu-autoloads tooltalk-autoloads tm-autoloads time-autoloads
textools-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads strokes-autoloads speedbar-autoloads
sounds-wav-autoloads sounds-au-autoloads sml-mode-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads sasl-autoloads
ruby-modes-autoloads rmail-autoloads riece-autoloads reftex-autoloads
re-builder-autoloads python-modes-autoloads psgml-dtds-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads pgg-autoloads
perl-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-autoloads oo-browser-autoloads ocaml-autoloads
net-utils-autoloads mmm-mode-autoloads misc-games-autoloads
mine-autoloads mh-e-autoloads mew-autoloads mailcrypt-autoloads
mail-lib-autoloads jde-autoloads ispell-autoloads ilisp-autoloads
igrep-autoloads idlwave-autoloads ibuffer-autoloads
hyperbole-autoloads hm--html-menus-autoloads haskell-mode-autoloads
guided-tour-autoloads gnus-autoloads gnats-autoloads
general-docs-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads fortran-modes-autoloads forms-autoloads
footnote-autoloads eudc-autoloads eterm-autoloads eshell-autoloads
escreen-autoloads erc-autoloads emerge-autoloads elib-autoloads
eieio-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ede-autoloads ecrypto-autoloads
ecb-autoloads easypg-autoloads docbookide-autoloads
dictionary-autoloads debug-autoloads crisp-autoloads cookie-autoloads
cogre-autoloads clearcase-autoloads cedet-common-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads build-autoloads bbdb-autoloads tex-site
auctex-autoloads apel-autoloads ada-autoloads Sun-autoloads
skk-autoloads mule-ucs-autoloads mule-base-autoloads lookup-autoloads
locale-autoloads leim-autoloads latin-unity-autoloads
latin-euro-standards-autoloads egg-its-autoloads edict-autoloads
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1 slovenian
czech romanian ccl mule-help code-cmds gutter-items menubar-items
x-menubar mode-motion mouse itimer auto-save lisp-mode easymenu
iso8859-1 page buff-menu lib-complete cus-file derived frame
text-props obsolete cus-start custom widget cl-extra mini-cl cl cl-19
packages backquote very-early-lisp postgresqlv7 postgresql file-coding
mule lucid-scrollbars cut-buffer lucid-menubars motif-dialogs x
c-balloon-help tty-frames tty toolbar esd-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar berkeley-db dbm md5 xemacs xim gutter
tiff png gif jpeg xpm xbm lisp-float-type usg-unix-v dialog devices
window-system base64)
Recent keystrokes:
-----------------
M-x r e p o r t - x e m a c s 0 BS - b u g RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Loading guided-tour...done
Loading guided-tour...
Loading font...done
Loading font...
Loading gnuserv...done
Loading gnuserv...
Loading ~/.viper...done
Loading ~/.viper...
Loading path-util...done
Loading byte-optimize...done
Loading byte-optimize...
Loading bytecomp...done
Loading bytecomp...
Loading path-util...
Loading password...done
Loading password...
Loading efs-dired-mule...done
Loading efs-dired-mule...
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta