footnote-init: problems and suggestions (was: Local Variables: elementary question)
15 years, 5 months
Uwe Brauer
> Nice to hear. It was sent to emacs-devel that time, later the
> assignment-question came across.
> As its a bug-fix for XEmacs too, maybe it should be taken here.
> Should be installed as a hook and always run first, if
> footnode-mode is switched on.
After a couple of days of testing I found 3 problems and have 2 suggestions.
I will attach my setting below, but I turn on footnode-mode in several
mayor modes, one of them LaTeX mode and so far the only problematic
one.
- when opening a typical latex file with all this headers etc
footnote-mode is not on, although it should according to the hook
setting. Not a big problem I just turn it on
manually.
- (Footnote-init is called by the footnote-mode-hook) so it runs
when turning the mode on, however for some bizarre reason
footnote-init gets the footstyle wrong. Although default is
numeric[1] in latex mode footnote-init selects roman-upper. When
I substitute \documentclass[12pt]{article} by
\documentclass{article} and rerun footnote-init the style changes
to english upper. So how can I set style correctly?
Footnote-cyle-style does not help!
- the undo function seems to confuse footnote. Suppose I want to
insert a footnote but then call undo, the next time I call
footnote-add-footnote the counter has proceed even if I call
footnote-init before and this is odd since I thought this
function would scan the buffer and set the counter accordingly,
but no.
- I find the following useful: insert-footnote, that is [2] will be
changed to [2] this footenote will be inserted something of this
sort.
(defun my-insert-footnote ()
(interactive)
(Footnote-delete-footnote nil)
(yank 3)) or may be better to work with registers.
- the other generalisation would be to insert footnotes with
comment syntax, so something like having a (indent-for-comment)
before inserting a footnote, which would lead to % [2]
Uwe Brauer
Footnotes:
[1] which I prefer!
%%Footnotes:
%% [2] with comments
Here is my setting
(require 'footnote)
;(autoload 'footnote-mode "footnote" "" t)
(defun turn-on-my-footnote-mode ()
(interactive)
(footnote-mode nil))
(add-hook 'mail-mode-hook 'turn-on-my-footnote-mode)
(add-hook 'message-mode-hook 'turn-on-my-footnote-mode)
(add-hook 'matlab-mode-hook 'turn-on-my-footnote-mode)
(add-hook 'LaTeX-mode-hook 'turn-on-my-footnote-mode)
(add-hook 'text-mode-hook 'turn-on-my-footnote-mode)
(add-hook 'emacs-lisp-mode 'turn-on-my-footnote-mode)
(setq footnote-narrow-to-footnotes-when-editing t) ;does not work
(defun my-set-footnote-keys ()
(interactive)
(local-set-key [(control right)] 'Footnote-add-footnote)
(local-set-key [(control c) right] 'Footnote-cycle-style)
(local-set-key [(control c) left] 'footnote-init)
(local-set-key [(control c) f31] 'footnote-delete-footnote)
(local-set-key [(control f30)] 'Footnote-goto-footnote)
(local-set-key [(control left)] 'Footnote-back-to-message))
(add-hook 'footnote-mode-hook 'my-set-footnote-keys)
(add-hook 'footnote-mode-hook 'footnote-init)
(defun my-set-footnote-style ()
(interactive)
(Footnote-set-style 'numeric))
(add-hook 'footnote-mode-hook 'my-set-footnote-style);;[1]
(setq footnote-prefix [(control c) (control n)])
(require 'footnote-init)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Why I attempted to port dired/VC from emacs
15 years, 5 months
Rodney Sparapani
Rodney Sparapani wrote:
> Rodney Sparapani wrote:
>
>> And note that vc-dired-terse-mode is actually being set to nil on
>> line 2458 of vc.el. But, for me, that's too late. Hence the need
>> for my earlier change above.
>>
>> Rodney
I don't understand this. The variable vc-dired-terse-mode is wreaking
havoc again. This variable should be defined in vc-hooks.el I guess.
Technically, this variable should be buffer-local everywhere, but all
we do is set it to nil anyways. Let's set it once and avoid all the
potential void-variable errors. It seems there are similar settings
for other unused/unimplemented variables/features in vc-hooks already.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Issues with 21.5.29
15 years, 5 months
Raymond Toy
Got around to building 21.5.29 from a full tarball. Here's a list of
some of the things that I've noticed after using 21.5.29 for a an hour
doing things I normally do.
o The toolbar in GNUS doesn't seem to disappear anymore. This used to
happen all the time in 21.5.28. Hurray!
o Whenever I press space in the GNUS groups buffer to select a
newgroup, I get the error message:
Wrong type argument: arrayp, #s(char-table type generic data ())
This only happens the first time I press space on the newgroup. If
I press space again, it all works.
o (setq x-pointer-shape "left_ptr") is broken, but I think that's
probably been broken in my .xemacs for ages but I never noticed.
(Gotta read the manual to figure out how to do this again. In an
other part of .xemacs, I was using (set-glyph-image
modeline-pointer-glyph "fleur"), but that doesn't work either.)
o I used to use recycle.xpm as my gc-pointer-shape, but I note that
that doesn't work either. (I think that's also been broken for ages
and I never noticed.)
o As I mentioned in my build-report, build-report doesn't work.
o Configure complains about not recognizing --with-mule, but it seems
to do the necessary things to make a mule build. I can use other
character sets and use different input methods.
o On linux, the resulting Makefile wants to the utilities like hexl,
movemail, yow, etc., into /usr/local/lib/xemacs-21.5.b29, which I
don't have access to. (I guess I need to specify some configure
option for this now? I don't recall having to do this, but it's
been a while since I've done a build.)
Other than these issues, 21.5.29 works just fine for me so far.
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
colors from Perl program output
15 years, 6 months
John E Mickiewicz
HI,
I'm using Xemacs 21.4.15 on a Linux system and trying to view output from
a Perl script that's doing prints using ASCII color codes.
But Xemacs does NOT show the different colors. It shows the ASCII codes
instead.
What setup do I need to add to my .emacs file to have colors displayed per
line?
When running the Perl script, it outputs the colored lines to the screen.
Thanks,
John Mickiewicz
Principal Software Engineer
Raytheon Company
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Announce] SXEmacs 22.1.10 "Excalibur" has been released!
15 years, 6 months
Steve Youngs
Hi Folks!
Earlier today SXEmacs 22.1.10 was released and tarballs were uploaded
to http://downloads.sxemacs.org/
Here are the links:
Gzip
----
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.gz
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.gz.asc
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.gz.md5
Bzip2
-----
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.bz2
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.bz2.asc
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.bz2.md5
LZMA
----
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.lzma
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.lzma.asc
http://downloads.sxemacs.org/releases/sxemacs-22.1.10.tar.lzma.md5
Patch from previous version
---------------------------
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.gz
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.gz.asc
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.gz.md5
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.bz2
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.bz2.asc
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.bz2.md5
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.lzma
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.lzma.asc
http://downloads.sxemacs.org/releases/sxemacs-22.1.9-22.1.10.diff.lzma.md5
The ChangeLog is available at
http://www.sxemacs.org/changes/ChangeLog-22.1.10
The major changes in this release are:
-------------------------------------
* Bugs closed in this release:
41, 65, 74, 75, 79, 80, 81, 82, 83, 84, 85, 87, 89, 90, 91, 92, 93, 94,
95, 96, 97, 99, 100, 101, 102, 104
* Cool New Sexy Stuff -- Zajcev, Ferreira, Freundt, Youngs.
Of course every release must have some cool new stuff. Here's what's
new in this release...
o User defined readers
o It's possible to display video in a glyph object in a buffer.
o SXEmacs is now a fairly decent image viewing/manipulation
app. There's an undo/redo stack, zoom in/out, rotate, chop/crop,
red-eye reduction. There is a whole swag of transformations
supported: charcoal, contrast, despeckle, edge, enhance, equalise,
gausian blur, negate, normalise, oil painting, radial blur, 3D
button effect, sharpen, solarise, and swirl.
Who needs The Gimp when you have SXEmacs!
o Added some MacOS icons.
o Support for sqlite3 via FFI
o New way for SXEmacs to handle different file types. It allows you to
have #'find-file take different actions based on a predicate. See
the new variable `find-file-magic-files-alist'.
o Enable PNG transparent backgrounds
Unfortunately this doesn't work if you use a background pixmap.
o FFI callbacks implemented.
o Dbus support via FFI (not completed) This should be considered very
much incomplete and experimental. Only rudimentary support is there
so far.
* Build chain fixes/improvements -- Burkhardt, Ferreira, Freundt, Youngs.
Quite a few build chain related changes were made in this release,
including...
o Work around a bug in GCC 4.5.0
o Powerpc/BSD cpu detection
o A Freedesktop.org compliant sxemacs.desktop file is now installed.
o Updated FFmpeg detection.
o OpenSSL 1.0.0 detection. OpenSSL is no on by default.
o Fix a link error when building with no MPQ
o Fix a minor bison related issue (YYSTYPE)
o Fix building with latest SoX
o Fix --without-x builds
o Fix many C compiler warnings and elisp byte-compiler warnings.
o Fix install for non-FFI and non-Mule builds
o Fix etags build for systems without getopt_long
o Fix (hopefully) parallel builds
o Fix BDWGC-enabled builds
* Minor updates to BDWGC code -- Freundt.
* Catch up with latest ffmpeg API changes -- Freundt.
* Fix for latest ediff -- Ferreira.
Changes emacs-internal to escape-quoted.
* Fix for subwindow resizing -- Zajcev.
* Various additions/updates to the contrib directory -- Ferreira
* FFI improvements -- Zajcev
* ENT fixes -- Freundt.
* TTY fixes -- Ferreira.
* Cleaner dump file (less pollution from the build/src dir) -- Freundt,
Youngs.
* Improve #'file-basename -- Ferreira
It can now take a 2nd arg for extension stripping.
* Misc doc fixes/updates -- Burkhardt, Ferreira, Freundt, Zajcev,
Youngs.
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| SXEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------------<steve(a)sxemacs.org>---|
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: FcConfigGetRescanInverval typo (again)
15 years, 6 months
Stephen J. Turnbull
Richard Zidlicky writes:
> I have not seen [Xft rendering artifacts] in any other program
> using Xft so I would think that it is something special about
> xemacs. Will look at some other programs doing Xft rendering
> directly.
Very few programs do their own redisplay any more; they delegate to a
redisplay like Gecko or webkit, or simply use trivial text areas. The
(X)Emacs redisplay is perhaps even more complex than Gecko, since it
not only handles redisplay on graphical displays, but also on TTYs.
In fact, if you look carefully at Gecko-based programs, you'll see
that they do the opposite from XEmacs: when clearing the background
for a rectangle, they tend to clip (and not redisplay) surrounding
content.
It's not clear to me that looking at how other programs do it is going
to be all that useful at this point. The problem is the complexity of
the XEmacs redisplay. We can't just replace it with something else,
because it's intertwined with everything in XEmacs. Instead, IMO it
would be best to document, refactor, and simplify the XEmacs
redisplay. Hoping that we don't lose performance....
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
FcConfigGetRescanInverval typo (again)
15 years, 6 months
Richard
Hi,
when compiling on Fedora 10 I hit the typo - it is now fixed in XFT-lib
and it does not provide backward compatibility with the typo:(
libXft-devel-2.1.13-1.fc10.i386
libXft-2.1.13-1.fc10.i386
So I have a simple patch but seems some configure magic is be needed to make
it work with old and new versions alike.
Btw compiling against xft is pretty essential in Fedora, the distribution does
install so few bitmapped fonts by default that finding a configuration that would
display more than the most basic font set with bitmapped fonts is practically
impossible.
Furthermore displaying accented characters had weird issues if xemacs tried to
combine several bitmapped fonts making it completely unusable. Double width was
allocated for some of the chars but somehow the calculation was completely off so
the character was displayed in the wrong place overwriting something else.
Xft otoh works very nicely appart of the known bug that it apparently does not
figure out the vertical spacing of characters completely right (lowest pixels
of very tall chars sometimes stripped).
Richard
--- xemacs-21.5.28/src/font-mgr.c.rz 2009-04-27 17:56:54.000000000 +0200
+++ xemacs-21.5.28/src/font-mgr.c 2009-04-27 17:57:17.000000000 +0200
@@ -909,7 +909,7 @@
(config))
{
CHECK_FCCONFIG (config);
- return make_int (FcConfigGetRescanInverval (XFCCONFIG_PTR (config)));
+ return make_int (FcConfigGetRescanInterval (XFCCONFIG_PTR (config)));
}
/* The misspelling in the fontconfig function name accurately corresponds to
@@ -923,7 +923,7 @@
{
CHECK_FCCONFIG (config);
CHECK_INT (rescan_interval);
- if (FcConfigSetRescanInverval (XFCCONFIG_PTR (config),
+ if (FcConfigSetRescanInterval (XFCCONFIG_PTR (config),
XINT (rescan_interval)) == FcFalse)
signal_error (Qio_error, "FcConfigSetRescanInverval barfed",
intern ("fc-config-set-rescan-interval"));
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
gnuclient problem with XAUTHORITY, ssh connections
15 years, 6 months
Richard
Hi,
gnuclient/gnuserver with X11 connections forwarded over ssh stoped working
for me after upgrading to Fedora 10. More precisely tty sessions still work
but frames on the remote display fail with an authorization problem.
Every other X program works perfectly through the same ssh connection, also
starting xemacs opens an X session of it just fine.
Only gnuclient fails..
After some investigation, this is what happens:
xemacs is started on host "bob" in a gnome session and XOpenDisplay uses
implicitly
DISPLAY=:0.0
and
XAUTHORITY=/var/run/gdm/auth-for-XXXX/database
for the connection.
On host alice I do "ssh nic@bob" with X11 forwarding enabled. Ssh makes
DISPLAY=localhost:10.0 , undefined XAUTHORITY and sets MIT cookie in
.Xauthority (not knowing anything about the XAUTHORITY used by gdm-bob)
gnuclient connects to xemacs@bob with display=localhost:10.0 and in device-x.c
XOpenDisplay is called correctly with this value. Unfortunately - XAUTHORITY
is set to a value different to what it is in the gnuclient, XOpenDisplay does
not get the right cookie and fails with a cryptic error.
So if it is supposed to work gnuclient must pass both the DISPLAY and XAUTHORITY
values (or lack of it) to the server.
Then around the XOpenDisplay call in device-x.c the XAUTHORITY enviroment variable
needs to be manipulated.. what a mess.
As a quick workaround, it is possible to do
cat .Xauthority >> /var/run/gdm/auth-for-XXXX/database
or equivalent using "xauth" before calling gnuclient. However the value of XAUTHORITY
is not known within the ssh session so it is not quite so trivial to script this.
Richard
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b28] savehist-autosave errors if print-readably is globally t
15 years, 6 months
Aidan Kehoe
================================================================
Dear Bug Team!
savehist-save tries to write the value of savehist-coding-system into the
-*- ... -*- section of the first line of ~/.emacs-history. If you happen to
have set print-readably globally to t, this throws an error in the autosave
itimer; not surprisingly, if you look at the file as written:
;; -*- mode: emacs-lisp; coding: #<coding-system utf-8 unicode(utf-8)> -*-
;; Minibuffer history file, automatically generated by `savehist'.
Here’s the appropriate patch:
2009-05-22 Aidan Kehoe <kehoea(a)parhasard.net>
* savehist.el (savehist-save):
Use (format "%s" (coding-system-name savehist-coding-system))
instead of writing the (unreadable) coding system object itself to
the file.
--- savehist.el~ 2007-09-03 14:00:26.000000000 +0100
+++ savehist.el 2009-05-22 21:05:30.000000000 +0100
@@ -288,7 +288,8 @@
(interactive)
(with-temp-buffer
(insert
- (format ";; -*- mode: emacs-lisp; coding: %s -*-\n" savehist-coding-system)
+ (format ";; -*- mode: emacs-lisp; coding: %s -*-\n"
+ (coding-system-name savehist-coding-system))
";; Minibuffer history file, automatically generated by `savehist'.\n\n")
(run-hooks 'savehist-save-hook)
(let ((print-length nil)
Grüße,
Aidan
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: FreeBSD daedalus.asclepian.ie 7.1-STABLE FreeBSD 7.1-STABLE #6: Wed Jan 21 19:23:52 GMT 2009 conall@daedalus.asclepian.ie:/usr/src/obj/usr/src/sys/DAEDALUS amd64
./configure '--enable-mule' '--prefix=/home/aidan' 'CFLAGS=-I/usr/local/include' 'LDFLAGS=-L/usr/local/lib -lintl' '--with-bignum=gmp' '--with-site-prefixes=/usr/local:/usr/X11R6' '--without-error-checking' '--without-assertions' '--with-x' '--with-rel-alloc'
XEmacs 21.5-b28 "fuki" configured for `x86_64-unknown-freebsd7.1'.
Compilation Environment and Installation Defaults:
Source code location: /home/aidan/xemacs-21.5-checked-out
Installation prefix: /home/aidan
Additional prefixes: /usr/local /usr/X11R6
Operating system description file: `s/freebsd.h'
Not using any machine description file
Compiler version: gcc (GCC) 4.2.1 20070719 [FreeBSD]
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -I/usr/local/include
libc version:
Relocating allocator for buffers: yes
GNU version of malloc: yes
Linking with `-z nocombreloc'.
- Consider configuring with --enable-pdump.
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/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 GNU DBM.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "flock" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for more number types using the GNU MP library.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Compiling in support for extra debugging code.
Load-Path Lisp Shadows:
----------------------
(/home/aidan/emacs-lisp/latin-ltx
/home/aidan/lib/xemacs/mule-packages/lisp/leim/latin-ltx
/home/aidan/emacs-lisp/cyrillic-tajik
/home/aidan/lib/xemacs/mule-packages/lisp/leim/cyrillic-tajik
/home/aidan/emacs-lisp/vm-rfaddons
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-rfaddons
/home/aidan/emacs-lisp/vm-pine
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pine
/home/aidan/emacs-lisp/vm-pcrisis
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pcrisis
/home/aidan/emacs-lisp/unique
/home/aidan/share/xemacs/xemacs-packages/lisp/elib/unique
/home/aidan/emacs-lisp/erc-log
/home/aidan/share/xemacs/xemacs-packages/lisp/erc/erc-log
/home/aidan/emacs-lisp/overlay
/home/aidan/share/xemacs/xemacs-packages/lisp/fsf-compat/overlay
/home/aidan/emacs-lisp/pcomplete
/home/aidan/share/xemacs/xemacs-packages/lisp/pcomplete/pcomplete
/home/aidan/share/xemacs/site-packages/lisp/vm/vm
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-window
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-window
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-virtual
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-virtual
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-version
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-version
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-vcard
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-vcard
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-vars
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-vars
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-user
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-user
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-undo
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-undo
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-toolbar
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-toolbar
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-thread
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-thread
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-summary
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-summary
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-summary-faces
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-summary-faces
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-startup
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-startup
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-sort
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-sort
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-serial
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-serial
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-search
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-search
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-save
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-save
/home/aidan/emacs-lisp/vm-rfaddons
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-rfaddons
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-revno
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-revno
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-reply
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-reply
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-ps-print
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-ps-print
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pop
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pop
/home/aidan/emacs-lisp/vm-pine
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pine
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-pgg
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pgg
/home/aidan/emacs-lisp/vm-pcrisis
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-pcrisis
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-page
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-page
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-mouse
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-mouse
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-motion
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-motion
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-misc
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-misc
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-minibuf
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-minibuf
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-mime
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-mime
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-message
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-message
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-message-history
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-message-history
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-menu
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-menu
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-mark
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-mark
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-macro
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-macro
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-license
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-license
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-imap
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-imap
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-grepmail
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-grepmail
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-folder
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-folder
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-edit
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-edit
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-digest
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-digest
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-delete
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-delete
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-crypto
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-crypto
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-biff
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-biff
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-avirtual
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-avirtual
/home/aidan/share/xemacs/site-packages/lisp/vm/vm-autoload
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/vm-autoload
/home/aidan/share/xemacs/site-packages/lisp/vm/tapestry
/home/aidan/share/xemacs/xemacs-packages/lisp/vm/tapestry
/home/aidan/emacs-lisp/time-date
/home/aidan/share/xemacs/xemacs-packages/lisp/xemacs-base/time-date
/home/aidan/emacs-lisp/regexp-opt
/home/aidan/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/china-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/china-util
/home/aidan/emacs-lisp/arabic
/home/aidan/share/xemacs-21.5-b28/lisp/mule/arabic
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/viet-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/viet-util
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/thai-xtis
/home/aidan/share/xemacs-21.5-b28/lisp/mule/thai-xtis
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/korea-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/korea-util
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/japan-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/japan-util
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/greek
/home/aidan/share/xemacs-21.5-b28/lisp/mule/greek
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/ethiopic
/home/aidan/share/xemacs-21.5-b28/lisp/mule/ethiopic
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/ethio-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/ethio-util
/home/aidan/lib/xemacs/mule-packages/lisp/leim/quail/cyrillic
/home/aidan/share/xemacs-21.5-b28/lisp/mule/cyrillic
/home/aidan/lib/xemacs/mule-packages/lisp/mule-base/cyril-util
/home/aidan/share/xemacs-21.5-b28/lisp/mule/cyril-util
/home/aidan/emacs-lisp/descr-text
/home/aidan/share/xemacs-21.5-b28/lisp/descr-text
/home/aidan/emacs-lisp/regexp-opt
/home/aidan/share/xemacs-21.5-b28/lisp/regexp-opt
/home/aidan/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/home/aidan/share/xemacs-21.5-b28/lisp/easy-mmode
/home/aidan/emacs-lisp/cl-macs
/home/aidan/share/xemacs-21.5-b28/lisp/cl-macs
/home/aidan/share/xemacs/xemacs-packages/lisp/build/build-report
/home/aidan/share/xemacs-21.5-b28/lisp/build-report)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : de_DE.UTF-8
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : nil
Lisp locale settings:
current-language-environment => "German (UTF-8)"
default-buffer-file-coding-system => utf-8
default-process-coding-system => (undecided . utf-8)
(current-locale) => "de_DE.UTF-8"
keyboard-coding-system => utf-8
terminal-coding-system => utf-8
(coding-priority-list) =>
(utf-8 iso-8-1 utf-16-little-endian-bom utf-16-bom utf-8-bom iso-7
no-conversion iso-8-2 iso-8-designate iso-lock-shift shift-jis big5
utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to utf-8
'file-name is aliased to utf-8
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(xslt-process ver: 1.12 upstream: 1.2.1)
(xemacs-devel ver: 1.78 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.18 upstream: No-Upstream-Ver)
(vm ver: 8.07 upstream: 8.0.12-devo)
(view-process ver: 1.13 upstream: 2.4)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(tpu ver: 1.14 upstream: 4.2X)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.29 upstream: 1.0pre4)
(sml-mode ver: 0.12 upstream: 3.9.5)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(scheme ver: 1.17 upstream: No-Upstream-Ver)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(reftex ver: 1.34 upstream: 4.21)
(python-modes ver: 1.1 upstream: 426)
(prog-modes ver: 2.16 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pcomplete ver: 1.05 upstream: 1.1.6)
(pcl-cvs ver: 1.68 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.41 upstream: No-Upstream-Ver)
(oo-browser ver: 1.05 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.56 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.2 upstream: No-Upstream-Ver)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.16 upstream: 2.111)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.05 upstream: No-Upstream-Ver)
(games ver: 1.18 upstream: 1.04)
(fsf-compat ver: 1.17 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(ess ver: 1.12 upstream: 5.2.3)
(erc ver: 0.22 upstream: Version 5.1.2 Revision: 1.796.2.6)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.13 upstream: 1.0)
(eieio ver: 1.06 upstream: 1.0pre4)
(efs ver: 1.34 upstream: 1.24)
(edt ver: 1.14 upstream: No-Upstream-Ver)
(edit-utils ver: 2.4 upstream: No-Upstream-Ver)
(ediff ver: 1.75 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.21 upstream: 2.0)
(dired ver: 1.19 upstream: 7.16)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.37 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.32 upstream: 2.35)
(auctex ver: 1.49 upstream: 11.55)
(apel ver: 1.33 upstream: 10.6)
(skk ver: 1.24 upstream: 10.62a)
(mule-base ver: 1.53 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.28 upstream: No-Upstream-Ver)
(leim ver: 1.27 upstream: No-Upstream-Ver)
(latin-unity ver: 1.2 upstream: 1.20)
(latin-euro-standards ver: 1.08 upstream: 1.08)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(xemacsbug shadow debug disp-table enriched flyspell ispell cc-mode cc-fonts
cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs find-func
descr-text hyper-apropos atomic-extents view-less view man passwd vm-sort
pgg-gpg ipa quail timer-funcs vm-avirtual bbdb-com bbdb time-date regexp-opt
vm-virtual vm-delete vm-save tapestry mail-utils mspools mail-abbrevs
non-standard-1252 vm-pine cookie1 vm-pgg pgg password pgg-parse pgg-def
vm-rfaddons overlay vm-reply vm-autoload sendmail vm-menu vm-window
vm-toolbar vm-folder vm-mime vm-undo vm-summary vm-mouse vm-page vm-motion
vm-minibuf vm-message vm-misc vm-macro vm-vars highlight-headers vm
vm-version efs-cu erc-track erc-ring erc-netsplit erc-match erc-button
erc-fill erc-stamp wid-edit erc-autojoin unique erc-truncate erc-log
erc-goodies erc erc-backend erc-menu erc-compat format-spec thingatpt pp
latin-unity-tables latin-euro-standards latin-euro-latin10 latin-euro-latin9
latin-euro-latin8 latin-euro-latin7 latin-unity-vars latin-unity crypt
crypt++ crypt+pgp-pub scroll-in-place redo desktop savehist
after-save-commands mail-extr timezone tex-site mailcrypt rfc822 comint ring
mmm advice advice-preload lazy-shot font-lock time cus-face gnuserv
xslt-process-autoloads xemacs-devel-autoloads xemacs-base-autoloads
vm-autoloads view-process-autoloads vc-cc-autoloads vc-autoloads
tpu-autoloads time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads strokes-autoloads speedbar-autoloads sml-mode-autoloads
sieve-autoloads sh-script-autoloads sgml-autoloads scheme-autoloads
rmail-autoloads reftex-autoloads python-modes-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
mailcrypt-autoloads mail-lib-autoloads ispell-autoloads ilisp-autoloads
igrep-autoloads ibuffer-autoloads gnats-autoloads general-docs-autoloads
games-autoloads fsf-compat-autoloads frame-icon-autoloads forms-autoloads
footnote-autoloads eterm-autoloads ess-autoloads erc-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads edt-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads ecrypto-autoloads
dired-autoloads dictionary-autoloads debug-autoloads cookie-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads c-support-autoloads
build-autoloads bbdb-autoloads auctex-autoloads apel-autoloads skk-autoloads
mule-base-autoloads lookup-autoloads locale-autoloads leim-autoloads
latin-unity-autoloads latin-euro-standards-autoloads egg-its-autoloads
edict-autoloads modules-autoloads mule-autoloads auto-autoloads auto-show
fontl-hooks canna-leim tibetan slovenian czech romanian lao devanagari
indian cyrillic code-cmds gutter-items menubar-items x-menubar mode-motion
mouse behavior itimer auto-save lisp-mode easymenu easy-mmode iso8859-1 page
buff-menu lib-complete loadhist cus-file derived newcomment rsz-minibuf env
text-props frame obsolete cus-start custom widget cl-extra cl cl-19 packages
backquote unicode 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 bigfloat ratio bignum
number-types modules menu-accelerator-support menubar berkeley-db dbm md5
xemacs xim mule gutter tiff png gif jpeg xface xpm xbm lisp-float-type
file-coding berkeley-unix dialog devices window-system base64)
Recent keystrokes:
-----------------
TAB C-g C-x C-f C-g C-x o C-p C-@ C-n C-n C-n ESC w
ESC x r e p o r t - x e m a c s - b u g RET s a v e
h i s t SPC f a i l s SPC i f SPC p r e i BS BS i n
t - r e a d a b l y C-x o C-x b * s c TAB RET C-x o
C-x o ESC p ESC n ESC n s a v e h C-g ESC x ESC p
RET
Recent messages (most recent first):
-----------------------------------
Quit
No following item in minibuffer-history; no default available
Loading xemacsbug...done
Loading xemacsbug...
8:57pm 0.06
Quit
8:57pm 0.08
Quit
Making completion list...
Making completion list...
Making completion list...
Making completion list...
8:56pm 0.07
Quit
8:56pm 0.10
8:55pm 0.14
Quit
Entering debugger...
Printing unreadable object: printing unreadable object #<coding-system 0x3f6b2>
Continuing.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta