================================================================
Dear Bug Team!
savehist-save tries to write the value of savehist-coding-system into the
-*- ... -*- section of the first line of ~/.emacs-history. If you happen to
have set print-readably globally to t, this throws an error in the autosave
itimer; not surprisingly, if you look at the file as written:
;; -*- mode: emacs-lisp; coding: #<coding-system utf-8 unicode(utf-8)> -*-
;; Minibuffer history file, automatically generated by `savehist'.
Here’s the appropriate patch:
2009-05-22 Aidan Kehoe <kehoea(a)parhasard.net>
* savehist.el (savehist-save):
Use (format "%s" (coding-system-name savehist-coding-system))
instead of writing the (unreadable) coding system object itself to
the file.
--- savehist.el~ 2007-09-03 14:00:26.000000000 +0100
+++ savehist.el 2009-05-22 21:05:30.000000000 +0100
@@ -288,7 +288,8 @@
(interactive)
(with-temp-buffer
(insert
- (format ";; -*- mode: emacs-lisp; coding: %s -*-\n"
savehist-coding-system)
+ (format ";; -*- mode: emacs-lisp; coding: %s -*-\n"
+ (coding-system-name savehist-coding-system))
";; Minibuffer history file, automatically generated by
`savehist'.\n\n")
(run-hooks 'savehist-save-hook)
(let ((print-length nil)
Grüße,
Aidan
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: FreeBSD daedalus.asclepian.ie 7.1-STABLE FreeBSD 7.1-STABLE #6: Wed Jan 21
19:23:52 GMT 2009 conall@daedalus.asclepian.ie:/usr/src/obj/usr/src/sys/DAEDALUS
amd64
./configure '--enable-mule' '--prefix=/home/aidan'
'CFLAGS=-I/usr/local/include' 'LDFLAGS=-L/usr/local/lib -lintl'
'--with-bignum=gmp' '--with-site-prefixes=/usr/local:/usr/X11R6'
'--without-error-checking' '--without-assertions' '--with-x'
'--with-rel-alloc'
XEmacs 21.5-b28 "fuki" configured for `x86_64-unknown-freebsd7.1'.
Compilation Environment and Installation Defaults:
Source code location: /home/aidan/xemacs-21.5-checked-out
Installation prefix: /home/aidan
Additional prefixes: /usr/local /usr/X11R6
Operating system description file: `s/freebsd.h'
Not using any machine description file
Compiler version: gcc (GCC) 4.2.1 20070719 [FreeBSD]
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare
-Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -I/usr/local/include
libc version:
Relocating allocator for buffers: yes
GNU version of malloc: yes
Linking with `-z nocombreloc'.
- Consider configuring with --enable-pdump.
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.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
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: 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 raw Xlib to provide XIM support.
Mail:
Compiling in support for "flock" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for more number types using the GNU MP library.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Compiling in support for extra debugging code.
Load-Path Lisp Shadows:
----------------------
(/home/aidan/emacs-lisp/latin-ltx
/home/aidan/lib/xemacs/mule-packages/lisp/leim/latin-ltx
/home/aidan/emacs-lisp/cyrillic-tajik
/home/aidan/lib/xemacs/mule-packages/lisp/leim/cyrillic-tajik
/home/aidan/emacs-lisp/vm-rfaddons
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-rfaddons
/home/aidan/emacs-lisp/vm-pine
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pine
/home/aidan/emacs-lisp/vm-pcrisis
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pcrisis
/home/aidan/emacs-lisp/unique
/home/aidan/share/xemacs/xemacs-packages/lisp/elib/unique
/home/aidan/emacs-lisp/erc-log
/home/aidan/share/xemacs/xemacs-packages/lisp/erc/erc-log
/home/aidan/emacs-lisp/overlay
/home/aidan/share/xemacs/xemacs-packages/lisp/fsf-compat/overlay
/home/aidan/emacs-lisp/pcomplete
/home/aidan/share/xemacs/xemacs-packages/lisp/pcomplete/pcomplete
/home/aidan/share/xemacs/site-packages/lisp/vm/vm
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-window
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-window
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-virtual
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-virtual
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-version
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-version
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-vcard
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-vcard
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-vars
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-vars
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-user
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-user
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-undo
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-undo
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-toolbar
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-toolbar
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-thread
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-thread
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-summary
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-summary
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-summary-faces
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-summary-faces
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-startup
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-startup
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-sort
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-sort
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-serial
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-serial
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-search
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-search
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-save
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-save
/home/aidan/emacs-lisp/vm-rfaddons
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-rfaddons
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-revno
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-revno
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-reply
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-reply
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-ps-print
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-ps-print
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pop
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pop
/home/aidan/emacs-lisp/vm-pine
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pine
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pgg
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pgg
/home/aidan/emacs-lisp/vm-pcrisis
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pcrisis
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-page
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-page
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-mouse
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-mouse
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-motion
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-motion
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-misc
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-misc
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-minibuf
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-minibuf
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-mime
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-mime
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-message
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-message
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-message-history
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-message-history
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-menu
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-menu
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-mark
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-mark
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-macro
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-macro
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-license
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-license
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-imap
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-imap
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-grepmail
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-grepmail
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-folder
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-folder
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-edit
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-edit
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-digest
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-digest
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-delete
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-delete
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-crypto
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-crypto
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-biff
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-biff
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-avirtual
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-avirtual
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-autoload
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-autoload
/home/aidan/share/xemacs/site-packages/lisp/vm/tapestry
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/tapestry
/home/aidan/emacs-lisp/time-date
/home/aidan/share/xemacs/xemacs-packages/lisp/xemacs-base/time-date
/home/aidan/emacs-lisp/regexp-opt
/home/aidan/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/china-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/china-util
/home/aidan/emacs-lisp/arabic
/home/aidan/share/xemacs-21.5-b28/lisp/mule/arabic
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/viet-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/viet-util
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/thai-xtis
/home/aidan/share/xemacs-21.5-b28/lisp/mule/thai-xtis
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/korea-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/korea-util
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/japan-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/japan-util
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/greek
/home/aidan/share/xemacs-21.5-b28/lisp/mule/greek
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/ethiopic
/home/aidan/share/xemacs-21.5-b28/lisp/mule/ethiopic
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/ethio-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/ethio-util
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/cyrillic
/home/aidan/share/xemacs-21.5-b28/lisp/mule/cyrillic
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/cyril-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/cyril-util
/home/aidan/emacs-lisp/descr-text
/home/aidan/share/xemacs-21.5-b28/lisp/descr-text
/home/aidan/emacs-lisp/regexp-opt
/home/aidan/share/xemacs-21.5-b28/lisp/regexp-opt
/home/aidan/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/home/aidan/share/xemacs-21.5-b28/lisp/easy-mmode
/home/aidan/emacs-lisp/cl-macs
/home/aidan/share/xemacs-21.5-b28/lisp/cl-macs
/home/aidan/share/xemacs/xemacs-packages/lisp/build/build-report
/home/aidan/share/xemacs-21.5-b28/lisp/build-report)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : de_DE.UTF-8
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : nil
Lisp locale settings:
current-language-environment => "German (UTF-8)"
default-buffer-file-coding-system => utf-8
default-process-coding-system => (undecided . utf-8)
(current-locale) => "de_DE.UTF-8"
keyboard-coding-system => utf-8
terminal-coding-system => utf-8
(coding-priority-list) =>
(utf-8 iso-8-1 utf-16-little-endian-bom utf-16-bom utf-8-bom iso-7
no-conversion iso-8-2 iso-8-designate iso-lock-shift shift-jis big5
utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to utf-8
'file-name is aliased to utf-8
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(xslt-process ver: 1.12 upstream: 1.2.1)
(xemacs-devel ver: 1.78 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.18 upstream: No-Upstream-Ver)
(vm ver: 8.07 upstream: 8.0.12-devo)
(view-process ver: 1.13 upstream: 2.4)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(tpu ver: 1.14 upstream: 4.2X)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.29 upstream: 1.0pre4)
(sml-mode ver: 0.12 upstream: 3.9.5)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(scheme ver: 1.17 upstream: No-Upstream-Ver)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(reftex ver: 1.34 upstream: 4.21)
(python-modes ver: 1.1 upstream: 426)
(prog-modes ver: 2.16 upstream: No-Upstream-Ver)
(pgg ver: 1.06 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.02 upstream: 0.4.7)
(misc-games ver: 1.2 upstream: No-Upstream-Ver)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.16 upstream: 2.111)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(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)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(ess ver: 1.12 upstream: 5.2.3)
(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.75 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.21 upstream: 2.0)
(dired ver: 1.19 upstream: 7.16)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.37 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.49 upstream: 11.55)
(apel ver: 1.33 upstream: 10.6)
(skk ver: 1.24 upstream: 10.62a)
(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.27 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:
--------
(xemacsbug shadow debug disp-table enriched flyspell ispell cc-mode cc-fonts
cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs find-func
descr-text hyper-apropos atomic-extents view-less view man passwd vm-sort
pgg-gpg ipa quail timer-funcs vm-avirtual bbdb-com bbdb time-date regexp-opt
vm-virtual vm-delete vm-save tapestry mail-utils mspools mail-abbrevs
non-standard-1252 vm-pine cookie1 vm-pgg pgg password pgg-parse pgg-def
vm-rfaddons overlay vm-reply vm-autoload sendmail vm-menu vm-window
vm-toolbar vm-folder vm-mime vm-undo vm-summary vm-mouse vm-page vm-motion
vm-minibuf vm-message vm-misc vm-macro vm-vars highlight-headers vm
vm-version efs-cu erc-track erc-ring erc-netsplit erc-match erc-button
erc-fill erc-stamp wid-edit erc-autojoin unique erc-truncate erc-log
erc-goodies erc erc-backend erc-menu erc-compat format-spec thingatpt pp
latin-unity-tables latin-euro-standards latin-euro-latin10 latin-euro-latin9
latin-euro-latin8 latin-euro-latin7 latin-unity-vars latin-unity crypt
crypt++ crypt+pgp-pub scroll-in-place redo desktop savehist
after-save-commands mail-extr timezone tex-site mailcrypt rfc822 comint ring
mmm advice advice-preload lazy-shot font-lock time cus-face gnuserv
xslt-process-autoloads xemacs-devel-autoloads xemacs-base-autoloads
vm-autoloads view-process-autoloads vc-cc-autoloads vc-autoloads
tpu-autoloads time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads strokes-autoloads speedbar-autoloads sml-mode-autoloads
sieve-autoloads sh-script-autoloads sgml-autoloads scheme-autoloads
rmail-autoloads reftex-autoloads python-modes-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
mailcrypt-autoloads mail-lib-autoloads ispell-autoloads ilisp-autoloads
igrep-autoloads ibuffer-autoloads gnats-autoloads general-docs-autoloads
games-autoloads fsf-compat-autoloads frame-icon-autoloads forms-autoloads
footnote-autoloads eterm-autoloads ess-autoloads erc-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads edt-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads ecrypto-autoloads
dired-autoloads dictionary-autoloads debug-autoloads cookie-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads c-support-autoloads
build-autoloads bbdb-autoloads auctex-autoloads apel-autoloads skk-autoloads
mule-base-autoloads lookup-autoloads locale-autoloads leim-autoloads
latin-unity-autoloads latin-euro-standards-autoloads egg-its-autoloads
edict-autoloads modules-autoloads mule-autoloads auto-autoloads auto-show
fontl-hooks canna-leim tibetan slovenian czech romanian lao devanagari
indian cyrillic code-cmds gutter-items menubar-items x-menubar mode-motion
mouse behavior itimer auto-save lisp-mode easymenu easy-mmode iso8859-1 page
buff-menu lib-complete loadhist cus-file derived newcomment rsz-minibuf env
text-props frame obsolete cus-start custom widget cl-extra cl cl-19 packages
backquote unicode lucid-scrollbars cut-buffer lucid-menubars athena-dialogs
x c-balloon-help tty-frames tty toolbar native-sound scrollbar
unix-processes multicast network-streams subprocesses bigfloat ratio bignum
number-types modules menu-accelerator-support menubar berkeley-db dbm md5
xemacs xim mule gutter tiff png gif jpeg xface xpm xbm lisp-float-type
file-coding berkeley-unix dialog devices window-system base64)
Recent keystrokes:
-----------------
TAB C-g C-x C-f C-g C-x o C-p C-@ C-n C-n C-n ESC w
ESC x r e p o r t - x e m a c s - b u g RET s a v e
h i s t SPC f a i l s SPC i f SPC p r e i BS BS i n
t - r e a d a b l y C-x o C-x b * s c TAB RET C-x o
C-x o ESC p ESC n ESC n s a v e h C-g ESC x ESC p
RET
Recent messages (most recent first):
-----------------------------------
Quit
No following item in minibuffer-history; no default available
Loading xemacsbug...done
Loading xemacsbug...
8:57pm 0.06
Quit
8:57pm 0.08
Quit
Making completion list...
Making completion list...
Making completion list...
Making completion list...
8:56pm 0.07
Quit
8:56pm 0.10
8:55pm 0.14
Quit
Entering debugger...
Printing unreadable object: printing unreadable object #<coding-system 0x3f6b2>
Continuing.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta