zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: Howto to print ENTER to zle-buffer?
Date: Tue, 13 Dec 2016 09:30:08 -0800	[thread overview]
Message-ID: <161213093008.ZM22110@torch.brasslantern.com> (raw)
In-Reply-To: <20161213164749.5gfrgorfe2ad4edr@spiegl.de>

On Dec 13,  5:47pm, Andy Spiegl wrote:
}
} > If for some reason you really need the command executed within ZLE,
} Actually, yes.  It's for sort of a session-management I'm trying to write.

Usually better if you say stuff like this up front, it helps to have
context when trying to answer a question!

Given this -- and assuming you can target zsh-5.3 -- I'd go with:

autoload -Uz add-zle-hook-widget
session-startup {
  command-to-run args	# your thing here
  add-zle-hook-widget -d line-init $WIDGET
}
add-zle-hook-widget line-init session-startup


  reply	other threads:[~2016-12-13 17:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-13 15:01 Andy Spiegl
2016-12-13 16:12 ` Bart Schaefer
2016-12-13 16:47   ` Andy Spiegl
2016-12-13 17:30     ` Bart Schaefer [this message]
2016-12-13 19:29       ` Andy Spiegl
2016-12-14  1:03         ` Bart Schaefer
2016-12-15 18:20           ` Andy Spiegl
2016-12-16  2:29             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161213093008.ZM22110@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).