- Subject: Re: [Jed-users-l] tildes on latex.sl
- From: Manfred Hanke <Manfred.Hanke@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 22 Dec 2011 07:42:42 +0100
Hi,
> I'm using latex mode for jed and, ie, when I write
> an "á" jed writes instead "<C3><A1>". Does someone
> know how to avoid that?
You can define an individual keybinding for LaTeX-Mode.
Just place the following in your ~/.jedrc:
definekey(` \'a`, "á", "LaTeX-Mode");
I already use similiar definitions for the German umlauts
(and a couple of further special characters):
definekey(` \"a`, "ä", "TeX-Mode");
definekey(` ä`, "ä", "html");
% ...
definekey(` \ss{}`, "ß", "TeX-Mode");
definekey(` ß`, "ß", "html");
-- which is very convenient when you copy plain text from some document
and just paste it into jed in order to get the proper HTML or TeX... :-)
Cheers and a merry Christmas to everyone!
Manfred
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
[2011 date index]
[2011 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]