unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Should tags completion respect tags-case-fold-search?
@ 2002-08-20 16:17 Marshall, Simon
  2002-08-21  0:12 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Marshall, Simon @ 2002-08-20 16:17 UTC (permalink / raw)


Since I can do:

M-. fubar RET

to find function Fubar, shouldn't

M-. fu SPC

complete the tag to Fubar?  It doesn't, since it doesn't appear to
respect tags-case-fold-search.

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

* Re: Should tags completion respect tags-case-fold-search?
  2002-08-20 16:17 Marshall, Simon
@ 2002-08-21  0:12 ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2002-08-21  0:12 UTC (permalink / raw)
  Cc: emacs-devel

    M-. fubar RET

    to find function Fubar, shouldn't

    M-. fu SPC

    complete the tag to Fubar?  It doesn't, since it doesn't appear to
    respect tags-case-fold-search.

It seems reasonable in principle, though not terribly important.
Would you like to try to implement it?

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

* RE: Should tags completion respect tags-case-fold-search?
@ 2002-08-21  9:51 Marshall, Simon
  2002-08-22  1:57 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Marshall, Simon @ 2002-08-21  9:51 UTC (permalink / raw)


I guess it's just a matter of binding completion-ignore-case
appropriately.

But does anyone have any preference over whether binding should be
controlled by a new variable, e.g., tags-case-fold-completion, or by the
existing variable tags-case-fold-search?  I would imagine that users
would want to search for tags and complete tags in the same
case-sensitive or case-insensitive manner.

So, I would think it not worth adding another variable.  WDYT?

> -----Original Message-----
> From: Richard Stallman [mailto:rms@gnu.org]
> Sent: 21 August 2002 01:12
> To: simon.marshall@misys.com
> Cc: emacs-devel@gnu.org
> Subject: Re: Should tags completion respect tags-case-fold-search?
> 
> 
>     M-. fubar RET
> 
>     to find function Fubar, shouldn't
> 
>     M-. fu SPC
> 
>     complete the tag to Fubar?  It doesn't, since it doesn't appear to
>     respect tags-case-fold-search.
> 
> It seems reasonable in principle, though not terribly important.
> Would you like to try to implement it?
> 

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

* Re: Should tags completion respect tags-case-fold-search?
  2002-08-21  9:51 Should tags completion respect tags-case-fold-search? Marshall, Simon
@ 2002-08-22  1:57 ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2002-08-22  1:57 UTC (permalink / raw)
  Cc: emacs-devel

    But does anyone have any preference over whether binding should be
    controlled by a new variable, e.g., tags-case-fold-completion, or by the
    existing variable tags-case-fold-search?  I would imagine that users
    would want to search for tags and complete tags in the same
    case-sensitive or case-insensitive manner.

    So, I would think it not worth adding another variable.  WDYT?

I agree.

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

end of thread, other threads:[~2002-08-22  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-21  9:51 Should tags completion respect tags-case-fold-search? Marshall, Simon
2002-08-22  1:57 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-08-20 16:17 Marshall, Simon
2002-08-21  0:12 ` Richard Stallman

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).