Zsh Mailing List Archive
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author
Re: How to avoid infinite recursion in ZLE widgets
X-seq
: zsh-users 26082
From
: Peter Slížik <peter.slizik@xxxxxxxxx>
To
: zsugabubus <zsugabubus@national.shitposting.agency>
Subject
: Re: How to avoid infinite recursion in ZLE widgets
Date
: Thu, 24 Sep 2020 11:55:40 +0200
Archived-at
: <https://zsh.org/users/26082>
Archived-at
: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-09/CAC-uhUAFiL%3DLfZZ%2BPcYRRHgZVTyYJ5rd4r6vFWQTfkHMFNc%2BgQ%40mail.gmail.com>
Authentication-results
: zsh.org; iprev=pass (mail-ej1-f53.google.com) smtp.remote-ip=209.85.218.53; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
Cc
: zsh-users@xxxxxxx
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gHlju0lCBB9s3EA9/LQzhV7GOkLP2gcZ1nrjpKfGXCE=; b=NleQWEm/qHiXipj3cBzh/HILdDFAXwEGkoKX1ZIJ6Wj6l/AuqQEOasyPEaIR/8NQtN 3zH7p6FhdDIvu6xf223hExFx7fcnFxCf+MAPCA4ygM0cCzkKZpaAuV3z3kJLk9fnWm8G bIbGidzIN64It9yN88pPkHcg0XRgHVZ+y5gkNycnRf5nA4i7uAni8P18yoLae1VSZioC 4XCxTsL9eHMGLey8fnBb1jjhkPV8f4U1lSzNJXZO0wp2KLfbUvdpIvaXpUtSyR/WIVXi cWiZZNuklAnQS2OVMLdL0MYUYseYWJ/1emoyL/ECM0M2xG7S7nRqMXu64f7Jx/buZnA5 OW1A==
In-reply-to
: <20200923182558.nfokboenuhdypz45@localhost>
List-archive
: <
http://www.zsh.org/sympa/arc/zsh-users
>
List-help
: <
mailto:sympa@zsh.org?subject=help
>
List-id
: <zsh-users.zsh.org>
List-owner
: <
mailto:zsh-users-request@zsh.org
>
List-post
: <
mailto:zsh-users@zsh.org
>
List-subscribe
: <
mailto:sympa@zsh.org?subject=subscribe%20zsh-users
>
List-unsubscribe
: <
mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users
>
References
: <
CAC-uhUD6-t3F0ZQuz1A_OWsFOJVj7L0dibNwbnDJurpq4-mZ+Q@mail.gmail.com
> <20200923182558.nfokboenuhdypz45@localhost>
Sender
: zsh-users-request@xxxxxxx
function insert-single-quotes() {
LBUFFER+="'"
RBUFFER="'$RBUFFER"
}
Yes, this would be the best way. I wonder why I overlooked this possibility.
Thanks a lot,
Peter
Follow-Ups
:
Re: How to avoid infinite recursion in ZLE widgets
From:
Peter Slížik
References
:
How to avoid infinite recursion in ZLE widgets
From:
Peter Slížik
Re: How to avoid infinite recursion in ZLE widgets
From:
zsugabubus
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author