unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Implementation of (self-insert-command ) ??
@ 2003-09-15  8:08 Joakim Hove
  2003-09-15  9:49 ` Reiner Steib
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Joakim Hove @ 2003-09-15  8:08 UTC (permalink / raw)



Hello,

I am writing some simple functionality to insert the portabel variety
of Norwegian characters in LaTeX, so that:

Keyboard press     Inserted in buffer
-------------------------------------
æ                  {\ae}
ø                  {\o}
å                  {\aa}
...
-------------------------------------

I have implemented this with something like:

(define-key LaTeX-mode-map keycode 'latex-insert-encoded)

Where the function (latex-insert-encoded) does the actual
insertion. What I wondered was how to pass the keycode invoking
(latex-insert-encoded) to the function (latex-insert-encoded)?



Best Regards

Joakim Hove

-- 
  /--------------------------------------------------------------------\
 / Joakim Hove  / hove@bccs.no  /  (55 5) 84076       |                 \
 | Unifob AS, Avdeling for Beregningsvitenskap (BCCS) | Stabburveien 18 |
 | CMU                                                | 5231 Paradis    |
 \ Thormøhlensgt.55, 5020 Bergen.                     | 55 91 28 18     /
  \--------------------------------------------------------------------/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-17  0:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-15  8:08 Implementation of (self-insert-command ) ?? Joakim Hove
2003-09-15  9:49 ` Reiner Steib
2003-09-15 11:48   ` Implementation of (self-insert-command ) ?? [Solved] Joakim Hove
2003-09-15 15:32 ` Implementation of (self-insert-command ) ?? Stefan Monnier
2003-09-16 14:48   ` Piet van Oostrum
2003-09-16 14:58     ` Stefan Monnier
2003-09-17  0:57 ` Jim Janney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).