* is show-trailing-whitespace internationalized?
@ 2003-05-12 23:21 Dan Jacobson
2003-05-13 11:47 ` Kenichi Handa
0 siblings, 1 reply; 4+ messages in thread
From: Dan Jacobson @ 2003-05-12 23:21 UTC (permalink / raw)
show-trailing-whitespace has revolutionized my entire life, but
is show-trailing-whitespace internationalized? Probably not, otherwise
char (0450241, 151713, 0x250a1) charset: chinese-big5-1
would show up.
--
http://jidanni.org/ Taiwan(04)25854780
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: is show-trailing-whitespace internationalized?
2003-05-12 23:21 is show-trailing-whitespace internationalized? Dan Jacobson
@ 2003-05-13 11:47 ` Kenichi Handa
2003-05-14 21:04 ` Richard Stallman
0 siblings, 1 reply; 4+ messages in thread
From: Kenichi Handa @ 2003-05-13 11:47 UTC (permalink / raw)
Cc: bug-gnu-emacs
In article <8765ofwy2s.fsf@jidanni.org>, Dan Jacobson <jidanni@dman.ddts.net> writes:
> show-trailing-whitespace has revolutionized my entire life, but
> is show-trailing-whitespace internationalized?
No. It seems that currently only SPC and TAB are regarded
as trailing whitespace.
> Probably not, otherwise
> char (0450241, 151713, 0x250a1) charset: chinese-big5-1
> would show up.
For that, we need a new char-table, say
white-space-characters, and make xdisp.c to lookup this
table for each character. I'll put that in my todo list
unless someone else implement it.
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: is show-trailing-whitespace internationalized?
2003-05-13 11:47 ` Kenichi Handa
@ 2003-05-14 21:04 ` Richard Stallman
2003-05-14 23:49 ` Kenichi Handa
0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2003-05-14 21:04 UTC (permalink / raw)
Cc: emacs-devel
For that, we need a new char-table, say
white-space-characters, and make xdisp.c to lookup this
table for each character.
Couldn't it use a category for this?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: is show-trailing-whitespace internationalized?
2003-05-14 21:04 ` Richard Stallman
@ 2003-05-14 23:49 ` Kenichi Handa
0 siblings, 0 replies; 4+ messages in thread
From: Kenichi Handa @ 2003-05-14 23:49 UTC (permalink / raw)
Cc: emacs-devel
In article <E19G3QD-0002Th-00@fencepost.gnu.org>, Richard Stallman <rms@gnu.org> writes:
> For that, we need a new char-table, say
> white-space-characters, and make xdisp.c to lookup this
> table for each character.
> Couldn't it use a category for this?
Ah! Yes, you are right.
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-05-14 23:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-12 23:21 is show-trailing-whitespace internationalized? Dan Jacobson
2003-05-13 11:47 ` Kenichi Handa
2003-05-14 21:04 ` Richard Stallman
2003-05-14 23:49 ` Kenichi Handa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.