From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1733 invoked by alias); 16 Jun 2015 20:26:13 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35494 Received: (qmail 17621 invoked from network); 16 Jun 2015 20:26:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 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=Q9xWvOJnilqTw87N04INKTafMRIgFaWiG/mFdcV+C40=; b=b5sitJaeubaDNalMxmLL1xQJHTothjcAZ4k/lNqRZypAOEwf0ab+bFRSjn+qzNh1JA lpkaPQnpZBIEPo1CBjkYubXXvvmbh9+V3F6TyTldcYbNA/IVXvvb+yaxNUAHq3r8vxMW Vc7SO2Pboc/sDLXxZ0LG6SPHUZidoqNRbaYZEq16usIZbjC5UCxtFkHUHMlENd+IG4t+ mM7dLWYWEl5D3VsZDDF4YR1xUsEjAqs0lKN0zCARz31CTQvn/KoYrYzXp1CgC8EDkyMu Trg1Qxhs3YQ+KCKYMDuumDjU6bHWNuabFCN9CwCeJ7H8JCAGLZICZ8/h/Qv6sF3Q6Pmj bMPg== X-Gm-Message-State: ALoCoQnecBCnqgWWXR9wdSfx5uwdyiAaoj4awbozDhA4+lg8uRkTJzKmL/Er9wgY0Z9e06RajchG X-Received: by 10.182.112.138 with SMTP id iq10mr1752206obb.38.1434486368686; Tue, 16 Jun 2015 13:26:08 -0700 (PDT) From: Bart Schaefer Message-Id: <150616132604.ZM27188@torch.brasslantern.com> Date: Tue, 16 Jun 2015 13:26:04 -0700 In-Reply-To: <25205.1434474770@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: bracketed paste mode in xterm and urxvt" (Jun 16, 7:12pm) References: <55677AF5.50709@thequod.de> <27004.1433345491@thecus.kiddle.eu> <3098.1433511607@thecus.kiddle.eu> <7701.1433896116@thecus.kiddle.eu> <150609213830.ZM29868@torch.brasslantern.com> <20634.1434406318@thecus.kiddle.eu> <150615172044.ZM25490@torch.brasslantern.com> <25205.1434474770@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: bracketed paste mode in xterm and urxvt MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 16, 7:12pm, Oliver Kiddle wrote: } Subject: Re: bracketed paste mode in xterm and urxvt } } Bart wrote: } > I might have chosen a single two-valued array } } That does sound better. As an array, should the name be lowercase - } zle_bracketed_paste? I don't have a strong opinion -- lowercase is probably fine. } Mikael wrote: } > documentation for the widget should list the default bindings } } I didn't list the bindings because they don't correspond to actual } keys. [...] } This patch goes on top of the previous one rather than replacing it. Speaking of the bindings in the previous patch -- Src/Zle/zle_keymap.c -- should those be hardwired? Perhaps an optional third element of the zle_bracketed_paste array could be the string for the key binding. -- Barton E. Schaefer