zsh-users
 help / color / mirror / code / Atom feed
From: Thomas Lauer <thomas.lauer@virgin.net>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Peter Stephenson <p.w.stephenson@ntlworld.com>,
	Zsh Users <zsh-users@zsh.org>
Subject: Re: zle oddity or some option running wild?
Date: Fri, 28 Jun 2024 14:48:12 +0100	[thread overview]
Message-ID: <n0ft7j9rvjvvq168s1f01ffk5cicj55ccv@tlc.com> (raw)
In-Reply-To: <CAH+w=7aR4KOJo2jt7UUWe227t6E907vvLXppRhOcMa6mM=Eryw@mail.gmail.com>

From: Bart Schaefer <schaefer@brasslantern.com>
Date: Thu, 27 Jun 2024 21:35:45 -0700

> On Thu, Jun 27, 2024 at 9:08?AM Thomas Lauer <thomas.lauer@virgin.net> wrote:
> >
> > From: Peter Stephenson <p.w.stephenson@ntlworld.com>
> > Date: Thu, 27 Jun 2024 16:41:50 +0100 (BST)
> >
> > > This is likely to be something to do with the "zle -f" stuff documented
> > > in the zshzle manual page
> >
> > Whatever the cause, select-word-style seems to change something globally
> > in a way that isn't helpful (to my use case).
> 
> I think it's this:
> 
> backward-kill-word-match-    if [[ -n $done || $LASTWIDGET = *kill* ]]; then
> backward-kill-word-match:      CUTBUFFER="$word$CUTBUFFER"
> backward-kill-word-match-    else
> 
> kill-word-match-    if [[ -n $done || $LASTWIDGET = *kill* ]]; then
> kill-word-match:      CUTBUFFER="$CUTBUFFER$word"
> kill-word-match-    else
> 
> The kill widget replacements try to reproduce the builtin behavior of
> building up the cutbuffer as they are called repeatedly.  If you use
> widget names containing "kill" that are not supposed to have that
> behavior, and then call through to those replacements, unexpected
> things are going to happen.
> 
> You should also probably be selectively using one or both of -w and -f as in
>   zle widgetname -w -f nolast
> to change and/or restore LASTWIDGET when calling one widget from
> inside another, so that actions that differ on the second and
> successive repeated calls behave properly.

If I am trying to use some third-party stuff whose inner workings I
don't really fully understand and it doesn't work OOTB then I tend to
move on. All the more since the solution I outlined earlier is, though
by no means perfect*, "good enough" for my use case.

* vi-backward-blank-word simply stops after the first blank, so an
argument with blanks (ie a pathname) will not work with my quick fix. I
avoid blanks in file/pathnames like the plague so it's not much of a
problem for me but it's clearly not a general solution. And I do think
that a set of functions that works well with what the shell sees as a
single argument:

$>touch Test\ Directory
$>touch "Test Directory"

even if it contains funny characters would be nice to have. So maybe
I'll look into select-word-style, time permitting.

Thomas


      reply	other threads:[~2024-06-28 13:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-26 16:10 Thomas Lauer
2024-06-26 16:38 ` Thomas Lauer
2024-06-27 15:19 ` Thomas Lauer
2024-06-27 15:41   ` Peter Stephenson
2024-06-27 16:08     ` Thomas Lauer
2024-06-28  4:35       ` Bart Schaefer
2024-06-28 13:48         ` Thomas Lauer [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=n0ft7j9rvjvvq168s1f01ffk5cicj55ccv@tlc.com \
    --to=thomas.lauer@virgin.net \
    --cc=p.w.stephenson@ntlworld.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /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).