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

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

Re: encoding


From: Pascal J. Bourguignon
Subject: Re: encoding
Date: Sun, 13 Mar 2011 02:07:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

rinefez <mmj529@gmail.com> writes:

> My Emacs 23.2.1 in inferior-lisp entering (from italian keyboard)
>
> #\à
>
> returns
>
> #\LATIN_CAPITAL_LETTER_A_WITH_TILDE
>
> which is wrong cause i entered latin small a with grave accent. In
> fact entering
>
> (char-code #\à)
>
> returns 195 (the code point of Ã) instead of 224 (the code point of
> à).
>
> Anybody has a clue to how to solve this?

Set the same encoding system for emacs, slime and the inferior lisp.

http://common-lisp.net/project/slime/doc/html/Emacs_002dside-customization.htm

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


reply via email to

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