It seems that the function bibtex-autokey-get-title sets (case-fold-
search t) right at the beginning, so its attempts at finding lowercase
words is doomed to fail.

Arguably [[:upper:]] and [[:lower:]] should actually work regardless of
the value of the variable case-fold-search, so perhaps that should be
fixed rather than this individual symptom.

Incidentally, the code to loop over each individual element of the list
in turn seems rather inefficient; wouldn't it be better to concatenate
all elements of the list to a single big "\\|"-separated regex, and
perform a single string-match?

** Changed in: emacs22 (Ubuntu)
       Status: New => Confirmed

-- 
bibtex autokey no longer ignores uncapitalized title words
https://bugs.launchpad.net/bugs/243156
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to