jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] tildes on latex.sl


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(` &auml;`, "ä", "html");
   % ...
   definekey(` \ss{}`,   "ß", "TeX-Mode");
   definekey(` &szlig;`, "ß", "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]