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

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

Re: Horizontal Tab and Line Feed are non-ASCII according to the ASCII ca


From: Kenichi Handa
Subject: Re: Horizontal Tab and Line Feed are non-ASCII according to the ASCII category
Date: Tue, 13 Feb 2007 11:50:09 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.93 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, "Chris Moore" <address@hidden> writes:

> On 2/13/07, Kenichi Handa <address@hidden> wrote:
> > So, how about treating this matter as
> > a documentation bug, and fix it to:
> >   "ISO646 IRV:1983[4/0] (ASCII graphic characters)"
> > instead of modifying the code?

> That seems like a reasonable solution.  I think it would be good to
> add some further explanation, because it's not clear what 'graphic
> characters' means, such that space is graphic but newline and tab
> aren't.  Maybe explicitly state that it means characters in the range
> 32-126 inclusive.

Ok, I've just installed this change.

Index: characters.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/characters.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- characters.el       21 Jan 2007 02:56:40 -0000      1.60
+++ characters.el       13 Feb 2007 02:46:45 -0000      1.61
@@ -45,7 +45,7 @@
 
 ;; For each character set.
 
-(define-category ?a "ASCII")
+(define-category ?a "ASCII graphic characters 32-126 (ISO646 IRV:1983[4/0])")
 (define-category ?l "Latin")
 (define-category ?t "Thai")
 (define-category ?g "Greek")

---
Kenichi Handa
address@hidden




reply via email to

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