help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Derived Mode 101 HOWTO


From: Johan Bockgård
Subject: Re: Derived Mode 101 HOWTO
Date: Sun, 12 Mar 2006 19:14:38 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Tim Johnson <tim@johnsons-web.com> writes:

>  Thanks for the input. Sorry to seem so dense, but are you
>  suggesting that to make Xemacs happy, that there should be a list
>  of dotted pairs, one for each in "+-*/.<>=!?$%_&~^:"

Yes.

>  Could you provide an example?

Taken from XEmacs' scheme.el:

    ;; XEmacs change
    ((?+ . "w") (?- . "w") (?* . "w") (?/ . "w")
     (?. . "w") (?< . "w") (?> . "w") (?= . "w")
     (?? . "w") (?$ . "w") (?% . "w") (?_ . "w")
     (?& . "w") (?~ . "w") (?^ . "w") (?: . "w"))

-- 
Johan Bockgård


reply via email to

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