zsh-workers
 help / color / mirror / code / Atom feed
From: "Jörg Sommer" <joerg@alea.gnuu.de>
To: zsh-workers@zsh.org
Subject: Re: auto-exec on last command
Date: Mon, 22 Aug 2011 21:33:01 +0000 (UTC)	[thread overview]
Message-ID: <slrnj55io6.qeo.joerg@alea.gnuu.de> (raw)
In-Reply-To: <110821175951.ZM17752@torch.brasslantern.com>

Bart Schaefer <schaefer@brasslantern.com> wrote:
> On Aug 21,  9:33pm, Jorg Sommer wrote:
>}
>} is it possible to advice zsh to replace its process (with exec) with
>} the process of the last command?
>
> How is the shell supposed to know what command is the "last" one?

Because the next token is EOF and no TRAPs are defined.

>} Something like zsh -c 'setopt execlast; $myprog' or zsh -Xc '$myprog'
>} that runs the script 'exec $myprog'.
>
> I'm a bit puzzled.  If you know to set the option or pass the flag, why
> can't you just use "zsh -c 'exec ...' ?

Take cron for example. Modifying the SHELL variable would be easy, but
changing all entries is much more work. Or the window manager IceWM. I
can configure the shell that's used to run subprocesses for menu entries,
but modifying all menu entries, and some of them are build by third party
scripts, is expensive.

Bye, Jörg.
-- 
Gienger's Law (http://www.bruhaha.de/laws.html):
Die Wichtigkeit eines Newspostings im Usenet ist reziprok zur Anzahl der
enthaltenenen, kumulierten Ausrufungszeichen.


  reply	other threads:[~2011-08-22 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-21 21:33 Jörg Sommer
2011-08-22  0:59 ` Bart Schaefer
2011-08-22 21:33   ` Jörg Sommer [this message]
2011-08-28 15:54 ` Peter Stephenson

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=slrnj55io6.qeo.joerg@alea.gnuu.de \
    --to=joerg@alea.gnuu.de \
    --cc=zsh-workers@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).