Fortan.el
15 years, 5 months
Tom Browder
When in fortran mode, I can't get paragraph fill to keep the '!'
(exclamation point) character at the beginning of each wrapped line.
Is there any way to fix that in my init.el file?
Thanks.
-Tom
Tom Browder
Niceville, Florida
USA
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Volunteer needed: Windows installer for 21.5.29
15 years, 5 months
Vin Shelton
I will be happy to continue to build 21.5 windows setup kits. I'll make and
upload a 21.5.29 kit this weekend.
- Vin
On Jun 12, 2009 12:38 AM, "Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
We've received a couple of requests for Windows installers (Innosetup
or MSI would do, there are probably others that would be acceptable).
I'm not in a position to tool up for it myself, so I'm looking for a
volunteer. Of course we'd like to have somebody who would do it for
future releases, too, but a one-off contribution of the time and
expertise would certainly be welcomed.
If you think you might be able to do it in the future, let me say that
I'm hoping to go to a fixed schedule for betas. At current pace of
development every two months, hopefully monthly with a faster pace of
patches in the future. Again, we would like all releases to have an
installer built, but that would be up to the volunteer. Also, there's
no reason it needs to be a single person, it could be a team in
rotation.
Thanks for your support!
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Fortan.el
15 years, 5 months
Tom Browder
On Thu, Jun 11, 2009 at 11:17, Stephen J. Turnbull<stephen(a)xemacs.org> wrote:
> Tom Browder writes:
> > On a more general note:
...
> > changing to suit me, will having my own copy in my .xemacs directory
...
> IIRC, for them to get picked up automatically your .xemacs has to look
> like a package root, ie, contain one or more of "xemacs-packages",
> "mule-packages", and "site-packages". And the actual Lisp code needs
> to live in (eg) ~/.xemacs/xemacs-packages/lisp/prog-modes/fortran.el.
Okay. One more question:
In my current XEmacs package (installed through ubuntu deb), fortran.el is here:
/path/xemacs-packages/lisp/fortran-modes/fortran.el
(note parent directory "fortran-modes" instead of "prog-modes").
Does the parent directory name make a difference? Or is it just
important not to duplicate the "<file>.el[c]" name under a particular
"xemacs-packages" directory?
And I assume an ".elc" file is chosen over the accompanying ".el" file.
Thanks.
-Tom
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Fortan.el
15 years, 5 months
Tom Browder
On a more general note:
If I find that packages such as fortran.el, compile.el, etc., need
changing to suit me, will having my own copy in my .xemacs directory
make XEmacs use them instead of the package in the normal one with
XEmacs?
Or do I have to do something special in my init.el file?
Thanks so much.
-Tom
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Fortan.el
15 years, 5 months
Tom Browder
On Thu, Jun 11, 2009 at 10:17, Stephen J. Turnbull<stephen(a)xemacs.org> wrote:
> Tom Browder writes:
> > When in fortran mode, I can't get paragraph fill to keep the '!'
> > (exclamation point) character at the beginning of each wrapped line.
...
> Try filladapt mode, and set filladapt-token-table appropriately
> (sorry, I haven't played with this for years and don't have time to
> dig in at the moment, HTH).
Thanks, Steve, I'll look into that.
-Tom
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
problems with fi-add-Footnote
15 years, 5 months
Uwe Brauer
Hello
First I should say the footnote-init works great on most files, however
it runs into problems when the files in which I want to add footnotes
contain structures like
[t,y]=ode45(f,[0:(T/600):T],[0.994;0;0;-2.00158510637908252240537862224])
or similar,
Below you find 3 files, with the following structure
-------------
Contains a copy of the original file
---------
Contains the result after a applied fi-add-Footnote-add-footnote
(using different styles: numeric, english-upper, english-lower)
---------------------
Contains the bugtrace if there is any
I always used xemacs -vanilla in order to exclude interference from
other programs.
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: script does not work
15 years, 5 months
Andreas Röhler
Uwe Brauer wrote:
> Hi
>> Here again a script which loads all that stuff.
>>
>> ----------------------
>>
>> #!/bin/bash
>> set "" "sh-beg-end.el" "beg-end.el" "comment-lor.el"
>> "GNU-Emacs-footnote.diff" "XEmacs-footnote.diff"
>> "thing-at-point-utils.el" "thingatpt-utils-test.el" "footnote-init.el"
>> "thingatpt-before-after.el" "misc-utils.el" "thingatpt-utils-base.el"
>>
>> for i in $*; do
>> # echo "\$i: $i"
>> echo "Lade \$i: $i"
>> wget -np -nc --no-check-certificate
>> http://code.launchpad.net/~a-roehler/s-x-emacs-werkstatt/$i
>>
>> done
>> ----------------------
>>
>
> with or without the nc option is only downloads the html (xml) files not
> the .el files!
>
> Uwe
>
thats a big surprise, as the files to load are specified with that list.
Did you really use that script?
I suppose, you did use a script with the -r option activated, not that one.
Andreas
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
footnote-init: the role of the different functions.
15 years, 5 months
Uwe Brauer
Hello
I just want to make sure:
in the footnote-init pkg: the function
- Footnote-add-footnote, is the original one, which is not
able to deal with permanent footnotes in a file
- fi-Footnote-add-footnote which does the same as
Footnote-add-footnote but can deal with permanent
footnotes in files.
- fi-Footnote-add-commented-footnote does the same as
fi-Footnote-add-footnote but for footnotes with comments?
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b29] Ediff and emacs-interal coding system
15 years, 5 months
Raymond Toy
================================================================
Dear Bug Team!
Not sure what the real cause of the problem is, but I get an errors
like the following when trying to ediff two buffers
Invalid state: Bogus value for `coding-system-for-read', emacs-internal
Computing differences between ediff1aDQ2b and ediff1aDdAi ...
Invalid state: Bogus value for `coding-system-for-read', emacs-internal
Is emacs-internal a valid coding system? (Ediff sets
ediff-coding-system-for-write to emacs-internal.)
But with xemacs -vanilla, I don't have this problem. I'm pretty sure
I don't have any personal hacks, but I'll need to grovel over decades
of customizations to see if I do. ;_9
Changing ediff-coding-system-for-read to utf-8 allows this to work.
Ray
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: SunOS usrtc3082 5.10 Generic_120011-14 sun4u sparc SUNW,A70
../configure '--with-compiler=/usr/sfw/bin/gcc' '--with-mule' '--with-xim=motif' '--verbose' '--with-ldap=yes' '--enable-modules=no' '--with-pop' '--enable-sound=noesd' '--prefix=/apps/public/XEmacs/21.5' '--bindir=/apps/public/XEmacs/21.5/bin/solaris2.10' '--enable-dialogs=athena' '--enable-widgets=athena' '--with-site-includes=/apps/public/solaris2.10/usr/openwin/include' '--with-site-libraries=/apps/public/solaris2.10/usr/openwin/lib' '--with-xft=emacs,tabs,menubars' '--with-cflags=--no-thread-jumps --no-crossjumping'
XEmacs 21.5-b29 "garbanzo" configured for `sparc-sun-solaris2.10'.
Compilation Environment and Installation Defaults:
Source code location: /apps/public/XEmacs/src/xemacs-21.5.29
Installation prefix: /apps/public/XEmacs/21.5
Additional header files: /apps/public/solaris2.10/usr/openwin/include
Additional libraries: /apps/public/solaris2.10/usr/openwin/lib
Runtime library search path: /usr/ccs/lib:/apps/public/solaris2.10/usr/openwin/lib:/usr/openwin/lib:/usr/sfw/lib:/usr/openwin/sfw/lib:/usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/../../..
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler version: gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
- GCC specs file: /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
- Compiler command: /usr/sfw/bin/gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g --no-thread-jumps --no-crossjumping
libc version: SUNWcsl 11.10.0,REV=2005.01.21.15.53
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/openwin/lib
- Handling WM_COMMAND properly.
- Using fontconfig to manage fonts.
- Compiling in support for Xft antialiased fonts (EXPERIMENTAL).
Compiling in support for Motif.
*WARNING* Many versions of Motif are buggy, requiring workarounds.
You are likely to experience slow redisplay.
You may need to install vendor patches to Motif.
See PROBLEMS for more information.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
- Using Xft to render antialiased fonts in menubars.
WARNING: This feature will be replaced with a face.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in tab controls.
WARNING: This feature will be replaced with a face.
TTY:
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for NAS (network audio system).
Databases:
Compiling in support for DBM.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/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 Motif to provide XIM support.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
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.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
(/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-xref-browser
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-xref-browser
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-typeout-frame
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-typeout-frame
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-tramp
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-tramp
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-scratch
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-scratch
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-scheme
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-scheme
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-references
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-references
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-presentations
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-presentations
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-presentation-streams
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-presentation-streams
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-parse
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-parse
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-package-fu
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-package-fu
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-motd
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-motd
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-mdot-fu
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-mdot-fu
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-indentation
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-indentation
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-highlight-edits
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-highlight-edits
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fuzzy
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fuzzy
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fontifying-fu
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fontifying-fu
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fancy
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fancy
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fancy-inspector
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-fancy-inspector
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-enclosing-context
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-enclosing-context
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-editing-commands
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-editing-commands
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-clipboard
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-clipboard
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-c-p-c
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-c-p-c
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-banner
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-banner
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-autodoc
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-autodoc
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-asdf
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/slime-asdf
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/inferior-slime
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/inferior-slime
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/bridge
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/bridge
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/maxima
/home/unix/eusrtoy/.xemacs/site-packages/lisp/emaxima/maxima
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/maxima-font-lock
/home/unix/eusrtoy/.xemacs/site-packages/lisp/emaxima/maxima-font-lock
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/emaxima
/home/unix/eusrtoy/.xemacs/site-packages/lisp/emaxima/emaxima
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/sshell
/apps/public/XEmacs/21.5/share/xemacs/site-packages/lisp/sshell
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/smart-complete
/apps/public/XEmacs/21.5/share/xemacs/site-packages/lisp/smart-complete
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/dbl
/apps/public/XEmacs/21.5/share/xemacs/site-packages/lisp/dbl
/apps/public/solaris2.8/maxima-cvs/share/maxima/5.9.1/emacs/bookmode
/apps/public/XEmacs/21.5/share/xemacs/site-packages/lisp/bookmode
/apps/public/XEmacs/21.5/share/xemacs/site-packages/lisp/tex-site
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/auctex/tex-site
/home/unix/eusrtoy/.xemacs/site-packages/lisp/slime/contrib/bridge
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/ilisp/bridge
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/pcl-cvs
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/pcl-cvs
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/pcl-cvs-util
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/pcl-cvs-util
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/pcl-cvs-parse
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/pcl-cvs-parse
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/pcl-cvs-info
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/pcl-cvs-info
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/pcl-cvs-defs
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/pcl-cvs-defs
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/cvs-status
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/cvs-status
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/cvs-log
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/cvs-log
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/cvs-edit
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/cvs-edit
/home/unix/eusrtoy/.xemacs/site-packages/lisp/pcl-cvs/cvs-compat
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/pcl-cvs/cvs-compat
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/cedet-common/working
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/semantic/working
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/cedet-common/sformat
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/semantic/sformat
/apps/public/XEmacs/21.5/share/xemacs/mule-packages/lisp/mule-base/viet-util
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/mule/viet-util
/apps/public/XEmacs/21.5/share/xemacs/mule-packages/lisp/mule-base/korea-util
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/mule/korea-util
/apps/public/XEmacs/21.5/share/xemacs/mule-packages/lisp/mule-base/japan-util
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/mule/japan-util
/apps/public/XEmacs/21.5/share/xemacs/mule-packages/lisp/mule-base/ethio-util
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/mule/ethio-util
/apps/public/XEmacs/21.5/share/xemacs/mule-packages/lisp/mule-base/china-util
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/mule/china-util
/apps/public/XEmacs/21.5/share/xemacs/mule-packages/lisp/mule-ucs/unicode
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/unicode
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/regexp-opt
/home/unix/eusrtoy/.xemacs/site-packages/lisp/etags
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/etags
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/easy-mmode
/apps/public/XEmacs/21.5/share/xemacs/xemacs-packages/lisp/build/build-report
/apps/public/XEmacs/21.5/share/xemacs-21.5-b29/lisp/build-report)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : nil
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : C
Lisp locale settings:
current-language-environment => "English"
default-buffer-file-coding-system => iso-8859-1
default-process-coding-system => (undecided . iso-8859-1)
(current-locale) => "C"
keyboard-coding-system => iso-8859-1
terminal-coding-system => iso-8859-1
(coding-priority-list) =>
(iso-8-1 utf-16-little-endian-bom utf-16-bom utf-8-bom iso-7
no-conversion utf-8 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 iso-8859-1
'file-name is aliased to iso-8859-1
'mswindows-multibyte-system-default is not a coding system alias
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.02 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.79 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.19 upstream: No-Upstream-Ver)
(x-symbol ver: 1.11 upstream: 4.5.1)
(w3 ver: 1.35 upstream: 4.0pre47)
(vm ver: 8.07 upstream: 8.0.12-devo)
(viper ver: 1.65 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(tramp ver: 1.4 upstream: 2.0.56)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(tm ver: 1.39 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.96 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.29 upstream: 1.0pre4)
(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.16 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.21 upstream: 2.0pre4)
(scheme ver: 1.17 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.23 upstream: 3.1.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.13 upstream: 5.0.0)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.45 upstream: 1.3.2)
(ps-print ver: 1.12 upstream: 6.5.6)
(prog-modes ver: 2.19 upstream: No-Upstream-Ver)
(pgg ver: 1.07 upstream: 0.1)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pcomplete ver: 1.05 upstream: 1.1.6)
(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.03 upstream: 0.4.8)
(misc-games ver: 1.22 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.31 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(liece ver: 1.15 upstream: 1.4.9)
(jde ver: 1.52 upstream: 2.3.5.1)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.16 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.17 upstream: 5.0)
(hm--html-menus ver: 1.24 upstream: 5.9)
(haskell-mode ver: 1.11 upstream: 2.1)
(guided-tour ver: 0.52 upstream: No-Upstream-Ver)
(gnus ver: 1.93 upstream: 5.10.8)
(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)
(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.4 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(ess ver: 1.16 upstream: 5.2.7)
(eshell ver: 1.17 upstream: 0fc80a3f6bb3bb59f42e9ff83cc8b89bf90fe658)
(escreen ver: 1.01 upstream: 1.16)
(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.77 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ede ver: 1.01 upstream: 1.0pre4)
(ecrypto ver: 0.21 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(easypg ver: 1.02 upstream: 0.0.16)
(docbookide ver: 0.08 upstream: 0.1)
(dired ver: 1.19 upstream: 7.16)
(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)
(cogre ver: 1.02 upstream: 0.5)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cedet-common ver: 1.01 upstream: 1.0pre4)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.38 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.51 upstream: 11.84)
(apel ver: 1.33 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(skk ver: 1.24 upstream: 10.62a)
(mule-ucs ver: 1.17 upstream: 0.84)
(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.28 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)
(toolbar-fancy ver: 0.07000000000000001 upstream: regular)
(pcl-cvs ver: 1.66 upstream: R-2_9_9)
Features:
--------
(xemacsbug shadow hyper-apropos compile sh-script ksh-mode vc-rcs
mwheel gnus-fun supercite regi smtpmail bbdb-gui flow-fill sort
gnus-cite smiley annotations gnus-async gnus-bcklg gnus-ml disp-table
parse-time utf7 passwd nnimap imap nndraft nnmh efs-cu footnote nnml
bbdb-gnus bbdb-snarf mail-extr encrypt gnus-agent gnus-srvr gnus-score
score-mode nnvirtual nntp gnus-cache spam spam-stat bbdb-com bbdb
timezone hashcash gnus-uu gnus-msg gnus-art regexp-opt mm-uu mml2015
pgg password pgg-parse pgg-def mm-view gnus-sum nnoo gnus-group
gnus-undo nnmail mail-source format-spec gnus-start gnus-spec gnus-int
gnus-range 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 mailheader canlock sha1 hex-util gnus-win gnus
gnus-ems gnus-xmas messagexmas nnheader nnheaderxm gnus-util netrc
time-date mail-utils mm-util mail-prsvr guided-tour lazy-shot paren
blink-paren gnuserv cfg-mode mailcrypt rfc822 crypt crypt++
crypt+pgp-pub ibuffer dmacro my-sounds func-menu whitespace
slime-presentation-streams slime-fancy slime-fontifying-fu
slime-package-fu slime-mdot-fu slime-references slime-xref-browser
tree-widget wid-edit slime-scratch slime-presentations
slime-highlight-edits slime-fuzzy slime-fancy-inspector slime-c-p-c
slime-editing-commands slime-autodoc slime-enclosing-context
slime-parse slime-typeout-frame slime byte-optimize bytecomp
byte-compile apropos edmacro timer-funcs overlay font-lock hideshow pp
timer hyperspec thingatpt browse-url clearcase tq reporter executable
cus-face dired-faces dired-xemacs dired comint ring vc-hooks vc-xemacs
scroll-in-place filladapt rlt-list-buffers advice advice-preload
uniquify site-start emacs-vers 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 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
guided-tour-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 escreen-autoloads erc-autoloads emerge-autoloads
elib-autoloads eieio-autoloads efs-autoloads edt-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads ede-autoloads
ecrypto-autoloads ecb-autoloads easypg-autoloads docbookide-autoloads
dired-autoloads dictionary-autoloads debug-autoloads crisp-autoloads
cookie-autoloads cogre-autoloads clearcase-autoloads
cedet-common-autoloads cc-mode-autoloads calendar-autoloads
calc-autoloads c-support-autoloads build-autoloads bbdb-autoloads
tex-site 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
toolbar-fancy-autoloads pcl-cvs-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
fontconfig frame obsolete cus-start custom widget cl-extra cl cl-19
packages backquote postgresqlv7 postgresql eldap unicode font-mgr
lucid-scrollbars cut-buffer xft-fonts lucid-menubars athena-dialogs x
c-balloon-help tty-frames tty toolbar nas-sound scrollbar
unix-processes multicast network-streams subprocesses
menu-accelerator-support menubar dbm md5 xemacs xim mule gutter tiff
png gif jpeg xpm xbm lisp-float-type file-coding usg-unix-v dialog
devices window-system base64)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
footnote-init: the numeration of new footnotes
15 years, 5 months
Uwe Brauer
Hello
As far as I can see the numbering of footnotes goes like this.
Here is my last footnote. [1]
This will be the first one [2]
this will be the second one [3]
Footnotes:
[1] also this was my last footnote it appears as my first.
[2] first footnote
[3] second footnote
Could this behavior be changed to:
--------------------------------------
Here is my last footnote. [3]
This will be the first one [1]
this will be the second one [2]
Footnotes:
[1] first footnote
[2] second footnote
[3] also this was my last footnote it appears now as last
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta