Dear Bug Team!
When I hit tab in an HTML file, I get "Wrong type argument: stringp,
Y". Sometimes it's "stringp, M". The following XHTML file, in XML or
HTML mode, reproduces the problem for me:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>title</title>
</head>
<body>
<h1>title</h1>
<hr/>
</body>
</html>
With debug on error:
Debugger entered--Lisp error: (wrong-type-argument stringp Y)
intern(Y [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...])
sgml-lookup-eltype(Y)
sgml-bdtd-merge()
sgml-bdtd-read-dtd()
sgml-try-merge-special-case("-//W3C//DTD XHTML 1.0 Transitional//EN//"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\xhtml1-transitional.dtd"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\cdtd\\xhtml1-transitional"
nil)
sgml-try-merge-compiled-dtd("-//W3C//DTD XHTML 1.0 Transitional//EN"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\xhtml1-transitional.dtd")
sgml-push-to-entity(("html" dtd ("-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" .
"c:\\Documents and Settings\\tony\\My Documents\\Tiger Heron\\SFF
Bookstore\\Web Site\\") nil))
sgml-setup-doctype("html" ("-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" .
"c:\\Documents and Settings\\tony\\My Documents\\Tiger Heron\\SFF
Bookstore\\Web Site\\"))
sgml-do-doctype()
sgml-parse-markup-declaration(prolog)
sgml-parse-prolog()
sgml-load-doctype()
sgml-need-dtd()
sgml-parse-to(1)
sgml-find-context-of(1)
byte-code("..." [sgml-debug sgml-log-message "-- sgml-indent-line find
context" sgml-find-context-of] 2)
sgml-indent-line()
#<compiled-function nil "...(9)" [indent-line-function
sgml-indent-step insert-tab] 1 ("c:\\Program
Files\\XEmacs\\xemacs-packages\\lisp\\psgml\\psgml.elc" . 26423) nil>()
call-interactively(sgml-indent-or-tab)
With stack trace on error:
# bind (standard-output stack-trace-on-signal debug-on-signal
stack-trace-on-error debug-on-error)
intern(Y [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0])
# bind (dtd name)
sgml-lookup-eltype(Y)
# bind (G91269 i dependencies parameters gc-cons-threshold temp)
sgml-bdtd-merge()
# bind (sgml-dtd-info)
sgml-bdtd-read-dtd()
# bind (cdtd ents cfile file pubid)
sgml-try-merge-special-case("-//W3C//DTD XHTML 1.0 Transitional//EN//"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\xhtml1-transitional.dtd"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\cdtd\\xhtml1-transitional"
nil)
# bind (cfile ents ce file pubid)
sgml-try-merge-compiled-dtd("-//W3C//DTD XHTML 1.0 Transitional//EN"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\xhtml1-transitional.dtd")
# bind (file extid cb dd syntax-table xml-p eref type ref-start entity)
sgml-push-to-entity(("html" dtd ("-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" .
"c:\\Documents and Settings\\tony\\My Documents\\Tiger Heron\\SFF
Bookstore\\Web Site\\") nil))
# bind (sgml-parsing-dtd external docname)
sgml-setup-doctype("html" ("-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" .
"c:\\Documents and Settings\\tony\\My Documents\\Tiger Heron\\SFF
Bookstore\\Web Site\\"))
# bind (sgml-markup-start)
sgml-do-doctype()
# bind (rut tok option)
sgml-parse-markup-declaration(prolog)
# (unwind-protect ...)
# bind (normal-syntax-table cb buffer-modified sgml-set-face
sgml-warn-about-undefined-entities)
sgml-parse-prolog()
# (unwind-protect ...)
sgml-load-doctype()
sgml-need-dtd()
# bind (quiet extra-cond sgml-goal)
sgml-parse-to(1)
# (unwind-protect ...)
# bind (pos)
sgml-find-context-of(1)
byte-code("..." [sgml-debug sgml-log-message "-- sgml-indent-line find
context" sgml-find-context-of] 2)
# (catch parse-error ...)
# bind (sgml-throw-on-error here element-insert element-level element col)
sgml-indent-line()
#<compiled-function nil "...(9)" [indent-line-function
sgml-indent-step insert-tab] 1 ("c:\\Program
Files\\XEmacs\\xemacs-packages\\lisp\\psgml\\psgml.elc" . 26423) nil>()
call-interactively(sgml-indent-or-tab)
# (condition-case ... . error)
# (catch exit ...)
# bind (standard-input standard-output)
# (unwind-protect ...)
recursive-edit()
# (unwind-protect ...)
# bind (standard-output buffer-read-only)
byte-code("..." [buffer-read-only noninteractive debugger-buffer
middlestart debugger-args debugger-batch-max-lines pop-to-buffer
debugger-mode debugger-setup-buffer count-lines 2 "...\n" message
buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable ""
nil recursive-edit standard-output] 3)
# (unwind-protect ...)
# (unwind-protect ...)
# bind (last-command this-command unread-command-event
unread-command-events last-input-event last-input-char last-input-time
last-command-event last-command-char overriding-local-map
load-read-function enable-recursive-minibuffers standard-input
standard-output cursor-in-echo-area)
# (unwind-protect ...)
# bind (debugger-value debug-on-error debug-on-quit debug-on-signal
debugger-buffer debugger-old-buffer debugger-step-after-exit
executing-kbd-macro debugger-outer-match-data
debugger-outer-load-read-function debugger-outer-overriding-local-map
debugger-outer-overriding-terminal-local-map debugger-outer-last-command
debugger-outer-this-command debugger-outer-unread-command-event
debugger-outer-unread-command-events debugger-outer-last-input-event
debugger-outer-last-input-char debugger-outer-last-input-time
debugger-outer-last-command-event debugger-outer-last-command-char
debugger-outer-standard-input debugger-outer-standard-output
debugger-outer-cursor-in-echo-area debugger-args)
debug(error (wrong-type-argument stringp Y))
# (catch debugger ...)
# (unwind-protect ...)
# bind (stack-trace-on-signal debug-on-signal stack-trace-on-error
debug-on-error)
intern(Y [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0])
# bind (dtd name)
sgml-lookup-eltype(Y)
# bind (G91269 i dependencies parameters gc-cons-threshold temp)
sgml-bdtd-merge()
# bind (sgml-dtd-info)
sgml-bdtd-read-dtd()
# bind (cdtd ents cfile file pubid)
sgml-try-merge-special-case("-//W3C//DTD XHTML 1.0 Transitional//EN//"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\xhtml1-transitional.dtd"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\cdtd\\xhtml1-transitional"
nil)
# bind (cfile ents ce file pubid)
sgml-try-merge-compiled-dtd("-//W3C//DTD XHTML 1.0 Transitional//EN"
"c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\xhtml1-transitional.dtd")
# bind (file extid cb dd syntax-table xml-p eref type ref-start entity)
sgml-push-to-entity(("html" dtd ("-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" .
"c:\\Documents and Settings\\tony\\My Documents\\Tiger Heron\\SFF
Bookstore\\Web Site\\") nil))
# bind (sgml-parsing-dtd external docname)
sgml-setup-doctype("html" ("-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" .
"c:\\Documents and Settings\\tony\\My Documents\\Tiger Heron\\SFF
Bookstore\\Web Site\\"))
# bind (sgml-markup-start)
sgml-do-doctype()
# bind (rut tok option)
sgml-parse-markup-declaration(prolog)
# (unwind-protect ...)
# bind (normal-syntax-table cb buffer-modified sgml-set-face
sgml-warn-about-undefined-entities)
sgml-parse-prolog()
# (unwind-protect ...)
sgml-load-doctype()
sgml-need-dtd()
# bind (quiet extra-cond sgml-goal)
sgml-parse-to(1)
# (unwind-protect ...)
# bind (pos)
sgml-find-context-of(1)
byte-code("..." [sgml-debug sgml-log-message "-- sgml-indent-line find
context" sgml-find-context-of] 2)
# (catch parse-error ...)
# bind (sgml-throw-on-error here element-insert element-level element col)
sgml-indent-line()
#<compiled-function nil "...(9)" [indent-line-function
sgml-indent-step insert-tab] 1 ("c:\\Program
Files\\XEmacs\\xemacs-packages\\lisp\\psgml\\psgml.elc" . 26423) nil>()
call-interactively(sgml-indent-or-tab)
# (condition-case ... . error)
# (catch top-level ...)
================================================================
System Info to help track down your bug:
---------------------------------------
OS version:
Microsoft Windows XP [Version 5.1.2600]
OS: Windows_NT
XEmacs 21.4.18 "Social Property" configured for `i586-pc-win32'.
Building XEmacs in "C:\\XEmacs\\xemacs-21.4.18\\nt".
Using compiler "cl -nologo -W3 -O2 -G5 -MD".
Installing XEmacs in "c:\\Program Files\\XEmacs\\XEmacs-21.4.18".
Package path is "~\\.xemacs;;c:\\Program
Files\\XEmacs\\site-packages;c:\\Program Files\\XEmacs\\xemacs-packages".
Compiling in support for Microsoft Windows native GUI.
Compiling in support for XPM images.
Compiling in support for GIF images.
Compiling in support for PNG images.
Compiling in support for TIFF images.
Compiling in support for JPEG images.
Compiling in support for toolbars.
Compiling in support for dialogs.
Compiling in support for widgets.
Compiling in support for native sounds.
Compiling in fast dired implementation.
Using portable dumper.
Using system malloc.
Using DLL version of C runtime library
Load-Path Lisp Shadows:
----------------------
(c:\Documents and Settings\tony\.xemacs\site-lisp\backup-dir
c:\Program Files\XEmacs\xemacs-packages\lisp\edit-utils\backup-dir
c:\Documents and Settings\tony\.xemacs\lisp\isearch-mode c:\Program
Files\XEmacs\XEmacs-21.4.18\lisp\isearch-mode c:\Documents and
Settings\tony\.xemacs\custom c:\Program
Files\XEmacs\XEmacs-21.4.18\lisp\custom c:\Program
Files\XEmacs\xemacs-packages\lisp\build\build-report c:\Program
Files\XEmacs\XEmacs-21.4.18\lisp\build-report)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.21 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.0 upstream: steve(a)eicq.org--2005/xetla--main--1.0--version-0)
(xemacs-devel ver: 1.72 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.0 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.31 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.47 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.2 upstream: 3.33.2)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.28 upstream: 2.0.51)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(tm ver: 1.38 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.9 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.28 upstream: 0.14beta4)
(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.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.21 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.19 upstream: 1.4.2)
(scheme ver: 1.14 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.21 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.06 upstream: No-Upstream-Ver)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.06 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.08 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.66 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.36 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.05 upstream: 3.06)
(net-utils ver: 1.48 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.75 upstream: No-Upstream-Ver)
(liece ver: 1.14 upstream: 1.4.9)
(jde ver: 1.48 upstream: 2.3.2)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.33 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.07 upstream: 1.45)
(gnus ver: 1.87 upstream: 5.10.7)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.04 upstream: No-Upstream-Ver)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.04 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(ess ver: 1.16 upstream: 5.2.7)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(erc ver: 0.19 upstream: Version 5.0 Revision: 1.776)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.32 upstream: No-Upstream-Ver)
(ediff ver: 1.6 upstream: 2.75)
(edebug ver: 1.21 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.17 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.23 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.29 upstream: 2.34)
(auctex ver: 1.46 upstream: 11.55)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
Features:
--------
(hsmail xemacsbug shadow psgml-info outline package-ui finder lisp-mnt
picture tmpl-minor-mode hm--html-mode hm--html-drag-and-drop
internal-drag-and-drop hm--html-keys hm--html-menu
hm--html-indentation hm--html hm--date adapt hinit hui-menu wrolo-menu
hibtypes hsys-w3 klink hib-kbd hactypes hbut hbdata htz cal-julian
hmoccur hbmap hui-mini hui hmail hui-mouse hui-window hargs hpath
xslide facemenu whitespace desktop-entry-mode rpm-spec-mode make-mode
makefile mh-identity mh-comp mh-xemacs-compat mh-e mh-xemacs-icons
mh-utils gnus-cite gnus-art mm-uu mml2015 pgg password pgg-parse
pgg-def gnus-sum nnoo gnus-group gnus-undo nnmail mail-source
format-spec gnus-start gnus-spec gnus-int gnus-range gnus-win mm-view
mh-inc mh-loaddefs mh-customize highlight-headers ibuffer message mml
mml-sec mml-smime smime dig mm-decode mm-bodies mm-encode mailcap
mail-parse rfc2045 rfc2231 rfc2047 qp ietf-drums mail-abbrevs sendmail
rfc822 mailheader canlock sha1 executable hex-util gnus gnus-ems
gnus-xmas messagexmas nnheader nnheaderxm gnus-util netrc time-date
mail-utils mm-util mail-prsvr mic-paren timer lazy-shot highline
fast-lock ecb-face font-latex tex tex-site wid-browse tree-widget
gnuserv tpum popper view-less view hyper-apropos w3-cus mule-sysdp
url-vars htmlize css-mode edmacro apropos metamail google-query
hyperbole hmouse-key h-skip-bytec hmouse-drv hypb hact hhist hvar set
hversion hm--html-configuration goto-addr overlay mouseme thingatpt
browse-url dictionary link connection calendar package-get
package-admin ps-print lpr calc efs-dired efs-x19.15 efs-fnh efs-ovwrt
efs-netrc efs-defun comint ring efs efs-dump pcl-cvs diff-mode advice
advice-preload easy-mmode pcl-cvs-parse pcl-cvs-info pcl-cvs-defs
pcl-cvs-util cvs-compat dired-faces dired-xemacs dired cookie dll
elib-node build-report config build cus-edit cus-load wid-edit info
psgml-parse psgml-xemacs psgml-sysdep psgml-edit tempo sgml-mode psgml
psgml-html efs-cu avoid timer-funcs lazy-lock blink-cursor font
disp-table alist mswindows-font-menu font-menu filladapt php-mode
speedbar sb-image dframe assoc cc-fonts font-lock cus-face pending-del
paren blink-paren cc-mode cc-menus cc-cmds cc-styles cc-align
cc-engine cc-vars cc-defs regexp-opt 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 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 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 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 general-docs-autoloads games-autoloads
fsf-compat-autoloads frame-icon-autoloads fortran-modes-autoloads
forms-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
ess-autoloads eshell-autoloads escreen-autoloads erc-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 Sun-autoloads
lisp-autoloads loadhist auto-show fontl-hooks code-cmds gutter-items
menubar-items x-menubar dragdrop 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 mswindows-scrollbars mswindows toolbar native-sound
scrollbar network-streams subprocesses menu-accelerator-support
menubar md5 xemacs gutter tiff png gif jpeg xpm xbm lisp-float-type
windows-nt dragdrop-api dialog devices window-system base64)
Recent keystrokes:
-----------------
RET C-x k RET C-x k RET C-x k RET C-x k RET C-x k RET
C-x k RET C-x k RET C-x k RET C-x k RET C-x k RET C-x
k RET C-x k RET misc-user button1 button1up M-x x m
l - m o d e RET button1 button1up button1 button1up
C-a TAB button1 button1up C-w TAB TAB TAB TAB misc-user
misc-user button1 button1up C-a TAB button1 button1up
C-a TAB button1 button1up C-a C-x k RET y e s RET misc-user
button1 button1up C-w TAB M-x x m l - m o d e RET TAB
misc-user
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Wrong type argument: stringp, Y
Loading xemacsbug...
Reading compiled DTD...
Parsing doctype...
Parsing prolog...
Wrong type argument: stringp, Y
Reading compiled DTD...
Parsing doctype...
Parsing prolog...
Wrong type argument: stringp, Y
Reading compiled DTD...
Parsing doctype...
Parsing prolog...
Wrong type argument: stringp, Y
Reading compiled DTD...
Wrong type argument: stringp, Y
Parsing doctype...
Parsing prolog...
Loading psgml-info...done
--
Tony Freixas
tony(a)freixas.org