emacs-devel
[Top][All Lists]
Advanced

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

Re: dabbrev-expand and capitalization


From: Andreas Schwab
Subject: Re: dabbrev-expand and capitalization
Date: Sun, 15 Jan 2006 13:10:33 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Karl Eichwalder <address@hidden> writes:

> `dabbrev-expand' must not de-capitalize words starting with umlauts like
> Ä, Ö, or Ü.  Start emacs and enter:
>
>     Das ist überraschend.  Über-!-
>
> Pressing M-/ (M-x dabbrev-expand), I see the last word downcased:
>
>     Das ist überraschend.  überraschend-!-

That was a bug in replace-match, which used NOCASEP on a character that
was not known to be not uppercase.  I have changed it to use UPPERCASEP
instead (with appropriate logic replacement).

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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