emacs-devel
[Top][All Lists]
Advanced

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

Re: I'm is really I'm


From: Davis Herring
Subject: Re: I'm is really I'm
Date: Wed, 7 Jul 2010 06:55:42 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-5.el5_4.10.lanl3

> Anyone who wants to play Captain Obvious on the code below, go for it.
> It would be nice to give Emacs a standard solution to this common
> problem.
[snip]
>       (aset open-double-quote 0 ?â)
>       (aset open-double-quote 1 128)
>       (aset open-double-quote 2 156)

It looks like you're trying to write the UTF-8 for your character.  Don't
do that; write the actual character (or the hex-escape for it; see
(elisp)General Escape Syntax), since that's what's in the buffer.

Apologies, of course, if I'm misunderstanding.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.



reply via email to

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