From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#19824: 25.0.50; Support goal column in multi-line minibuffer Date: Thu, 12 Feb 2015 02:54:59 +0200 Organization: LINKOV.NET Message-ID: <8761b8q6b0.fsf@mail.linkov.net> References: <871tlyppaq.fsf@mail.linkov.net> <837fvp92up.fsf@gnu.org> <87mw4l72xw.fsf@mail.linkov.net> <83iof87909.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423703905 25204 80.91.229.3 (12 Feb 2015 01:18:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2015 01:18:25 +0000 (UTC) Cc: 19824@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 12 02:18:16 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YLiQ3-0007gF-By for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Feb 2015 02:18:15 +0100 Original-Received: from localhost ([::1]:47707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLiQ2-0001vZ-JB for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 20:18:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLiPy-0001vJ-GK for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2015 20:18:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLiPt-0003XU-I2 for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2015 20:18:10 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLiPt-0003XO-Eu for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2015 20:18:05 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YLiPq-0007P4-1P for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2015 20:18:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Feb 2015 01:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19824 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 19824-submit@debbugs.gnu.org id=B19824.142370384428403 (code B ref 19824); Thu, 12 Feb 2015 01:18:01 +0000 Original-Received: (at 19824) by debbugs.gnu.org; 12 Feb 2015 01:17:24 +0000 Original-Received: from localhost ([127.0.0.1]:40424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YLiPD-0007Ny-C0 for submit@debbugs.gnu.org; Wed, 11 Feb 2015 20:17:23 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:58130 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YLiPA-0007Nn-W8 for 19824@debbugs.gnu.org; Wed, 11 Feb 2015 20:17:21 -0500 Original-Received: from localhost.linkov.net (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 3F3F63947C7E7B; Wed, 11 Feb 2015 17:17:18 -0800 (PST) In-Reply-To: <83iof87909.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 11 Feb 2015 17:39:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99264 Archived-At: > Right, sorry. So I guess now I don't understand why we try keeping > the horizontal position across history elements. Why not reset the > position to just after the prompt? There's nothing in common between > the history elements, in general. This is for backward-compatibility with the traditional behavior that existed from the beginning that kept the horizontal position for single-line history elements. And it's really convenient when the history is navigated the same way as a normal buffer where line-move-visual keeps the column.