zsh-users
 help / color / mirror / code / Atom feed
* Darwin _defaults completion bug
@ 2005-02-04  4:45 lists
  2005-02-18  6:55 ` Motoi Washida
  0 siblings, 1 reply; 3+ messages in thread
From: lists @ 2005-02-04  4:45 UTC (permalink / raw)
  To: Motoi Washida; +Cc: zsh-users

Hi Motoi,
	I think I've found a small bug with your _defaults completion (which I 
use all the time).  If I type 'defaults read -g' then hit the Tab key, 
I see a list of possible completions which are quoted *and* escaped 
with a backslash.  Here's what I mean:

% zsh -f
% autoload -U compinit
% compinit -C -d ~/.zcompdump_$ZSH_VERSION
% defaults read -g <TAB>
\"com.apple.AppleShareClientCore\"
\"com.apple.keyboard.fnState\"
\"com.apple.mouse.ignoreTrackpadIfMousePresent\"
\"com.apple.mouse.ignoreTypingFilter\"
\"com.apple.mouse.tapBehavior\"
\"com.apple.sound.beep.feedback\"
\"com.apple.trackpad.scaling\"
AppleAntiAliasingThreshold

...et cetera, et cetera.  The command doesn't work in the escaped + 
quoted form.  If just the quotes are used, the command works.  I've 
looked at _defaults but haven't been able to figure out where the 
escapes are being inserted.  If you get a chance, could you take a 
look?

Thanks,
Ryan


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

end of thread, other threads:[~2005-02-18 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-04  4:45 Darwin _defaults completion bug lists
2005-02-18  6:55 ` Motoi Washida
2005-02-18 14:22   ` lists

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