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

On Dec 13,  4:01pm, Andy Spiegl wrote:
}
}   print -z "command-to-run args"
}   zle accept-line
} 
} Can zsh be told somehow to "press enter"?

If you're doing this in a startup file, you probably want

    print -S "command-to-run args"
    command-to-run args

That is, explicitly place the command into the history, and then run
it directly.

If for some reason you really need the command executed within ZLE,
you will have to create a zle-line-init widget that will accept the
line and then remove or update itself that so it doesn't run it a
second time.


  reply	other threads:[~2016-12-13 16:12 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 [this message]
2016-12-13 16:47   ` Andy Spiegl
2016-12-13 17:30     ` Bart Schaefer
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=161213081230.ZM21776@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    --cc=zsh.Andy@spiegl.de \
    /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).