Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to complete backquote, etc. using compsys?
- X-seq: zsh-workers 15724
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: How to complete backquote, etc. using compsys?
- Date: Wed, 29 Aug 2001 17:52:52 +0000
- In-reply-to: <3B8D26D8.A1598021@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010821204255.64C6417403@xxxxxxxxxxxxxxxxxxx> <3B84D18C.19BA712@xxxxxxxxxxx> <1010823180146.ZM25810@xxxxxxxxxxxxxxxxxxxxxxx> <3B8B6600.54A33D8E@xxxxxxxxxxx> <1010828155058.ZM2724@xxxxxxxxxxxxxxxxxxxxxxx> <3B8D26D8.A1598021@xxxxxxxxxxx>
On Aug 29, 6:31pm, Oliver Kiddle wrote:
}
} > } Also, without multios the closing
} > } bracket of $(<...) should always be completed.
} >
} > It would have to be an autoremovable suffix, too; `echo $(<file wc)' is
} > a silly example of why.
}
} I never knew you could do that. Still, ')' as an autoremovable suffix
} would be better behaviour than the current situation.
The question in this case (and in other cases of multiple suffix layers)
is exactly when you remove them. E.g. with a file suffix like '/', it
gets removed if you immediately press enter, but in the above case it
should not get removed. Also with $(...) or `...`, pressing space after
the autoremovable suffix is ambiguous -- more arguments to the command,
or the next thing after it? -- whereas with a pathname '/' a space almost
always means that you're done with that file name.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author