* Christian Schlauer (2005-04-12) writes: [BibTeX keys]
> There is one more questionmark, though: should these keys contain > non-ASCII characters? [...] > So it would be safer to ``strip accents'', I guess? You can customize `bibtex-autokey-name-change-strings' for this purpose: ,---- | bibtex-autokey-name-change-strings's value is shown below. | | Alist of (OLD-REGEXP . NEW-STRING) pairs. | Any part of a name matching OLD-REGEXP is replaced by NEW-STRING. | Case is significant in OLD-REGEXP. All regexps are tried in the | order in which they appear in the list. | See `bibtex-generate-autokey' for details. | | You can customize this variable. | | Defined in `bibtex'. `---- Maybe it would be possible to add umlauts and accented characters to the default? I don't know what would happen in unibyte mode with stuff like this, though. -- Ralf _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
