[Bug: 21.5-b27] Abnormal exit from call-process on Mac OS X

robert delius royar robert
Wed Nov 15 10:42:21 EST 2006


================================================================
Dear Bug Team!

I am not sure when this error showed up.  I have been able to get CVS only back
to 05 Nov. 2006 for some reason.  The error occurs in CVS versions of
"fiddleheads" in daily CVS at least since 05 November.

I cannot get a stack trace because XEmacs just exits, but I do have a lisp
backtrace from console (included before the installation information).  The
error disappears if I open XEmacs from the command line (an xterm).  It appears
to be triggered by the interaction between XEmacs and the wrapper programs I use
to start the program from the Mac desktop. The Mac OS X crashdumps for XEmacs
did not include an exit from this error.  The OS does not see this exit as a
crash.  No core file is made, and no crash registered.  I do have OS X crash
reporting on.

The error occurs when I execute code such as
  (shell-command-on-region (point-min) (point-max)
   (concat "/opt/local/bin/antiword -f " (buffer-file-name)) t t)

The file can be of various types.  In the example above, I was loading a Word
DOC file.  But RTF or PDF filters cause the crash.  I even tried a straight
ASCII (7-bit) file and caused the error.

I would be happy to experiment to narrow down the cause if I knew where to
begin.

Here is the Lisp backtrace from the console:

Fatal error (13).

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 at 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 /Users/royar/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:

  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  ("execute_internal_event()" "[internal]")
  # (unwind-protect ...)
  process-send-region(#<process "*call-process*" pid 9189 state:exit> 1 89601 #<buffer "KirkClassroomLearningAward2007.doc">)
  byte-code("..." [display eof-sent end start inbuf proc process-send-region process-send-eof t accept-process-output process-synchronize-point sit-for 0] 5)
  # (condition-case ... . ((quit (byte-code "ÃÄ\n\"¨	¬¤Å\n!¨Æ\n!¨Ç\n!¨«uÈÉ!¨ªo" [display eof-sent proc process-send-signal SIGINT process-send-eof accept-process-output process-synchronize-point sit-for 0] 3))))
  # bind (eof-sent)
  byte-code("..." [eof-sent inbuf stderr no-wait errbuf proc set-process-sentinel lambda (proc status) (set-process-sentinel proc nil) (process-synchronize-point proc) with-current-buffer write-region-internal 1 (1+ (buffer-size)) (nil (quote major-rms-kludge-city) nil coding-system-for-write) kill-buffer #<compiled-function (proc status) "...(64)" [status coding-system-for-write stderr errbuf proc process-synchronize-point write-region-internal 1 buffer-size nil major-rms-kludge-city process-status exit set-process-sentinel throw call-process-done process-exit-status signal] 8> nil (byte-code "«§Æ
\n$¨Ç
!¨ÈÉ
!¨Ê
!¨«uËÌ!¨ªo" [display eof-sent end start inbuf proc process-send-region process-send-eof t accept-process-output process-synchronize-point sit-for 0] 5) ((quit (byte-code "ÃÄ\n\"¨	¬¤Å\n!¨Æ\n!¨Ç\n!¨«uÈÉ!¨ªo" [display eof-sent proc process-send-signal SIGINT process-send-eof accept-process-output process-synchronize-point sit-for 0] 3))) process-send-region process-send-eof start end] 14)
  # (catch call-process-done ...)
  # (unwind-protect ...)
  # bind (stderr)
  # (unwind-protect ...)
  # bind (proc inbuf errbuf kill-inbuf kill-errbuf no-wait start end args display buffer infile program)
  call-process-internal("/bin/tcsh" (#<buffer "KirkClassroomLearningAward2007.doc"> 1 89601) t nil "-c" "/opt/local/bin/antiword -f /Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc")
  apply(call-process-internal "/bin/tcsh" (#<buffer "KirkClassroomLearningAward2007.doc"> 1 89601) t nil ("-c" "/opt/local/bin/antiword -f /Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc"))
  # bind (coding-system-for-read coding-system-for-write cs-r cs-w args displayp buffer infile program)
  call-process("/bin/tcsh" (#<buffer "KirkClassroomLearningAward2007.doc"> 1 89601) t nil "-c" "/opt/local/bin/antiword -f /Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc")
  apply(call-process "/bin/tcsh" (#<buffer "KirkClassroomLearningAward2007.doc"> 1 89601) t nil ("-c" "/opt/local/bin/antiword -f /Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc"))
  # bind (args displayp buffer deletep program end start)
  call-process-region(1 89601 "/bin/tcsh" t t nil "-c" "/opt/local/bin/antiword -f /Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc")
  # bind (swap replace output-buffer command end start)
  shell-command-on-region(1 89601 "/opt/local/bin/antiword -f /Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc" t t)
  no-word()
  # bind (alist mode name keep-going)
  # (unwind-protect ...)
  # bind (just-from-file-name)
  set-auto-mode()
  #<compiled-function nil "...(5)" [set-auto-mode t] 1>()
  # (unwind-protect ...)
  call-with-condition-handler(#<compiled-function (__call_trapping_errors_arg__) "...(17)" [__call_trapping_errors_arg__ errstr error-message-string lwarn file-mode-spec warning "Error in %s: %s\n\nBacktrace follows:\n\n%s" "File mode specification" backtrace-in-condition-handler-eliminating-handler] 8> #<compiled-function nil "...(5)" [set-auto-mode t] 1>)
  # (condition-case ... . ((error)))
  # bind (find-file)
  normal-mode(t)
  # bind (nomodes after-find-file-from-revert-buffer noauto warn error)
  after-find-file(nil t)
  # (unwind-protect ...)
  # bind (inhibit-read-only error number truename rawfile nowarn filename buf)
  find-file-noselect-1(#<buffer "KirkClassroomLearningAward2007.doc"> "/Users/royar/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc" nil nil "/Users/royar/Documents/kcte.org/usr/local/apache/htdocs/board/KirkClassroomLearningAward2007.doc" (10113164 234881026))
  byte-code("..." [number truename rawfile nowarn filename buf set-buffer-major-mode find-file-noselect-1] 7)
  # (condition-case ... . ((t (byte-code "Â!¨Ã	@	A\"§" [buf data kill-buffer signal] 3))))
  # bind (number truename buf wildcards rawfile nowarn filename)
  find-file-noselect("~/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc" nil nil t)
  # bind (wildcards codesys filename)
  #<compiled-function (filename &optional codesys wildcards) "...(77)" [wildcards filename coding-system-for-read codesys bufname value get-coding-system find-file-noselect nil file-exists-p buffer-file-name local-variable-p buffer-file-coding-system switch-to-buffer mapcar] 6 1185970 (list (read-file-name "Find file: ") (and current-prefix-arg (read-coding-system "Coding system: ")) t)>("~/kcte/www/htdocs/board/KirkClassroomLearningAward2007.doc" nil t)
  call-interactively(find-file)
  (dispatch-event "[internal]")
  # (condition-case ... . error)
  # (catch top-level ...)
  # (condition-case ... . error)
  # (catch top-level ...)

================================================================

System Info to help track down your bug:
---------------------------------------

uname -a: Darwin grendel.frinabulax.org 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep  8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc

./configure '--enable-mule' '--with-widgets=athena' '--with-athena=3d' '--with-dialogs=athena' '--with-scrollbars=lucid' '--with-error-checking' '--with-debug' '--with-union-type' '--with-package-path=/Users/royar/usr/local/lib/xemacs/xemacs-packages:/Users/royar/usr/local/lib/xemacs/mule-packages' '--prefix=/Users/royar/usr/local' '--with-prefix' '--with-png' '--with-jpeg' '--with-tiff' '--with-xmu' '--with-xim=no' '--enable-sound=esd' '--disable-xfs' '--enable-dump-in-exec' '--with-modules' '--enable-external-widget' '--with-dynamic' '--disable-kkcc' '--disable-mc-alloc' '--enable-optimization' '--with-cflags-optimization=-Os -pipe -mcpu=970 -mtune=970 -mpim-altivec' '--with-site-runtime-libraries=/opt/local/lib:/usr/X11R6/lib' '--with-site-libraries=/opt/local/lib:/usr/X11R6/lib' '--with-xft=emacs,tabs,gauges,nomenubars' '--with-compiler=gcc-4.0' 'CFLAGS=-Os -pipe -mcpu=970 -mtune=970 -mpim-altivec -mpowerpc-gpopt'


XEmacs 21.5-b27 "fiddleheads" (+CVS-20061114) configured for `powerpc-apple-darwin8.8.0'.

Compilation Environment and Installation Defaults:
  Source code location:              /Users/royar/src/xemacs
  Installation prefix:               /Users/royar/usr/local
  Additional libraries:              /opt/local/lib /usr/X11R6/lib
  Operating system description file: `s/darwin.h'
  Machine description file:          `m/powerpc.h'
  Compiler version:                  powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
    - GCC specs file:                specs.
    - Compiler command:              gcc-4.0   -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -Os -pipe -mcpu=970 -mtune=970 -mpim-altivec -Os -pipe -mcpu=970 -mtune=970 -mpim-altivec -mpowerpc-gpopt
  libc version:                      
  Relocating allocator for buffers:  no
  GNU version of malloc:             no
    - The GNU allocators don't work with this system configuration.

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/Xaw3d
    - Athena library to link:                     Xaw3d
  Using Lucid menubars.
  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.

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.

Internationalization:
  Compiling in support for Mule (multi-lingual Emacs).

Mail:
  Compiling in support for "file" mail spool file locking method.

Other Features:
  Inhibiting IPv6 canonicalization at startup.
  Compiling in support for dynamic shared object modules.
  Using the union type for Lisp_Objects.
  WARNING: ---------------------------------------------------------
  WARNING: This tends to trigger compiler bugs, especially when
  WARNING: combined with MULE and ERROR_CHECKING.  Crashes have
  WARNING: been seen with various versions of GCC (up to about 2.95),
  WARNING: and recently with Visual C++ as well (mid-2003).
  WARNING: More recent versions may be safer, or not.
  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:
----------------------
(/Users/royar/usr/local/lib/xemacs/site-lisp/user/icalendar
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/calendar/icalendar
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/apel/std11
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/std11
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/sha1
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/sha1
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/md5
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/md5
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/md5-el
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/md5-el
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/md5-dl
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/md5-dl
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/md4
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/md4
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/hex-util
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/hex-util
/Users/royar/usr/local/lib/xemacs/site-lisp/elmo/utf7
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/utf7
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/mailcap
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/mailcap
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/smtpmail
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/mail-lib/smtpmail
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/sasl
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/sasl
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/sasl-scram
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/sasl-scram
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/sasl-ntlm
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/sasl-ntlm
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/sasl-digest
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/sasl-digest
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/sasl-cram
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/sasl-cram
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/ntlm
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/ntlm
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/hmac-sha1
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/hmac-sha1
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/hmac-md5
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/hmac-md5
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/hmac-def
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/sasl/hmac-def
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/smime
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/smime
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/pgg/pgg
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/pgg
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/pgg/pgg-pgp5
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/pgg-pgp5
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/pgg/pgg-pgp
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/pgg-pgp
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/pgg/pgg-parse
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/pgg-parse
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/pgg/pgg-gpg
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/pgg-gpg
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/pgg/pgg-def
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/pgg-def
/Users/royar/usr/local/lib/xemacs/site-lisp/filladapt
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/text-modes/filladapt
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/signature
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/tm/signature
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/semi/mime-setup
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/tm/mime-setup
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/mel
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/tm/mel
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/mel-u
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/tm/mel-u
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/mel-q
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/tm/mel-q
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/flim/mel-g
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/tm/mel-g
/Users/royar/usr/local/lib/xemacs/site-lisp/utils/ssl
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/w3/ssl
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-base/viet-util
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/mule/viet-util
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-base/korea-util
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/mule/korea-util
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-base/japan-util
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/mule/japan-util
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-base/ethio-util
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/mule/ethio-util
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-base/cyril-util
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/mule/cyril-util
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-base/china-util
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/mule/china-util
/Users/royar/usr/local/lib/xemacs/mule-packages/lisp/mule-ucs/unicode
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/unicode
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/regexp-opt
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/easy-mmode
/Users/royar/usr/local/lib/xemacs/xemacs-packages/lisp/build/build-report
/Users/royar/usr/local/lib/xemacs-21.5-b27/lisp/build-report)


Installed XEmacs Packages:
-------------------------
(mule-ucs ver: 1.14 upstream: 0.84)
(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.24 upstream: No-Upstream-Ver)
(latin-unity ver: 1.19 upstream: 1.19)
(latin-euro-standards ver: 1.07 upstream: 1.07)
(xwem ver: 1.22 upstream: lg at 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 at xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.01 upstream: steve at eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.75 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.08 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.33 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(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)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.34 upstream: 2.0.54)
(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.91 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)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.08 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.09 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.67 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.39 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.49 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.78 upstream: No-Upstream-Ver)
(jde ver: 1.51 upstream: 2.3.3)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 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.1 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)
(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)
(edit-utils ver: 2.36 upstream: No-Upstream-Ver)
(ediff ver: 1.65 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.18 upstream: No-Upstream-Ver)
(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.27 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)



Installed Modules:
-----------------


Features:
--------

(mail-abbrevs xemacsbug shadow gnuserv javascript-mode comint ring css-mode
edmacro apropos cc-awk m4-mode cc-mode cc-fonts cc-menus cc-cmds cc-styles
cc-align cc-engine cc-vars cc-defs outline apache-mode cperl-mode regexp-opt
sh-script executable efs-cu blink-cursor font-lock paren blink-paren sendmail
rfc822 mthomas-backup advice advice-preload disp-table iso-acc iso-syntax
flyspell ispell rtf-support cus-face tempo sgml-mode psgml psgml-html filladapt
pending-del recent-files saveconf saveplace mule-ucs-autoloads
mule-base-autoloads lookup-autoloads locale-autoloads leim-autoloads
latin-unity-autoloads latin-euro-standards-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 view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tramp-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 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 emerge-autoloads
elib-autoloads eieio-autoloads efs-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ecrypto-autoloads ecb-autoloads
docbookide-autoloads dired-autoloads dictionary-autoloads debug-autoloads
cookie-autoloads clearcase-autoloads cc-mode-autoloads calendar-autoloads
calc-autoloads c-support-autoloads build-autoloads bbdb-autoloads
auctex-autoloads apel-autoloads modules-autoloads mule-autoloads auto-autoloads
rsz-minibuf auto-show fontl-hooks canna-leim tibetan lao devanagari indian
slovenian czech romanian ccl 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 env
text-props fontconfig frame obsolete cus-start custom widget cl-extra cl cl-19
packages backquote unicode font-mgr lucid-scrollbars cut-buffer xft-fonts
lucid-menubars external-widget athena-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
mule gutter tiff png gif jpeg xpm xbm lisp-float-type file-coding darwin dialog
devices window-system base64)


Recent keystrokes:
-----------------

button1 button1up ESC x r e p o r t - e m a c s - b 
u g RET


Recent messages (most recent first):
-----------------------------------

Loading xemacsbug...done
Loading xemacsbug...
XEmacs 21.5  (beta27) "fiddleheads" (+CVS-20061114) [Lucid] (powerpc-apple-darwin8.8.0, Mule) of Wed Nov 15 2006 on grendel.frinabulax.org
Fontifying util.js... done.
Loading gnuserv...done
Loading gnuserv...
Loading /Users/royar/usr/local/lib/xemacs/site-lisp/cc-mode-patch.elc...done
Loading /Users/royar/usr/local/lib/xemacs/site-lisp/cc-mode-patch.elc...
Loading /Users/royar/usr/local/lib/xemacs/site-lisp/html-mine.elc...done
Loading /Users/royar/usr/local/lib/xemacs/site-lisp/html-mine.elc...
Loading javascript-mode...done
Fontifying util.js... (regexps).........
Fontifying util.js... (regexps).........
Fontifying util.js... (regexps).........
Fontifying util.js... (regexps)........
Fontifying util.js... (regexps)........
Fontifying util.js... (regexps)........
Fontifying util.js... (regexps).......
Fontifying util.js... (syntactically).
Fontifying util.js...




-- 
-- 
 Robert Delius Royar            Making Meaning One Message at a Time



More information about the XEmacs-Beta mailing list