zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-user <zsh-users@zsh.org>
Subject: Re: How to get 'fc' context?
Date: Sat, 14 Mar 2015 18:38:02 -0700	[thread overview]
Message-ID: <150314183802.ZM26315@torch.brasslantern.com> (raw)
In-Reply-To: <20150314234403.GA2795@localhost.localdomain>

On Mar 15,  7:44am, Han Pingtian wrote:
}
} How can we get the 'fc' context, please?

I don't think there is an "fc context" in the way you seem to mean.

"fc" either invokes an external editor, in which case the shell is
not involved at all, or it feeds the history directly back to the
interpreter again, in which case it's not doing anything that would
have a context.

The reason you get "toplevel file" is because "fc -e" has copied the
history event to a file and then invoked "source" on the file.

What exactly are you trying to accomplish with this?


  reply	other threads:[~2015-03-15  1:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-14 23:44 Han Pingtian
2015-03-15  1:38 ` Bart Schaefer [this message]
2015-03-15 21:39   ` Han Pingtian
2015-03-16  0:30     ` Bart Schaefer
2015-03-16  4:11       ` Han Pingtian
2015-03-16  6:26         ` 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=150314183802.ZM26315@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).