...
> variables. However in code files such as lisp or say
Matlab,
> inserting footnotes plainly for this purpose is not a very good
> idea that is why I suggest to include the comment syntax if
> needed.
>
> Uwe
When realised via syntax, a lot of bugs may come from IMHO.
With modes where comment-end is a string, you may write something like
(insert " ")
(backward-char)
(comment-region (point) (1+ point))
Footnote-add
Then all footnotes will be ignored as inside a comment.
Where comment-end is newline, you may decide to place that
construct at the end-of-line or on a separate line.
Andreas
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta