all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TAGS completion with (setq-local completion-ignore-case t)
@ 2024-03-07  9:14 Morgan Willcock
  2024-03-07  9:45 ` Eli Zaretskii
  0 siblings, 1 reply; 17+ messages in thread
From: Morgan Willcock @ 2024-03-07  9:14 UTC (permalink / raw)
  To: emacs-devel

I was trying to track down an issue with inconsistencies in completion
matching between a custom capf function and the default TAGS capf
function.

It seems that if a buffer is configured for case-insensitive completion
matching, by setting the buffer-local value of completion-ignore-case to
t, this does not have any effect on TAGS completion.

In order to get case-insensitive completion matching for TAGS, I had to
also set the buffer local value of completion-ignore-case to t in the
TAGS buffer.

Is there a technical reason why TAGS completion cannot use the value of
completion-ignore-case that is set in the buffer where completion is
initiated, or is this a bug in the implementation?

-- 
Morgan Willcock



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-03-13  0:09 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07  9:14 TAGS completion with (setq-local completion-ignore-case t) Morgan Willcock
2024-03-07  9:45 ` Eli Zaretskii
2024-03-07  9:54   ` Morgan Willcock
2024-03-07 10:49     ` Eli Zaretskii
2024-03-07 11:37       ` Morgan Willcock
2024-03-09  7:51         ` Eli Zaretskii
2024-03-09 13:23           ` Morgan Willcock
2024-03-09 13:30             ` Eli Zaretskii
2024-03-09 14:06               ` Morgan Willcock
2024-03-09 14:26                 ` Eli Zaretskii
2024-03-09 14:33                   ` Morgan Willcock
2024-03-09 14:46                     ` Eli Zaretskii
2024-03-09 14:36                   ` Eli Zaretskii
2024-03-09 14:57                     ` Morgan Willcock
2024-03-09 15:49                       ` Eli Zaretskii
2024-03-09 15:56                         ` Eli Zaretskii
2024-03-13  0:09                         ` Morgan Willcock

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.