unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* setting / binding completion-ignore-case
@ 2006-01-17 17:51 Roland Winkler
  0 siblings, 0 replies; only message in thread
From: Roland Winkler @ 2006-01-17 17:51 UTC (permalink / raw)


I have some problems using completion-ignore-case appropriately in
bibtex.el.

In bibtex-mode, depending on the kind of completion requested,
completion-ignore-case needs to be nil or t. How should bibtex-mode
choose this value? If the command requesting completion binds
completion-ignore-case, then choose-completion-delete-max-match
doesn't work properly because it does not remember the value of
completion-ignore-case. On the other hand, if bibtex-mode makes
completion-ignore-case buffer-local and sets its value,
choose-completion-delete-max-match works properly. But then
completing-read fails because binding completion-ignore-case is done
in the bibtex buffer before completing-read is called, i.e., it
affects only the buffer-local value. But the minibuffer used by
completing-read seems to use the global value of
completion-ignore-case.

Any suggestions? Thanks a lot,

Roland

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-17 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-17 17:51 setting / binding completion-ignore-case Roland Winkler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).