>>>> "Andreas" == Andreas Roehler
<andreas.roehler(a)online.de> writes:
... Thats probably an error in your key-setting the last a needs a
(a) IMO, also I see bracket and closing parantese in wrong order.
Do you mean like that?
(local-set-key [(control c)(control d) (a)] 'Footnote-add-footnote)
My full setting is this one:
(defun my-set-footnote-keys ()
(interactive)
(local-set-key [(control right)] 'my-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)
(local-set-key [(control c)(control d) (a)] 'Footnote-add-footnote)
(local-set-key [(control c)(control d) (b)] 'Footnote-back-to-message)
(local-set-key [(control c)(control d) (c)] 'Footnote-cycle-style)
(local-set-key [(control c)(control d) (d)] 'Footnote-delete-footnote)
(local-set-key [(control c)(control d) (g)] 'Footnote-goto-footnote)
(local-set-key [(control c)(control d) (r)] 'Footnote-renumber-footnotes)
(local-set-key [(control c)(control d) (s)] 'Footnote-set-style))
I thought this is the only way of writing GNU and xemacs compatible
keyboard bindings.
So where is the mistake?
BTW, if you have several items, I suggest mails with different
subject lines. It helps trakking.
Ok
So lets look for to the other ones... :)
Andreas
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta