emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: weird treatment of ' and `


From: Glenn Morris
Subject: Re: weird treatment of ' and `
Date: Sun, 09 Nov 2003 13:57:28 +0000
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Daniel Pfeiffer wrote:

> I wrote:
>
>> These two quotes, even though they are plain Ascii, seem to come
>> from another font.
[...]
> So I fount that default Emacs has the same annoying bug I describe
> above. So, either it was introduced in CVS around the same time I
> upgraded...

I think you are seeing the effects of a change made to
lisp/international/mule-cmds.el on 2003-09-01.

The results just look weird to me, and rather than trying to embrace
change I have found I can recover the old behaviour with the
following in my .emacs:

(aset standard-display-table ?` nil)
(aset standard-display-table ?' nil)

I have no idea if this is the Right Thing to do, but it works for me.





reply via email to

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