Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
WORDCHARS ignored for some reason?
- X-seq: zsh-users 13596
- From: "Sameer Siruguri" <siruguri@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: WORDCHARS ignored for some reason?
- Date: Sat, 13 Dec 2008 17:02:57 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=+ZlqyVF4YNVv9VS+h0msTavvsY4alF1QDDL129w0q+c=; b=jPV8adtChiTqs5uo0UB0nGypkdHKhbY41kQpDuHqFlqJ5TDqGsEmJJKXiMBNnvpG25 IZ9Gbj2r8s4y7LPrD8526uSQfjv9qdTnf1NI4oRy/7xyXB32/YJ/Gk89FHZ829/OaSED GiwpJJ53HstggDN6uAU0u3Zrs1vDNW+fOdDWo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=UnhSfIG7f69wXzmhMP79aIxJ9bz87jShqL7qtiFBamWbYcjB5sVyvNp/tK9uNv0oxS cnLo2XX8D5Ul3rFWN2Fl/zXXi5rnW4PcWHgotyvLdomMhzL9Z5j+C6iTwMCSwAOALGbp OMAbseQDWk3gAP+PQ4yl7rl2iY8hpzETwV39o=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I have Zsh 4.3.4 on Cygwin, and one thing I haven't been able to figure out for the life of me, is why my word-based commands in readline don't respect the word separators I have set in WORDCHARS.
/cygdrive/c/Users/sameer/Desktop>zsh --version
zsh 4.3.4 (i686-pc-cygwin)
/cygdrive/c/Users/sameer/Desktop>echo $WORDCHARS
*?_-.[]~=/&;!#$%^(){}<>
/cygdrive/c/Users/sameer/Desktop>
But when I do backward-delete-word, for example, it simply ignores most of those characters (the one I really care about is forward-slash, because I want to delete folder path components).
I haven't found anything useful on multiple forums, so I finally decided to post this out there.
Thanks! Sameer.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author