From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: UP and DOWN with multi-line minibuffer history Date: Thu, 17 Dec 2015 02:45:10 +0200 Organization: LINKOV.NET Message-ID: <87d1u5gaig.fsf@mail.linkov.net> References: <83wpsj6978.fsf@gnu.org> <87y4czz63l.fsf@mail.linkov.net> <83lh8y5q3k.fsf@gnu.org> <87d1u9vqni.fsf@mail.linkov.net> <83d1u94s23.fsf@gnu.org> <87r3ioegmq.fsf@mail.linkov.net> <83r3io2xgv.fsf@gnu.org> <87mvtbgrna.fsf@mail.linkov.net> <5670BF56.8080409@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450314724 8745 80.91.229.3 (17 Dec 2015 01:12:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Dec 2015 01:12:04 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 17 02:11:52 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 1a9N6m-0006WI-4V for ged-emacs-devel@m.gmane.org; Thu, 17 Dec 2015 02:11:52 +0100 Original-Received: from localhost ([::1]:50178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9N6l-0001Mp-5O for ged-emacs-devel@m.gmane.org; Wed, 16 Dec 2015 20:11:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9N6Q-0001MV-18 for emacs-devel@gnu.org; Wed, 16 Dec 2015 20:11:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9N6P-0005gU-6K for emacs-devel@gnu.org; Wed, 16 Dec 2015 20:11:29 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:52094 helo=homiemail-a20.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9N6J-0005fL-Ev; Wed, 16 Dec 2015 20:11:23 -0500 Original-Received: from homiemail-a20.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTP id 779F97EC072; Wed, 16 Dec 2015 17:11:22 -0800 (PST) Original-Received: from localhost.linkov.net (m83-180-31-224.cust.tele2.ee [83.180.31.224]) (Authenticated sender: jurta@jurta.org) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id 43D607EC064; Wed, 16 Dec 2015 17:11:20 -0800 (PST) In-Reply-To: <5670BF56.8080409@yandex.ru> (Dmitry Gutov's message of "Wed, 16 Dec 2015 03:33:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 69.163.253.7 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:196405 Archived-At: >> This explains why no other software is doing such awkward thing. >> For example, in Chromium and other Webkit-related browsers typing >> UP in the Console brings the previous multi-line history element >> and puts the cursor on its first line. > > Not in Firefox, though. It puts the cursor on the last line. Still Firefox jumps to the last line when navigating downwards with the key exactly like Chromium does.