cvs update message I have not noticed in the past
17 years, 11 months
Adrian Aichner
are happening today:
Are others seeing the
cvs update: cannot remove ...
messages too?
Anyone know why this is?
Adrian
M src/profile.c
cvs server: Updating src/m
cvs server: Updating src/s
cvs server: Updating tests
cvs server: Updating tests/DLL
cvs server: Updating tests/Dnd
cvs server: Updating tests/autoconf
cvs server: Updating tests/automated
M tests/automated/region-tests.el
cvs server: Updating tests/gtk
cvs server: Updating tests/mule
cvs server: Updating tests/tooltalk
cvs server: Updating vms
cvs server: Updating w32
cvs server: Updating w32/inc
cvs server: Updating w32/inc/arpa
cvs server: Updating w32/inc/netinet
cvs server: Updating w32/inc/sys
cvs update: cannot remove w32/inc: Directory not empty
cvs update: cannot remove pkg-src/tree-nx/English.lproj: Directory not empty
cvs update: cannot remove packages: Directory not empty
cvs update: cannot remove nt/inc: Directory not empty
cvs update: cannot remove mule-doc: Directory not empty
cvs update: cannot remove macintosh/projects: Directory not empty
cvs update: cannot remove lisp/oobr/tree-nx/English.lproj: Directory not empty
cvs update: cannot remove lisp/locale: Directory not empty
cvs update: cannot remove lisp/auctex: Directory not empty
cvs update: cannot remove etc/sgml/ISO_8879=1986: Directory not empty
cvs update: cannot remove etc/app-defaults: Directory not empty
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: [PATCH] (Draft2) Make X11 server-side fonts and Mule suck less.
17 years, 11 months
Aidan Kehoe
Ar an triú lá de mí na Samhain, scríobh stephen(a)xemacs.org:
> Aidan Kehoe writes:
>
> > There’s less round-tripping in this implementation than in the
> > previous one. Previously, matches would be tried against the
> > XListFonts results with wildly inappropriate (to this Mule charset)
> > things in the X11 charset registry; now, the registry is modified
> > before calling XListFonts, so we never move through a list of
> > fallbacks that can never have a successful regex match for the Mule
> > charset in question.
>
> No, there's less testing of the registry spec against actual fonts;
> but as I understand the code, XListFonts should only be called once.
That’s not the case. If there isn’t a match--as will be the case if a
Japanese font is looked up and the X11 platform code has initialised the
default face’s specifier to -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
--the specifier instantiation code tries the face’s fallback patterns,
calling XListFonts for each one. In the X11 code as it stands, for a charset
that isn’t available at all in the X server, this means 128 times, often
with patterns like:
"-*-courier-medium-r-*-*-*-*-*-*-*-*-iso10646-1",
"-*-fixed-medium-r-*-*-*-*-*-*-*-*-iso10646-1",
"-*-courier-*-r-*-*-*-*-*-*-*-*-iso10646-1",
"-*-fixed-*-r-*-*-*-*-*-*-*-*-iso10646-1",
"-*-*-medium-r-*--*-gb2312.1980-*",
"-*-fixed-medium-r-*--*-cns11643*-*",
"-*-fixed-medium-r-*--*-big5*-*,"
"-*-fixed-medium-r-*--*-sisheng_cwnn-0",
which are a _total_ waste of time for Ethiopic or the IPA, especially since
that no font will support those scripts is _entirely expected._
> > > [...] Well, yes, but is it such a good idea that we should make
> > > work for others? That's one of my pet peeves with GNU.
> >
> > IMO incorporating that change would make their code base more
> > understandable and would be a positive change, just as it would be in
> > ours. I don’t think providing a prompt to do useful work is specious
> > or thoughtless.
>
> Er, who says they'll think it's useful?
Maybe my judgement is really bad; in which case I shouldn’t be committing to
XEmacs. But if my judgement is reasonable, and I think the work useful,
then that’s the closest I can come to predicting that they will too, in the
absence of unknown or undocumented philosophical differences with them.
--
Santa Maradona, priez pour moi!
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Emacs and GFortran
17 years, 11 months
Stephen J. Turnbull
There's a thread on emacs-devel with the same subject. (NB, the
references in my headers refer to the emacs-devel thread.) I propose
that we deal with this issue by adding the following text (should be
self-explanatory) to PROBLEMS and/or the FAQ. Comments?
------------------------------------------------------------------------
compile-mode can't find source location in gfortran errors!
gfortran's error reporting does not conform to the GNU standard for
error messages. We consider this a bug in gfortran, unless and until
the standard is amended. You can work around this bug by placing the
following code in your init file:
<appropriate Lisp snippet>
------------------------------------------------------------------------
NB. It would appear that gfortran error messages can be sufficiently
complex that the snippet described on emacs-devel does not allow
jumping from error message to source in all cases. There is zero
support on emacs-devel for catering to gfortran, FWIW.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: cvs update message I have not noticed in the past
17 years, 11 months
Nelson Ferreira
"stephen" == stephen <stephen(a)xemacs.org> escreveu:
stephen> Adrian Aichner writes:
>> Are others seeing the
>> cvs update: cannot remove ...
>> messages too?
>>
>> Anyone know why this is?
>> cvs update: cannot remove w32/inc: Directory not empty
stephen> This is from your local CVS client, I believe. Look in those
stephen> directories on your system and see what's there. (Might be nothing,
stephen> but we need to know.)
Yes Stephen, you are right. Most likely you was due to a cvs update
-P which attempts to remove empty directories (ie. which are empty in
the CVS repos), but your local client cannot because there are some
files on the directory which are not under source control.
--
Nelson Ferreira
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.4.18] occur in "*Occur*" should work
17 years, 11 months
Sean M. Burke
================================================================
Dear Bug Team!
Trying to run an occur command in the *Occur* buffer (to further winnow
contents) fails dumbly.
This seems to fix it:
(defadvice occur (before meta-occur (&rest whatever))
"Stops running `occur' in *Occur* from obliterating current content,
and instead makes it DWIM by renaming the current *Occur* buffer."
(when (string-equal "*Occur*" (buffer-name))
(rename-buffer "*Occur*" t)))
; ...so the current one becomes "*Occur*<8>" etc
(Gnu Emacs just fixed this same bug, using the same approach if not the
same code, between v21 and v22.)
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux terranova 2.6.12 #1 SMP Tue Aug 9 18:56:34 UTC 2005 i686
GNU/Linux
./configure '--with-sound=none,native' '--with-x11' '--extra-verbose'
'--with-site-lisp' '--with-database=berkdb' '--statedir=/var/lib'
'--infodir=/usr/share/info/xemacs21'
'--infopath=/usr/share/info/xemacs21' '--with_menubars=lucid'
'--with_scrollbars=lucid' '--with_dialogs=athena'
'--docdir=/usr/lib/xemacs-21.4.18/i386-debian-linux/mule/' '--with-mule'
'--with-canna=no' '--with-wnn=no' '--with-xim=xlib' '--with-xfs'
'--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/site-packages:/usr/share/xemacs21/mule-packages:/usr/share/xemacs21/xemacs-packages'
'i386-debian-linux'
XEmacs 21.4.18 "Social Property" configured for `i386-debian-linux'.
Compilation / Installation:
Source code location: /build/buildd/xemacs21-21.4.18
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch
-Winline -Wmissing-prototypes -Wsign-compare -Wshadow
Compiler version: gcc-4.0.gcc-opt (GCC) 4.0.3
20051204 (prerelease) (Ubuntu 4.0.2-5ubuntu2)
Compiler specs file: specs.
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Need to guess glibc1/2/etc here
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for LDAP.
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 "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/share/xemacs21/site-lisp/a2ps/a2ps-print
/usr/share/xemacs21/site-lisp/a2ps/a2ps-print
/usr/share/xemacs21/site-lisp/a2ps/a2ps
/usr/share/xemacs21/site-lisp/a2ps/a2ps
/usr/share/xemacs21/site-lisp/dictionaries-common/flyspell
/usr/share/xemacs21/site-lisp/dictionaries-common/flyspell
/usr/share/xemacs21/site-lisp/dictionaries-common/ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/debian-ispell
/usr/share/xemacs21/site-lisp/dictionaries-common/debian-ispell
/usr/share/xemacs21/site-lisp/emacs-goodies-el/xrdb-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/xrdb-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/wdired
/usr/share/xemacs21/site-lisp/emacs-goodies-el/wdired
/usr/share/xemacs21/site-lisp/emacs-goodies-el/under
/usr/share/xemacs21/site-lisp/emacs-goodies-el/under
/usr/share/xemacs21/site-lisp/emacs-goodies-el/toggle-option
/usr/share/xemacs21/site-lisp/emacs-goodies-el/toggle-option
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tld
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tld
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tlc
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tlc
/usr/share/xemacs21/site-lisp/emacs-goodies-el/thinks
/usr/share/xemacs21/site-lisp/emacs-goodies-el/thinks
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tc
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tc
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tail
/usr/share/xemacs21/site-lisp/emacs-goodies-el/tail
/usr/share/xemacs21/site-lisp/emacs-goodies-el/sys-apropos
/usr/share/xemacs21/site-lisp/emacs-goodies-el/sys-apropos
/usr/share/xemacs21/site-lisp/emacs-goodies-el/slang-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/slang-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/silly-mail
/usr/share/xemacs21/site-lisp/emacs-goodies-el/silly-mail
/usr/share/xemacs21/site-lisp/emacs-goodies-el/shell-command
/usr/share/xemacs21/site-lisp/emacs-goodies-el/shell-command
/usr/share/xemacs21/site-lisp/emacs-goodies-el/table
/usr/share/xemacs21/site-lisp/emacs-goodies-el/table
/usr/share/xemacs21/site-lisp/emacs-goodies-el/session
/usr/share/xemacs21/site-lisp/emacs-goodies-el/session
/usr/share/xemacs21/site-lisp/emacs-goodies-el/services
/usr/share/xemacs21/site-lisp/emacs-goodies-el/services
/usr/share/xemacs21/site-lisp/emacs-goodies-el/rfcview
/usr/share/xemacs21/site-lisp/emacs-goodies-el/rfcview
/usr/share/xemacs21/site-lisp/emacs-goodies-el/protocols
/usr/share/xemacs21/site-lisp/emacs-goodies-el/protocols
/usr/share/xemacs21/site-lisp/emacs-goodies-el/protbuf
/usr/share/xemacs21/site-lisp/emacs-goodies-el/protbuf
/usr/share/xemacs21/site-lisp/emacs-goodies-el/projects
/usr/share/xemacs21/site-lisp/emacs-goodies-el/projects
/usr/share/xemacs21/site-lisp/emacs-goodies-el/perldoc
/usr/share/xemacs21/site-lisp/emacs-goodies-el/perldoc
/usr/share/xemacs21/site-lisp/emacs-goodies-el/pack-windows
/usr/share/xemacs21/site-lisp/emacs-goodies-el/pack-windows
/usr/share/xemacs21/site-lisp/emacs-goodies-el/nuke-trailing-whitespace
/usr/share/xemacs21/site-lisp/emacs-goodies-el/nuke-trailing-whitespace
/usr/share/xemacs21/site-lisp/emacs-goodies-el/newsticker
/usr/share/xemacs21/site-lisp/emacs-goodies-el/newsticker
/usr/share/xemacs21/site-lisp/emacs-goodies-el/muttrc-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/muttrc-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/mutt-alias
/usr/share/xemacs21/site-lisp/emacs-goodies-el/mutt-alias
/usr/share/xemacs21/site-lisp/emacs-goodies-el/minibuffer-complete-cycle
/usr/share/xemacs21/site-lisp/emacs-goodies-el/minibuffer-complete-cycle
/usr/share/xemacs21/site-lisp/emacs-goodies-el/setnu
/usr/share/xemacs21/site-lisp/emacs-goodies-el/setnu
/usr/share/xemacs21/site-lisp/emacs-goodies-el/twiddle
/usr/share/xemacs21/site-lisp/emacs-goodies-el/twiddle
/usr/share/xemacs21/site-lisp/emacs-goodies-el/matlab
/usr/share/xemacs21/site-lisp/emacs-goodies-el/matlab
/usr/share/xemacs21/site-lisp/emacs-goodies-el/obfusurl
/usr/share/xemacs21/site-lisp/emacs-goodies-el/obfusurl
/usr/share/xemacs21/site-lisp/emacs-goodies-el/map-lines
/usr/share/xemacs21/site-lisp/emacs-goodies-el/map-lines
/usr/share/xemacs21/site-lisp/emacs-goodies-el/maplev
/usr/share/xemacs21/site-lisp/emacs-goodies-el/maplev
/usr/share/xemacs21/site-lisp/emacs-goodies-el/lcomp
/usr/share/xemacs21/site-lisp/emacs-goodies-el/lcomp
/usr/share/xemacs21/site-lisp/emacs-goodies-el/keywiz
/usr/share/xemacs21/site-lisp/emacs-goodies-el/keywiz
/usr/share/xemacs21/site-lisp/emacs-goodies-el/joc-toggle-case
/usr/share/xemacs21/site-lisp/emacs-goodies-el/joc-toggle-case
/usr/share/xemacs21/site-lisp/emacs-goodies-el/joc-toggle-buffer
/usr/share/xemacs21/site-lisp/emacs-goodies-el/joc-toggle-buffer
/usr/share/xemacs21/site-lisp/emacs-goodies-el/keydef
/usr/share/xemacs21/site-lisp/emacs-goodies-el/keydef
/usr/share/xemacs21/site-lisp/emacs-goodies-el/initsplit
/usr/share/xemacs21/site-lisp/emacs-goodies-el/initsplit
/usr/share/xemacs21/site-lisp/emacs-goodies-el/highlight-current-line
/usr/share/xemacs21/site-lisp/emacs-goodies-el/highlight-current-line
/usr/share/xemacs21/site-lisp/emacs-goodies-el/highlight-completion
/usr/share/xemacs21/site-lisp/emacs-goodies-el/highlight-completion
/usr/share/xemacs21/site-lisp/emacs-goodies-el/highlight-beyond-fill-column
/usr/share/xemacs21/site-lisp/emacs-goodies-el/highlight-beyond-fill-column
/usr/share/xemacs21/site-lisp/emacs-goodies-el/htmlize
/usr/share/xemacs21/site-lisp/emacs-goodies-el/htmlize
/usr/share/xemacs21/site-lisp/emacs-goodies-el/home-end
/usr/share/xemacs21/site-lisp/emacs-goodies-el/home-end
/usr/share/xemacs21/site-lisp/emacs-goodies-el/framepop
/usr/share/xemacs21/site-lisp/emacs-goodies-el/framepop
/usr/share/xemacs21/site-lisp/emacs-goodies-el/folding
/usr/share/xemacs21/site-lisp/emacs-goodies-el/folding
/usr/share/xemacs21/site-lisp/emacs-goodies-el/floatbg
/usr/share/xemacs21/site-lisp/emacs-goodies-el/floatbg
/usr/share/xemacs21/site-lisp/emacs-goodies-el/filladapt
/usr/share/xemacs21/site-lisp/emacs-goodies-el/filladapt
/usr/share/xemacs21/site-lisp/emacs-goodies-el/emacs-goodies-loaddefs
/usr/share/xemacs21/site-lisp/emacs-goodies-el/emacs-goodies-loaddefs
/usr/share/xemacs21/site-lisp/emacs-goodies-el/emacs-goodies-el
/usr/share/xemacs21/site-lisp/emacs-goodies-el/emacs-goodies-el
/usr/share/xemacs21/site-lisp/emacs-goodies-el/emacs-goodies-custom
/usr/share/xemacs21/site-lisp/emacs-goodies-el/emacs-goodies-custom
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ido
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ido
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ff-paths
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ff-paths
/usr/share/xemacs21/site-lisp/emacs-goodies-el/egocentric
/usr/share/xemacs21/site-lisp/emacs-goodies-el/egocentric
/usr/share/xemacs21/site-lisp/emacs-goodies-el/edit-env
/usr/share/xemacs21/site-lisp/emacs-goodies-el/edit-env
/usr/share/xemacs21/site-lisp/emacs-goodies-el/dirvars
/usr/share/xemacs21/site-lisp/emacs-goodies-el/dirvars
/usr/share/xemacs21/site-lisp/emacs-goodies-el/diminish
/usr/share/xemacs21/site-lisp/emacs-goodies-el/diminish
/usr/share/xemacs21/site-lisp/emacs-goodies-el/marker-visit
/usr/share/xemacs21/site-lisp/emacs-goodies-el/marker-visit
/usr/share/xemacs21/site-lisp/emacs-goodies-el/dedicated
/usr/share/xemacs21/site-lisp/emacs-goodies-el/dedicated
/usr/share/xemacs21/site-lisp/emacs-goodies-el/cyclebuffer
/usr/share/xemacs21/site-lisp/emacs-goodies-el/cyclebuffer
/usr/share/xemacs21/site-lisp/emacs-goodies-el/cwebm
/usr/share/xemacs21/site-lisp/emacs-goodies-el/cwebm
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ctypes
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ctypes
/usr/share/xemacs21/site-lisp/emacs-goodies-el/color-theme
/usr/share/xemacs21/site-lisp/emacs-goodies-el/color-theme
/usr/share/xemacs21/site-lisp/emacs-goodies-el/coffee
/usr/share/xemacs21/site-lisp/emacs-goodies-el/coffee
/usr/share/xemacs21/site-lisp/emacs-goodies-el/clipper
/usr/share/xemacs21/site-lisp/emacs-goodies-el/clipper
/usr/share/xemacs21/site-lisp/emacs-goodies-el/cfengine
/usr/share/xemacs21/site-lisp/emacs-goodies-el/cfengine
/usr/share/xemacs21/site-lisp/emacs-goodies-el/browse-kill-ring
/usr/share/xemacs21/site-lisp/emacs-goodies-el/browse-kill-ring
/usr/share/xemacs21/site-lisp/emacs-goodies-el/df
/usr/share/xemacs21/site-lisp/emacs-goodies-el/df
/usr/share/xemacs21/site-lisp/emacs-goodies-el/dict
/usr/share/xemacs21/site-lisp/emacs-goodies-el/dict
/usr/share/xemacs21/site-lisp/emacs-goodies-el/boxquote
/usr/share/xemacs21/site-lisp/emacs-goodies-el/boxquote
/usr/share/xemacs21/site-lisp/emacs-goodies-el/auto-fill-inhibit
/usr/share/xemacs21/site-lisp/emacs-goodies-el/auto-fill-inhibit
/usr/share/xemacs21/site-lisp/emacs-goodies-el/bar-cursor
/usr/share/xemacs21/site-lisp/emacs-goodies-el/bar-cursor
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ascii
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ascii
/usr/share/xemacs21/site-lisp/emacs-goodies-el/apache-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/apache-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/all
/usr/share/xemacs21/site-lisp/emacs-goodies-el/all
/usr/share/xemacs21/site-lisp/emacs-goodies-el/align-string
/usr/share/xemacs21/site-lisp/emacs-goodies-el/align-string
/usr/share/xemacs21/site-lisp/emacs-goodies-el/browse-huge-tar
/usr/share/xemacs21/site-lisp/emacs-goodies-el/browse-huge-tar
/usr/share/xemacs21/site-lisp/debian-startup
/usr/share/emacs/site-lisp/debian-startup /etc/emacs/site-start
/usr/share/xemacs21/site-packages/lisp/site-start
/usr/share/xemacs21/site-lisp/emacs-goodies-el/ctypes
/usr/share/xemacs21/xemacs-packages/lisp/c-support/ctypes
/usr/share/xemacs21/site-lisp/emacs-goodies-el/setnu
/usr/share/xemacs21/xemacs-packages/lisp/edit-utils/setnu
/usr/share/xemacs21/site-lisp/dictionaries-common/ispell
/usr/share/xemacs21/xemacs-packages/lisp/ispell/ispell
/usr/share/xemacs21/site-lisp/emacs-goodies-el/apache-mode
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/apache-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/xrdb-mode
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/xrdb-mode
/usr/share/xemacs21/site-lisp/emacs-goodies-el/htmlize
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/htmlize
/usr/share/xemacs21/site-lisp/emacs-goodies-el/folding
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/folding
/usr/share/xemacs21/site-lisp/dictionaries-common/flyspell
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/flyspell
/usr/share/xemacs21/site-lisp/emacs-goodies-el/filladapt
/usr/share/xemacs21/xemacs-packages/lisp/text-modes/filladapt
/usr/share/xemacs21/xemacs-packages/lisp/build/build-report
/usr/lib/xemacs-21.4.18/lisp/build-report)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.21 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.0 upstream: steve(a)eicq.org--2005/xetla--main--1.0--version-0)
(xemacs-devel ver: 1.72 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.0 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.31 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.47 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.2 upstream: 3.33.2)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.28 upstream: 2.0.51)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(tm ver: 1.38 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.9 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.28 upstream: 0.14beta4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sml-mode ver: 0.12 upstream: 3.9.5)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.21 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.19 upstream: 1.4.2)
(scheme ver: 1.14 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.21 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.06 upstream: No-Upstream-Ver)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.06 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.08 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.66 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.36 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.05 upstream: 3.06)
(net-utils ver: 1.48 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.75 upstream: No-Upstream-Ver)
(jde ver: 1.48 upstream: 2.3.2)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.33 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.07 upstream: 1.45)
(gnus ver: 1.87 upstream: 5.10.7)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.04 upstream: No-Upstream-Ver)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.04 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(erc ver: 0.19 upstream: Version 5.0 Revision: 1.776)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.32 upstream: No-Upstream-Ver)
(ediff ver: 1.6 upstream: 2.75)
(edebug ver: 1.21 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.17 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.23 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.29 upstream: 2.34)
(auctex ver: 1.46 upstream: 11.55)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(skk ver: 1.23 upstream: 10.62a)
(mule-ucs ver: 1.14 upstream: 0.84)
(mule-base ver: 1.47 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.22 upstream: No-Upstream-Ver)
(leim ver: 1.22 upstream: No-Upstream-Ver)
(latin-unity ver: 1.15 upstream: 1.15)
(latin-euro-standards ver: 1.07 upstream: 1.07)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 emacs-goodies-el
emacs-goodies-custom emacs-goodies-loaddefs mwheel zenirc-autoloads
xwem-autoloads xslt-process-autoloads xslide-autoloads xlib-autoloads
xetla-autoloads xemacs-devel-autoloads xemacs-base-autoloads
x-symbol-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tramp-autoloads tpu-autoloads tooltalk-autoloads tm-autoloads
time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads sounds-wav-autoloads sounds-au-autoloads
sml-mode-autoloads slider-autoloads sieve-autoloads
sh-script-autoloads sgml-autoloads semantic-autoloads scheme-autoloads
sasl-autoloads ruby-modes-autoloads rmail-autoloads riece-autoloads
reftex-autoloads re-builder-autoloads python-modes-autoloads
psgml-dtds-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads pgg-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
oo-browser-autoloads ocaml-autoloads net-utils-autoloads
mmm-mode-autoloads misc-games-autoloads mine-autoloads mh-e-autoloads
mew-autoloads mailcrypt-autoloads mail-lib-autoloads jde-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads idlwave-autoloads
ibuffer-autoloads hyperbole-autoloads hm--html-menus-autoloads
haskell-mode-autoloads gnus-autoloads gnats-autoloads
general-docs-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads fortran-modes-autoloads forms-autoloads
footnote-autoloads eudc-autoloads eterm-autoloads eshell-autoloads
escreen-autoloads erc-autoloads emerge-autoloads elib-autoloads
eieio-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ecrypto-autoloads ecb-autoloads
docbookide-autoloads dired-autoloads dictionary-autoloads
debug-autoloads crisp-autoloads cookie-autoloads clearcase-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads build-autoloads bbdb-autoloads auctex-autoloads
apel-autoloads ada-autoloads Sun-autoloads skk-autoloads
mule-ucs-autoloads mule-base-autoloads lookup-autoloads
locale-autoloads leim-autoloads latin-unity-autoloads
latin-euro-standards-autoloads egg-its-autoloads edict-autoloads
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1 slovenian
czech romanian ccl mule-help code-cmds gutter-items menubar-items
x-menubar mode-motion mouse itimer auto-save lisp-mode easymenu
iso8859-1 page buff-menu lib-complete 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 mule lucid-scrollbars
cut-buffer lucid-menubars athena-dialogs x c-balloon-help tty-frames
tty toolbar native-sound scrollbar unix-processes multicast
network-streams subprocesses modules menu-accelerator-support menubar
berkeley-db md5 xemacs xim gutter tiff png gif jpeg xface xpm xbm
lisp-float-type linux dialog devices window-system base64)
Recent keystrokes:
-----------------
ESC x x e m a c - BS s BS BS BS BS BS BS e m a c s
- b u g - r e p TAB BS BS BS BS BS BS BS BS BS BS BS
BS BS b u g r BS BS BS BS r e p r t - TAB BS BS BS
o r t TAB TAB x TAB RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
Loading 50festival...done
Loading 50festival...
Loading 50emacs-goodies-el...done
Loading 50emacs-goodies-el...
Loading 50dictionaries-common...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el...
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el...done
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el...
Loading debian-ispell...
Loading 50dictionaries-common...
Loading 50a2ps...done
Loading a2ps-print...done
Loading a2ps-print...
Loading 50a2ps...
Loading 00debian-vars...done
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Success] XEmacs 21.5-b27 "fiddleheads" (+CVS-20061031) i586-pc-win32 Fix for crash in (file-name-directory "1:")
17 years, 11 months
Adrian Aichner
This is the promised build report for my fix of the
Are others seeing following new check-temacs regression too?
Unexpected error (file-error "Removing old name" "No such file or directory" "c:\\Hacking\\cvs.xemacs.org\\XEmacs\\xemacs-21.5-clean\\src\\tag-test.c") while executing interpreted code.
tag-tests.el: 6 of 6 tests successful (100%).
Unexpected error (file-error "Removing old name" "No such file or directory" "c:\\Hacking\\cvs.xemacs.org\\XEmacs\\xemacs-21.5-clean\\src\\tag-test.c") while executing interpreted code
Adrian
> XEmacs Build Report generated by emacs-version
> 21.5 (beta27) "fiddleheads" (+CVS-20060825) XEmacs Lucid
> with system-configuration
> i586-pc-win32
> follows:
> Contents of c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\Installation:
> (Output from most recent run of ./configure)
OS version:
Microsoft Windows XP [Version 5.1.2600]
OS: Windows_NT
XEmacs 21.5-b27 "fiddleheads" (+CVS-20061031) configured for `i586-pc-win32'.
Building XEmacs using "NMAKE".
Building XEmacs using make flags " ".
Building XEmacs in source tree "c:\\Hacking\\cvs.xemacs.org\\XEmacs\\xemacs-21.5-clean".
For src, using compiler "cl -nologo -W3 -DSTRICT -Zi -O2 -G5 -Ob2 -MDd -c -TP -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\inc -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\src -I"c:\Hacking\libs4xemacs\xpm-3.4k" -I"c:\Hacking\libs4xemacs\xpm-3.4k\lib" -I"c:\Hacking\libs4xemacs\libpng-1.0.2" -I"c:\Hacking\libs4xemacs\zlib" -I"c:\Hacking\libs4xemacs\tiff-v3.4\libtiff" -I"c:\Hacking\libs4xemacs\jpeg-6b" -I"c:\Hacking\libs4xemacs\compface" -I"c:\Hacking\libs4xemacs\zlib" -DHAVE_MS_WINDOWS -DHAVE_MENUBARS -DHAVE_SCROLLBARS -DHAVE_TOOLBARS -DHAVE_WIDGETS -DHAVE_DIALOGS -DHAVE_XPM -DFOR_MSW -DHAVE_GIF -DHAVE_PNG -DHAVE_TIFF -DHAVE_JPEG -DHAVE_XFACE -DHAVE_ZLIB -DHAVE_NATIVE_SOUND -DMULE -DPDUMP -DNEW_GC -DUSE_KKCC -DSYSTEM_MALLOC -DDEBUG_XEMACS -D_DEBUG -DWIN32_LEAN_AND_MEAN -DWIN32_NATIVE -Demacs -DHAVE_CONFIG_H -DPATH_VERSION=\"21.5-b27\" -DPATH_PROGNAME=\"xemacs\" -DEMACS_VERSION=\"21.5-b27\" -DEMACS_PROGNAME=\"xemacs\" -DSTACK_TRACE_EYE_CATCHE!
R=xemacs_21_5_b27_i586_pc_win32 -DPATH_PREFIX=\"..\" -DEMACS_MAJOR_VERSION=21 -DEMACS_MINOR_VERSION=5 -DEMACS_BETA_VERSION=27 -DXEMACS_CODENAME=\""fiddleheads"\" -DXEMACS_EXTRA_NAME=\"(+CVS-20061031)\" -DEMACS_CONFIGURATION=\"i586-pc-win32\"".
For lib-src, using compiler "cl -nologo -W3 -DSTRICT -Zi -O2 -G5 -Ob2 -MDd -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lib-src -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\src -DHAVE_CONFIG_H -DWIN32_NATIVE".
Compiling as C++.
Installing XEmacs in "c:\\Program Files\\XEmacs\\XEmacs-21.5-b27".
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 in debugging support (no slowdown).
Compiling with optimization.
Using new experimental GC mark algorithms.
Using new experimental incremental garbage collector and new allocator.
> Contents of c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\xemacs-21.5-clean-cvs-update.err
> keeping lines matching
> "^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+\|^[A-Z] [^ ]+$\|^Wrong number of arguments:\|^ \*\* "
> and then deleting lines matching
> "confl.*with.*auto-inlining\|^Formatting:"
cd c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\
Compilation started at Wed Nov 01 14:34:53 2006 +0100 (W. Europe Standard Time)
? gunzip-error.txt
? man/lispref/errors.texi.new
? nt/xemacs-21.5-clean-make-all-internal-compiler-error-not-cpp.err
? nt/xemacs-21.5-clean-make-all-internal-compiler-error.err
? nt/xemacs-21.5-clean-make-all-texinfo-error.err
M ChangeLog
M etc/ChangeLog
M etc/TUTORIAL.de
M lib-src/make-docfile.c
M lib-src/pop.c
M lib-src/pop.h
M lisp/ChangeLog
M lisp/simple.el
M src/ChangeLog
M src/eval.c
M src/frame-msw.c
M src/gc.c
M src/glyphs.c
M src/intl-win32.c
M src/profile.c
M src/sysdep.c
M tests/automated/region-tests.el
Compilation finished at Wed Nov 01 14:36:11
> Contents of c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\xemacs-21.5-clean-make-all.err
> keeping lines matching
> "^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+\|^[A-Z] [^ ]+$\|^Wrong number of arguments:\|^ \*\* "
> and then deleting lines matching
> "confl.*with.*auto-inlining\|^Formatting:"
cd c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\
nmake /f xemacs.mak all
Compilation started at Wed Nov 01 19:36:22 2006 +0100 (W. Europe Standard Time)
Installing XEmacs in "c:\\Program Files\\XEmacs\\XEmacs-21.5-b27".
1 file(s) copied.
1 File(s) copied
1 File(s) copied
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\src\text.c(2180) : warning C4390: ';' : empty controlled statement found; is this the intent?
Using load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\)
Using module-load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\modules)
Generating autoloads for lisp/next-error.el...
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\help.el:
** The following functions are not known to be defined:
find-function, find-variable, view-scroll-lines-up
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\diagnose.el:
** The following functions are not known to be defined:
sort-numeric-fields, gc-stats
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\mule-cmds.el:
** the function set-console-tty-coding-system is not known to be defined.
While compiling forward-paragraph in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\paragraphs.el:
** variable multiple-lines bound but not referenced
While compiling the end of the data:
** the function constrain-to-field is not known to be defined.
Using load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\)
Using module-load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\modules)
While compiling x-win-init-xfree86 in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\x-win-xfree86.el:
** assignment to free variable x-us-keymap-first-keycode
** assignment to free variable x-us-keymap-description
While compiling x-win-init-sun in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\x-win-sun.el:
** assignment to free variable x-us-keymap-first-keycode
** assignment to free variable x-us-keymap-description
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\x-font-menu.el:
** The following functions are not known to be defined:
fc-find-available-weights-for-family,
fc-find-available-font-families, xlfd-font-name-p, fc-font-match,
fc-name-parse, fc-pattern-get-family, fc-pattern-get-successp,
fc-pattern-get-weight, fc-pattern-get-size, fc-pattern-get-slant,
fc-font-weight-translate-to-string,
fc-font-slant-translate-to-string, make-fc-pattern,
fc-pattern-add-family, fc-pattern-add-weight,
fc-font-weight-translate-from-string, fc-pattern-add-size,
fc-pattern-add-slant, fc-font-slant-translate-from-string,
fc-name-unparse
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\x-faces.el:
** The following functions are not known to be defined:
fc-font-match, default-x-device, fc-name-parse
Requiring next-error...
While compiling occur-engine in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\occur.el:
** reference to free variable jit-lock-mode
While compiling the end of the data:
** the function jit-lock-fontify-now is not known to be defined.
Compiling c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\next-error.el...
Wrote c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\next-error.elc
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\gtk.el:
** the function gtk-import-function is not known to be defined.
While compiling toplevel forms in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\gtk-iso8859-1.el:
** assignment to free variable character-set-property
While compiling the end of the data in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\fontconfig.el:
** the function default-x-device is not known to be defined.
While compiling toplevel forms in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\font.el:
** reference to free variable xft-font-regexp
While compiling xft-font-create-object:
** attempt to inline fc-pattern-get-family before it was defined
** attempt to inline fc-pattern-get-size before it was defined
** attempt to inline fc-pattern-get-weight before it was defined
While compiling xft-font-create-name:
** attempt to inline fc-pattern-add-family before it was defined
** attempt to inline fc-pattern-add-size before it was defined
While compiling the end of the data:
** The following functions are not known to be defined:
default-x-device, fc-pattern-get-family, fc-pattern-get-size,
fc-pattern-get-weight, fc-font-weight-translate-from-constant,
make-fc-pattern, fc-pattern-add-family, fc-pattern-add-size
While compiling toplevel forms in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\thai-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** the function make-category-table is not known to be defined.
While compiling toplevel forms in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\lao-util.el:
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
** define-category called with 3 arguments, but accepts only 2
While compiling the end of the data:
** the function make-category-table is not known to be defined.
While compiling ethio-modify-vowel in file c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\ethio-util.el:
** decompose-composite-char is an obsolete function; use char-to-string instead.
Computing custom-loads for next-error...
Compilation finished at Wed Nov 01 19:39:38
> Contents of c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\xemacs-21.5-clean-make-check-temacs.err
> keeping lines matching
> "^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+\|^[A-Z] [^ ]+$\|^Wrong number of arguments:\|^ \*\* "
> and then deleting lines matching
> "confl.*with.*auto-inlining\|^Formatting:"
cd c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\
nmake /f xemacs.mak check-temacs
Compilation started at Wed Nov 01 19:39:47 2006 +0100 (W. Europe Standard Time)
Using load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\)
Using module-load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\modules)
base64-tests.el: 1234 of 1234 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
byte-compiler-tests.el: 66 of 66 tests successful (100%).
38 tests skipped because can't defadvice.
0 errors that should have been generated, but weren't
0 wrong-error failures
c-tests.el: 4 of 4 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
case-tests.el: 1148 of 1148 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
ccl-tests.el: 4570 of 4570 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
database-tests.el: No tests run.
0 errors that should have been generated, but weren't
0 wrong-error failures
extent-tests.el: 194 of 194 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
hash-table-tests.el: 9866 of 9866 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
lisp-reader-tests.el: 52 of 52 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
lisp-tests.el: 3672 of 3672 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
md5-tests.el: 56 of 56 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
mule-tests.el: 288 of 292 tests successful ( 98%).
0 errors that should have been generated, but weren't
0 wrong-error failures
Unexpected error (void-function executable-find) while executing interpreted code.
Unexpected error (void-function executable-find) while executing byte-compiled code.
os-tests.el: No tests run.
Unexpected error (void-function executable-find) while executing interpreted code
Unexpected error (void-function executable-find) while executing byte-compiled code
0 errors that should have been generated, but weren't
0 wrong-error failures
regexp-tests.el: 350 of 350 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
region-tests-1-1.el: 28 of 28 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
region-tests.el: 38 of 38 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
symbol-tests.el: 246 of 246 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
syntax-tests.el: 66 of 72 tests successful ( 91%).
2 tests skipped because c-mode unavailable.
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
0 errors that should have been generated, but weren't
0 wrong-error failures
Unexpected error (file-error "Removing old name" "No such file or directory" "c:\\Hacking\\cvs.xemacs.org\\XEmacs\\xemacs-21.5-clean\\src\\tag-test.c") while executing interpreted code.
tag-tests.el: 6 of 6 tests successful (100%).
Unexpected error (file-error "Removing old name" "No such file or directory" "c:\\Hacking\\cvs.xemacs.org\\XEmacs\\xemacs-21.5-clean\\src\\tag-test.c") while executing interpreted code
0 errors that should have been generated, but weren't
0 wrong-error failures
weak-tests.el: 140 of 140 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
base64-tests.el: 1234 of 1234 tests successful (100%).
byte-compiler-tests.el: 66 of 66 tests successful (100%).
c-tests.el: 4 of 4 tests successful (100%).
case-tests.el: 1148 of 1148 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
database-tests.el: No tests run.
extent-tests.el: 194 of 194 tests successful (100%).
hash-table-tests.el: 9866 of 9866 tests successful (100%).
lisp-reader-tests.el: 52 of 52 tests successful (100%).
lisp-tests.el: 3672 of 3672 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
mule-tests.el: 288 of 292 tests successful ( 98%).
os-tests.el: No tests run.
regexp-tests.el: 350 of 350 tests successful (100%).
region-tests-1-1.el: 28 of 28 tests successful (100%).
region-tests.el: 38 of 38 tests successful (100%).
symbol-tests.el: 246 of 246 tests successful (100%).
syntax-tests.el: 66 of 72 tests successful ( 91%).
tag-tests.el: 6 of 6 tests successful (100%).
weak-tests.el: 140 of 140 tests successful (100%).
Compilation finished at Wed Nov 01 19:40:18
> Contents of c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\xemacs-21.5-clean-make-check.err
> keeping lines matching
> "^--\[\[\|\]\]$\|^\(cd\|n?make\)\s-\|errors?\|warnings?\|pure.*\(space\|size\)\|hides\b\|strange\|shadowings\|^Compil\(ing\s-+in\|ation\)\|^Using\|not\s-+found\|^While\s-+compiling.*\(
\s-+.+\)*\|^Note:\|Installing\|[Ff]ile(s) copied\|\s-+tests\s-+\|^[A-Z] [^ ]+$\|^Wrong number of arguments:\|^ \*\* "
> and then deleting lines matching
> "confl.*with.*auto-inlining\|^Formatting:"
cd c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\
nmake /f xemacs.mak check
Compilation started at Wed Nov 01 19:54:52 2006 +0100 (W. Europe Standard Time)
base64-tests.el: 1234 of 1234 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
byte-compiler-tests.el: 104 of 104 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
c-tests.el: 4 of 4 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
case-tests.el: 1148 of 1148 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
ccl-tests.el: 4570 of 4570 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
database-tests.el: No tests run.
0 errors that should have been generated, but weren't
0 wrong-error failures
extent-tests.el: 194 of 194 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
hash-table-tests.el: 9866 of 9866 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
lisp-reader-tests.el: 52 of 52 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
lisp-tests.el: 3672 of 3672 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
md5-tests.el: 56 of 56 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
mule-tests.el: 288 of 292 tests successful ( 98%).
0 errors that should have been generated, but weren't
0 wrong-error failures
os-tests.el: 20 of 20 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
regexp-tests.el: 350 of 350 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
region-tests-1-1.el: 28 of 28 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
region-tests.el: 38 of 38 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
symbol-tests.el: 246 of 246 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
syntax-tests.el: 66 of 72 tests successful ( 91%).
2 tests skipped because c-mode unavailable.
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
KNOWN BUG: (backward-up-list-moves-point-from-to 23 3) ==> error: (syntax-error "Unbalanced parentheses")
0 errors that should have been generated, but weren't
0 wrong-error failures
tag-tests.el: 6 of 6 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
weak-tests.el: 140 of 140 tests successful (100%).
0 errors that should have been generated, but weren't
0 wrong-error failures
base64-tests.el: 1234 of 1234 tests successful (100%).
byte-compiler-tests.el: 104 of 104 tests successful (100%).
c-tests.el: 4 of 4 tests successful (100%).
case-tests.el: 1148 of 1148 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
database-tests.el: No tests run.
extent-tests.el: 194 of 194 tests successful (100%).
hash-table-tests.el: 9866 of 9866 tests successful (100%).
lisp-reader-tests.el: 52 of 52 tests successful (100%).
lisp-tests.el: 3672 of 3672 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
mule-tests.el: 288 of 292 tests successful ( 98%).
os-tests.el: 20 of 20 tests successful (100%).
regexp-tests.el: 350 of 350 tests successful (100%).
region-tests-1-1.el: 28 of 28 tests successful (100%).
region-tests.el: 38 of 38 tests successful (100%).
symbol-tests.el: 246 of 246 tests successful (100%).
syntax-tests.el: 66 of 72 tests successful ( 91%).
tag-tests.el: 6 of 6 tests successful (100%).
weak-tests.el: 140 of 140 tests successful (100%).
Compilation finished at Wed Nov 01 19:55:25
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b27] [CRASH] (file-name-directory "1:")
17 years, 11 months
Adrian Aichner
================================================================
Dear Bug Team!
Reproducible in vanilla, with following configuration.
Just evaluate
(file-name-directory "1:")
in the *scratch* buffer (without any unsaved autobiographies or other
work close to your heart).
This gets triggered "randomly" by following ffap configuration of
mine, when I use
C-x C-f (find-file-at-point)
; 2006-09-17
(require 'ffap)
; C-x C-f (find-file-at-point)
; which I learned about in c.e.x is quite handy!
(ffap-bindings)
It probably happens when using C-x C-f in a *Group* buffer, with
content like ...
1200: nndraft:drafts
* 0: nnml:ALD
* 0: nnml:AMEX
* 0: nnml:ASIC_FPGA
* 0: nnml:DNS
* 0: nnml:EngineeringIT
* 0: nnml:Enote
* 0: nnml:FM4-Community
1: nnml:Gnus
Apparently, wcslen naively dereferences its const wchar_t *ws argument
without checking for a null pointer:
wcslen(const unsigned short * 0x00000000) line 39 + 5 bytes
XEMACS! 01206394()
I've traced this down to src/intl-win32.c whose functions have blind
faith in pointers they are being passed.
sysdep.c also contains versions of various wchar functions without
proper argument checking.
Still investigating ...
Best regards!
Adrian
Lisp backtrace follows:
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
file-name-directory("1:")
# bind (name)
ffap-completable("1:")
byte-code("..." [name tem] 2)
# (condition-case ... . ((error)))
# bind (alist tem try case-fold-search)
# (unwind-protect ...)
# bind (default-directory abs name string data case-fold-search)
ffap-file-at-point()
ffap-guesser()
byte-code("..." [ffap-url-regexp guess ffap-read-file-or-url "Find file or URL
: " "Find file: " ffap-guesser ffap-highlight] 4)
# (catch ffap-prompter ...)
# (unwind-protect ...)
# bind (guess)
ffap-prompter()
# bind (filename)
#<compiled-function (&optional filename) "...(94)" [ffap-dired-wildcards ffap-
url-regexp ffap-file-finder string current-prefix-arg filename nil call-interact
ively ffap-prompter t string-match dired file-exists-p y-or-n-p "File does not e
xist, create buffer? " expand-file-name signal file-error "Opening file buffer"
"no such file or directory" ffap-require-prefix case-fold-search ffap-url-fetche
r ffap-newfile-prompt] 5 ("c:\\Program Files\\XEmacs\\xemacs-packages\\lisp\\xem
acs-base\\ffap.elc" . 29412) nil>()
call-interactively(find-file-at-point)
# (condition-case ... . error)
# (catch top-level ...)
================================================================
System Info to help track down your bug:
---------------------------------------
OS version:
Microsoft Windows XP [Version 5.1.2600]
OS: Windows_NT
XEmacs 21.5-b27 "fiddleheads" (+CVS-20060826) configured for `i586-pc-win32'.
Building XEmacs using "NMAKE".
Building XEmacs using make flags " ".
Building XEmacs in source tree "c:\\Hacking\\cvs.xemacs.org\\XEmacs\\xemacs-21.5-clean".
For src, using compiler "cl -nologo -W3 -DSTRICT -O2 -G5 -Ob2 -MD -c -TP -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\nt\inc -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\src -I"c:\Hacking\libs4xemacs\xpm-3.4k" -I"c:\Hacking\libs4xemacs\xpm-3.4k\lib" -I"c:\Hacking\libs4xemacs\libpng-1.0.2" -I"c:\Hacking\libs4xemacs\zlib" -I"c:\Hacking\libs4xemacs\tiff-v3.4\libtiff" -I"c:\Hacking\libs4xemacs\jpeg-6b" -I"c:\Hacking\libs4xemacs\compface" -I"c:\Hacking\libs4xemacs\zlib" -DHAVE_MS_WINDOWS -DHAVE_MENUBARS -DHAVE_SCROLLBARS -DHAVE_TOOLBARS -DHAVE_WIDGETS -DHAVE_DIALOGS -DHAVE_XPM -DFOR_MSW -DHAVE_GIF -DHAVE_PNG -DHAVE_TIFF -DHAVE_JPEG -DHAVE_XFACE -DHAVE_ZLIB -DHAVE_NATIVE_SOUND -DMULE -DPDUMP -DNEW_GC -DUSE_KKCC -DSYSTEM_MALLOC -DWIN32_LEAN_AND_MEAN -DWIN32_NATIVE -Demacs -DHAVE_CONFIG_H -DPATH_VERSION=\"21.5-b27\" -DPATH_PROGNAME=\"xemacs\" -DEMACS_VERSION=\"21.5-b27\" -DEMACS_PROGNAME=\"xemacs\" -DSTACK_TRACE_EYE_CATCHER=xemacs_21_5_b27_i586_pc_win!
32 -DPATH_PREFIX=\"..\" -DEMACS_MAJOR_VERSION=21 -DEMACS_MINOR_VERSION=5 -DEMACS_BETA_VERSION=27 -DXEMACS_CODENAME=\""fiddleheads"\" -DXEMACS_EXTRA_NAME=\"(+CVS-20060826)\" -DEMACS_CONFIGURATION=\"i586-pc-win32\"".
For lib-src, using compiler "cl -nologo -W3 -DSTRICT -O2 -G5 -Ob2 -MD -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lib-src -Ic:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\src -DHAVE_CONFIG_H -DWIN32_NATIVE".
Compiling as C++.
Installing XEmacs in "c:\\Program Files\\XEmacs\\XEmacs-21.5-b27".
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.
Using new experimental GC mark algorithms.
Using new experimental incremental garbage collector and new allocator.
Load-Path Lisp Shadows:
----------------------
(c:\Program Files\XEmacs\site-packages\lisp\gnugo-xpms c:\Program
Files\XEmacs\site-packages\lisp\mokuxpms-2\gnugo-xpms c:\Program
Files\XEmacs\xemacs-packages\lisp\calendar\time-date c:\Program
Files\XEmacs\xemacs-packages\lisp\gnus\time-date c:\Program
Files\XEmacs\xemacs-packages\lisp\calendar\parse-time c:\Program
Files\XEmacs\xemacs-packages\lisp\gnus\parse-time c:\Program
Files\XEmacs\mule-packages\lisp\mule-base\viet-util
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\viet-util
c:\Program Files\XEmacs\mule-packages\lisp\mule-base\korea-util
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\korea-util
c:\Program Files\XEmacs\mule-packages\lisp\mule-base\japan-util
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\japan-util
c:\Program Files\XEmacs\mule-packages\lisp\mule-base\ethio-util
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\ethio-util
c:\Program Files\XEmacs\mule-packages\lisp\mule-base\cyril-util
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\cyril-util
c:\Program Files\XEmacs\mule-packages\lisp\mule-base\china-util
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\mule\china-util
c:\Program Files\XEmacs\mule-packages\lisp\mule-ucs\unicode
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\unicode
c:\Program Files\XEmacs\xemacs-packages\lisp\xemacs-base\regexp-opt
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\regexp-opt
c:\Program Files\XEmacs\xemacs-packages\lisp\xemacs-base\easy-mmode
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\easy-mmode
c:\Program Files\XEmacs\xemacs-packages\lisp\build\build-report
c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5-clean\lisp\build-report)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.22 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.01 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.75 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.08 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(whois-complete ver: 2.08 upstream: 2.08)
(w3 ver: 1.33 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.51 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc ver: 0.05 upstream: No-Upstream-Ver)
(vb-mode ver: 1.37 upstream: 1.37)
(tramp ver: 1.34 upstream: 2.0.54)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.9 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.28 upstream: 0.14beta4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sml-mode ver: 0.12 upstream: 3.9.5)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.21 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.2 upstream: 1.4.4)
(scheme ver: 1.14 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.22 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(python-modes ver: 1.08 upstream: No-Upstream-Ver)
(pxp ver: 0.8 upstream: regular)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.09 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.09 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.67 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.39 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.49 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.78 upstream: No-Upstream-Ver)
(liece ver: 1.15 upstream: 1.4.9)
(jde ver: 1.51 upstream: 2.3.3)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.1 upstream: 2.1)
(gnus ver: 1.9 upstream: 5.10.7)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.04 upstream: No-Upstream-Ver)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.05 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(ess ver: 1.16 upstream: 5.2.7)
(eshell ver: 1.1 upstream: 2.4.1)
(erc ver: 0.21 upstream: Version 5.1.2 Revision: 1.796.2.6)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(eicq ver: 1.05 upstream: regular)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.36 upstream: No-Upstream-Ver)
(ediff ver: 1.64 upstream: 2.75)
(edebug ver: 1.21 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.23 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(cadence ver: 0.01 upstream: 0.01)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.29 upstream: 2.34)
(bat-mode ver: 1.5 upstream: 1.5)
(auctex ver: 1.46 upstream: 11.55)
(atp-mode ver: 1.6 upstream: 1.6)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(TerIDL ver: 1.0 upstream: 1.0)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(mule-ucs ver: 1.14 upstream: 0.84)
(mule-base ver: 1.47 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.22 upstream: No-Upstream-Ver)
(leim ver: 1.24 upstream: No-Upstream-Ver)
(latin-unity ver: 1.19 upstream: 1.19)
(latin-euro-standards ver: 1.07 upstream: 1.07)
Features:
--------
(xemacsbug shadow parse-time nnfolder vc-git vc-cvs pop3 passwd nnml
nndraft nnmh bbdb-gnus bbdb-snarf mail-extr bbdb-com bbdb timezone
nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-cache
gnus-demon nntp gnus-setup lazy-lock desktop blink-cursor erc-fill
erc-stamp erc-match erc-spelling flyspell ispell erc-goodies erc
erc-backend erc-menu erc-compat pp paren blink-paren uniquify iso-acc
simple-wiki-completion simple-wiki-definitions simple-wiki-edit
simple-wiki thingatpt http-post http-get http-cookies hexl
emms-playing-time emms-lyric emms-player-extensions emms-info-later-do
later-do emms-mode-line emms-pbi-popup emms-pl-manip emms-tageditor
emms-pbi-mark emms-info-ogg ogg-comment emms-info-mp3info emms-info
emms-pbi emms-player-simple emms-source-file emms-default emms nnir
org-timeclock org outline remember-planner remember planner-publish
muse-xml planner-gnus gnus-msg gnus-art mm-uu mml2015 pgg pgg-parse
pgg-def mm-view gnus-sum gnus-group gnus-undo gnus-start gnus-spec
gnus-int gnus-range gnus-win planner-accomplishments planner-id
compile planner-timeclock-summary align planner-timeclock timeclock
planner-tasks-overview planner-schedule edmacro schedule holidays
diary-lib planner-report planner calendar cal-menu overlay sort
muse-html muse-xml-common muse-colors font disp-table muse-mode
pcomplete muse-project cus-edit cus-load muse-publish muse
muse-protocols info muse-regexps ffap gnuslog nndoc nnoo nnmail
mail-source message mml mml-sec mml-smime smime dig mm-decode
mm-bodies mm-encode mailcap lpr mail-parse rfc2045 rfc2231 rfc2047 qp
ietf-drums mail-abbrevs sendmail rfc822 mailheader canlock sha1
hex-util gnus gnus-ems gnus-xmas messagexmas nnheader nnheaderxm
gnus-util netrc time-date mail-utils mm-util mail-prsvr wid-edit
clearcase reporter tramp-vc tramp regexp-opt executable advice
advice-preload shell comint password format-spec timer-funcs trampver
vc-rcs vc ring vc-hooks vc-xemacs redo scroll-in-place func-menu
font-lock filladapt crypt crypt++ crypt+pgp-pub completer efs-cu
efs-x19.15 efs-fnh efs-ovwrt efs-auto cus-face dired-faces
dired-xemacs dired pending-del zenirc-autoloads xwem-autoloads
xslt-process-autoloads xslide-autoloads xlib-autoloads xetla-autoloads
xemacs-devel-autoloads xemacs-base-autoloads x-symbol-autoloads
whois-complete-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-autoloads vb-mode-autoloads
tramp-autoloads tpu-autoloads tooltalk-autoloads time-autoloads
textools-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads strokes-autoloads speedbar-autoloads
sounds-wav-autoloads sounds-au-autoloads sml-mode-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads sasl-autoloads
ruby-modes-autoloads rmail-autoloads riece-autoloads reftex-autoloads
re-builder-autoloads python-modes-autoloads pxp-autoloads
psgml-dtds-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads pgg-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
oo-browser-autoloads ocaml-autoloads net-utils-autoloads
mmm-mode-autoloads misc-games-autoloads mine-autoloads mh-e-autoloads
mew-autoloads mailcrypt-autoloads mail-lib-autoloads liece-autoloads
jde-autoloads ispell-autoloads ilisp-autoloads igrep-autoloads
idlwave-autoloads ibuffer-autoloads hyperbole-autoloads
hm--html-menus-autoloads haskell-mode-autoloads gnus-autoloads
gnats-autoloads general-docs-autoloads games-autoloads
fsf-compat-autoloads frame-icon-autoloads fortran-modes-autoloads
forms-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
ess-autoloads eshell-autoloads erc-autoloads emerge-autoloads
elib-autoloads eieio-autoloads eicq-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 cadence-autoloads c-support-autoloads build-autoloads
bbdb-autoloads bat-mode-autoloads auctex-autoloads atp-mode-autoloads
apel-autoloads ada-autoloads TerIDL-autoloads Sun-autoloads
mule-ucs-autoloads mule-base-autoloads lookup-autoloads
locale-autoloads leim-autoloads latin-unity-autoloads
latin-euro-standards-autoloads bbdb-pilot-autoloads
site-packages-lisp-autoloads mule-autoloads auto-autoloads rsz-minibuf
auto-show fontl-hooks canna-leim tibetan lao devanagari indian
slovenian czech romanian ccl code-cmds gutter-items menubar-items
x-menubar dragdrop mode-motion mouse behavior itimer auto-save
lisp-mode easymenu easy-mmode iso8859-1 page buff-menu lib-complete
loadhist cus-file derived newcomment env text-props frame obsolete
cus-start custom widget cl-extra cl cl-19 packages backquote 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:
-----------------
M-x g n u s RET C-x 1 M-x r - x - SPC RET M-x r e c
u SPC e d SPC RET C-] c r a s BS BS BS BS [ C R A S
H ] SPC C-q SPC RET RET RET C-q RET BS RET C-g C-g
M-x M-p M-p RET
Recent messages (most recent first):
-----------------------------------
Starting new Ispell process...
Fontifying *mail to XEmacs Beta*... done.
Parsing BBDB... (frobnicating...done)
Parsing BBDB... (frobnicating...)
Parsing BBDB... (reading...)
Parsing BBDB...
Auto-save off (in this buffer)
Decrypting .bbdb.gpg... done
Decrypting .bbdb.gpg...
Encryption key for .bbdb.gpg? [RET to ignore]: .......
Encryption key for .bbdb.gpg? [RET to ignore]: ......
Encryption key for .bbdb.gpg? [RET to ignore]: .....
Encryption key for .bbdb.gpg? [RET to ignore]: ....
Encryption key for .bbdb.gpg? [RET to ignore]: ...
Encryption key for .bbdb.gpg? [RET to ignore]: ..
Encryption key for .bbdb.gpg? [RET to ignore]: .
Encryption key for .bbdb.gpg? [RET to ignore]:
Fontifying *mail to XEmacs Beta*...
No preceding item in minibuffer-history
Quit
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta