zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: zsh-workers@sunsite.dk
Subject: Re: (zsh-4.3.2) Y03 test failure under Slackware Linux 9.0.0
Date: Tue, 28 Nov 2006 22:06:34 +0000	[thread overview]
Message-ID: <200611282206.kASM6YRS008072@pwslaptop.csr.com> (raw)
In-Reply-To: Message from Eric De Mund <ead@ixian.com>  of "Tue, 28 Nov 2006 13:01:35 PST." <1164747695.83@bear.he.net>

Eric De Mund wrote:
> Ok, I believe I've solved this. My build environment for zsh-4.3.2 was a
> zsh-4.2.5 shell with my ~/.{zshenv,zshrc,zlogin} files invoked, which
> includes this variable setting: WORDCHARS="_".

Yes, if I set that and export WORDCHARS I get exactly your result.  Do
you have WORDCHARS exported (it usually isn't)?  This should fix it
if so.

Thanks for looking.

Index: Test/ztst.zsh
===================================================================
RCS file: /cvsroot/zsh/zsh/Test/ztst.zsh,v
retrieving revision 1.25
diff -u -r1.25 ztst.zsh
--- Test/ztst.zsh	23 Sep 2006 06:55:29 -0000	1.25
+++ Test/ztst.zsh	28 Nov 2006 22:06:05 -0000
@@ -30,6 +30,9 @@
 [[ -n $LC_MESSAGES ]] && LC_MESSAGES=C
 [[ -n $LANG ]] && LANG=C
 
+# Don't propagate variables that are set by default in the shell.
+typeset +x WORDCHARS
+
 # Set the module load path to correspond to this build of zsh.
 # This Modules directory should have been created by "make check".
 [[ -d Modules/zsh ]] && module_path=( $PWD/Modules )

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


  reply	other threads:[~2006-11-28 22:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ead@ixian.com>
2006-11-28 21:01 ` Eric De Mund
2006-11-28 22:06   ` Peter Stephenson [this message]
2006-11-27  8:39 Eric De Mund
2006-11-28 10:49 ` 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=200611282206.kASM6YRS008072@pwslaptop.csr.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@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).