zsh-workers
 help / color / mirror / code / Atom feed
From: Huy Le <huyle@dogbert.ugcs.caltech.edu>
To: zsh-workers@math.gatech.edu
Cc: jkelley@dogbert.ugcs.caltech.edu
Subject: BUG: zsh 2.6-beta13: magic-space & history
Date: Sat, 11 May 1996 12:46:43 -0700	[thread overview]
Message-ID: <199605111946.MAA25867@envy.ugcs.caltech.edu> (raw)

On:
  IRIX 5.3 IP22 mips
  SunOS 5.5 Generic sun4m sparc SUNW,SPARCstation-LX
  HP-UX A.09.01 A 9000/715 two-user license

The magic-space binding seems to mess up the history of
a line with a quoted argument that spawns two lines and then
another argument. All that goes into the history is a space
and the second argument.
  - Huy

dogbert% exec zsh -f
dogbert% echo 'a
> b' c
a
b c
dogbert% history
    1  echo 'a\nb' c
    2  history
dogbert% exec zsh -f
dogbert% bindkey    ' '  magic-space
dogbert% echo 'a
> b' c
a
b c
dogbert% history
    1  bindkey    ' '  magic-space
    2   c
    3  history



                 reply	other threads:[~1996-05-11 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199605111946.MAA25867@envy.ugcs.caltech.edu \
    --to=huyle@dogbert.ugcs.caltech.edu \
    --cc=jkelley@dogbert.ugcs.caltech.edu \
    --cc=zsh-workers@math.gatech.edu \
    /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).