all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.