>>>>> "Nicholas" == Nicholas Sushkin <[EMAIL PROTECTED]> writes:
Nicholas> Are abbreviations in jde mode case sensitive now? If
Nicholas> yes, it would make sense to have some additional common
Nicholas> types in the abbreviation table.
Nicholas> For example in addition to (cons "st" "static"), add
Nicholas> (cons "St" "String").
Nicholas> I can also suggest (cons "Ex" "Exception") (cons "Ob"
Nicholas> "Object") etc..
The abbreviations are not case sensitive. The JDEE uses the Emacs
abbrev facility. AFAIK, abbrev does not support case-sensitive
abbreviations. The reason is to permit the expansions to be
case-sensitive, i.e., so that
foo
expands to
foobar
while
Foo
expands to Foobar.
Paul
Nicholas> Nick.
Nicholas> Paul wrote:
>> The upcoming release of the JDEE will fix the problem of
>> lower-casing control flow abbreviations in comments and
>> strings.
Nicholas> -- Nick