eev
[Top][All Lists]
Advanced

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

[eev] Re: infoindex.rb


From: rubikitch
Subject: [eev] Re: infoindex.rb
Date: Mon, 11 Jul 2005 17:00:33 -0000

From: "Eduardo Ochs" <address@hidden>
Subject: Re: [eev] infoindex.rb
Date: Mon, 20 Jun 2005 08:28:08 -0300

Hi

> Your code is awesome! I have tested it, changed the paths a little bit
> to make it run on my Debian system, and included it in eev, in the
> file examples/ruby.e...
Thank you.
I downloaded edrx.tgz and found examples/ruby.e a little while ago.

> we keep the authorship but we
> transfer the copyright to the FSF so that they can defend the code in
> court against GPL violations. Would you be willing to do that?
Yes. 

> I like how you used "^Q" and "^P" as anchor delimiters instead of "«"
> and "»". That's a much saner choice than "«" and "»", as ^Q and ^P
> will work in buffers using any encoding... 
I feel convenient because ^Q and ^P are two key strokes to type.

> and I guess that
> raw-text/unibyte buffers are inconvenient for you because it's
> impossible to enter japanese text in them...
Yes. The coding system I use is euc-jp.
And anchor delimiters in eev-current are not displayed properly
in euc-jp environment.

> I'd like to have a better support for non-raw-text/multibyte buffers
> in eev... May I ask you how you defined the glyphs for ^Q and ^P in
> your setting, and which other changes you did on the glyphs support?
> Do you use eev-compose at all? Have you "fixed" it? Thanks in advance,
I set glyphs this way.

(eev-set-glyph 16 ?\] 'eev-glyph-face-green)
(eev-set-glyph 17 ?\[ 'eev-glyph-face-green)
(eev-set-glyph 171 ?< 'eev-glyph-face-green)
(eev-set-glyph 187 ?> 'eev-glyph-face-green)
(eev-set-glyph 194 ?! 'eev-glyph-face-green)

My eev stuff in .emacs is 1243 lines now and still increasing!

--
rubikitch





reply via email to

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