zsh-workers
 help / color / mirror / code / Atom feed
From: Eskandar Ensafi <esky@CS.UCLA.EDU>
To: zsh-workers@math.gatech.edu
Subject: Substitution Bug (Was: Correction Bug in Beta 17)
Date: Wed, 08 May 1996 17:52:29 -0700	[thread overview]
Message-ID: <9605090052.AA09133@marathon.cs.ucla.edu> (raw)


Hello,

On Thu, 09 May 1996 00:28:19 +0200, Zoltan Hidvegi wrote:
> EE> With the PROMPT_SUBST option set [...], the spelling correction
> EE> prompt is totally messed up, and two bogus error messages are produced:
> [...] 
> This is not a bug.  And the error messages are correct.  [...]


OK, thanks!  I understand now.  I did not realize that PROMPT_SUBST also
applied to `...` command substitutions.


> If you tund on GLOB_SUBST, zsh will try to expand it so interprets ` as
> command substitution.


Can you please clarify?  I tried turning GLOB_SUBST on and off and there
was _no_ difference.  But why should their be?  The backquote ` is not a
globbing character, so it it should not be affected bu this option; but it
_is_ a substitution character, so PROMPT_SUBST *does* affect it.  Right?


However, there seems to be some instability in beta17 with respect to
handling "bad" prompts when PROMPT_SUBST is turned on.  The following
eventually caused zsh to crash:

(gdb) run
% PROMPT=\'\`
zsh: parse error in command substitution
'
zsh: parse error in command substitution
'PROMPT=\`\'
zsh: unmatched '
zsh: parse error in command substitution

zsh: unmatched '
zsh: parse error in command substitution
PROMPT=\'\`\'
zsh: unmatched '
zsh: parse error in command substitution
'
zsh: unmatched '
zsh: parse error in command substitution
'
Program generated(1): Memory access exception on address 0x9c000 (invalid address).
0x25e7c in stringsubst ()
(gdb) where
#0  0x25e7c in stringsubst ()
#1  0x25cc2 in prefork ()
#2  0x26172 in singsub ()
#3  0x340e0 in putpromptchar ()
#4  0x33ff0 in putprompt ()
#5  0x37ebc in genprompts ()
#6  0x30950 in zleread ()
#7  0x1a25a in inputline ()
#8  0x1a17a in ingetc ()
#9  0x16698 in hgetc ()
#10 0x1c570 in gettok ()
#11 0x1c1a0 in yylex ()
#12 0x2328c in parse_event ()
#13 0x18a6a in loop ()
#14 0x1898a in main ()

Later,

- Eskandar



                 reply	other threads:[~1996-05-09  0:59 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=9605090052.AA09133@marathon.cs.ucla.edu \
    --to=esky@cs.ucla.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).