Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
edit-command-line problem with emacsclient
- X-seq: zsh-workers 36569
- From: Peter Vasil <mailing_lists@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: edit-command-line problem with emacsclient
- Date: Sun, 20 Sep 2015 13:46:26 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi list,
Commit 35ffe36318955d03fca3df0d34a0997970cfc6a3 introduced the change,
that when calling edit-command-line, the curser is put to the right offset.
This is implemented for vim and emacs, however if I set my EDITOR or
VISUAL to emacsclient, the *emacs* condition gets called which does not
work for emacsclient. The arguments specidied for emacs work only for
Emacs but not for emacsclient.
It would be great to change the condition *emacs* that it does not match
emacsclient or add another condition for emacsclient with appropriate
arguments.
Thanks and bests,
Peter
Messages sorted by:
Reverse Date,
Date,
Thread,
Author