Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
interactivecomments and preexec
- X-seq: zsh-workers 31553
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: interactivecomments and preexec
- Date: Sun, 21 Jul 2013 20:45:24 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=A98ocakAmsBvz/dmpGNTHXOVf++4wCsNwYvasGOfB5Q=; b=EIfmyVsGoKBzYtp+Ws+KUjWdqij7lfc8hHcYpQpTVD88698SoZ1mImQZ736Ka9jj1k cYE1YKETnzzhh/P7mNoyASgrTgY18LS6+TydjvOnpzCSHEioWj22hejtBSOUqL/XZZIE gW15rqZcGrcnI038ib0lWWuv7wo77dQm0n1jmL2S0FpST1cVSWAqvQkByQLSLkl+HECX mSWxlfjIGJgQUNXauzZgBIEtLZtYYUnMFdVdbu8UrfV+oUoULAb0leFN7lqrplBxDOGG HnPKiHjiS2Mt8ql+9HAI4zWP6PhloE5K4OC7QpPetSZG5Mxskq4Ld3DU19Tpc4uVFgwB T3Fg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
% alias a='echo #'
% setopt interactivecomments
% preexec() print -r "<$1>"
% a test
<a # test>
Why not <a test>?
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author