>>>> "Andreas" == Andreas Röhler
<andreas.roehler(a)easy-emacs.de> writes:
> Am Montag, 29. Oktober 2007 11:17 schrieb Uwe Brauer:
>>
>>>> "Andreas" ==
Andreas Röhler <andreas.roehler(a)easy-emacs.de> writes:
>> >
>> > Hi all,
>> >
>> > XEmacs capability to handle multi-word abbrevs is a
>> > nice feature. It's used for natural language
>>
>> Could you please explain what you mean by multi-word abbrevs.
genannt London Bridge
M-x 3 add-mode-abbrev
I see, since I always used inverse-add-mode-abbrev, I was not aware of
this nifty feature.
[snip]
is called London Bridge
into
Genannt London Bridge
=> First word wrongly abcased.
I am not sure whether this is connected to the following observation:
Hallo
inverse-add-local-abbrev
RET
Hello
But then hallo is expanded to Hello, but it should not!
Problem is of course that
(lisp-mode-abbrev-table)
"hallo" 1 "Hello"
Instead of
(lisp-mode-abbrev-table)
"Hallo" 1 "Hello"
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta