From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13045 invoked by alias); 10 Jan 2011 01:44:24 -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: 28613 Received: (qmail 16596 invoked from network); 10 Jan 2011 01:44:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received-SPF: neutral (ns1.primenet.com.au: 209.221.136.9 is neither permitted nor denied by SPF record at _spf.google.com) From: David Bitseff To: zsh-workers@zsh.org Subject: Re: PATCH: fix vi-goto-mark to allow jumps to the last mark Date: Sun, 9 Jan 2011 17:44:05 -0800 User-Agent: KMail/1.13.5 (Linux/2.6.36.3; KDE/4.5.4; x86_64; ; ) References: <201101090911.07314.bitsed@gmail.com> <20110109210956.04976fe2@pws-pc.ntlworld.com> In-Reply-To: <20110109210956.04976fe2@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101091744.06027.bitsed@gmail.com> On Sunday, January 09, 2011 1:09:56 pm Peter Stephenson wrote: > I'm not sure what you're doing that's different to everyone else --- it > must involve repeating the last character to go to the mark, so maybe > you've got vi-goto-mark bound to a letter --- but I've never understood > what the code you've modified is actually for, since mark 26 never gets > set. It's probably best just to remove it. I've built the shell with the --enable-multibyte option. It works as expected without a patch if I build the shell using --disable-multibyte.