Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version:content-type;
        bh=2OZGiEwMcbPIy7jqEytYtshaEx1naaqoQcr1A2nxTXI=;
        b=tJpYTqaCicEXn86R02+ZJfmf+splzPAeTOeSsFQPvVOjZCsCzBhOwXydMqOiBB4GqE
         XoNgMYUsSRj4xbmuMn3nQ6M6T/dIXEXs3rMiX1KbQf26rZU2a6r6YCmLwweffj/CniAG
         L05xlpv0rB9MzVEuUV3OyihylJ+Gc7WQ5jpDBIKzpKtIf1RikeiSn2ul8O5sIWq3onWW
         J2JDDvPf69sKW+gfbRb/3iNdtDJtq1gdXK75bzGHL56TUcr3NyWZnaBQF/isNk+shdVw
         Zs6woQusFUzxIaApjJAAP8P/K8zIhcwNgj/6JZ71wAMPsRvppPzVlRKeVtm7oPXaAC4A
         FVrQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version:content-type;
        bh=2OZGiEwMcbPIy7jqEytYtshaEx1naaqoQcr1A2nxTXI=;
        b=aJJMv1nSUyvfxmIqxcXXdNq1fm3tsgKh+3iQeNuI9ErT5HPQi7goWwMuQfE1WhyAyU
         KesFicTBhKlDupiKuvrDyi0YW8eLOBUHANbzaqHcg7noUHRGM/v03tYMlO0LgWNu144q
         0NTOb08vbSnZ7dJw+43vg8vETbDALTmWghvmECwn9vsFZK9WD/7tbfgtw9OXqHV+tR/6
         BsFIFEQ44Tsl7vvXFtRGCzEUn6GooC3zvHymzi8HyetjIHEOtE1sEGQMJlY3YsuTAYQ8
         oZO/7EY1OY4kSi40jMkF36i+zVlhhoZNDNOqSp6SxGDCvtZwTzml6/zLI9aw3ooBlo56
         aM9A==
X-Gm-Message-State: ALoCoQlmQBO7t+u9YNCSa9AHl+PX7+J1vUYjqaRVq02qY5RWd+aHSpRygreXu/uBaixZhHRc7HwH8swLe0oZ72oTvi2R4nshqw==
X-Received: by 10.98.67.67 with SMTP id q64mr32803634pfa.133.1452587017977;
        Tue, 12 Jan 2016 00:23:37 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160112002353.ZM6907@torch.brasslantern.com>
Date: Tue, 12 Jan 2016 00:23:53 -0800
In-Reply-To: <CAKc7PVBuSXQfu=cJZekc-nr-tFtk2dd1tzKL3x8GD0APKoNQQg@mail.gmail.com>
Comments: In reply to Sebastian Gniazdowski <sgniazdowski@gmail.com>
        "Re: backward-kill-shell-word widget" (Jan 10,  2:37pm)
References: <20160110003758.GA28696@tarsus.local2> 
	<CAKc7PVBuSXQfu=cJZekc-nr-tFtk2dd1tzKL3x8GD0APKoNQQg@mail.gmail.com>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: backward-kill-shell-word widget
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37578

On Jan 10,  2:37pm, Sebastian Gniazdowski wrote:
} Subject: Re: backward-kill-shell-word widget
}
} [...] I just was about
} to decide to bind shell-worded transpose-words-match to Alt-r (have
} transpose-segment bound to Alt-t) and noticed that I rather want to
} keep select-word-style bash.  I rather want Ctrl-W to delete normal
} words.

Just to finish a thought started elsewhere:

    zstyle ':zle:(backward|)kill-word' word-style bash
    zstyle ':zle:(backward|)kill-word-match' word-style shell
    zstyle ':zle:transpose-words' word-style normal
    zstyle ':zle:transpose-words-match' word-style shell

There isn't a copy-prev-word-match yet, but there easily could be.

