[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: modify-syntax-entry and UTF8?
From: |
James Cloos |
Subject: |
Re: modify-syntax-entry and UTF8? |
Date: |
Fri, 25 May 2007 18:06:08 -0400 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) |
>>>>> "Geoffrey" == Geoffrey Alan Washburn <address@hidden> writes:
Geoffrey> I am pretty sure I have been building from the emacs-unicode-2
Geoffrey> branch.
That pretty much invalidates much/most of what I earlier wrote in this
thread. Sorry for any mis-direction.
I was just trying this out, and was seeing cases where only one of the
angle brackets (for both the U+27E8/U+27E9 and U+2329/U+232A pairs).
After some trial and error, I narrowed it down to instances where there
were only whitespace between the open and close angle brackets when the
buffer was in Lisp Interaction mode (ie the *scratch* buffer).
Either Lisp Interaction has some syntax rules which intentionally limit
highlighting when only whitespace separates the delimiters or something
is triggering a display bug in that situation.
The partial highlighting in Lisp Interaction mode when only whitespace
separates the delimiters does not happen with parentheses or brackets;
and no highlighting occurs with braces.
I have:
(set-terminal-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
in my ~/.emacs and run with LANG=en_US.UTF-8 LC_COLLATE=C LC_TIME=C.
-JimC
--
James Cloos <address@hidden> OpenPGP: 1024D/ED7DAEA6
- Re: modify-syntax-entry and UTF8?, (continued)
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/22
- Re: modify-syntax-entry and UTF8?, James Cloos, 2007/05/22
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/23
- Re: modify-syntax-entry and UTF8?, Stefan Monnier, 2007/05/23
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/25
- Re: modify-syntax-entry and UTF8?, Miles Bader, 2007/05/25
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/25
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/25
- Re: modify-syntax-entry and UTF8?, Miles Bader, 2007/05/25
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/25
- Re: modify-syntax-entry and UTF8?,
James Cloos <=
- Re: modify-syntax-entry and UTF8?, Geoffrey Alan Washburn, 2007/05/28
- highlights of parentheses in lisp-interaction-mode (was: Re: modify-syntax-entry and UTF8?), James Cloos, 2007/05/29
- Re: highlights of parentheses in lisp-interaction-mode, martin rudalics, 2007/05/29
- Re: highlights of parentheses in lisp-interaction-mode, James Cloos, 2007/05/29
Re: modify-syntax-entry and UTF8?, Stefan Monnier, 2007/05/22