zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>, 357934@bugs.debian.org
Cc: zsh-workers@sunsite.dk
Subject: Re: Bug#357934: zsh: '-', '.' etc. shouldn't be recognized as word chars
Date: Mon, 20 Mar 2006 10:20:51 -0500	[thread overview]
Message-ID: <20060320152051.GA30279@scowler.net> (raw)
In-Reply-To: <20060320144126.GO4621@implementation.labri.fr>

> Mmm, bug here :)

How embarrassing.

Index: Src/Zle/zle.h
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/zle.h,v
retrieving revision 1.28
diff -u -r1.28 zle.h
--- Src/Zle/zle.h	20 Mar 2006 14:40:43 -0000	1.28
+++ Src/Zle/zle.h	20 Mar 2006 15:20:20 -0000
@@ -138,7 +138,7 @@
 
 /* Functions that operate on ZLE_CHAR_T. */
 #define ZC_ialpha ialpha
-#define ZC_ialpha ialnum
+#define ZC_ialnum ialnum
 #define ZC_iblank iblank
 #define ZC_icntrl icntrl
 #define ZC_idigit idigit


      parent reply	other threads:[~2006-03-20 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20060320112411.GA7879@implementation.labri.fr>
2006-03-20 14:37 ` Clint Adams
     [not found]   ` <20060320144126.GO4621@implementation.labri.fr>
2006-03-20 15:20     ` Clint Adams [this message]

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=20060320152051.GA30279@scowler.net \
    --to=clint@zsh.org \
    --cc=357934@bugs.debian.org \
    --cc=samuel.thibault@ens-lyon.org \
    --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).