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: Losing minibuffer input Date: Thu, 13 Nov 2014 22:23:23 +0200 Organization: JURTA Message-ID: <87ppcq97es.fsf@mail.jurta.org> References: <87fvds2r5i.fsf@mail.jurta.org> <878ujkb5mr.fsf@wanadoo.es> <878ujk1axl.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415910681 11386 80.91.229.3 (13 Nov 2014 20:31:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 20:31:21 +0000 (UTC) Cc: =?iso-8859-1?Q?=D3scar?= Fuentes , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 21:31:14 2014 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 1Xp12w-0007nC-Jd for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 21:31:14 +0100 Original-Received: from localhost ([::1]:33790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp12w-0001yJ-8M for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 15:31:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp12o-0001y7-7G for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:31:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xp12e-0006qa-Nv for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:31:06 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:49809 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp12e-0006qF-H0 for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:30:56 -0500 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 462DE348328E50; Thu, 13 Nov 2014 12:30:54 -0800 (PST) In-Reply-To: (Drew Adams's message of "Sun, 9 Nov 2014 10:53:41 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.163.222.226 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:177003 Archived-At: > Epicycles on top of epicycles... Other software whose developers care about users do not throw user input away on cursor movement. For example, both Firefox and Chromium allow up/down keys to move the cursor to the top/bottom of the multi-line Console minibuffer before advancing to the previous/next history element.