zsh-users
 help / color / mirror / code / Atom feed
* Expansions with glob_complete ignore no_case_glob
@ 2005-01-08 22:41 Christian Taylor
  2005-01-10 10:44 ` Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Taylor @ 2005-01-08 22:41 UTC (permalink / raw)
  To: zsh-users

Hi! I'm running zsh 4.2.1 under Linux, and I've observed the following 
unexpected behaviour:

With glob_complete set, the menu-completion of a glob pattern should contain 
the same matches that would be inserted if glob_complete was not set (except 
that a '*' is added at the end of the pattern). However, the menu-completion 
always globs case-sensitive, even if no_case_glob is set. Only including (#i) 
in the pattern causes the menu-completion to ignore case.
The description of glob_complete mentions that "this actually uses pattern 
matching, not globbing, so it works not only for files but for any 
completion, such as options, user names, etc.", but other globbing options 
(like glob_dots, extended_glob etc.) have normal effect on menu-completed 
glob patterns.

Is this behaviour intentional?

Christian Taylor


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

end of thread, other threads:[~2005-01-12 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-08 22:41 Expansions with glob_complete ignore no_case_glob Christian Taylor
2005-01-10 10:44 ` Peter Stephenson
2005-01-12  0:53   ` Christian Taylor
2005-01-12 13:06     ` Peter Stephenson
2005-01-12 23:28       ` Christian Taylor

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

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).