================================================================
Dear Bug Team!
I start xemacs -vanilla. I evaluate the following in *scratch*:
(progn
(set-specifier current-display-table nil)
(loop
for i from #x80 to #x9F
with glyph = nil
with char-table = (make-char-table 'generic)
do
(setq glyph (make-glyph (vector 'string :data
(decode-coding-string (string i)
'windows-1252))))
(set-glyph-face glyph 'red)
(put-char-table (int-to-char i) glyph char-table)
finally (set-specifier current-display-table
(cons 'global char-table)))
(loop for i from #x00 to #xFF
with glyph = nil
with char-table = (specifier-instance current-display-table)
do (setq glyph (make-glyph (vector 'string :data
(decode-coding-string (string i)
'windows-1252))))
(set-glyph-face glyph 'red)
(put-char-table
(aref (decode-coding-string (format "\xd8\x00\x01%c" i) 'utf-16-be) 3)
glyph char-table)))
I then evaluate the following:
current-display-table
XEmacs crashes. This happens both on native Windows and Cygwin, with both
the current Mercurial tree and this build (which is a few months old). C
backtrace follows, the macro that the error is on expands to:
HFONT hfont = (((struct mswindows_font_instance_data *)
(f)->data)->hfont[((!!(strike)<<1)|!!(under))]);
and the actual problem is that f->data is null.
Program received signal SIGSEGV, Segmentation fault.
0x0053888f in mswindows_get_hfont (f=0x10017b00, under=0, strike=0)
at objects-msw.c:1317
1317 HFONT hfont = FONT_INSTANCE_MSWINDOWS_HFONT_VARIANT (f, under, strike)
;
(gdb) bt
#0 0x0053888f in mswindows_get_hfont (f=0x10017b00, under=0, strike=0)
at objects-msw.c:1317
#1 0x0053c27f in mswindows_set_dc_font (hdc=0x3a011032, font=268532480,
under=0, strike=0) at redisplay-msw.c:235
#2 0x0053c03a in mswindows_text_width_single_run (hdc=0x3a011032,
cachel=0x23b3a0, run=0x10342000) at redisplay-msw.c:165
#3 0x0053ea5a in mswindows_text_width (f=0x10336400, cachel=0x23b3a0,
str=0x1033bd80, len=1) at redisplay-msw.c:1187
#4 0x0057f222 in redisplay_frame_text_width_string (f=0x10336400,
face=9181416, nonreloc=0x10320efc "\217¡", reloc=272835220, offset=0,
len=2) at redisplay.c:690
#5 0x004cdcff in query_string_geometry (string=272835220, face=9181416,
width=0x23bb28, height=0x23bb24, descent=0x23bac0, domain=271820800)
at glyphs.c:2422
#6 0x004cdfff in text_query_geometry (image_instance=273376512,
width=0x23bb28, height=0x23bb24, unused_disp=IMAGE_DESIRED_GEOMETRY,
domain=271820800) at glyphs.c:2475
#7 0x004cd103 in image_instance_query_geometry (image_instance=273376512,
width=0x23bb28, height=0x23bb24, disp=IMAGE_DESIRED_GEOMETRY,
domain=271820800) at glyphs.c:2030
#8 0x004cd289 in image_instance_layout (image_instance=273376512, width=-1,
height=-1, xoffset=-2, yoffset=-2, domain=271820800) at glyphs.c:2083
#9 0x004c9745 in instantiate_image_instantiator (governing_domain=271820800,
domain=271820800, instantiator=272299968, pointer_fg=7115888,
---Type <return> to continue, or q <return> to quit---
pointer_bg=7115888, dest_mask=111, glyph=272800320) at glyphs.c:810
#10 0x004d0693 in image_instantiate (specifier=272833664,
unused_matchspec=6798704, domain=271820800, instantiator=272299968,
depth=3) at glyphs.c:3403
#11 0x0045ae81 in va_call_trapping_problems_1 (ai_mi_madre=0x23bf50)
at eval.c:5320
#12 0x0045a6bb in call_trapping_problems_2 (opaque=271920848) at eval.c:4968
#13 0x00454897 in call_with_condition_handler (
handler=0x45a610 <flagged_a_squirmer>, handler_arg=271920848,
fun=0x45a683 <call_trapping_problems_2>, arg=271920848) at eval.c:2157
#14 0x0045a6e5 in call_trapping_problems_1 (opaque=271920848) at eval.c:4974
#15 0x00453b9f in internal_catch (tag=7642192,
func=0x45a6bd <call_trapping_problems_1>, arg=271920848, threw=0x23be3c,
thrown_tag=0x23be48, backtrace_before_throw=0x23be40) at eval.c:1552
#16 0x0045ab23 in call_trapping_problems (warning_class=7093760,
warning_string=0x0, flags=98315, problem=0x0,
fun=0x45ad5e <va_call_trapping_problems_1>, arg=0x23bf50) at eval.c:5247
#17 0x0045b50e in call_with_suspended_errors (
fun=0x4cfeba <image_instantiate>, retval=6798704, class_=7093760, errb=
{really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 86753
09}, nargs=5) at eval.c:5412
#18 0x005c383c in specifier_instance_from_inst_list (specifier=272833664,
matchspec=6798704, domain=271820800, inst_list=269314904, errb=
{really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 8675-
--Type <return> to continue, or q <return> to quit---
309}, no_quit=1, depth=3, instantiator=0x0) at specifier.c:2883
#19 0x005c3f34 in specifier_instance_1 (specifier=272833664,
matchspec=6798704, domain=271820800, errb=
{really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 86753
09}, no_quit=1, no_fallback=0, depth=3, instantiator=0x0) at specifier.c:3055
#20 0x005c407a in specifier_instance (specifier=272833664, matchspec=6798704,
domain=271820800, errb=
{really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 86753
09}, no_quit=1, no_fallback=0, depth=1) at specifier.c:3087
#21 0x004d21ec in glyph_image_instance (glyph=272800320, domain=271820800,
errb=
{really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 86753
09}, no_quit=1) at glyphs.c:3995
#22 0x004d2ed9 in update_glyph_cachel_data (w=0x1033a800, glyph=272800320,
cachel=0x23c170) at glyphs.c:4331
#23 0x004d302b in add_glyph_cachel (w=0x1033a800, glyph=272800320)
at glyphs.c:4359
#24 0x004d3189 in get_glyph_cachel_index (w=0x1033a800, glyph=272800320)
at glyphs.c:4384
#25 0x00581ce5 in add_glyph_rune (data=0x23c470, gb=0x23c320, pos_type=0,
allow_cursor=0, cachel=0x0) at redisplay.c:1811
#26 0x0058134f in add_disp_table_entry_runes_1 (data=0x23c470,
entry=272800320) at redisplay.c:1558
#27 0x00581849 in add_disp_table_entry_runes (data=0x23c470, entry=272800320)
---Type <return> to continue, or q <return> to quit---
at redisplay.c:1639
#28 0x00583913 in create_text_block (w=0x1033a800, dl=0x23c580,
byte_start_pos=1850, prop=0x23c630, type=1) at redisplay.c:2483
#29 0x0057f99b in generate_display_line (w=0x1033a800, dl=0x23c580, bounds=1,
start_pos=1843, prop=0x23c630, type=1) at redisplay.c:980
#30 0x0058af48 in regenerate_window (w=0x1033a800, start_pos=1843,
point=74934, type=1) at redisplay.c:5534
#31 0x0058d257 in redisplay_window (window=271820800, skip_selected=0)
at redisplay.c:6475
#32 0x0058dfb1 in redisplay_frame (f=0x10336400, preemption_check=1)
at redisplay.c:6945
#33 0x0058e422 in redisplay_device (d=0x10252c00, automatic=1)
at redisplay.c:7026
#34 0x0058eb56 in redisplay_without_hooks () at redisplay.c:7101
#35 0x0058ee25 in redisplay_no_pre_idle_hook () at redisplay.c:7172
#36 0x0058eddb in redisplay () at redisplay.c:7154
#37 0x0046b775 in Fnext_event (event=270888424, prompt=7115888)
at event-stream.c:2288
#38 0x00424c54 in Fcommand_loop_1 () at cmdloop.c:599
#39 0x00424a2f in command_loop_1 (unused_dummy=7115888) at cmdloop.c:505
#40 0x0045416d in condition_case_1 (handlers=7111976,
bfun=0x4249fd <command_loop_1>, barg=7115888, hfun=0x424613 <cmd_error>,
harg=7115888) at eval.c:1946
#41 0x0042472e in command_loop_3 () at cmdloop.c:262
---Type <return> to continue, or q <return> to quit---
#42 0x00424750 in command_loop_2 (unused_dummy=7115888) at cmdloop.c:275
#43 0x00453b9f in internal_catch (tag=6826880,
func=0x424745 <command_loop_2>, arg=7115888, threw=0x0, thrown_tag=0x0,
backtrace_before_throw=0x0) at eval.c:1552
#44 0x00424866 in initial_command_loop (load_me=7115888) at cmdloop.c:313
#45 0x0044d884 in xemacs_21_5_b28_i686_pc_cygwin (argc=2, argv=0x10017d00,
unused_envp=0x0, restart=0) at emacs.c:2667
#46 0x0044e2c7 in main (argc=2, argv=0x10017d00, unused_envp=0x10014000)
at emacs.c:3111
(gdb)
And here’s the Lisp backtrace:
Fatal error (11).
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 that won't work, send ordinary
email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include this entire
output from this crash, especially including the Lisp backtrace, as well as
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 /home/Aidan/xemacs-21.5/src/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:
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (catch #<INTERNAL OBJECT (XEmacs bug?) (opaque, size=0) 0x749c50> ...)
# (unwind-protect ...)
# bind (inhibit-quit)
# (unwind-protect ...)
# bind (inhibit-quit)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
("(in redisplay)" "[internal]")
# (unwind-protect ...)
# bind (inhibit-quit)
(next-event "[internal]")
# (condition-case ... . error)
# (catch top-level ...)
Program exited with code 05400.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: CYGWIN_NT-5.1 eco 1.5.25(0.156/4/2) 2007-12-09 09:47 i686 Cygwin
./configure '--with-xft=all' '--enable-mule'
XEmacs 21.5-b28 "fuki" (+CVS-20071205) configured for `i686-pc-cygwin'.
Compilation Environment and Installation Defaults:
Source code location: /home/Aidan/xemacs-21.5
Installation prefix: /usr/local
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler version: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd
0.125)
- GCC specs file: /bin/../lib/gcc/i686-pc-cygwin/3.4.4/specs
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare
-Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g
libc version:
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the Microsoft 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.
- Using fontconfig to manage fonts.
- Compiling in support for Xft antialiased fonts (EXPERIMENTAL).
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
- Using Xft to render antialiased fonts in menubars.
WARNING: This feature will be replaced with a face.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in tab controls.
WARNING: This feature will be replaced with a face.
- Using Xft to render antialiased fonts in progress bars.
WARNING: This feature will be replaced with a face.
WARNING: This feature not yet implemented; setting ignored.
Compiling in support for Drag'n'Drop (EXPERIMENTAL).
- Drag'n'Drop prototype: msw.
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 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 POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
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: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
(/home/Aidan/emacs-lisp/cookie1
/usr/local/share/xemacs/xemacs-packages/lisp/cookie/cookie1
/home/Aidan/emacs-lisp/redo
/usr/local/share/xemacs/xemacs-packages/lisp/edit-utils/redo
/home/Aidan/emacs-lisp/time-date
/usr/local/share/xemacs/xemacs-packages/lisp/gnus/time-date
/home/Aidan/emacs-lisp/parse-time
/usr/local/share/xemacs/xemacs-packages/lisp/gnus/parse-time
/home/Aidan/emacs-lisp/format-spec
/usr/local/share/xemacs/xemacs-packages/lisp/gnus/format-spec
/home/Aidan/emacs-lisp/sendmail
/usr/local/share/xemacs/xemacs-packages/lisp/mail-lib/sendmail
/home/Aidan/emacs-lisp/pcomplete
/usr/local/share/xemacs/xemacs-packages/lisp/pcomplete/pcomplete
/home/Aidan/emacs-lisp/vm-mime
/usr/local/share/xemacs/xemacs-packages/lisp/vm/vm-mime
/usr/local/share/xemacs/mule-packages/lisp/mule-base/viet-util
/home/Aidan/xemacs-21.5/lisp/mule/viet-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/korea-util
/home/Aidan/xemacs-21.5/lisp/mule/korea-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/japan-util
/home/Aidan/xemacs-21.5/lisp/mule/japan-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/ethio-util
/home/Aidan/xemacs-21.5/lisp/mule/ethio-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/cyril-util
/home/Aidan/xemacs-21.5/lisp/mule/cyril-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/china-util
/home/Aidan/xemacs-21.5/lisp/mule/china-util
/home/Aidan/emacs-lisp/Mule-UCS-current/lisp/unicode
/home/Aidan/xemacs-21.5/lisp/unicode
/usr/local/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/home/Aidan/xemacs-21.5/lisp/regexp-opt
/usr/local/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/home/Aidan/xemacs-21.5/lisp/easy-mmode
/usr/local/share/xemacs/xemacs-packages/lisp/build/build-report
/home/Aidan/xemacs-21.5/lisp/build-report)
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.01 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.72 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.03 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.32 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.48 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.21 upstream: 3.33.8)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.32 upstream: 2.0.53)
(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.2 upstream: 1.4.4)
(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.22 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.07 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.07 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.09 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.37 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.76 upstream: No-Upstream-Ver)
(jde ver: 1.51 upstream: 2.3.3)
(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.08 upstream: 2.1)
(gnus ver: 1.9 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.05 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)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(erc ver: 0.21 upstream: Version 5.1.2 Revision: 1.796.2.6)
(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.34 upstream: No-Upstream-Ver)
(ediff ver: 1.62 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)
(skk ver: 1.23 upstream: 10.62a)
(mule-base ver: 1.48 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.22 upstream: No-Upstream-Ver)
(leim ver: 1.22 upstream: No-Upstream-Ver)
(latin-unity ver: 1.19 upstream: 1.19)
(latin-euro-standards ver: 1.07 upstream: 1.07)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs vm-menu vm-misc vm-summary vm-mouse vm-window xemacsbug shadow
diff-mode sh-script executable cc-mode cc-fonts cc-menus cc-cmds make-mode
makefile outline dired-faces dired-xemacs dired compile view-less view man
efs-cu cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt mwheel
ipa-im-utf-8 cyrillic-im-utf-8 quail erc-stamp erc-goodies erc erc-backend
erc-menu erc-compat format-spec thingatpt pp mspools non-standard-1252
vm-pine vm-message vm-minibuf vm-rfaddons overlay vm-macro vm-reply sendmail
cookie1 vm-autoload vm-vars highlight-headers vm-version vm crypt crypt++
crypt+pgp-pub scroll-in-place redo desktop blink-paren savehist alist
after-save-commands mail-extr timezone mailcrypt rfc822 comint ring mmm
advice byte-optimize bytecomp byte-compile advice-preload tex-site
vm-startup lazy-shot font-lock time cus-face disp-table w3-auto
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
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 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
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 dragdrop 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 fontconfig frame obsolete
cus-start custom widget cl-extra cl cl-19 packages backquote unicode
mswindows-scrollbars mswindows font-mgr lucid-scrollbars cut-buffer
xft-fonts lucid-menubars athena-dialogs x c-balloon-help tty-frames tty
toolbar native-sound scrollbar unix-processes multicast network-streams
subprocesses modules menu-accelerator-support menubar berkeley-db md5 xemacs
xim mule gutter tiff png gif jpeg xface xpm xbm lisp-float-type file-coding
dde cygwin32 dragdrop-api dialog devices window-system base64)
Recent keystrokes:
-----------------
o b j TAB RET C-x 2 C-x o C-x C-g C-x o C-x b o b j
TAB . c TAB RET ESC g 1 3 1 7 RET C-x o C-s C-g ESC
C-s ^ m s w i n d o w s _ g e t _ f o n t C-a C-n C-n
C-n C-n C-SPC C-n C-n ESC w C-x o button1 button1up
misc-user misc-user misc-user ESC x r e p o r t - e
m a c BS BS BS BS x e m a c s - b u g RET
Recent messages (most recent first):
-----------------------------------
Loading mail-abbrevs...done
Loading mail-abbrevs...
Loading vm-menu...done
Loading vm-menu...
Loading vm-misc...done
Loading vm-misc...
Loading vm-summary...done
Loading vm-summary...
Loading vm-mouse...done
Loading vm-mouse...
Loading vm-window...done
Loading vm-window...
About to use Robert Widhopf-Fenk's add-ons ... done.
VM-RFADDONS: VM is now infected. Please report bugs to Robert Widhop-Fenk!
Adding vm-rfaddons-option `save-all-attachments'.
Adding vm-rfaddons-option `take-action-on-attachment'.
Adding vm-rfaddons-option `clean-subject'.
Adding vm-rfaddons-option `fake-date'.
Adding vm-rfaddons-option `encode-headers'.
Adding vm-rfaddons-option `check-for-empty-subject'.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, 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