Uwe Brauer wrote:
The following message is a courtesy copy of an article
that has been posted to gmane.emacs.xemacs.beta as well.
Are you sure addressing the gmane-archiv rather then xemacs-beta(a)xemacs.org?
Hello
I just want to make sure:
in the footnote-init pkg:
there is no such pkg for the moment AFAIK,
not to confuse XEmacs people...
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.
Yes, all it does is calling footnote-init before and after
Footnote-add-footnote, thus updating the marker-lists
- fi-Footnote-add-commented-footnote does the same as
fi-Footnote-add-footnote but for footnotes with comments?
Precisely. It inserts footnotes, putting them into comments.
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
----------------------
BTW had difficulties with wget and https, help appreciated dealing with the certificate.
Andreas
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta