igrep-find - default "File(s)" argument no longer includes path
21 years, 9 months
Steven E. Harris
[ I first posted this report to comp.emacs.xemacs on 5 September 2002
<87ptvs74tf.fsf(a)harris.sdo.us.ray.com>1.
The topic came up again in comp.emacs.xemacs on 15 January 2003
<87hecaxbg8.fsf(a)ilovespam.net>2, so a real bug report follows. ]
The most recent igrep package behaves differently when using
`igrep-find', making it difficult to search for files in any directory
but the current one. My previous version of igrep prompted for a file
pattern by offering the buffer's …
[View More]current working directory followed by
a sensible wildcard:
,----[ Old `igrep-find' prompt ]
| egrep File(s): ~/src/foo/bar/baz/*
`----
With this, I could easily back up a few directories or edit the path
in any way. It was easy to search in a directory distant from the
current buffer's directory.
The new prompt comes up with a nice default wildcard, but omits the
directory:
,----[ New `igrep-find' prompt ]
| [find] egrep File(s) [default: *.cpp]:
`----
I know that I can then start typing "../../" and tabbing around, but I
can't figure out how to get the directory back into the default
prompt.
By default, the igrep uses the function `igrep-files-default' (bound
to `igrep-buffer-file-name-pattern') to build the file prompt. I don't
see a similar function to restore the old behavior.
* * *
For the record, trying to search within, say, "~/src/" fails due to
`shell-quote-argument' around line 812 in igrep.el:
,----[ (igrep-find "egrep" "foo" '("~/src/*") nil) ]
| cd /usr/local/lib/xemacs/xemacs-packages/lisp/igrep/
| find \~/src -type d \( -name RCS -o -name CVS -o -name SCCS \) -prune -o -type f \! -name \*\~ \! -name \*\,v \! -name s.\* -print0 | xargs -0 -e egrep -n -e foo /dev/null
| find: ~/src: No such file or directory
|
| igrep exited abnormally with code 123 at Thu Sep 5 09:47:11
`----
Footnotes:
¹ http://groups.google.com/groups?threadm=87ptvs74tf.fsf%40harris.sdo.us.ra...
² http://groups.google.com/groups?threadm=87hecaxbg8.fsf%40ilovespam.net
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: CYGWIN_NT-5.0 TSUNAMI 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
./configure '--with-dragndrop' '--with-postgresql=no' '--with-x=no' '--bindir=/usr/local/bin/i686-pc-cygwin' '--with-site-lisp=yes' '--with-ipv6-cname=no' '--with-netinstall'
XEmacs 21.4.9 "Informed Management (Windows [3])" configured for `i686-pc-cygwin'.
Compilation / Installation:
Source code location: /development/xemacs/xemacs-21.4-release
Installation prefix: /usr/local
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler: gcc -I/usr/lib/../include/noX -I/usr/lib/../include/noX -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the Microsoft window system.
Using MS-Windows menubars.
Using MS-Windows scrollbars.
Using MS-Windows dialog boxes.
Using MS-Windows native widgets.
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 GNU DBM.
Internationalization:
Compiling in support for file coding.
Mail:
Compiling in support for POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
nil
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xemacs-devel :version 1.48 :type single-file)
(xemacs-base :version 1.71 :type regular)
(w3 :version 1.26 :type regular)
(viper :version 1.35 :type regular)
(view-process :version 1.12 :type regular)
(vc-cc :version 1.21 :type regular)
(vc :version 1.33 :type regular)
(tramp :version 1.1 :type regular)
(time :version 1.12 :type regular)
(textools :version 1.13 :type regular)
(text-modes :version 1.55 :type single-file)
(texinfo :version 1.21 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.24 :type regular)
(sounds-wav :version 1.1 :type regular)
(sh-script :version 1.16 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.14 :type regular)
(scheme :version 1.12 :type regular)
(sasl :version 1.12 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.28 :type regular)
(psgml :version 1.35 :type regular)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.67
:type
single-file)
(perl-modes :version 1.02 :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.29 :type single-file)
(net-utils :version 1.28 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.15 :type single-file)
(mail-lib :version 1.54 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.28 :type regular)
(igrep :version 1.1 :type regular)
(ibuffer :version 1.08 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.03 :type regular)
(fsf-compat :version 1.11 :type single-file)
(frame-icon :version 1.09 :type regular)
(footnote :version 1.15 :type regular)
(eudc :version 1.36 :type regular)
(eterm :version 1.13 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.03 :type regular)
(efs :version 1.29 :type regular)
(edit-utils :version 1.95 :type single-file)
(ediff :version 1.44 :type regular)
(edebug :version 1.14 :type regular)
(docbookide :version 0.05 :type regular)
(dired :version 1.12 :type regular)
(dictionary :version 1.11 :type regular)
(debug :version 1.16 :type regular)
(clearcase :version 1.04 :type regular)
(cc-mode :version 1.31 :type regular)
(calendar :version 1.19 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(bbdb :version 1.21 :type regular)
(auctex :version 1.32 :type regular)
(apel :version 1.25 :type regular))
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 zenirc-autoloads
xemacs-devel-autoloads xemacs-base-autoloads w3-autoloads
viper-autoloads view-process-autoloads vc-cc-autoloads vc-autoloads
tramp-autoloads time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads sounds-wav-autoloads sh-script-autoloads
sgml-autoloads semantic-autoloads scheme-autoloads sasl-autoloads
rmail-autoloads reftex-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads perl-modes-autoloads pcomplete-autoloads
pcl-cvs-autoloads pc-autoloads os-utils-autoloads net-utils-autoloads
mmm-mode-autoloads misc-games-autoloads mail-lib-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads ibuffer-autoloads
hm--html-menus-autoloads haskell-mode-autoloads fsf-compat-autoloads
frame-icon-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
eshell-autoloads emerge-autoloads elib-autoloads eieio-autoloads
efs-autoloads edit-utils-autoloads ediff-autoloads edebug-autoloads
docbookide-autoloads dired-autoloads dictionary-autoloads
debug-autoloads clearcase-autoloads cc-mode-autoloads
calendar-autoloads calc-autoloads c-support-autoloads bbdb-autoloads
auctex-autoloads apel-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
tty-frames tty toolbar native-sound scrollbar unix-processes multicast
network-streams subprocesses modules menu-accelerator-support menubar
dbm md5 xemacs gutter tiff png gif jpeg xface xpm xbm lisp-float-type
cygwin32 dragdrop-api dialog devices window-system base64)
Recent keystrokes:
-----------------
button1 button1up button1 button1up M-x r e p o r t
- e m TAB RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
--
Steven E. Harris :: seharris(a)raytheon.com
Raytheon:: http://www.raytheon.com
[View Less]
Local Variables difference between 21.4.8 and 21.4.9/10
21 years, 10 months
Rodney Sparapani
Just so you know, this is also a problem with 21.4.11. And, I forgot to mention
that there is a function in ESS that makes this problem easy to see. I'm
copying the code below since you might not have ESS or only an older version:
(defun ess-save-and-set-local-variables ()
"If buffer was modified, save file and set Local Variables if defined.
Return t if buffer was modified, nil otherwise."
(interactive)
(let ((ess-temp-point (point))
(ess-temp-return-value (buffer-modified-p)))
…
[View More];; if buffer has changed, save buffer now (before potential revert)
(if ess-temp-return-value (save-buffer))
;; If Local Variables are defined, update them now
;; since they may have changed since the last revert
;; (save-excursion
(beginning-of-line -1)
(save-match-data
(if (search-forward "End:" nil t) (revert-buffer t t)))
;; save-excursion doesn't save point in the presence of a revert
;; so you need to do it yourself
(goto-char ess-temp-point)
ess-temp-return-value))
Let me know if there is anything else that I can do to help.
Thanks, Rodney
------------- Begin Forwarded Message -------------
Date: Fri, 27 Dec 2002 08:54:32 -0600 (CST)
From: Rodney Sparapani <rsparapa(a)post.its.mcw.edu>
Subject: Local Variables difference between 21.4.8 and 21.4.9/10
To: xemacs-beta(a)xemacs.org
Mime-Version: 1.0
Content-MD5: tX2Z9B6GFq+7vm/CFbaMMA==
--text follows this line--
This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear Bug Team!
XEmacs 21.4.8 or earlier: when you edit Local Variables at the end of a file,
save and revert; the Local Variables are updated to the most recent edit. I
suppose this is a
bit crude, but I don't know of a better way to make this happen. But, in
21.4.9/10, the functionality is different. I checked the release notes and it
says:
"Improve: revert-buffer omits expensive operations if no change. -- Andy Piper"
So, I'm assuming that updating Local Variables is one of these expensive
operations and since I saved the file there are no changes. However, if I don't
save after I make the
changes, then the revert will destroy them. I tried both (revert-buffer t t)
and (revert-buffer nil t), but the result is the same.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: SunOS markov 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-60
configure '--with-file-coding' '--prefix=/sfw/usr/local'
XEmacs 21.4.10 "Military Intelligence" configured for `sparc-sun-solaris2.8'.
Compilation / Installation:
Source code location:
/export/home/rsparapa/sfw/xemacs/xemacs-21.4.10
Installation prefix: /sfw/usr/local
Runtime library search path:
/usr/ccs/lib:/usr/dt/lib:/usr/openwin/lib:/sfw/usr/local/lib/gcc-lib/sparc-sun-s
olaris2.8/3.2/../../..
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/dt/include
/usr/openwin/include
- X Windows libraries location: /usr/dt/lib /usr/openwin/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
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.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for GNU DBM.
Compiling in support for LDAP.
Internationalization:
Compiling in support for file coding.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for ToolTalk.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
(~/sfw/preview-latex/preview-latex-0.7.5/preview
/sfw/usr/local/lib/xemacs/site-packages/lisp/preview/preview
~/sfw/preview-latex/preview-latex-0.7.5/prv-xemacs
/sfw/usr/local/lib/xemacs/site-packages/lisp/preview/prv-xemacs
/export/home/rsparapa/ess/lisp/semantic-sas
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/semantic-sas
/export/home/rsparapa/ess/lisp/semantic-r
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/semantic-r
/export/home/rsparapa/ess/lisp/noweb-mode
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/noweb-mode
/export/home/rsparapa/ess/lisp/noweb-font-lock-mode
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/noweb-font-lock-mode
/export/home/rsparapa/ess/lisp/msdos
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/msdos
/export/home/rsparapa/ess/lisp/mouseme
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/mouseme
/export/home/rsparapa/ess/lisp/make-regexp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/make-regexp
/export/home/rsparapa/ess/lisp/essnt204
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essnt204
/export/home/rsparapa/ess/lisp/essl-sta
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essl-sta
/export/home/rsparapa/ess/lisp/essl-sas
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essl-sas
/export/home/rsparapa/ess/lisp/essl-s
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essl-s
/export/home/rsparapa/ess/lisp/essl-omg
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essl-omg
/export/home/rsparapa/ess/lisp/essl-lsp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essl-lsp
/export/home/rsparapa/ess/lisp/essl-bug
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essl-bug
/export/home/rsparapa/ess/lisp/essdsp6w
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essdsp6w
/export/home/rsparapa/ess/lisp/essddr
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essddr
/export/home/rsparapa/ess/lisp/essd-xls
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-xls
/export/home/rsparapa/ess/lisp/essd-vst
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-vst
/export/home/rsparapa/ess/lisp/essd-sta
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sta
/export/home/rsparapa/ess/lisp/essd-sp6
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sp6
/export/home/rsparapa/ess/lisp/essd-sp5
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sp5
/export/home/rsparapa/ess/lisp/essd-sp4com
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sp4com
/export/home/rsparapa/ess/lisp/essd-sp4
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sp4
/export/home/rsparapa/ess/lisp/essd-sp3
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sp3
/export/home/rsparapa/ess/lisp/essd-sas
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-sas
/export/home/rsparapa/ess/lisp/essd-s4
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-s4
/export/home/rsparapa/ess/lisp/essd-s3
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-s3
/export/home/rsparapa/ess/lisp/essd-r
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-r
/export/home/rsparapa/ess/lisp/essd-omg
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-omg
/export/home/rsparapa/ess/lisp/essd-els
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-els
/export/home/rsparapa/ess/lisp/essd-arc
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essd-arc
/export/home/rsparapa/ess/lisp/essa-sas
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essa-sas
/export/home/rsparapa/ess/lisp/essa-r
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/essa-r
/export/home/rsparapa/ess/lisp/ess
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess
/export/home/rsparapa/ess/lisp/ess-vars
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-vars
/export/home/rsparapa/ess/lisp/ess-utils
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-utils
/export/home/rsparapa/ess/lisp/ess-trns
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-trns
/export/home/rsparapa/ess/lisp/ess-sysdp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-sysdp
/export/home/rsparapa/ess/lisp/ess-site
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-site
/export/home/rsparapa/ess/lisp/ess-send2
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-send2
/export/home/rsparapa/ess/lisp/ess-send
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-send
/export/home/rsparapa/ess/lisp/ess-sas-make-regexp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-sas-make-regexp
/export/home/rsparapa/ess/lisp/ess-noweb
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-noweb
/export/home/rsparapa/ess/lisp/ess-mous
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-mous
/export/home/rsparapa/ess/lisp/ess-mode
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-mode
/export/home/rsparapa/ess/lisp/ess-menu
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-menu
/export/home/rsparapa/ess/lisp/ess-latex
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-latex
/export/home/rsparapa/ess/lisp/ess-iw32b
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-iw32b
/export/home/rsparapa/ess/lisp/ess-iw32
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-iw32
/export/home/rsparapa/ess/lisp/ess-inf
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-inf
/export/home/rsparapa/ess/lisp/ess-help
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-help
/export/home/rsparapa/ess/lisp/ess-font-lock
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-font-lock
/export/home/rsparapa/ess/lisp/ess-emcs
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-emcs
/export/home/rsparapa/ess/lisp/ess-dump
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-dump
/export/home/rsparapa/ess/lisp/ess-debug
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-debug
/export/home/rsparapa/ess/lisp/ess-cust
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-cust
/export/home/rsparapa/ess/lisp/ess-comp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-comp
/export/home/rsparapa/ess/lisp/ess-batch
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ess/ess-batch
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ecrypto/md5
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/md5
~/tramp/lisp/format-spec
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/format-spec
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/ibuffer
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ibuffer/ibuffer
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/jde/eieio
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-custom
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/jde/eieio-custom
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/eieio/eieio-comp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/jde/eieio-comp
~/tramp/lisp/base64
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/mail-lib/base64
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/os-utils/lpr
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ps-print/lpr
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ps-print/ps-print
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/ps-print-nomule/ps-print
~/tramp/lisp/trampcache
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/tramp/trampcache
~/tramp/lisp/tramp-vc
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/tramp/tramp-vc
~/tramp/lisp/tramp
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/tramp/tramp
~/tramp/lisp/tramp-util
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/tramp/tramp-util
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/pcl-cvs/easy-mmode
/sfw/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.1 :type regular)
(xslide :version 1.03 :type regular)
(xemacs-devel :version 1.48 :type single-file)
(xemacs-base :version 1.68 :type regular)
(w3 :version 1.25 :type regular)
(vm :version 7.07 :type regular)
(viper :version 1.34 :type regular)
(view-process :version 1.12 :type regular)
(vhdl :version 1.15 :type regular)
(vc-cc :version 1.21 :type regular)
(vc :version 1.33 :type regular)
(tramp :version 1.08 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.34 :type regular)
(time :version 1.12 :type regular)
(textools :version 1.12 :type regular)
(text-modes :version 1.52 :type single-file)
(texinfo :version 1.2 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.24 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(sml-mode :version 0.03 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.09 :type regular)
(sh-script :version 1.15 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.14 :type regular)
(scheme :version 1.11 :type regular)
(sasl :version 1.12 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.28 :type regular)
(psgml-dtds :version 1.02 :type regular)
(psgml :version 1.33 :type regular)
(ps-print-nomule :version 1.05 :type regular)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.65
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.64 :type regular)
(pc :version 1.25 :type single-file)
(os-utils :version 1.28 :type single-file)
(ocaml :version 0.03 :type regular)
(net-utils :version 1.28 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.15 :type regular)
(mew :version 1.17 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.49 :type regular)
(liece :version 1.07 :type regular)
(jde :version 1.35 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.28 :type regular)
(igrep :version 1.09 :type regular)
(idlwave :version 1.25 :type regular)
(ibuffer :version 1.08 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.03 :type regular)
(gnus :version 1.62 :type regular)
(gnats :version 1.15 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.11 :type single-file)
(frame-icon :version 1.09 :type regular)
(forms :version 1.14 :type regular)
(footnote :version 1.15 :type regular)
(eudc :version 1.36 :type regular)
(eterm :version 1.13 :type regular)
(ess :version 1.02 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.03 :type regular)
(eicq :version 1.03 :type regular)
(efs :version 1.29 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.93 :type single-file)
(ediff :version 1.41 :type regular)
(edebug :version 1.14 :type regular)
(ecrypto :version 0.11 :type regular)
(docbookide :version 0.05 :type regular)
(dired :version 1.12 :type regular)
(dictionary :version 1.11 :type regular)
(debug :version 1.15 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.04 :type regular)
(cc-mode :version 1.3 :type regular)
(calendar :version 1.18 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.07 :type regular)
(bbdb :version 1.21 :type regular)
(auctex :version 1.32 :type regular)
(apel :version 1.25 :type regular)
(ada :version 1.1 :type regular)
(Sun :version 1.13 :type regular)
(preview :version 2002.1128 :type regular))
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 view-less view
hyper-apropos lazy-lock gnuserv viper viper-ex viper-macs viper-mous
viper-keym viper-util viper-cmd viper-init ess-mous mouseme compile
thingatpt browse-url ess-noweb noweb-font-lock-mode essl-bug essd-omg
essl-omg essd-els essd-sas essl-sas essa-sas essd-arc essd-vst
essd-xls essl-lsp essd-sta essl-sta make-regexp essd-sp6 essd-sp5
essd-sp3 essd-s4 essd-r ess-menu imenu essl-s ess-inf ess-utils
ess-mode noweb-mode ess ess-cust ess-emcs ess-site font-lock tramp
efs-dired cus-face dired-faces dired-xemacs dired efs-x19.15 efs-fnh
efs-ovwrt efs-cu efs-netrc efs-defun efs advice advice-preload shell
comint ring format-spec timer tex-site rsz-minibuf zenirc-autoloads
xslt-process-autoloads xslide-autoloads xemacs-devel-autoloads
xemacs-base-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 rmail-autoloads reftex-autoloads psgml-dtds-autoloads
psgml-autoloads ps-print-nomule-autoloads ps-print-autoloads
prog-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-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 hm--html-menus-autoloads
haskell-mode-autoloads gnus-autoloads gnats-autoloads games-autoloads
fsf-compat-autoloads frame-icon-autoloads forms-autoloads
footnote-autoloads eudc-autoloads eterm-autoloads ess-autoloads
eshell-autoloads emerge-autoloads elib-autoloads eieio-autoloads
eicq-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ecrypto-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 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 tooltalk file-coding
lucid-scrollbars cut-buffer lucid-menubars motif-dialogs x
c-balloon-help tty-frames tty toolbar native-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar dbm md5 xemacs gutter png gif jpeg
xpm xbm lisp-float-type usg-unix-v dialog devices window-system
base64)
Recent keystrokes:
-----------------
o c a l - v a r i a b l e s RET left left left left
left left left left f1 v RET button1 button1up C-x
1 M-x x e m a c s - r e p o r t - b u g RET BS BS BS
BS BS BS BS BS BS BS BS BS BS BS BS BS BS C-g f1 a
b u g RET next prior button2 button2up M-x r 4 e BS
BS e p o r t - x e m a c s - b u g RET
Recent messages (most recent first):
-----------------------------------
Parsing /export/home/rsparapa/.mailrc... done
Parsing /export/home/rsparapa/.mailrc...
Loading xemacsbug...done
Loading xemacsbug...
Quit
Wrote /export/home/rsparapa/#test2.sas
Quit
Wrote /export/home/rsparapa/#test2.sas
Loading view-less...done
Loading view-less...
Loading lazy-lock...done
Loading lazy-lock...
Gnuserv process exited; restart with `M-x gnuserv-start'
Loading gnuserv...done
Loading gnuserv...
Loading ~/.viper...done
Loading ~/.viper...
[ess-site:] require 'essl-bug ...
[ess-site:] require 'essd-omg ...
[ess-site:] require 'essd-els ...
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research
rsparapa(a)mcw.edu http://www.mcw.edu/pcor
Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
------------- End Forwarded Message -------------
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research
rsparapa(a)mcw.edu http://www.mcw.edu/pcor
Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
[View Less]
Error if locale is omitted in set-progress-feedback-instantiator
21 years, 10 months
Paul Moore
This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear …
[View More]Bug Team!
The function set-progress-feedback-instantiator in gutter-items.el
does not work correctly if called with the LOCALE argument omitted.
A simple fix is as follows:
diff -u gutter-items.el.orig gutter-items.el
--- gutter-items.el.orig Sat Mar 08 19:19:20 2003
+++ gutter-items.el Sat Mar 08 19:19:32 2003
@@ -423,6 +423,7 @@
:descriptor "Progress"])
(defun set-progress-feedback-instantiator (&optional locale)
+ (setq locale (or locale (current-locale)))
(cond
((eq progress-feedback-style 'small)
(setq progress-glyph-height 16)
================================================================
System Info to help track down your bug:
---------------------------------------
OS version:
4NT 5.00U Windows XP 5.1
OS: Windows_NT
XEmacs 21.5-b11 "cabbage" configured for `i586-pc-win32'.
Building XEmacs using "nmake".
Building XEmacs using make flags " ".
Building XEmacs in "C:\\Data\\XEmacs\\xemacs-21.5.11\\nt".
Using compiler "cl -nologo -W3 -DSTRICT -O2 -G5 -Ob2 -MD".
Installing XEmacs in "C:\\Apps\\XEmacs\\XEmacs-21.5-b11".
Package path is "~\\.xemacs;;C:\\Apps\\XEmacs\\site-packages;C:\\Apps\\XEmacs\\mule-packages;C:\\Apps\\XEmacs\\xemacs-packages".
Compiling in support for Microsoft Windows native GUI.
Compiling in international (MULE) support.
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 X-Face message headers.
Compiling in support for GZIP compression/decompression.
Compiling in support for toolbars.
Compiling in support for dialogs.
Compiling in support for widgets.
Compiling in support for native sounds.
Using portable dumper.
Using system malloc.
Using DLL version of C runtime library.
Compiling with optimization.
Load-Path Lisp Shadows:
----------------------
(c:\Apps\XEmacs\xemacs-packages\lisp\ecrypto\sha1-el
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\sha1-el
c:\Apps\XEmacs\xemacs-packages\lisp\ecrypto\hex-util
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\hex-util
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\starttls
c:\Apps\XEmacs\xemacs-packages\lisp\mail-lib\starttls
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\rfc2104
c:\Apps\XEmacs\xemacs-packages\lisp\mail-lib\rfc2104
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pop3
c:\Apps\XEmacs\xemacs-packages\lisp\mail-lib\pop3
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\netrc
c:\Apps\XEmacs\xemacs-packages\lisp\mail-lib\netrc
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pgg
c:\Apps\XEmacs\xemacs-packages\lisp\pgg\pgg
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pgg-pgp5
c:\Apps\XEmacs\xemacs-packages\lisp\pgg\pgg-pgp5
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pgg-pgp
c:\Apps\XEmacs\xemacs-packages\lisp\pgg\pgg-pgp
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pgg-parse
c:\Apps\XEmacs\xemacs-packages\lisp\pgg\pgg-parse
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pgg-gpg
c:\Apps\XEmacs\xemacs-packages\lisp\pgg\pgg-gpg
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\pgg-def
c:\Apps\XEmacs\xemacs-packages\lisp\pgg\pgg-def
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\sieve
c:\Apps\XEmacs\xemacs-packages\lisp\sieve\sieve
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\sieve-mode
c:\Apps\XEmacs\xemacs-packages\lisp\sieve\sieve-mode
c:\Apps\XEmacs\xemacs-packages\lisp\gnus\sieve-manage
c:\Apps\XEmacs\xemacs-packages\lisp\sieve\sieve-manage
c:\Apps\XEmacs\mule-packages\lisp\mule-base\viet-util
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\mule\viet-util
c:\Apps\XEmacs\mule-packages\lisp\mule-base\korea-util
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\mule\korea-util
c:\Apps\XEmacs\mule-packages\lisp\mule-base\japan-util
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\mule\japan-util
c:\Apps\XEmacs\mule-packages\lisp\mule-base\ethio-util
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\mule\ethio-util
c:\Apps\XEmacs\mule-packages\lisp\mule-base\cyril-util
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\mule\cyril-util
c:\Apps\XEmacs\mule-packages\lisp\mule-base\china-util
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\mule\china-util
c:\Apps\XEmacs\mule-packages\lisp\mule-ucs\unicode
c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\unicode)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.11 :type regular)
(xslide :version 1.03 :type regular)
(xemacs-devel :version 1.48 :type single-file)
(xemacs-base :version 1.71 :type regular)
(w3 :version 1.26 :type regular)
(vm :version 7.07 :type regular)
(viper :version 1.35 :type regular)
(view-process :version 1.12 :type regular)
(vhdl :version 1.15 :type regular)
(vc-cc :version 1.21 :type regular)
(vc :version 1.33 :type regular)
(tramp :version 1.1 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.34 :type regular)
(time :version 1.12 :type regular)
(textools :version 1.13 :type regular)
(text-modes :version 1.55 :type single-file)
(texinfo :version 1.21 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.24 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(sml-mode :version 0.05 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.1 :type regular)
(sh-script :version 1.16 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.14 :type regular)
(scheme :version 1.12 :type regular)
(sasl :version 1.12 :type regular)
(ruby-modes :version 1.0 :type single-file)
(rmail :version 1.13 :type regular)
(reftex :version 1.28 :type regular)
(python-modes :version 1.01 :type single-file)
(psgml-dtds :version 1.02 :type regular)
(psgml :version 1.35 :type regular)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.67
:type
single-file)
(pgg :version 1.01 :type regular)
(perl-modes :version 1.02 :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.29 :type single-file)
(ocaml :version 0.03 :type regular)
(net-utils :version 1.28 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.16 :type regular)
(mew :version 1.17 :type regular)
(mailcrypt :version 2.12 :type regular)
(mail-lib :version 1.54 :type regular)
(liece :version 1.1 :type regular)
(jde :version 1.38 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.28 :type regular)
(igrep :version 1.1 :type regular)
(idlwave :version 1.27 :type regular)
(ibuffer :version 1.08 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.03 :type regular)
(gnus :version 1.64 :type regular)
(gnats :version 1.15 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.11 :type single-file)
(frame-icon :version 1.09 :type regular)
(fortran-modes :version 1.01 :type single-file)
(forms :version 1.14 :type regular)
(footnote :version 1.15 :type regular)
(eudc :version 1.36 :type regular)
(eterm :version 1.13 :type regular)
(ess :version 1.02 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.03 :type regular)
(efs :version 1.29 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.95 :type single-file)
(ediff :version 1.44 :type regular)
(edebug :version 1.14 :type regular)
(ecrypto :version 0.12 :type regular)
(docbookide :version 0.05 :type regular)
(dired :version 1.12 :type regular)
(dictionary :version 1.11 :type regular)
(debug :version 1.16 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.04 :type regular)
(cc-mode :version 1.31 :type regular)
(calendar :version 1.19 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.07 :type regular)
(bbdb :version 1.21 :type regular)
(auctex :version 1.32 :type regular)
(apel :version 1.25 :type regular)
(ada :version 1.11 :type regular)
(skk :version 1.23 :type regular)
(mule-ucs :version 1.04 :type regular)
(mule-base :version 1.42 :type regular)
(lookup :version 1.13 :type regular)
(locale :version 1.2 :type regular)
(leim :version 1.19 :type regular)
(latin-unity :version 1.07 :type regular)
(egg-its :version 1.26 :type regular)
(edict :version 1.13 :type regular))
Features:
--------
(xemacsbug shadow info view-less view debug hyper-apropos gnus-topic
nnfolder pop3 byte-optimize bytecomp byte-compile nnml nndraft nnmh
efs-cu bbdb-gnus bbdb-snarf mail-extr bbdb-com gnus-agent gnus-srvr
gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mm-view
gnus-sum gnus-group gnus-undo nnmail mail-source format-spec nntp nnoo
gnus-cache filladapt gnus-start gnus-spec gnus-int gnus-range message
mml mml-sec mml-smime smime comint ring dig mml1991 mml2015 pgg
pgg-parse pgg-def mm-decode mm-bodies mm-encode mailcap mail-parse
rfc2045 rfc2231 rfc2047 qp ietf-drums mail-abbrevs sendmail rfc822
mailheader canlock gnus-win gnus gnus-ems gnus-xmas messagexmas
gnus-util netrc time-date parse-time nnheader nnheaderxm mail-utils
mm-util mail-prsvr wid-edit dabbrev pending-del font-lock cus-face
bbdb timezone zenirc-autoloads xslt-process-autoloads xslide-autoloads
xemacs-devel-autoloads xemacs-base-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 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 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
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 skk-autoloads mule-ucs-autoloads
mule-base-autoloads lookup-autoloads locale-autoloads leim-autoloads
latin-unity-autoloads egg-its-autoloads edict-autoloads mule-autoloads
auto-autoloads loadhist rsz-minibuf auto-show fontl-hooks tibetan lao
devanagari indian slovenian czech romanian ccl code-cmds gutter-items
menubar-items x-menubar dragdrop mode-motion mouse behavior itimer
auto-save lisp-mode easymenu iso8859-1 page buff-menu lib-complete
cus-file derived env text-props frame obsolete cus-start custom widget
cl-extra mini-cl cl cl-19 packages backquote very-early-lisp unicode
mswindows-scrollbars mswindows toolbar native-sound scrollbar
network-streams subprocesses menu-accelerator-support menubar md5
xemacs mule gutter tiff png gif jpeg xface xpm xbm lisp-float-type
file-coding dde windows-nt dragdrop-api dialog devices window-system
base64)
Recent keystrokes:
-----------------
t e - c o m p i l e - TAB f TAB RET misc-user Sh-home
DEL Sh-insert \ g u t t TAB - i TAB RET M-x l o a d
- l i TAB RET g u t t TAB - i t TAB RET misc-user q
C-c C-k m C-c C-k misc-user M-x x e m a c s - b u TAB
BS BS BS BS BS BS BS BS BS BS q C-h a b u g RET next
q M-x r e p o r t - x e m TAB RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Notice: Unable to instantiate font for charset japanese-jisx0208, face default
Notice: Unable to instantiate font for charset japanese-jisx0208, face hyper-apropos-documentation
Entering debugger...
Loading gutter-items...done
Loading gutter-items...
Wrote c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\gutter-items.elc
Compiling c:\Apps\XEmacs\XEmacs-21.5-b11\lisp\gutter-items.el...done
Compiling gutter-items.el... (buffers-tab-omit-some-buffers)
Compiling gutter-items.el... (progress-feedback-with-label)
Compiling gutter-items.el... (progress-feedback)
Compiling gutter-items.el... (current-progress-feedback-label)
Compiling gutter-items.el... (current-progress-feedback)
Compiling gutter-items.el... (display-progress-feedback)
Compiling gutter-items.el... (raw-append-progress-feedback)
Compiling gutter-items.el... (abort-progress-feedback)
Compiling gutter-items.el... (append-progress-feedback)
Compiling gutter-items.el... (progress-feedback-dispatch-non-command-events)
Compiling gutter-items.el... (remove-progress-feedback)
[View Less]
[Bug: 21.5-b11] calc broken in X frame too
21 years, 11 months
Giacomo Boffi
================================================================
Dear Bug Team!
i reported earlier that calc does not work anymore in a tty frame
now i can state that it doesn't work, for me, in a X frame too
i start calc, i enter a number, press RET and the cursor lands in
minibuffer, the calc windows disappear and that's all folks
i cannot send a lisp backtrace because no error is signalled
imho there is something wrong with new window management code
======================================…
[View More]==========================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux boffi95 2.2.21 #1 Wed Jul 17 12:52:48 CEST 2002 i586 unknown unknown GNU/Linux
./configure '--extra-verbose' '--rel-alloc' '--with-widgets' '--with-athena=3d' '--debug' '--pdump' '--with-wmcommand' '--with-sound=no' '--error-checking=all'
XEmacs 21.5-b11 "cabbage" (+CVS-20030324) configured for `i586-pc-linux'.
Compilation / Installation:
Source code location: /home/gb/src/xemacs
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
Relocating allocator for buffers: yes
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.
Compiling in support for GPM (General Purpose Mouse).
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:
Mail:
Compiling in support for "dot-locking" 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.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
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/gb/lib/emacs/test/db-util
/usr/local/lib/xemacs/site-lisp/edb/db-util
/home/gb/lib/emacs/test/db-types
/usr/local/lib/xemacs/site-lisp/edb/db-types
/home/gb/lib/emacs/test/db-two-dbs
/usr/local/lib/xemacs/site-lisp/edb/db-two-dbs
/home/gb/lib/emacs/test/db-time
/usr/local/lib/xemacs/site-lisp/edb/db-time
/home/gb/lib/emacs/test/db-tagged
/usr/local/lib/xemacs/site-lisp/edb/db-tagged
/home/gb/lib/emacs/test/db-summary
/usr/local/lib/xemacs/site-lisp/edb/db-summary
/home/gb/lib/emacs/test/db-sort
/usr/local/lib/xemacs/site-lisp/edb/db-sort
/home/gb/lib/emacs/test/db-search
/usr/local/lib/xemacs/site-lisp/edb/db-search
/home/gb/lib/emacs/test/db-rep
/usr/local/lib/xemacs/site-lisp/edb/db-rep
/home/gb/lib/emacs/test/db-rdb
/usr/local/lib/xemacs/site-lisp/edb/db-rdb
/home/gb/lib/emacs/test/db-isbn
/usr/local/lib/xemacs/site-lisp/edb/db-isbn
/home/gb/lib/emacs/test/db-interfa
/usr/local/lib/xemacs/site-lisp/edb/db-interfa
/home/gb/lib/emacs/test/db-format
/usr/local/lib/xemacs/site-lisp/edb/db-format
/home/gb/lib/emacs/test/db-file-io
/usr/local/lib/xemacs/site-lisp/edb/db-file-io
/home/gb/lib/emacs/test/db-convert
/usr/local/lib/xemacs/site-lisp/edb/db-convert
/home/gb/lib/emacs/test/database
/usr/local/lib/xemacs/site-lisp/edb/database
/home/gb/lib/emacs/htmlize
/usr/local/lib/xemacs/xemacs-packages/lisp/text-modes/htmlize)
Installed XEmacs Packages:
-------------------------
((xemacs-base:version 1.75 :type regular)
(w3 :version 1.28 :type regular)
(vm :version 7.07 :type regular)
(textools :version 1.14 :type regular)
(text-modes :version 1.58 :type single-file)
(texinfo :version 1.23 :type regular)
(sh-script :version 1.17 :type regular)
(python-modes :version 1.02 :type single-file)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.72
:type
single-file)
(perl-modes :version 1.04 :type single-file)
(os-utils :version 1.3 :type single-file)
(net-utils :version 1.31 :type single-file)
(mailcrypt :version 2.12 :type regular)
(mail-lib :version 1.56 :type regular)
(ispell :version 1.24 :type regular)
(hm--html-menus :version 1.18 :type regular)
(gnus :version 1.65 :type regular)
(fsf-compat :version 1.12 :type single-file)
(fortran-modes :version 1.02 :type single-file)
(footnote :version 1.15 :type regular)
(efs :version 1.29 :type regular)
(ediff :version 1.46 :type regular)
(ecb :version 1.01 :type regular)
(dired :version 1.13 :type regular)
(cc-mode :version 1.32 :type regular)
(calendar :version 1.19 :type regular)
(calc :version 1.23 :type regular)
(bbdb :version 1.21 :type regular)
(auctex :version 1.33 :type regular))
Installed Modules:
-----------------
Features:
--------
(xemacsbug shadow calc w3-style w3-hot url-file url-cache w3-xemac
w3-xemacs w3-toolbar xbm-button xpm-button w3-forms images url-http
url-cookie urlauth w3 w3-menu url-news url-gw w3-script w3-jscript
w3-elisp w3-java w3-emulate w3-auto w3-parse url mm url-vars w3-cfg
w3-sysdp w3-display w3-mouse advice advice-preload w3-imap w3-vars
w3-cus mule-sysdp w3-widget url-parse css w3-keyword vm-sort vm-macro
mail-abbrevs sendmail rfc822 vm-reply vm-delete vm-undo vm-crypto
vm-minibuf vm-imap vm-page vm-mime vm-toolbar vm-summary tapestry
vm-motion vm-message vm-menu vm-folder vm-misc vm-mouse vm-window
vm-autoload highlight-headers vm-vars vm-version vm vm-startup
python-mode comint ring cc-mode cc-align cc-cmds cc-engine cc-styles
cc-langs cc-vars cc-menus imenu cc-defs awk-mode sh-script skeleton
executable cperl-mode fortran dired-faces dired-xemacs dired pp efs-cu
cus-edit cus-load wid-edit gnuserv font disp-table bbdb timezone
font-lock cus-face jka-compr tex-site smiley annotations messagexmas
nnheader nnheaderxm mm-util mail-prsvr mail-utils x-compose filladapt
image-mode view-less view xemacs-base-autoloads w3-autoloads
vm-autoloads textools-autoloads text-modes-autoloads texinfo-autoloads
sh-script-autoloads python-modes-autoloads ps-print-autoloads
prog-modes-autoloads perl-modes-autoloads os-utils-autoloads
net-utils-autoloads mailcrypt-autoloads mail-lib-autoloads
ispell-autoloads hm--html-menus-autoloads gnus-autoloads
fsf-compat-autoloads fortran-modes-autoloads footnote-autoloads
efs-autoloads ediff-autoloads ecb-autoloads dired-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads bbdb-autoloads
auctex-autoloads modules-autoloads auto-autoloads loadhist rsz-minibuf
auto-show fontl-hooks x-iso8859-1 code-cmds gutter-items menubar-items
x-menubar mode-motion mouse behavior itimer auto-save lisp-mode
easymenu iso8859-1 page buff-menu lib-complete cus-file derived
newcomment env text-props frame obsolete cus-start custom widget
cl-extra mini-cl cl cl-19 packages backquote unicode 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
file-coding linux dialog devices window-system base64)
Recent keystrokes:
-----------------
down down down down down down down down down down down
down down down down down down down down down down down
down down down up C-x k RET SPC SPC next next next
next down down down up SPC button3 misc-user misc-user
misc-user button2 button2up next S button2 button2up
M-x c a l c RET 3 0 RET M-x r e p o r t SPC x e m a
SPC b u TAB RET c a l c SPC b r o k e n SPC BS RET
C-g C-g C-] RET RET C-x o M-x up RET
Recent messages (most recent first):
-----------------------------------
Parsing /home/gb/.mailrc... done
Parsing /home/gb/.mailrc...
No catch for tag: exit, nil
No catch for tag: exit, nil
No recursive edit is in progress
No recursive edit is in progress
No recursive edit is in progress
Cannot switch buffers in minibuffer window
Loading xemacsbug...done
Loading xemacsbug...
Welcome to the GNU Emacs Calculator! Press `?' or `h' for help, `q' to quit.
Loading calc...done
Loading calc...
Decoding MIME message... done
Decoding MIME message...
Wrote /home/gb/Mail/INBOX
Saving...
Stuffing attributes... done
Stuffing 100% complete...
Stuffing 50% complete...
[View Less]
Couldn't find an obvious default for the root of the XEmacs hierarchy
22 years
Adrian Aichner
This desktop shortcut used to work on my Windows 2000 system:
----------------------------------------------------------------------------
REM Adrian Aichner (APA), Adrian.Aichner(a)T-Online.De, Teradyne GmbH, 2002-12-07.
REM @echo off
ssh-agent cmd /c "ssh-add & cd %HOME% & start c:\progra~1\XEmacs\XEmacs-21.5-b11\i586-pc-win32\xemacs.exe -debug-paths"
pause
----------------------------------------------------------------------------
Now, in
(emacs-version)
"XEmacs 21.5 (beta11) \"…
[View More]cabbage\" [Lucid] (i586-pc-win32, Mule) of Tue
Mar 25 2003 on D5DC120J"
I get this:
WARNING:
Couldn't find an obvious default for the root of the
XEmacs hierarchy.startup-setup-paths arguments:
inhibit-packages: nil
inhibit-site-lisp: nil
called-early: nil
emacs-roots:
nil
emacs-data-roots:
nil
user-init-directory: "~\\.xemacs\\"
configure-package-path: ("~\\.xemacs" "" "c:\\Program Files\\XEmacs\\site-packag
es" "c:\\Program Files\\XEmacs\\mule-packages" "c:\\Program Files\\XEmacs\\xemac
s-packages")
lisp-directory:
nil
mule-lisp-directory:
nil
site-directory:
nil
early-packages and early-package-load-path:
nil
nil
late-packages and late-package-load-path:
("c:\\Users\\AichnerAd\\.xemacs\\" "c:\\Program Files\\XEmacs\\site-packages\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\")
("c:\\Program Files\\XEmacs\\site-packages\\lisp\\" "c:\\Program Files\\XEmacs\\
site-packages\\lisp\\bbdb-pilot\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\
lisp\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\TerIDL\\" "c:\\Progra
m Files\\XEmacs\\xemacs-packages\\lisp\\ada\\" "c:\\Program Files\\XEmacs\\xemac
s-packages\\lisp\\apel\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\atp
-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\auctex\\" "c:\\Progr
am Files\\XEmacs\\xemacs-packages\\lisp\\bat-mode\\" "c:\\Program Files\\XEmacs\
\xemacs-packages\\lisp\\bbdb\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lis
p\\build\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\c-support\\" "c:\
\Program Files\\XEmacs\\xemacs-packages\\lisp\\cadence\\" "c:\\Program Files\\XE
macs\\xemacs-packages\\lisp\\calc\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\calendar\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\cc-mode\\
" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\clearcase\\" "c:\\Program F
iles\\XEmacs\\xemacs-packages\\lisp\\cookie\\" "c:\\Program Files\\XEmacs\\xemac
s-packages\\lisp\\crisp\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\de
bug\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\dictionary\\" "c:\\Pro
gram Files\\XEmacs\\xemacs-packages\\lisp\\dired\\" "c:\\Program Files\\XEmacs\\
xemacs-packages\\lisp\\docbookide\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\ecrypto\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\edebug\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ediff\\" "c:\\Program Files\\
XEmacs\\xemacs-packages\\lisp\\edit-utils\\" "c:\\Program Files\\XEmacs\\xemacs-
packages\\lisp\\edt\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\efs\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\eicq\\" "c:\\Program Files\\
XEmacs\\xemacs-packages\\lisp\\eieio\\" "c:\\Program Files\\XEmacs\\xemacs-packa
ges\\lisp\\elib\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\emerge\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\eshell\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\ess\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\lisp\\eterm\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\eudc\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\footnote\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\forms\\" "c:\\Program Files\\XEmacs\\xemacs-pack
ages\\lisp\\fortran-modes\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\
frame-icon\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\fsf-compat\\" "
c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\games\\" "c:\\Program Files\\X
Emacs\\xemacs-packages\\lisp\\gnats\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\lisp\\gnus\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\haskell-mod
e\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\hm--html-menus\\" "c:\\P
rogram Files\\XEmacs\\xemacs-packages\\lisp\\ibuffer\\" "c:\\Program Files\\XEma
cs\\xemacs-packages\\lisp\\idlwave\\" "c:\\Program Files\\XEmacs\\xemacs-package
s\\lisp\\igrep\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ilisp\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ispell\\" "c:\\Program Files\\X
Emacs\\xemacs-packages\\lisp\\jde\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\liece\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\lookup\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\mail-lib\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\mailcrypt\\" "c:\\Program Files\\XEmacs\\xemacs-
packages\\lisp\\mew\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\mh-e\\
" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\mine\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\misc-games\\" "c:\\Program Files\\XEmacs\\xemacs
-packages\\lisp\\mmm-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\
net-utils\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ocaml\\" "c:\\Pr
ogram Files\\XEmacs\\xemacs-packages\\lisp\\os-utils\\" "c:\\Program Files\\XEma
cs\\xemacs-packages\\lisp\\pc\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\li
sp\\pcl-cvs\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\pcomplete\\" "
c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\perl-modes\\" "c:\\Program Fil
es\\XEmacs\\xemacs-packages\\lisp\\pgg\\" "c:\\Program Files\\XEmacs\\xemacs-pac
kages\\lisp\\prog-modes\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ps
-print\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\psgml\\" "c:\\Progr
am Files\\XEmacs\\xemacs-packages\\lisp\\psgml-dtds\\" "c:\\Program Files\\XEmac
s\\xemacs-packages\\lisp\\pxp\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\li
sp\\python-modes\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\reftex\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\rmail\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\ruby-modes\\" "c:\\Program Files\\XEmacs\\xemacs
-packages\\lisp\\sasl\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\sche
me\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\semantic\\" "c:\\Progra
m Files\\XEmacs\\xemacs-packages\\lisp\\sgml\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\lisp\\sh-script\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lis
p\\sieve\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\skk\\" "c:\\Progr
am Files\\XEmacs\\xemacs-packages\\lisp\\slider\\" "c:\\Program Files\\XEmacs\\x
emacs-packages\\lisp\\sml-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\l
isp\\sounds-au\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\sounds-wav\
\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\speedbar\\" "c:\\Program F
iles\\XEmacs\\xemacs-packages\\lisp\\strokes\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\lisp\\supercite\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lis
p\\texinfo\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\text-modes\\" "
c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\textools\\" "c:\\Program Files
\\XEmacs\\xemacs-packages\\lisp\\time\\" "c:\\Program Files\\XEmacs\\xemacs-pack
ages\\lisp\\tm\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\tooltalk\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\tpu\\" "c:\\Program Files\\X
Emacs\\xemacs-packages\\lisp\\tramp\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\lisp\\vb-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\vc\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\vc-cc\\" "c:\\Program Files\\XE
macs\\xemacs-packages\\lisp\\vhdl\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\view-process\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\viper
\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\vm\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\w3\\" "c:\\Program Files\\XEmacs\\xemacs-package
s\\lisp\\whois-complete\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xe
macs-base\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xemacs-devel\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xslide\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\xslt-process\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\lisp\\zenirc\\")
last-packages and last-package-load-path:
nil
nil
load-path:
("c:\\Program Files\\XEmacs\\site-packages\\lisp\\" "c:\\Program Files\\XEmacs\\
site-packages\\lisp\\bbdb-pilot\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\
lisp\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\TerIDL\\" "c:\\Progra
m Files\\XEmacs\\xemacs-packages\\lisp\\ada\\" "c:\\Program Files\\XEmacs\\xemac
s-packages\\lisp\\apel\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\atp
-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\auctex\\" "c:\\Progr
am Files\\XEmacs\\xemacs-packages\\lisp\\bat-mode\\" "c:\\Program Files\\XEmacs\
\xemacs-packages\\lisp\\bbdb\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lis
p\\build\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\c-support\\" "c:\
\Program Files\\XEmacs\\xemacs-packages\\lisp\\cadence\\" "c:\\Program Files\\XE
macs\\xemacs-packages\\lisp\\calc\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\calendar\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\cc-mode\\
" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\clearcase\\" "c:\\Program F
iles\\XEmacs\\xemacs-packages\\lisp\\cookie\\" "c:\\Program Files\\XEmacs\\xemac
s-packages\\lisp\\crisp\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\de
bug\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\dictionary\\" "c:\\Pro
gram Files\\XEmacs\\xemacs-packages\\lisp\\dired\\" "c:\\Program Files\\XEmacs\\
xemacs-packages\\lisp\\docbookide\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\ecrypto\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\edebug\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ediff\\" "c:\\Program Files\\
XEmacs\\xemacs-packages\\lisp\\edit-utils\\" "c:\\Program Files\\XEmacs\\xemacs-
packages\\lisp\\edt\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\efs\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\eicq\\" "c:\\Program Files\\
XEmacs\\xemacs-packages\\lisp\\eieio\\" "c:\\Program Files\\XEmacs\\xemacs-packa
ges\\lisp\\elib\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\emerge\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\eshell\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\ess\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\lisp\\eterm\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\eudc\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\footnote\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\forms\\" "c:\\Program Files\\XEmacs\\xemacs-pack
ages\\lisp\\fortran-modes\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\
frame-icon\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\fsf-compat\\" "
c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\games\\" "c:\\Program Files\\X
Emacs\\xemacs-packages\\lisp\\gnats\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\lisp\\gnus\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\haskell-mod
e\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\hm--html-menus\\" "c:\\P
rogram Files\\XEmacs\\xemacs-packages\\lisp\\ibuffer\\" "c:\\Program Files\\XEma
cs\\xemacs-packages\\lisp\\idlwave\\" "c:\\Program Files\\XEmacs\\xemacs-package
s\\lisp\\igrep\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ilisp\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ispell\\" "c:\\Program Files\\X
Emacs\\xemacs-packages\\lisp\\jde\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\liece\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\lookup\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\mail-lib\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\mailcrypt\\" "c:\\Program Files\\XEmacs\\xemacs-
packages\\lisp\\mew\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\mh-e\\
" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\mine\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\misc-games\\" "c:\\Program Files\\XEmacs\\xemacs
-packages\\lisp\\mmm-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\
net-utils\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ocaml\\" "c:\\Pr
ogram Files\\XEmacs\\xemacs-packages\\lisp\\os-utils\\" "c:\\Program Files\\XEma
cs\\xemacs-packages\\lisp\\pc\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\li
sp\\pcl-cvs\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\pcomplete\\" "
c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\perl-modes\\" "c:\\Program Fil
es\\XEmacs\\xemacs-packages\\lisp\\pgg\\" "c:\\Program Files\\XEmacs\\xemacs-pac
kages\\lisp\\prog-modes\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\ps
-print\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\psgml\\" "c:\\Progr
am Files\\XEmacs\\xemacs-packages\\lisp\\psgml-dtds\\" "c:\\Program Files\\XEmac
s\\xemacs-packages\\lisp\\pxp\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\li
sp\\python-modes\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\reftex\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\rmail\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\ruby-modes\\" "c:\\Program Files\\XEmacs\\xemacs
-packages\\lisp\\sasl\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\sche
me\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\semantic\\" "c:\\Progra
m Files\\XEmacs\\xemacs-packages\\lisp\\sgml\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\lisp\\sh-script\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lis
p\\sieve\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\skk\\" "c:\\Progr
am Files\\XEmacs\\xemacs-packages\\lisp\\slider\\" "c:\\Program Files\\XEmacs\\x
emacs-packages\\lisp\\sml-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\l
isp\\sounds-au\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\sounds-wav\
\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\speedbar\\" "c:\\Program F
iles\\XEmacs\\xemacs-packages\\lisp\\strokes\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\lisp\\supercite\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lis
p\\texinfo\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\text-modes\\" "
c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\textools\\" "c:\\Program Files
\\XEmacs\\xemacs-packages\\lisp\\time\\" "c:\\Program Files\\XEmacs\\xemacs-pack
ages\\lisp\\tm\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\tooltalk\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\tpu\\" "c:\\Program Files\\X
Emacs\\xemacs-packages\\lisp\\tramp\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\lisp\\vb-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\vc\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\vc-cc\\" "c:\\Program Files\\XE
macs\\xemacs-packages\\lisp\\vhdl\\" "c:\\Program Files\\XEmacs\\xemacs-packages
\\lisp\\view-process\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\viper
\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\vm\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\w3\\" "c:\\Program Files\\XEmacs\\xemacs-package
s\\lisp\\whois-complete\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xe
macs-base\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xemacs-devel\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xslide\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\lisp\\xslt-process\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\lisp\\zenirc\\")
module-directory:
nil
Info-directory-list:
("c:\\Program Files\\XEmacs\\site-packages\\info\\" "c:\\Program Files\\XEmacs\\
xemacs-packages\\info\\")
exec-directory:
nil
exec-path:
("C:\\PROGRA~1\\RATIONAL\\RATION~1\\NUTCROOT\\bin\\" "C:\\PROGRA~1\\RATIONAL\\RA
TION~1\\NUTCROOT\\bin\\x11\\" "C:\\PROGRA~1\\RATIONAL\\RATION~1\\NUTCROOT\\mksnt
\\" "C:\\Program Files\\Teradyne\\Utilities\\" "C:\\Perl\\bin\\" "c:\\program fi
les\\microsoft visual studio\\common\\tools\\winnt\\" "c:\\program files\\micros
oft visual studio\\common\\msdev98\\bin\\" "c:\\program files\\microsoft visual
studio\\common\\tools\\" "c:\\program files\\microsoft visual studio\\vc98\\bin\
\" "C:\\WINNT\\system32\\" "C:\\WINNT\\" "C:\\WINNT\\system32\\wbem\\" "c:\\cygw
in\\bin\\" "c:\\cygwin\\usr\\local\\bin\\" "c:\\program files\\microsoft office\
\office\\" "c:\\program files\\rational\\common\\" "C:\\Program Files\\Microsoft
SQL Server\\80\\Tools\\Binn\\" "C:\\Program Files\\Rational\\ClearCase\\bin\\"
"C:\\Program Files\\Rational\\ClearQuest\\" "M:\\d5dc120j_apa_ifx_hvd\\igxlwc\\C
ore\\Bin\\" "M:\\d5dc120j_apa_ifx_hvd\\igxlwc\\rel\\Release\\bin\\" "M:\\d5dc120
j_apa_ifx_hvd\\igxlwc\\rel\\Release\\bin\\SelfRegister\\" "C:\\Program Files\\Ra
tional\\common\\" "C:\\Program Files\\Rational\\Rose\\TopLink\\" "C:\\Program Fi
les\\Rational\\Rational Test\\" "C:\\Program Files\\Rational\\RUPBuilder\\" "C:\
\Program Files\\Teradyne\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\lib-src
\\")
doc-directory:
nil
data-directory:
nil
data-directory-list:
("c:\\Program Files\\XEmacs\\site-packages\\etc\\" "c:\\Program Files\\XEmacs\\s
ite-packages\\etc\\gnus\\" "c:\\Program Files\\XEmacs\\site-packages\\etc\\messa
ge\\" "c:\\Program Files\\XEmacs\\site-packages\\etc\\smilies\\" "c:\\Program Fi
les\\XEmacs\\site-packages\\etc\\sounds\\" "c:\\Program Files\\XEmacs\\xemacs-pa
ckages\\etc\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\app-defaults\\"
"c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\auctex\\" "c:\\Program Files\
\XEmacs\\xemacs-packages\\etc\\bbdb\\" "c:\\Program Files\\XEmacs\\xemacs-packag
es\\etc\\e\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\ediff\\" "c:\\Pr
ogram Files\\XEmacs\\xemacs-packages\\etc\\eicq\\" "c:\\Program Files\\XEmacs\\x
emacs-packages\\etc\\ess\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\fr
ame-icon\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\gnats\\" "c:\\Prog
ram Files\\XEmacs\\xemacs-packages\\etc\\gnus\\" "c:\\Program Files\\XEmacs\\xem
acs-packages\\etc\\gnusrefcard\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\e
tc\\haskell-mode\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\hm--html-m
enus\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\idlwave\\" "c:\\Progra
m Files\\XEmacs\\xemacs-packages\\etc\\ilisp\\" "c:\\Program Files\\XEmacs\\xema
cs-packages\\etc\\jde\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\liece
\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\message\\" "c:\\Program Fi
les\\XEmacs\\xemacs-packages\\etc\\mew\\" "c:\\Program Files\\XEmacs\\xemacs-pac
kages\\etc\\mine\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\mule\\" "c
:\\Program Files\\XEmacs\\xemacs-packages\\etc\\mule-doc\\" "c:\\Program Files\\
XEmacs\\xemacs-packages\\etc\\mule-ucs\\" "c:\\Program Files\\XEmacs\\xemacs-pac
kages\\etc\\ps-print\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\psgml\
\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\psgml-dtds\\" "c:\\Program
Files\\XEmacs\\xemacs-packages\\etc\\reftex\\" "c:\\Program Files\\XEmacs\\xemac
s-packages\\etc\\skk\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\slider
\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\smilies\\" "c:\\Program Fi
les\\XEmacs\\xemacs-packages\\etc\\sounds\\" "c:\\Program Files\\XEmacs\\xemacs-
packages\\etc\\start-files\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\
time\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\vm\\" "c:\\Program Fil
es\\XEmacs\\xemacs-packages\\etc\\w3\\" "c:\\Program Files\\XEmacs\\xemacs-packa
ges\\etc\\xslt-process\\" "c:\\Program Files\\XEmacs\\xemacs-packages\\etc\\zeni
rc\\" nil)
WARNING:
Couldn't find obvious defaults for:
doc-directory
data-directory
exec-directory
mule-lisp-directory
lisp-directory
Perhaps some directories don't exist, or the XEmacs executable,
c:\progra~1\XEmacs\XEmacs-21.5-b11\i586-pc-win32\xemacs.exe
is in a strange place?
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
[View Less]
[Bug: 21.4.12] crash when X-display went away
22 years
Jim Holmlund
================================================================
Dear Bug Team!
I ran xemacs and gnuserv.
I then ran gnuclient (with DISPLAY set to a different
display than the one under which xemacs was run)
While gnuclient was running, I killed its X-display
(the X-display was supplied by goglobal). xemacs got a segv.
I used to run 21.4.8 and in this case of the X-display dying, xemacs
would go into a compute loop and I would have to kill it by hand.
I saw in the 21.4.10 release notes that …
[View More]this bug was called the
Energizer Bunny Bug and that it was fixed.
I suppose crashing immediately is an improvement, :-)
but it sure would be nice if xemacs just kept running (normally, not
like the bunny) and would accept new gnuclient connections.
Here is the dump. This shows a bus error but I believe
I have also seen a segv crash.
Thanks
- jjh
PS. Did you know that the product that included the original
xemacs (aka lemacs) was named Energize?
Program terminated with signal 10, Bus error.
Reading symbols from /usr/dt/lib/libXm.so.4...(no debugging symbols found)...
done.
Loaded symbols for /usr/dt/lib/libXm.so.4
Reading symbols from /usr/dt/lib/libtt.so.2...(no debugging symbols found)...
done.
Loaded symbols for /usr/dt/lib/libtt.so.2
Reading symbols from /usr/openwin/lib/libXmu.so.4...
(no debugging symbols found)...done.
Loaded symbols for /usr/openwin/lib/libXmu.so.4
Reading symbols from /usr/openwin/lib/libXt.so.4...
(no debugging symbols found)...done.
Loaded symbols for /usr/openwin/lib/libXt.so.4
Reading symbols from /usr/openwin/lib/libXext.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/openwin/lib/libXext.so.0
Reading symbols from /usr/openwin/lib/libX11.so.4...
(no debugging symbols found)...done.
Loaded symbols for /usr/openwin/lib/libX11.so.4
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/openwin/lib/libSM.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/openwin/lib/libSM.so.6
Reading symbols from /usr/openwin/lib/libICE.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/openwin/lib/libICE.so.6
Reading symbols from /usr/lib/libcurses.so.1...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libcurses.so.1
Reading symbols from /usr/lib/libldap.so.3...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libldap.so.3
Reading symbols from /usr/lib/libm.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/lib/libsocket.so.1...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libelf.so.1...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libelf.so.1
Reading symbols from /usr/lib/libgen.so.1...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libgen.so.1
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/lib/libresolv.so.2...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libresolv.so.2
Reading symbols from /usr/lib/libmp.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1...
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)...done.
Loaded symbols for /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
#0 0xfec9a608 in _libc_kill () from /usr/lib/libc.so.1
(gdb) where
#0 0xfec9a608 in _libc_kill () from /usr/lib/libc.so.1
#1 0x0008f878 in fatal_error_signal ()
#2 <signal handler called>
#3 0x00201694 in oblookup ()
#4 0x00185c84 in make_gui_item_from_keywords_internal ()
#5 0x000f43c0 in menu_item_descriptor_to_widget_value_1 ()
#6 0x000f49f0 in menu_item_descriptor_to_widget_value_1 ()
#7 0x000f49f0 in menu_item_descriptor_to_widget_value_1 ()
#8 0x000f4f5c in set_frame_menubar ()
#9 0x00227de8 in x_create_widgets ()
#10 0x0015c65c in Fmake_frame ()
#11 0x000ccf08 in Ffuncall ()
#12 0x00062270 in execute_optimized_program ()
#13 0x00061b98 in funcall_compiled_function ()
#14 0x000cba08 in Feval ()
#15 0x000ccef0 in Ffuncall ()
#16 0x00062270 in execute_optimized_program ()
#17 0x00065dd0 in Fbyte_code ()
#18 0x000cbbec in Feval ()
#19 0x0009e578 in condition_case_1 ()
#20 0x000a17ac in condition_case_3 ()
#21 0x000637e0 in execute_rare_opcode ()
#22 0x00062048 in execute_optimized_program ()
---Type <return> to continue, or q <return> to quit---
#23 0x00061b98 in funcall_compiled_function ()
#24 0x000ccdf0 in Ffuncall ()
#25 0x000d7640 in catch_them_squirmers_call2 ()
#26 0x0009e578 in condition_case_1 ()
#27 0x000d7aa0 in call2_trapping_errors ()
#28 0x001c1350 in read_process_output ()
#29 0x0010d2e4 in execute_internal_event ()
#30 0x0010fc84 in Fdispatch_event ()
#31 0x0006f66c in Fcommand_loop_1 ()
#32 0x0009e578 in condition_case_1 ()
#33 0x0006efcc in command_loop_2 ()
#34 0x0009c9f4 in internal_catch ()
#35 0x0006f194 in initial_command_loop ()
#36 0x00091018 in xemacs_21_4_12_sparc_sun_solaris2_7 ()
#37 0x00091a94 in main ()
(gdb)
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: SunOS some-machine 5.7 Generic_106541-23 sun4u sparc SUNW,Ultra-80
./configure '--without-prefix' '--with-xpm' '--with-png' '--with-jpeg' '--site-includes=/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/xpm-3.4k/X11:/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/libpng-1.0.9:/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/jpeg-6b:/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/zlib' '--site-libraries=/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/xpm-3.4k/lib:/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/libpng-1.0.9:/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/jpeg-6b:/net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/zlib'
XEmacs 21.4.12 "Portable Code" configured for `sparc-sun-solaris2.7'.
Compilation / Installation:
Source code location: /net/some-machine/export/some-machine/xemacs-21.4.12
Installation prefix: /usr/local
Additional header files: /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/xpm-3.4k/X11 /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/libpng-1.0.9 /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/jpeg-6b /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/zlib
Additional libraries: /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/xpm-3.4k/lib /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/libpng-1.0.9 /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/jpeg-6b /net/some-machine/export/some-machine/xemacs-21.4.12/extra-libs/zlib
Runtime library search path: /usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler: cc -v -xO4
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/dt/include /usr/openwin/include
- X Windows libraries location: /usr/dt/lib /usr/openwin/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
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.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for DBM.
Compiling in support for LDAP.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for ToolTalk.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
(/net/some-machine/export/some-machine/projects/pkgs/xxx-nt-utils/lisp/gud
/net/some-machine/export/some-machine/xemacs-21.4.12/install/lib/xemacs/xemacs-packages/lisp/debug/gud
/net/some-machine/export/some-machine/projects/pkgs/xxx-nt-utils/lisp/etags
/net/some-machine/export/some-machine/xemacs-21.4.12/install/lib/xemacs-21.4.12/lisp/etags
/net/some-machine/export/some-machine/xemacs-21.4.12/install/lib/xemacs/xemacs-packages/lisp/build/build-report
/net/some-machine/export/some-machine/xemacs-21.4.12/install/lib/xemacs-21.4.12/lisp/build-report)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.11 :type regular)
(xslide :version 1.04 :type regular)
(xemacs-devel :version 1.5 :type single-file)
(xemacs-base :version 1.75 :type regular)
(w3 :version 1.28 :type regular)
(vm :version 7.07 :type regular)
(viper :version 1.35 :type regular)
(view-process :version 1.12 :type regular)
(vhdl :version 1.16 :type regular)
(vc-cc :version 1.21 :type regular)
(vc :version 1.35 :type regular)
(tramp :version 1.11 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.35 :type regular)
(time :version 1.12 :type regular)
(textools :version 1.14 :type regular)
(text-modes :version 1.58 :type single-file)
(texinfo :version 1.23 :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.07000000000000001 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.11 :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.12 :type regular)
(ruby-modes :version 1.01 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.28 :type regular)
(python-modes :version 1.02 :type single-file)
(psgml-dtds :version 1.02 :type regular)
(psgml :version 1.38 :type regular)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.72
:type
single-file)
(pgg :version 1.02 :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.3 :type single-file)
(ocaml :version 0.04 :type regular)
(net-utils :version 1.31 :type single-file)
(some-machine-mode :version 1.0 :type regular)
(misc-games :version 1.16 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.17 :type regular)
(mew :version 1.17 :type regular)
(mailcrypt :version 2.12 :type regular)
(mail-lib :version 1.56 :type regular)
(liece :version 1.1 :type regular)
(jde :version 1.43 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.29 :type regular)
(igrep :version 1.1 :type regular)
(idlwave :version 1.28 :type regular)
(ibuffer :version 1.08 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.05 :type regular)
(gnus :version 1.65 :type regular)
(gnats :version 1.15 :type regular)
(games :version 1.13 :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.37 :type regular)
(eterm :version 1.13 :type regular)
(ess :version 1.03 :type regular)
(eshell :version 1.04 :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 1.98 :type single-file)
(ediff :version 1.46 :type regular)
(edebug :version 1.15 :type regular)
(ecrypto :version 0.12 :type regular)
(ecb :version 1.01 :type regular)
(docbookide :version 0.06 :type regular)
(dired :version 1.13 :type regular)
(dictionary :version 1.11 :type regular)
(debug :version 1.16 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.04 :type regular)
(cc-mode :version 1.32 :type regular)
(calendar :version 1.19 :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.21 :type regular)
(auctex :version 1.33 :type regular)
(apel :version 1.26 :type regular)
(ada :version 1.13 :type regular))
Installed Modules:
-----------------
Features:
--------
(xemacsbug shadow efs-cu passwd font disp-table eudcb-ldap ldap eudc
eudc-options-file cus-edit cus-load eudc-vars overlay wid-edit edmacro
gnuserv pending-del func-menu font-lock cus-face shell comint
setup-java-tags tags etags vc ring vc-hooks blink-paren mail-abbrevs
sendmail rfc822 blink-cursor env zenirc-autoloads
xslt-process-autoloads xslide-autoloads xemacs-devel-autoloads
xemacs-base-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 ocaml-autoloads net-utils-autoloads
some-machine-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 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 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 tooltalk lucid-scrollbars cut-buffer
lucid-menubars motif-dialogs x c-balloon-help tty-frames tty toolbar
native-sound scrollbar unix-processes multicast network-streams
subprocesses modules menu-accelerator-support menubar dbm md5 xemacs
gutter png gif jpeg xpm xbm lisp-float-type usg-unix-v dialog devices
window-system base64)
Recent keystrokes:
-----------------
C-x C-v C-g c d RET C-x C-v k k k RET down down down
down down down down down down down down down down down
down down down down down M-x r e p o r SPC e m SPC
b SPC RET
Recent messages (most recent first):
-----------------------------------
Parsing /home/xxx/.mailrc...
Loading xemacsbug...done
Loading xemacsbug...
Loading efs-cu...done
Loading efs-cu...
~/
Quit
WARNING: keyboard is insecure (unable to grab!)
Unable to grab keyboard - waiting a second...
Loading passwd...done
Loading passwd...
Loading font...done
Loading font...
Loading ~/.eudc-options...done
Loading eudcb-ldap...done
Loading eudcb-ldap...
Loading ~/.eudc-options...
Loading cus-edit...done
Loading customization dependencies...done
Loading customization dependencies...
[View Less]
21.5 Test Suite Failures - lisp tests
22 years
Steve Youngs
These are the current failures from lisp-tests.el. Could somebody
please look into these with the intent to fix the bugs. And if you
could let me know that you are working on this, that would be
fantastic and a great help to me.
The results were obtained on a i586 GNU/Linux system by:
xemacs -no-autoloads
M-x load-file RET ./tests/automated/test-harness.el RET
M-x test-emacs-test-file RET ./tests/automated/lisp-tests.el RET
Testing /usr/local/src/xemacs/tests/automated/lisp-…
[View More]tests.el...
Testing Interpreted Lisp
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",") (quote ("" "foo" "bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," "^,") (quote ("" "foo,bar,")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",$") (quote (",foo,bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",") (quote ("" "foo" "" "bar" "")))
FAIL: Assertion failed: (equal (split-string "foo,,bar,," ",") (quote ("foo" "" "bar" "" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",+") (quote ("" "foo" "bar" "")))
Testing Compiled Lisp
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",") (quote ("" "foo" "bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," "^,") (quote ("" "foo,bar,")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",$") (quote (",foo,bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",") (quote ("" "foo" "" "bar" "")))
FAIL: Assertion failed: (equal (split-string "foo,,bar,," ",") (quote ("foo" "" "bar" "" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",+") (quote ("" "foo" "bar" "")))
SUMMARY for /usr/local/src/xemacs/tests/automated/lisp-tests.el:
3594 passes
12 assertion failures
0 errors that should have been generated, but weren't
0 wrong-error failures
0 missing-message failures
0 other failures
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|
[View Less]
Please test (and comment on) Euro support (ISO 8859/15)
22 years
Stephen J. Turnbull
I've just added initial support for the Euro (and a half-dozen other
characters) by adding
the latin-iso8859-15 charset (ISO Latin-9)
the iso-8859-15 coding system (ISO 8859/15 and ISO IRV 203)
the latin-9 language environment
to 21.5 CVS (check out the bleeding edge with update -A).
Yes, I'm inclined to apply to 21.4, but I'd like it to be more
complete and somewhat tested first. ;-)
I need advice on
(1) what, if anything, to do about the XK_EuroSign keysym for X
(I know …
[View More]you can
(global-set-key [EuroSign]
(lambda () (interactive)
(insert (make-char 'latin-iso8859-15 #xA4)))
but does there need to be a default binding? Is that the right
one? Should it be activated by the language environment? etc)
(2) any other non-Quail input methods for the Euro and additional
characters
(3) I want to make Quail latin-9-prefix and -postfix methods
compatible with the latin-1 methods. I need suggestions for
keystroke bindings for the following characters:
U+20AC euro sign
U+0160 latin capital letter s with caron
U+0161 latin small letter s with caron
U+017D latin capital letter z with caron
U+017E latin small letter z with caron
U+0152 latin capital ligature oe
U+0153 latin small ligature oe
U+0178 latin capital letter y with diaeresis
French and Finnish speakers, this one's for you!
(4) plausible aliases for the language environment
(5) did I get the ISO 2022 final byte correct? (ISO IRV 203 says it's
?b, ie, ASCII 0x62.)
(6) What else did I miss?
Please note that the Gnus in the XEmacs packages seems to be broken;
it will not do QP-encoding of ISO 8859/15 (or ISO 8859/any, for any !=
1) correctly. Not for me, anyway (it just doesn't know anything about
XEmacs, period). I haven't tried VM yet.
The following form may be of use:
(insert (make-char 'latin-iso8859-15 #xA4))
That should give you a Euro sign (eg in *scratch*) out of the box in
xemacs -vanilla.
--
Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.
[View Less]
[Bug: 21.5-b10] Overwritten Toolbar
22 years
Stefan Nobis
================================================================
Dear Bug Team!
Sometimes the toolbar ist overwritten. I experience this even when starting
with "xemacs -vanilla -no-autoloads":
After starting xemacs i just use for example the info: "C-h v
emacs-beta-version RET" and then the toolbar ist overwritten (only about 2
lines of pixels remain).
================================================================
System Info to help track down your bug:
---------------------------------…
[View More]------
uname -a: Linux teddy 2.4.19 #1 Sat Aug 3 15:04:22 CEST 2002 i686 unknown
./configure '--debug=no' '--error-checking=none' '--with-xfs' '--with-pop' '--with-xface' '--with-mule'
XEmacs 21.5-b10 "burdock" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /tmp/xemacs-21.5.10
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wundef -Wstrict-prototypes -Wshadow -Wmissing-declarations -g -O3
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.
Using Lucid menubars.
Using Lucid scrollbars.
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).
Compiling in support for NAS (network audio system).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: postgresql/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.
- Using XFontSet to provide bilingual menubar.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "dot-locking" 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/local/lib/xemacs/mule-packages/lisp/mule-base/ethio-util
/usr/local/stow/xemacs-21.5.10/lib/xemacs-21.5-b10/lisp/mule/ethio-util
/usr/local/lib/xemacs/mule-packages/lisp/mule-base/china-util
/usr/local/stow/xemacs-21.5.10/lib/xemacs-21.5-b10/lisp/mule/china-util
/usr/local/lib/xemacs/mule-packages/lisp/mule-base/japan-util
/usr/local/stow/xemacs-21.5.10/lib/xemacs-21.5-b10/lisp/mule/japan-util
/usr/local/lib/xemacs/mule-packages/lisp/mule-base/korea-util
/usr/local/stow/xemacs-21.5.10/lib/xemacs-21.5-b10/lisp/mule/korea-util
/usr/local/lib/xemacs/mule-packages/lisp/mule-base/cyril-util
/usr/local/stow/xemacs-21.5.10/lib/xemacs-21.5-b10/lisp/mule/cyril-util
/usr/local/lib/xemacs/mule-packages/lisp/mule-base/viet-util
/usr/local/stow/xemacs-21.5.10/lib/xemacs-21.5-b10/lisp/mule/viet-util)
Installed XEmacs Packages:
-------------------------
((xemacs-devel:version 1.5 :type single-file)
(xemacs-base :version 1.75 :type regular)
(vc :version 1.35 :type regular)
(tramp :version 1.11 :type regular)
(tooltalk :version 1.13 :type regular)
(time :version 1.12 :type regular)
(textools :version 1.14 :type regular)
(text-modes :version 1.58 :type single-file)
(texinfo :version 1.23 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.26 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.11 :type regular)
(sh-script :version 1.17 :type regular)
(sgml :version 1.08 :type regular)
(scheme :version 1.13 :type regular)
(sasl :version 1.12 :type regular)
(ruby-modes :version 1.01 :type regular)
(reftex :version 1.28 :type regular)
(python-modes :version 1.02 :type single-file)
(psgml :version 1.38 :type regular)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.72
:type
single-file)
(pgg :version 1.02 :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.3 :type single-file)
(ocaml :version 0.04 :type regular)
(net-utils :version 1.31 :type single-file)
(mailcrypt :version 2.12 :type regular)
(mail-lib :version 1.56 :type regular)
(jde :version 1.43 :type regular)
(ispell :version 1.24 :type regular)
(igrep :version 1.1 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.05 :type regular)
(gnus :version 1.65 :type regular)
(gnats :version 1.15 :type regular)
(fsf-compat :version 1.12 :type single-file)
(frame-icon :version 1.09 :type regular)
(eshell :version 1.04 :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)
(edit-utils :version 1.98 :type single-file)
(ediff :version 1.46 :type regular)
(edebug :version 1.15 :type regular)
(ecb :version 1.01 :type regular)
(docbookide :version 0.06 :type regular)
(dired :version 1.13 :type regular)
(debug :version 1.16 :type regular)
(cc-mode :version 1.32 :type regular)
(calendar :version 1.19 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(bbdb :version 1.21 :type regular)
(auctex :version 1.33 :type regular)
(apel :version 1.26 :type regular)
(ada :version 1.13 :type regular)
(preview :version 2003.0119 :type regular)
(mule-base :version 1.42 :type regular)
(leim :version 1.2 :type regular))
Installed Modules:
-----------------
Features:
--------
(bbdb-com gnus-ems gnus-xmas efs-cu mail-extr message messagexmas mml
mm-decode mm-encode mailcap mm-bodies uudecode mail-parse rfc2045 rfc2231
rfc2047 gnus-util qp ietf-drums time-date parse-time mail-abbrevs nnheader
nnheaderxm mm-util mail-prsvr mail-utils mailheader xemacsbug shadow sendmail
font disp-table cus-edit cus-load cc-mode cc-align cc-cmds cc-engine cc-styles
cc-langs cc-vars wid-edit cc-menus cc-defs ada-mode time-stamp reftex
reftex-vars font-latex tex-site mailcrypt rfc822 bbdb timezone backup-dir
paren blink-paren font-lock debian-changelog-mode imenu cus-face poe-xemacs
overlay poe pym static apel-ver product add-log jka-compr hideshow filladapt
tramp regexp-opt advice advice-preload shell comint ring format-spec timer
vc-hooks xemacs-devel-autoloads xemacs-base-autoloads vc-autoloads
tramp-autoloads tooltalk-autoloads time-autoloads textools-autoloads
text-modes-autoloads texinfo-autoloads strokes-autoloads speedbar-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
scheme-autoloads sasl-autoloads ruby-modes-autoloads reftex-autoloads
python-modes-autoloads psgml-autoloads ps-print-autoloads prog-modes-autoloads
pgg-autoloads perl-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-autoloads ocaml-autoloads net-utils-autoloads
mailcrypt-autoloads mail-lib-autoloads jde-autoloads ispell-autoloads
igrep-autoloads hm--html-menus-autoloads haskell-mode-autoloads gnus-autoloads
gnats-autoloads fsf-compat-autoloads frame-icon-autoloads eshell-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads ecb-autoloads
docbookide-autoloads dired-autoloads debug-autoloads cc-mode-autoloads
calendar-autoloads calc-autoloads c-support-autoloads bbdb-autoloads
auctex-autoloads apel-autoloads ada-autoloads mule-base-autoloads
leim-autoloads xemacs-21.5.10-autoloads src-autoloads loadhist rsz-minibuf
auto-show fontl-hooks x-iso8859-1 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 iso8859-1 page buff-menu
lib-complete cus-file derived env text-props frame obsolete cus-start custom
widget cl-extra mini-cl cl cl-19 packages backquote very-early-lisp unicode
lucid-scrollbars cut-buffer lucid-menubars x c-balloon-help tty-frames tty
toolbar esd-sound nas-sound 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 linux devices window-system base64)
Recent keystrokes:
-----------------
M-x r e p o r t - x e TAB RET
Recent messages (most recent first):
-----------------------------------
Parsing BBDB... (frobnicating...done)
Fontifying *mail to XEmacs Beta*... done.
Parsing BBDB... (frobnicating...)
Parsing BBDB... (reading...)
Parsing BBDB...
Loading bbdb-com...done
Loading bbdb-com...
Loading gnus-ems...done
Fontifying *mail to XEmacs Beta*...
Loading gnus-xmas...done
Loading gnus-xmas...
Loading gnus-ems...
Loading efs-cu...done
Loading efs-cu...
Parsing /home/stefan/.mailrc... done
Parsing /home/stefan/.mailrc...
Loading mail-extr...done
Loading mail-extr...
Loading message...done
Loading message...
#define noname_width 48
#define noname_height 48
static char noname_bits[] = {
0x55,0x55,0x55,0x55,0x55,0x55,0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,
0x55,0x55,0x15,0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x54,
0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x45,0x00,0x00,0x00,
0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x14,0x00,0x00,0x00,0x00,0x00,0x00,
0x55,0x55,0x55,0x55,0x55,0x55,0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,
0x44,0x44,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x15,
0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x54,0x00,0x00,0x00,
0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x45,0x00,0x00,0x00,0x00,0x00,0x00,
0x45,0x44,0x44,0x44,0x44,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,
0x55,0x55,0x55,0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x44,
0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x15,0x00,0x00,0x00,
0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x54,0x00,0x00,0x00,0x00,0x00,0x00,
0x55,0x55,0x55,0x55,0x55,0x45,0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,
0x44,0x44,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x55,
0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x44,0x00,0x00,0x00,
0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x15,0x00,0x00,0x00,0x00,0x00,0x00,
0x45,0x44,0x44,0x44,0x44,0x54,0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,
0x55,0x55,0x45,0x00,0x00,0x00,0x00,0x00,0x00,0x45,0x44,0x44,0x44,0x44,0x14,
0x00,0x00,0x00,0x00,0x00,0x00,0x55,0x55,0x55,0x55,0x55,0x55,0x00,0x00,0x00,
0x00,0x00,0x00}
--
Until the next mail...,
Stefan.
[View Less]
[Bug: 21.4.12] Stack overflow in regexp matcher
22 years
Ragnar Skaret
================================================================
Dear Bug Team!
What happened:
When I have finished the compilation of a C-program, and try to
go directly to any error in the compilation output window, I
get the following error message: Stack overflow in regexp matcher.
What should have happened: Xemacs should have taken me directly
to the file and line of the error.
What was I doing at the time: I was only using Xemacs to compile
my C-program.
Recipe for triggering the …
[View More]bug: 'M-x compile', issue compile
command, compilation finishes with an error, right click on
the error and select Goto error.
Best regards,
Markus
uabmaon(a)uab.ericsson.se
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: SunOS uabs70 5.6 Generic_105181-30 sun4u sparc SUNW,Ultra-5_10
./configure '--site-prefixes=/opt/as/xemacs' '--site-runtime-libraries=/opt/as/xemacs/lib /usr/dt/lib' '--with-scrollbars=motif' '--with-dialogs=motif' '--with-xpm' '--with-xface' '--with-jpeg' '--with-png' '--with-tiff' '--with-workshop' '--pdump' '--with-file-coding' '--package-path=/opt/as/xemacs/lib/site-packages:/opt/as/xemacs/lib/xemacs-packages' '--prefix=/opt/as/xemacs/xemacs-21.4'
XEmacs 21.4.12 "Portable Code" configured for `sparc-sun-solaris2.6'.
Compilation / Installation:
Source code location: /opt/as/xemacs/src/xemacs-21.4.12
Installation prefix: /opt/as/xemacs/xemacs-21.4
Additional prefixes: /opt/as/xemacs
Runtime library search path: /opt/as/xemacs/lib:/usr/dt/lib
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/dt/include /usr/openwin/include
- X Windows libraries location: /usr/dt/lib /usr/openwin/lib
- Xau (X authority) not available.
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Motif scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
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 DBM.
Internationalization:
Compiling in support for file coding.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for ToolTalk.
Compiling in support for Sun WorkShop.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Load-Path Lisp Shadows:
----------------------
(/opt/as/xemacs/lib/xemacs-packages/lisp/clearcase
/opt/as/xemacs/lib/xemacs-packages/lisp/clearcase/clearcase
/opt/as/xemacs/lib/xemacs-packages/lisp/ps-print/ps-print
/opt/as/xemacs/lib/xemacs-packages/lisp/ps-print-nomule/ps-print
/opt/as/xemacs/lib/xemacs-packages/lisp/tq
/opt/as/xemacs/lib/xemacs-packages/lisp/xemacs-base/tq)
Installed XEmacs Packages:
-------------------------
((xslt-process:version 1.11 :type regular)
(xslide :version 1.04 :type regular)
(xemacs-devel :version 1.5 :type single-file)
(xemacs-base :version 1.75 :type regular)
(viper :version 1.35 :type regular)
(vhdl :version 1.16 :type regular)
(vc :version 1.35 :type regular)
(tramp :version 1.11 :type regular)
(tooltalk :version 1.13 :type regular)
(time :version 1.12 :type regular)
(text-modes :version 1.58 :type single-file)
(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.07000000000000001 :type regular)
(slider :version 1.13 :type regular)
(sh-script :version 1.17 :type regular)
(semantic :version 1.17 :type regular)
(python-modes :version 1.02 :type single-file)
(psgml-dtds :version 1.02 :type regular)
(psgml :version 1.38 :type regular)
(ps-print-nomule :version 1.05 :type regular)
(ps-print :version 1.08 :type regular)
(prog-modes
:version
1
.72
:type
single-file)
(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.3 :type single-file)
(net-utils :version 1.31 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.16 :type single-file)
(mine :version 1.14 :type regular)
(mail-lib :version 1.56 :type regular)
(jde :version 1.43 :type regular)
(ispell :version 1.24 :type regular)
(igrep :version 1.1 :type regular)
(idlwave :version 1.28 :type regular)
(ibuffer :version 1.08 :type regular)
(hm--html-menus :version 1.18 :type regular)
(games :version 1.13 :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)
(eudc :version 1.37 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.04 :type regular)
(efs :version 1.29 :type regular)
(edit-utils :version 1.98 :type single-file)
(ediff :version 1.46 :type regular)
(edebug :version 1.15 :type regular)
(ecb :version 1.01 :type regular)
(dired :version 1.13 :type regular)
(debug :version 1.16 :type regular)
(clearcase :version 1.04 :type regular)
(cc-mode :version 1.32 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(ada :version 1.13 :type regular)
(Sun :version 1.13 :type regular))
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 debug cus-edit cus-load
symbol-syntax tags etags cmacexp edmacro paren blink-paren view-less
view hyper-apropos makefile regexp-opt compile shell cc-mode cc-align
cc-cmds cc-engine cc-styles cc-langs cc-vars wid-edit cc-menus imenu
cc-defs efs-cu font disp-table font-lock ftp fast-log fast func-menu
pv-send-address-to-plexview clearcase timer tq reporter cus-face
dired-faces dired-xemacs dired gnuserv jka-compr workshop eserve env
pending-del annotations comint ring sunpro xslt-process-autoloads
xslide-autoloads xemacs-devel-autoloads xemacs-base-autoloads
viper-autoloads vhdl-autoloads vc-autoloads tramp-autoloads
tooltalk-autoloads time-autoloads text-modes-autoloads
strokes-autoloads speedbar-autoloads sounds-wav-autoloads
sounds-au-autoloads sml-mode-autoloads slider-autoloads
sh-script-autoloads semantic-autoloads python-modes-autoloads
psgml-dtds-autoloads psgml-autoloads ps-print-nomule-autoloads
ps-print-autoloads prog-modes-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
net-utils-autoloads mmm-mode-autoloads misc-games-autoloads
mine-autoloads mail-lib-autoloads jde-autoloads ispell-autoloads
igrep-autoloads idlwave-autoloads ibuffer-autoloads
hm--html-menus-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads fortran-modes-autoloads eudc-autoloads
elib-autoloads eieio-autoloads efs-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ecb-autoloads dired-autoloads
debug-autoloads clearcase-autoloads cc-mode-autoloads calc-autoloads
c-support-autoloads ada-autoloads Sun-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 sparcworks
tooltalk file-coding motif-scrollbars cut-buffer lucid-menubars
motif-dialogs x c-balloon-help tty-frames tty toolbar scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar dbm md5 xemacs gutter tiff png gif
jpeg xface xpm xbm lisp-float-type usg-unix-v dialog devices
window-system base64)
Recent keystrokes:
-----------------
up up up up end SPC SPC SPC SPC a s d f C-x C-s C-x
C-b C-TAB down down RET M-x c o m p i TAB e RET RET
button1 button1up button3 misc-user button1 button1up
button3 misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user misc-user misc-user
M-x r e p o TAB r t - m BS e m TAB RET
Recent messages (most recent first):
-----------------------------------
Parsing /home/uabmaon/.mailrc...
itimer "itimer-0" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
itimer "itimer-<1>" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
itimer "itimer-<2>" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
itimer "itimer-<3>" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
itimer "itimer-0" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
itimer "itimer-<1>" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
itimer "itimer-<2>" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
itimer "itimer-<3>" signaled: (error "Process not open for writing" #<process "cleartool" pid 15949 state:exit>)
Reading view properties...
[View Less]