From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7ffb9bc9 for ; Mon, 27 May 2019 15:37:57 +0000 (UTC) Received: (qmail 3968 invoked by alias); 27 May 2019 15:37:42 -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: List-Unsubscribe: X-Seq: 44366 Received: (qmail 4455 invoked by uid 1010); 27 May 2019 15:37:42 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f52.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25461. spamassassin: 3.4.2. Clear:RC:0(209.85.166.52):SA:0(-2.0/5.0):. Processed in 2.106276 secs); 27 May 2019 15:37:42 -0000 X-Envelope-From: roman.perepelitsa@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.52 as permitted sender) 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=Ikup90W/WWAKvUtoDkjbXVXfAN6oHzuDCoMJzTFJRb0=; b=m5zaAt7JZI+Pm5inTmFwzWEqDcj7KcVNcKWSE799RfjHXDj2+2GYjyQqORejibWGsd 8gOVcMAiVvuncEKCC6xuSqrZIxgQVeai9zu9cqI4ttPjuI1IxNhgOm2zwcLv5DeVwRzI 2iboZ8T/WeJlk6OfeOo3tfrVlA72eXv/r9obj/g77Xj55PNyuFWKArUwOXPbTTM9f7Nx WxWavaQNlYLGNCgj4/xVA9jIqTdsSexbO91K8NNtZISKuZLyojhA2kB0M7XQyxKOquWp MYSPc7Gmq4DaoG8UHq+Wu7GoxvMBitWgzck4G6GaNI4HXFWJtO9/TjEf/HhlhadM8Sf3 76Yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ikup90W/WWAKvUtoDkjbXVXfAN6oHzuDCoMJzTFJRb0=; b=iaFXumpiIUN1Y0vI6k11WsFeh31YXfxqgXfD9xLAYVIstoWATKUt+qD/rjkxtHvTVY akZALumkW70srEnDmx5wBGIosmWQ1PCUhg6l5DPYOqmBWtELx2pP/DHnLDA0Y17/wI/q tuD3K6ZVdMeMuZvDcwApKRR65uXc2sp1fphxr6I+gIZTu5+GK181OB3GJ6uFrA2K9jVH eZPiqGHP3qvaACUZv+o3badjsMLlU+dpiYHJx68ifPUv4/qxpOJdlRFmcz49yOQY+JD+ S9sj6BbGXkf1LUyGXPs7Fn46DPtSlEdV9xixuGKVSOqK+29HOW3jA8e9cWYH9/fdKjVW KU/A== X-Gm-Message-State: APjAAAUy4yODjGUc93KduWYXto/UzwjDkHYFc7C8qhrsu9Iu1yNCM45W I7xSRwlHQDN9wFpMb/xw02xVCdjG6jsL3iocFClmpw== X-Google-Smtp-Source: APXvYqyiMYOuoscyOdP1DjkfRVqrUT73/MSFkTI1KjooVegQTNl9kBPi5GXkF5IkgmbFpZvNB+l0yXVoBzCJ062dm3E= X-Received: by 2002:a5d:9306:: with SMTP id l6mr19609709ion.168.1558971426664; Mon, 27 May 2019 08:37:06 -0700 (PDT) MIME-Version: 1.0 References: <68081d8c-1aa6-203b-eb6c-e2d048de1340@ibr.cs.tu-bs.de> <0333227b-69c3-4cd9-96df-8096d5dda0c7@www.fastmail.com> <32b1980b-ae02-44b6-8c69-9e76f5a33f09@www.fastmail.com> In-Reply-To: <32b1980b-ae02-44b6-8c69-9e76f5a33f09@www.fastmail.com> From: Roman Perepelitsa Date: Mon, 27 May 2019 17:36:55 +0200 Message-ID: Subject: Re: Incorrect cursor position when ZLE_RPROMPT_INDENT=0 (with a fix) To: Daniel Shahaf Cc: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary="00000000000019f5380589e0527d" --00000000000019f5380589e0527d Content-Type: text/plain; charset="UTF-8" On Fri, May 24, 2019 at 2:18 PM Daniel Shahaf wrote: > Roman Perepelitsa wrote on Thu, 23 May 2019 22:53 +00:00: > > On Thu, May 23, 2019 at 11:36 PM Daniel Shahaf > > wrote: > > > I've attached the patch to the email. You can also find it at > > > > > https://github.com/zsh-users/zsh/compare/master...romkatv:rprompt-indent > > > . > > > > > > In general, please always include patches with the email (inline or > > > text/* attachment) so they'll be archived. Feel free to add github > > > links too, of course. > > > > > > > The email you are replying to should have an attachment named > > rprompt-indent.patch. Is it not getting through? > > It did get through, sorry for not being clear about that. > My apologies if I'm being too pushy but I can anyone please merge the patch in? The bug that it fixes has been causing users grief for a long time. It would be a shame if it fell through the cracks. Roman. --00000000000019f5380589e0527d--