From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: UP and DOWN with multi-line minibuffer history Date: Wed, 16 Dec 2015 03:33:10 +0200 Message-ID: <5670BF56.8080409@yandex.ru> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450229610 9240 80.91.229.3 (16 Dec 2015 01:33:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Dec 2015 01:33:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 16 02:33:30 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 1a90y9-0007hk-FV for ged-emacs-devel@m.gmane.org; Wed, 16 Dec 2015 02:33:29 +0100 Original-Received: from localhost ([::1]:39861 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a90y8-0008Tr-Pv for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2015 20:33:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a90xx-0008Tf-AE for emacs-devel@gnu.org; Tue, 15 Dec 2015 20:33:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a90xu-0004bN-57 for emacs-devel@gnu.org; Tue, 15 Dec 2015 20:33:17 -0500 Original-Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:38422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a90xt-0004bI-UV; Tue, 15 Dec 2015 20:33:14 -0500 Original-Received: by mail-wm0-x236.google.com with SMTP id l126so18253250wml.1; Tue, 15 Dec 2015 17:33:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=x8XGsC2E8AqDq5bC58SD2jDPQelsPEdTSU2GC7/BXDQ=; b=J0+wSFNndXfcGvCNjo6s5tKdNlN2Uka8RZ8BqNyxxiJnamjJTGHpNPujRnCSFB+nBO IBs5XIXE6AxBPYJ11ps4hUBzbkOyPLznScueHrrox1McP7WZYnYhURtwuNiFLmvtHvOo 6yBFf3GUxpu7BPI4P4+DxS3GU3ypYoN3jY5ovE7cZYTiSfMeq5mv2tjgQ1mLYM97TBQ/ afayBFU2EbqW8FHcvnUqMPLeASP0J7c2Xzo1/LdzmejOqREdcU4gUw2G//dSxy16bhWM VrwK4ViyU0U4V9ewa/HqGjdOOsLObpvV66IjS4j+Bzca9gZ58KcEp5HB2x3dHAz8u4dq gZLw== X-Received: by 10.194.117.163 with SMTP id kf3mr47850908wjb.139.1450229593277; Tue, 15 Dec 2015 17:33:13 -0800 (PST) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id i84sm5133941wmc.20.2015.12.15.17.33.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 17:33:12 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <87mvtbgrna.fsf@mail.linkov.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::236 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:196341 Archived-At: On 12/16/2015 02:32 AM, Juri Linkov wrote: > 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.