From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: UP and DOWN with multi-line minibuffer history Date: Sat, 12 Dec 2015 16:19:23 +0200 Message-ID: <83wpsj6978.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1449929979 12551 80.91.229.3 (12 Dec 2015 14:19:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Dec 2015 14:19:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 12 15:19:34 2015 Return-path: Envelope-to: ged-emacs-devel@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 1a7l1K-0003uZ-Fh for ged-emacs-devel@m.gmane.org; Sat, 12 Dec 2015 15:19:34 +0100 Original-Received: from localhost ([::1]:52020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7l1J-000888-Hw for ged-emacs-devel@m.gmane.org; Sat, 12 Dec 2015 09:19:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7l16-00087w-G8 for emacs-devel@gnu.org; Sat, 12 Dec 2015 09:19:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7l13-0001sO-A0 for emacs-devel@gnu.org; Sat, 12 Dec 2015 09:19:20 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7l13-0001sK-76; Sat, 12 Dec 2015 09:19:17 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1290 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1a7l12-0001Mz-Gh; Sat, 12 Dec 2015 09:19:16 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196163 Archived-At: This new feature is convenient, IMO, but its behavior when going UP is somewhat inconsistent: when you get past the first line of a history item, you end up in the _first_ line of the previous item, not in its _last_ line. You then get to press DOWN all the way to the last line of that. I think it would be more consistent, including with how line-move-visual behaves in normal buffers, if UP ended up in the last line of the previous item. WDYT?