Uwe Brauer wrote:
Andreas Roehler wrote:
> with new footnote-init.el
>
> call
>
> my-Footnote-add-footnote
>
> instead of
>
> Footnote-add-footnote
>
> for the moment....
I see I was going to ask you about that function anyhow, thanks for the
clarification. Your new code works much better,
found the error, the reason for the oddity below
(if (featurep 'xemacs)
(delete-region (1- (match-beginning 0)) (match-end 0))
(delete-region (match-beginning 0) (match-end 0)))
If footnote-init.el sent yesterday worked for you, you
didn't employ the patch sent with...
With this patch, we don't need to write the form above, but
(delete-region (match-beginning 0) (match-end 0))
then GNU/XEmacs code is identic again.
Please patch your footnote.el, --its just a "<=" instead
of "<" --, otherwise more bugs will show up.
thanks very much. There
is one restriction:
when using the following file
----------------------------------------------
this is ¹ and then we see²
Footnotes:
¹ true
² which is good
-----------------------------------------------
when turning on footnote-mode the following error message appears
(I don't mind, since I don't use that style but I thought you should
know about it.)
Debugger entered--Lisp error: (invalid-regexp "Unmatched [ or [^")
...
Thanks for report. Thats serious, I have to digg a little bit
deeper. For the moment only numeric mode works. Hope to
have an answer next days.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta