================================================================
Dear Bug Team!
As nobody found solution for the trouble I get, somebody suggested I wrote a
xemacs-bug-report. So do I! Please apologize for my bad english and for maybe the
incomplete information I give to you: it's my first xemacs-bug-report...
So, my XEmacs was working fine, for a long time. But since two weeks, I have the following
trouble:
when I launch XEmacs, everything is OK but as soon as I type any key
(except CONTROL or META key), I get the following message in the
*Warnings* buffer:
(1) (warning/warning) Autoload error in:
//usr/share/xemacs/xemacs-packages/lisp/lookup/auto-autoloads: Cannot
open load file: mule
So I uninstall every package involving mule and the file
/usr/share/xemacs/xemacs-packages/lisp/lookup/auto-autoloads.el
doesn't refer to mule.
Here are my init.el and custom.el files that don't refer to mule but where, maybe, are
wrong lisp instructions:
************************** init.el *****************************
; Personnalisation
(require 'completion)
(initialize-completions)
(setq minibuffer-max-depth nil)
;auctex
(require 'tex-site)
;(setq-default TeX-master nil)
(setq tex-dvi-view-command
(if (eq window-system 'x) "xdvi" "dvi2tty * | cat
-s"))
(defun TeX-toolbar-run-LaTeX ()
"Run LaTeX from the toolbar."
(interactive)
(TeX-command-menu "LaTeX"))
(defun TeX-toolbar-run-Dvips ()
"Run LaTeX from the toolbar."
(interactive)
(TeX-command-menu "File"))
(defun TeX-toolbar-preview ()
"Run the View command from the toolbar. Automagicly inhibits
the confirmation garbage."
(interactive)
(let* ((entry (copy-sequence (assoc "View" TeX-command-list)))
TeX-command-list)
(rplaca (nthcdr 3 entry) nil)
(setq TeX-command-list (list entry))
(TeX-command-menu "View")))
(add-hook 'LaTeX-mode-hook '(lambda () (local-set-key [(f12)]
'TeX-toolbar-run-LaTeX)))
(add-hook 'LaTeX-mode-hook '(lambda () (local-set-key [(f11)]
'TeX-toolbar-run-Dvips)))
(require 'bbdb)
(bbdb-initialize 'gnus)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(global-set-key [f9] 'bbdb-complete-name)
(autoload 'metafont-mode "meta-mode" "Metafont editing mode."
t)
(autoload 'metapost-mode "meta-mode" "MetaPost editing mode."
t)
(setq auto-mode-alist
(append '(("\\.mf\\'" . metafont-mode)
("\\.mp\\'" . metapost-mode)) auto-mode-alist))
; (add-hook 'meta-mode-load-hook
; '(lambda () (require 'meta-buf)))
(defalias 'equation (read-kbd-macro
"ESC % $$ RET \\begin { equation* } RET . ESC % 2*<up> RET \\end { equation* }
RET ."))
************************** end of init.el ************************
************************** custom.el *****************************
(custom-set-variables
'(Info-additional-search-directory-list (quote ("/usr/share/info/xemacs"))
t)
'(read-mail-command (quote gnus))
'(toolbar-mail-commands-alist (quote ((gnus . gnus-no-server) (rmail . rmail) (mh .
mh-rmail) (pine toolbar-external "xterm" "-e" "pine") (elm
toolbar-external "xterm" "-e" "elm") (mutt toolbar-external
"xterm" "-e" "mutt") (exmh toolbar-external
"exmh") (netscape toolbar-external "netscape" "mailbox:")
(send . mail))))
'(mail-signature t)
'(smtpmail-smtp-server "smtp.wanadoo.fr")
'(smtpmail-smtp-service 25)
'(display-time-24hr-format t)
'(default-input-method "latin-1-prefix")
'(pc-select-selection-keys-only t)
'(TeX-command-list (quote (("TeX" "tex '\\nonstopmode\\input
%t'" TeX-run-TeX nil t) ("TeX Interactive" "tex %t"
TeX-run-interactive nil t) ("LaTeX" "%l
'\\nonstopmode\\input{%t}'" TeX-run-LaTeX nil t) ("LaTeX
Interactive" "%l %t" TeX-run-interactive nil t) ("LaTeX2e"
"latex2e '\\nonstopmode\\input{%t}'" TeX-run-LaTeX nil t)
("View" "%v " TeX-run-silent t nil) ("Print" "%p "
TeX-run-command t nil) ("Queue" "%q" TeX-run-background nil nil)
("File" "dvips %d -o %f " TeX-run-command nil nil) ("BibTeX"
"bibtex %s" TeX-run-BibTeX nil nil) ("Index" "makeindex %s"
TeX-run-command nil t) ("Check" "lacheck %s" TeX-run-compile nil t)
("Spell" "ispell -t %t" TeX-run-ispell-on-document nil nil)
("Makeinfo" "makeinfo %t" TeX-run-compile nil t) ("AmSTeX"
"amstex '\\nonstopmode\\input %t'" TeX-run-TeX nil t) ("Dvips"
"latexmk -pvc -ps %t" TeX-run-command nil "nil")
("GhostView" "ggv %f" TeX-run-command nil "nil")
("Transparents" "%l '\\nonstopmode\\input{%t}' ; dvips %d -o %f ;
ps2pdf %f" TeX-run-command nil "nil") ("HtLaTeX" "htlatex
'\\nonstopmode\\input{%t %t}'" TeX-run-command nil "nil")
("Generate Preview" "See `preview-LaTeX-command'"
TeX-inline-preview nil t))))
'(php-mode-speedbar-open t)
'(tex-open-quote "«")
'(overwrite-mode nil)
'(recent-files-permanent-submenu t)
'(gnuserv-program (concat exec-directory "/gnuserv"))
'(url-news-server "news.wanadoo.fr")
'(mail-yank-prefix "> ")
'(browse-url-browser-function (quote browse-url-mozilla))
'(efs-generate-anonymous-password "dbitouze(a)wanadoo.fr")
'(rmail-enable-mime t)
'(TeX-master (quote dwim))
'(case-fold-search nil)
'(tex-close-quote "»")
'(pending-delete-mode t nil (pending-del))
'(tex-default-mode (quote latex-mode))
'(url-proxy-services nil)
'(message-send-mail-function (quote smtpmail-send-it))
'(url-personal-mail-address "dbitouze(a)wanadoo.fr")
'(line-number-mode t)
'(pc-select-meta-moves-sexps t)
'(current-language-environment "Latin-1")
'(mail-user-agent (quote message-user-agent))
'(message-directory "~/.Mail/")
'(user-mail-address "dbitouze(a)wanadoo.fr")
'(query-user-mail-address nil)
'(smtpmail-default-smtp-server "smtp.wanadoo.fr")
'(pc-selection-mode t))
(custom-set-faces)
;;; Ajouts provenant de
http://www.emacsfr.org
(setq display-time-string-forms
'((format "[%s/%s/%s]-[%s:%s] " day month year 24-hours minutes )
(if mail "==Mail==" load)))
(setq european-calendar-style 't)
(setq calendar-week-start-day 1)
(setq calendar-day-name-array
["Dimanche" "Lundi" "Mardi" "Mercredi"
"Jeudi" "Vendredi" "Samedi"])
(setq calendar-month-name-array
["Janvier" "Février" "Mars" "Avril"
"Mai" "Juin" "Juillet"
"Août" "Septembre" "Octobre" "Novembre"
"Décembre"])
(defun call-occur()
(interactive)
(occur (current-word)))
(global-set-key (quote [f3]) 'call-occur)
;; correction orthographique
;; control $ : vérifie la région ou le buffer
;; meta $ : vérifie une mot
;; control meta $ : change de dictionnaire
(defun ispell-check ()
(interactive)
(if mark-active
(if (< (mark) (point))
(ispell-region (mark) (point))
(ispell-region (point) (mark)))
(ispell-buffer)))
(global-set-key [(control $)] `ispell-check)
(global-set-key [(meta $)] `ispell-word)
(global-set-key [(control meta $)] `ispell-change-dictionary)
;;;; Pour utiliser aspell au lieu de ispell décommenter la ligne suivante
(setq ispell-program-name "aspell")
(setq ispell-local-dictionary "francais")
(column-number-mode t)
;;; Ajouts provenant de
http://www.epita.fr:8000/~eole/
;; Std variables
(custom-set-variables
'(mail-yank-prefix "> ")
'(smtpmail-smtp-server "smtp.wanadoo.fr")
'(rmail-enable-mime t)
'(mail-signature t)
'(smtpmail-default-smtp-server "smtp.wanadoo.fr")
'(smtpmail-smtp-service 25)
'(display-time-24hr-format t))
;; Way send mails
(setq smtpmail-local-domain "wanadoo.fr")
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq-default case-fold-search t)
;;; Ajouts provenant de
http://matoufou.org/linux/config_files/emacs.gz
;; # From Eric Jacoboni
;; (require 'iso-transl)
;; (iso-transl-set-language "French")
(standard-display-european t)
(custom-set-variables
'(current-language-environment "Latin-1")
'(default-input-method "latin-1-prefix"))
;; Hop, tout en francais si possible
;(define-coding-system-alias 'iso-latin-9 'iso-latin-1)
;(setq selection-coding-system 'compound-text-with-extensions)
;(set-language-environment 'latin-1)
;(set-terminal-coding-system 'latin-1)
;(set-keyboard-coding-system 'latin-1)
;;; Ajouts provenant de
http://lea-linux.org/software/gnus.php3
;; Definit Gnus comme lecteur courriel
(setq gnus-select-method '(nntp "news.wanadoo.fr"))
;; Definit Gnus comme lecteur courriel
(custom-set-variables
'(read-mail-command (quote gnus))
'(message-directory "~/.Mail/"))
(setq mail-sources '((pop :server "pop.wanadoo.fr" :user
"dbitouze")))
;; Definit Mozilla comme brouteur web, pour suivre les liens
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "mozilla")
;(set-foreground-color "thistle")
;(set-background-color "DarkSlateGray")
(autoload 'metafont-mode "meta-mode" "Metafont editing mode." t)
(autoload 'metapost-mode "meta-mode" "MetaPost editing mode." t)
(setq auto-mode-alist
(append '(("\\.mf\\'" . metafont-mode)
("\\.mp\\'" . metapost-mode)) auto-mode-alist))
(setq metapost-command-list
(list
(list "Meta"
"mpost '\\nonstopmode; input %s'" 'meta-run-MF-or-MP
t)
(list "Proof"
(concat
"tex '\\input mproof' %s.[0-9]*;"
"dvips mproof -o mproof.ps") 'meta-run-command t)
(list "View" "gv mproof.ps"
'meta-run-background t)
))
; pour retrouver les fichiers ouverts lors de la précédente session
(desktop-load-default)
(desktop-read)
; pour une navigation plus sympa entre buffers (David Cobac)
(require 'iswitchb)
(iswitchb-default-keybindings)
; Prévisualisation LaTeX
(autoload 'LaTeX-preview-setup "preview")
; Zope, etc.
(autoload 'dtml-mode "dtml-mode" "" t)
(setq sgml-local-catalogs '("CATALOG"))
(autoload 'dtml-edit-via-ftp "dtml-mode" "" t)
(autoload 'dtml-browse-via-http "dtml-mode" "" t)
; Prise en charge de la souris à molette
;(setq load-path (cons "~/emacs-lisp" load-path))
;(load-library "mwheel")
(require 'mwheel)
(mwheel-install)
;; cycle through buffers, ignoring uninteresting ones
(defun backward-buffer ()
"Switch to previously selected buffer."
(interactive)
(let* ((list (cdr (buffer-list)))
(buffer (car list)))
(while (and (cdr list) (string-match "^ ?\\*" (buffer-name buffer)))
(progn
(setq list (cdr list))
(setq buffer (car list))))
(bury-buffer)
(switch-to-buffer buffer)))
(defun forward-buffer ()
"Opposite of `backward-buffer'."
(interactive)
(let* ((list (reverse (buffer-list)))
(buffer (car list)))
(while (and (cdr list) (string-match "\\*" (buffer-name buffer)))
(progn
(setq list (cdr list))
(setq buffer (car list))))
(switch-to-buffer buffer)))
(global-set-key [(control return)] 'forward-buffer)
(global-set-key [(shift return)] 'backward-buffer)
(setq stack-trace-on-error t)
************************** end of custom.el *****************************
Thanks a lot!
Denis.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux
ke.mandrakesoft.com 2.4.22-3mdksmp #1 SMP Fri Aug 29 23:15:53 CEST 2003
i686 unknown unknown GNU/Linux
../../configure 'i386-mandrake-linux' '--prefix=/usr'
'--exec-prefix=/usr' '--package-path=//usr/share/xemacs/'
'--datadir=//usr/share' '--mandir=//usr/share/man/man0'
'--infodir=//usr/share/info' '--libdir=//usr/lib'
'--bindir=//usr/bin' '--infopath=//usr/share/info' '--with-gpm=no'
'--with-sound=none' '--with-pop' '--mail-locking=flock'
'--with-clash-detection' '--with-scrollbars=lucid'
'--with-menubars=lucid' '--with-xpm' '--with-xface'
'--with-png' '--with-jpeg' '--with-tiff' '--dynamic=yes'
'--with-ncurses' '--without-ldap' '--without-postgresql'
'--with-gpm=no' '--with-clash-detection' '--debug=no'
'--error-checking=none' '--prefix=/usr' '--exec-prefix=/usr'
'--with-x11' '--with-tty=yes' '--with-dialogs=athena'
'--with-widgets=athena' '--with-athena=3d' '--with-file-coding'
XEmacs 21.4.14 "Reasonable Discussion" configured for
`i386-mandrake-linux'.
Compilation / Installation:
Source code location: /home/warly/rpm/BUILD/xemacs-21.4.14
Installation prefix: /usr
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro
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/Xaw3d
- Athena library to link: Xaw3d
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:
Databases:
Compiling in support for Berkeley database.
Internationalization:
Compiling in support for file coding.
Mail:
Compiling in support for POP mail retrieval.
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.
Using the new portable dumper.
Load-Path Lisp Shadows:
----------------------
(/usr/share/xemacs/site-lisp/tramp
//usr/share/xemacs/xemacs-packages/lisp/tramp/tramp
/usr/share/xemacs/site-lisp/tramp-vc
//usr/share/xemacs/xemacs-packages/lisp/tramp/tramp-vc
/usr/share/xemacs/site-lisp/tramp-util
//usr/share/xemacs/xemacs-packages/lisp/tramp/tramp-util
//usr/share/xemacs/xemacs-packages/lisp/build/build-report
//usr/share/xemacs-21.4.14/lisp/build-report
//usr/share/xemacs/xemacs-packages/lisp/prog-modes/rpm-spec-mode
/usr/share/emacs/site-lisp/rpm-spec-mode
//usr/share/xemacs/xemacs-packages/lisp/text-modes/po-mode
/usr/share/emacs/site-lisp/po-mode
//usr/share/xemacs/xemacs-packages/lisp/text-modes/po-compat
/usr/share/emacs/site-lisp/po-compat
//usr/share/xemacs/xemacs-packages/lisp/ocaml/inf-caml
/usr/share/emacs/site-lisp/inf-caml
//usr/share/xemacs/xemacs-packages/lisp/ocaml/camldebug
/usr/share/emacs/site-lisp/camldebug
//usr/share/xemacs/xemacs-packages/lisp/ocaml/caml
/usr/share/emacs/site-lisp/caml
//usr/share/xemacs/xemacs-packages/lisp/ocaml/caml-help
/usr/share/emacs/site-lisp/caml-help
//usr/share/xemacs/xemacs-packages/lisp/ocaml/caml-font
/usr/share/emacs/site-lisp/caml-font
//usr/share/xemacs/xemacs-packages/lisp/ocaml/caml-compat
/usr/share/emacs/site-lisp/caml-compat
//usr/share/xemacs/xemacs-packages/lisp/python-modes/python-mode
/usr/share/emacs/site-lisp/python-mode)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.11 :type regular)
(xslide :version 1.08 :type regular)
(xemacs-devel :version 1.58 :type single-file)
(xemacs-base :version 1.78 :type regular)
(x-symbol :version 1.05 :type regular)
(w3 :version 1.28 :type regular)
(vm :version 7.14 :type regular)
(viper :version 1.36 :type regular)
(view-process :version 1.12 :type regular)
(vhdl :version 1.17 :type regular)
(vc-cc :version 1.21 :type regular)
(vc :version 1.37 :type regular)
(tramp :version 1.16 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.36 :type regular)
(time :version 1.13 :type regular)
(textools :version 1.14 :type regular)
(text-modes :version 1.63 :type single-file)
(texinfo :version 1.24 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.26 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(sml-mode :version 0.09 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.13 :type regular)
(sh-script :version 1.17 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.17 :type regular)
(scheme :version 1.13 :type regular)
(sasl :version 1.13 :type regular)
(ruby-modes :version 1.01 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.3 :type regular)
(python-modes :version 1.02 :type single-file)
(psgml-dtds :version 1.02 :type regular)
(psgml :version 1.41 :type regular)
(ps-print :version 1.07 :type regular)
(prog-modes
:version
1
.83
:type
single-file)
(pgg :version 1.03 :type regular)
(perl-modes :version 1.04 :type single-file)
(pcomplete :version 1.02 :type regular)
(pcl-cvs :version 1.64 :type regular)
(pc :version 1.25 :type single-file)
(os-utils :version 1.32 :type single-file)
(oo-browser :version 1.03 :type regular)
(ocaml :version 0.04 :type regular)
(net-utils :version 1.32 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.16 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.23 :type regular)
(mew :version 1.17 :type regular)
(mailcrypt :version 2.12 :type regular)
(mail-lib :version 1.6 :type regular)
(liece :version 1.12 :type regular)
(jde :version 1.45 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.32 :type regular)
(igrep :version 1.1 :type regular)
(idlwave :version 1.3 :type regular)
(ibuffer :version 1.08 :type regular)
(hyperbole :version 1.12 :type regular)
(hm--html-menus :version 1.21 :type regular)
(haskell-mode :version 1.05 :type regular)
(gnus :version 1.71 :type regular)
(gnats :version 1.15 :type regular)
(games :version 1.14 :type regular)
(fsf-compat :version 1.12 :type single-file)
(frame-icon :version 1.09 :type regular)
(fortran-modes :version 1.02 :type single-file)
(forms :version 1.14 :type regular)
(footnote :version 1.15 :type regular)
(eudc :version 1.38 :type regular)
(eterm :version 1.13 :type regular)
(ess :version 1.04 :type regular)
(eshell :version 1.05 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.04 :type regular)
(efs :version 1.29 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 2.07 :type single-file)
(ediff :version 1.47 :type regular)
(edebug :version 1.18 :type regular)
(ecrypto :version 0.13 :type regular)
(ecb :version 1.1 :type regular)
(docbookide :version 0.06 :type regular)
(dired :version 1.13 :type regular)
(dictionary :version 1.12 :type regular)
(debug :version 1.16 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.06 :type regular)
(cc-mode :version 1.39 :type regular)
(calendar :version 1.21 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.1 :type regular)
(bbdb :version 1.23 :type regular)
(auctex :version 1.35 :type regular)
(apel :version 1.26 :type regular)
(ada :version 1.13 :type regular))
Installed Modules:
-----------------
Features:
--------
(gnus-ems gnus-xmas wid-edit efs-cu mail-extr message messagexmas mml
mml-sec mml-smime smime dig mm-decode mm-bodies mm-encode mailcap lpr
mail-parse rfc2045 rfc2231 rfc2047 qp ietf-drums mail-abbrevs nnheader
nnheaderxm gnus-util netrc time-date parse-time mm-util mail-prsvr
mail-utils mailheader canlock xemacsbug shadow sendmail rfc822 mwheel
iswitchb desktop disp-table pending-del edmacro bbdb timezone tex-site
completion tramp advice advice-preload format-spec timer compile shell
comint ring caml-font font-lock cus-face zenirc-autoloads
xslt-process-autoloads xslide-autoloads xemacs-devel-autoloads
xemacs-base-autoloads x-symbol-autoloads w3-autoloads vm-autoloads
viper-autoloads view-process-autoloads vhdl-autoloads vc-cc-autoloads
vc-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 reftex-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 liece-autoloads jde-autoloads ispell-autoloads
ilisp-autoloads igrep-autoloads idlwave-autoloads ibuffer-autoloads
hyperbole-autoloads hm--html-menus-autoloads haskell-mode-autoloads
gnus-autoloads gnats-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads fortran-modes-autoloads forms-autoloads
footnote-autoloads eudc-autoloads eterm-autoloads ess-autoloads
eshell-autoloads emerge-autoloads elib-autoloads eieio-autoloads
efs-autoloads edt-autoloads edit-utils-autoloads ediff-autoloads
edebug-autoloads ecrypto-autoloads ecb-autoloads docbookide-autoloads
dired-autoloads dictionary-autoloads debug-autoloads crisp-autoloads
cookie-autoloads clearcase-autoloads cc-mode-autoloads
calendar-autoloads calc-autoloads c-support-autoloads build-autoloads
bbdb-autoloads auctex-autoloads apel-autoloads ada-autoloads
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1 code-cmds
gutter-items menubar-items x-menubar mode-motion mouse itimer
auto-save lisp-mode easymenu iso8859-1 page buff-menu lib-complete
help-nomule cus-file derived frame text-props obsolete cus-start
custom widget cl-extra mini-cl cl cl-19 packages backquote
very-early-lisp file-coding lucid-scrollbars cut-buffer lucid-menubars
athena-dialogs x c-balloon-help tty-frames tty toolbar scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar berkeley-db md5 xemacs gutter tiff
png gif jpeg xface xpm xbm lisp-float-type linux dialog devices
window-system base64)
Recent keystrokes:
-----------------
M-x r e p TAB o r t TAB x TAB RET
Recent messages (most recent first):
-----------------------------------
Loading gnus-xmas...done
Loading gnus-xmas...
Loading gnus-ems...
Loading efs-cu...done
Loading efs-cu...
Loading mail-extr...done
Loading mail-extr...
Loading message...done
Loading message...
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
Loading desktop...done
Loading desktop...
Loading disp-table...done
Loading disp-table...
Loading pending-del...done
Loading pending-del...
Loading edmacro...done
Loading edmacro...