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

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

bug#2385: bibtex autokey no longer ignores uncapitalized title words


From: Stefan Monnier
Subject: bug#2385: bibtex autokey no longer ignores uncapitalized title words
Date: Thu, 19 Feb 2009 22:12:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

> Can someone else comment on the following part?

> +     ;;;;;;;; XXX FIXME: case-fold-search should be unnecessary here
> +     ;; [[:upper:]] and [[:lower:]] should be unaffected by case folding
> +        (unless (let ((case-fold-search nil))

Whether [:upper:] and [:lower:] should be affected by case folding or
not is a good question.  I'm personally not sure which option is best.
But in any case in Emacs they *are* affected so the case-fold-search
binding does make a difference.

> In general, the patch makes sense to me and I am willing to install it.

Please install it then and close the bug, thank you.


        Stefan








reply via email to

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