zsh-users
 help / color / mirror / code / Atom feed
From: "Heinrich Götzger" <Heinrich.Goetzger@exploding-systems.de>
To: zsh-users@sunsite.dk
Subject: Re: exclamation mark expansion in shell command
Date: Wed, 2 Oct 2002 21:55:51 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0210022153250.1652-100000@io.exploding-systems.de> (raw)
In-Reply-To: <1021002162312.ZM18476@candle.brasslantern.com>

On Wed, 2 Oct 2002, Bart Schaefer wrote:

>On Oct 2,  5:23pm, Heinrich Götzger wrote:
>}
>} I'm looking without success yet for a simple way to prevent zsh to expand
>} my cmd arguments (including !) to my history.
>
>There are several ways.
>
>First, history is not expanded for words in single quotes:
>
>zsh% echo '!foo'
>!foo
>
>Second, you can disable history expansion for a single command line by
>prefixing the line with !" like so:
>
>zsh% !" echo !foo
>!foo
>
>Note that in all versions of zsh less than 4.1.0, the "magic-space" key
>binding ignores the !" and still causes history to expand as you type.
>(In fact, it'll erase the !" as soon as you type the space after it.)
>
>Finally, you can `setopt nobanghist' to turn off all history expansion.
>
>If none of those seems to cover your situation, you'll have to explain in
>more detail.

I guess this hits the problem, I'll check on Monday in the office.
If it's not working, I'll provide more details.

Thanks a lot!

Heinrich

PS: I got every mail four times (2 times I understand, but 4 times is
enough for some cc on different places;-)


  reply	other threads:[~2002-10-02 19:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02 15:23 Heinrich Götzger
2002-10-02 15:32 ` DervishD
2002-10-02 16:23 ` Bart Schaefer
2002-10-02 19:55   ` Heinrich Götzger [this message]
2002-10-08  9:36   ` Heinrich Götzger
2002-10-08 16:36     ` 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=Pine.LNX.4.44.0210022153250.1652-100000@io.exploding-systems.de \
    --to=heinrich.goetzger@exploding-systems.de \
    --cc=zsh-users@sunsite.dk \
    /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).