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

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

'dabbrev-expand' ignores case for completions..


From: Livin Stephen Sharma
Subject: 'dabbrev-expand' ignores case for completions..
Date: Thu, 7 Jun 2007 04:06:34 +0530

In my Java class if I have a declaration partially typed-out like this:

// incomplete declaration
FileWriter fileWriter = new File

and then I hit M-/ to try completion on the last word ('File') in the hope of getting 'FileWriter',
i get this instead:

// why is the 'writer' text generated by 'M-/' lower-cased?
FileWriter fileWriter = new Filewriter

 Is there a way to have the case not dropped to lower?

Thanks.
--lss




reply via email to

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