help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [solved] Non-ASCII characters Key binding (emacs 21.4)


From: Stefan Monnier
Subject: Re: [solved] Non-ASCII characters Key binding (emacs 21.4)
Date: Mon, 24 Oct 2005 19:52:38 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> (setq html-char-symbols '("é" "è" "ê"
>                            "à" "â"  "î"
>                            "&ocirc" "ù" "û"
>                            "&ccedil"))

For what it's worth I never use those.  Instead I use latin-1 (or utf-8) and
specify the coding-system.

> (setq tex-char-symbols '("\\'e" "\\`e" "\\^e"
>                           "\\`a" "\\^a" "\\^i"
>                           "\\^o" "\\`u" "\\^u"
>                           "\\,c"))

Same thing here.  A good \usepackage[latin1]{inputenc} gives you real
accents rather than the above abomination (which not only looks ugly but
doesn't work quite right in many contexts, such as verbatim).


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]