Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Does zsh functions have this feature?
- X-seq: zsh-users 17964
- From: vinurs <haiyuan.vinurs@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Does zsh functions have this feature?
- Date: Mon, 2 Sep 2013 09:41:34 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mgL+plxpXtEV9qv67jPsO8QFWtLQavb+70ur9sJbAmA=; b=X65pSDIvVtSGl4DA2XivtMQr+JqA4vr5oWl88r1ZoKqgIBdIPOqjxQzIm59yfE7+/x E/Yk5BaCWGzbSVRXEZLXDQakA937EPd8iXKldJ8ZHbIksPoa3EcCTOD3f38EZORlZv03 WwJS1VtXVke3Y5+9RE3kzq4MX02atiSQvLjP1hoL6iatnd9GX8Q5ZhZu5TbCPHPYkkyF XNeoNDRaNnnHacQy5r+bWObBGiq74tKPUjLRVl339Zzp25iU/A3IwWvEslJu47CUGzn4 6Sw6y05efzHC68mMtkFvh3QFGkQdEaZhMxE2ffu6psoJ18SbUW6joKJk5qG37HSGBzBi ulLw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
As time goes on, my functions will be more and more. But, I
won't all of them will be treated as shell commands.
In zsh, is there any feature like emacs lisp that when I write a
function if I want it to be call by M-x, I should add
(interactive)
in it; if not, it will only be called by lisp programs.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author