emacs-devel
[Top][All Lists]
Advanced

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

Re: \225 and so on


From: Kenichi Handa
Subject: Re: \225 and so on
Date: Wed, 9 Apr 2003 20:05:13 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Alex Schroeder <address@hidden> writes:
> In my .emacs, I use the following code.  Does that mean we should add
> \227 also?

> (standard-display-ascii ?\221 "`")
> (standard-display-ascii ?\222 "'")
> (standard-display-ascii ?\223 "\"")
> (standard-display-ascii ?\224 "\"")
> (standard-display-ascii ?\226 "--")
> (standard-display-ascii ?\227 "--")

It's up to you.  If you register the more bytes in
latin-extra-code-table, the more cases Emacs detects files
as latin-1, not as binary data.  In general, only those
bytes that frequently appear in wrongly labeled latin-1
files should be registered.

---
Ken'ichi HANDA
address@hidden





reply via email to

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