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: Fri, 21 Nov 2014 01:58:03 +0200 Organization: LINKOV.NET Message-ID: <871toxl910.fsf@mail.linkov.net> References: <87fvds2r5i.fsf@mail.jurta.org> <878ujkb5mr.fsf@wanadoo.es> <878ujk1axl.fsf@mail.jurta.org> <87ppcq97es.fsf@mail.jurta.org> <864mu26nhn.fsf@yandex.ru> <87r3x0mbsn.fsf@mail.linkov.net> <87k32p4hvo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416555121 16231 80.91.229.3 (21 Nov 2014 07:32:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2014 07:32:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 21 08:31:52 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 1Xrih6-00061d-CI for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 08:31:52 +0100 Original-Received: from localhost ([::1]:38792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrih5-0001D2-Rp for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 02:31:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrbg4-0006uE-25 for emacs-devel@gnu.org; Thu, 20 Nov 2014 19:02:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrbfx-0001eK-Tx for emacs-devel@gnu.org; Thu, 20 Nov 2014 19:02:19 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:33358 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrbfx-0001eE-OY for emacs-devel@gnu.org; Thu, 20 Nov 2014 19:02:13 -0500 Original-Received: from localhost.linkov.net (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 5AF06348328E73 for ; Thu, 20 Nov 2014 16:02:14 -0800 (PST) In-Reply-To: <87k32p4hvo.fsf@gnu.org> ("Johan \=\?iso-8859-1\?Q\?Bockg\=E5rd\=22\?\= \=\?iso-8859-1\?Q\?'s\?\= message of "Thu, 20 Nov 2014 23:38:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.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-Mailman-Approved-At: Fri, 21 Nov 2014 02:31:02 -0500 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:177911 Archived-At: >> Typing in the middle of the last line (that doesn't end >> with a newline) moves point to the end of the line. This is similar >> to Firefox's behavior. >> >> However, typing in the middle of the first line in an ordinary >> Emacs buffer doesn't move point to the beginning of the first line. > > But it used to do so before Emacs 23. Seems necessary to do pre-23 git bisecting.