From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug in 23.2.92 with anything Date: Sat, 15 Jan 2011 14:47:44 -0500 Message-ID: <87aaj2hrtr.fsf@stupidchicken.com> References: <87aaj2asy4.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295120879 14686 80.91.229.12 (15 Jan 2011 19:47:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 Jan 2011 19:47:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 15 20:47:55 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PeC6M-0001Ha-QI for ged-emacs-devel@m.gmane.org; Sat, 15 Jan 2011 20:47:54 +0100 Original-Received: from localhost ([127.0.0.1]:43296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeC6M-0006QV-Dm for ged-emacs-devel@m.gmane.org; Sat, 15 Jan 2011 14:47:54 -0500 Original-Received: from [140.186.70.92] (port=49873 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeC6I-0006Q4-7d for emacs-devel@gnu.org; Sat, 15 Jan 2011 14:47:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeC6G-0007Gi-9n for emacs-devel@gnu.org; Sat, 15 Jan 2011 14:47:50 -0500 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:48207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeC6G-0007Gd-4P for emacs-devel@gnu.org; Sat, 15 Jan 2011 14:47:48 -0500 Original-Received: from furball (c-71-192-165-84.hsd1.ct.comcast.net [71.192.165.84]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0FJljGe024624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 15 Jan 2011 14:47:46 -0500 Original-Received: by furball (Postfix, from userid 1000) id 1FA12160DD3; Sat, 15 Jan 2011 14:47:45 -0500 (EST) In-Reply-To: <87aaj2asy4.fsf@gmail.com> (Thierry Volpiatto's message of "Sat, 15 Jan 2011 20:05:23 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134575 Archived-At: Thierry Volpiatto writes: > in 23.2.92 of january 14, when i start anything and enter a character in > minibuffer, cursor switch to beginning of line in minibuffer. > In 23.2.91 (the last commit of the january 13) this doesn't happen. > In 24.0.50 of january 15 (today) this doesn't happen too. > So i wonder what changes have been made, possibly in minibuffer related > code, on the january 14 in emacs-23 branch.(couldn't find in changelog) > Even if you are not interested by anything, would be cool to answer to Could you check if the problem is caused by revision 100380, i.e. this change: * window.c (inhibit_point_swap): New variable. (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping point this time. (Fset_window_configuration): Set inhibit_point_swap to 1 instead of setting selected_window to nil (Bug#7728).