From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: bug in 23.2.92 with anything Date: Mon, 17 Jan 2011 11:28:50 +0100 Message-ID: <4D3419E2.8070508@gmx.at> References: <87aaj2asy4.fsf@gmail.com> <4D31FDEC.9050508@gmx.at> <878vylonnl.fsf@stupidchicken.com> <4D32178A.7090308@gmx.at> <87d3nx23w2.fsf@gmail.com> <4D32360B.7030007@gmx.at> <87y66l48t4.fsf@gmail.com> <4D32CA53.20004@gmx.at> <874o97hnb6.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295260146 8130 80.91.229.12 (17 Jan 2011 10:29:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2011 10:29:06 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 17 11:29:02 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 1PemKc-00019x-FP for ged-emacs-devel@m.gmane.org; Mon, 17 Jan 2011 11:29:02 +0100 Original-Received: from localhost ([127.0.0.1]:49430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PemKb-0005Bb-VJ for ged-emacs-devel@m.gmane.org; Mon, 17 Jan 2011 05:29:02 -0500 Original-Received: from [140.186.70.92] (port=55445 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PemKV-0005BU-Sf for emacs-devel@gnu.org; Mon, 17 Jan 2011 05:28:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PemKU-0007vz-QU for emacs-devel@gnu.org; Mon, 17 Jan 2011 05:28:55 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:42744) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PemKU-0007vd-B4 for emacs-devel@gnu.org; Mon, 17 Jan 2011 05:28:54 -0500 Original-Received: (qmail invoked by alias); 17 Jan 2011 10:28:51 -0000 Original-Received: from 62-47-57-19.adsl.highway.telekom.at (EHLO [62.47.57.19]) [62.47.57.19] by mail.gmx.net (mp007) with SMTP; 17 Jan 2011 11:28:51 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+0z0V6Xim0o31xkm7CDod+m6rC/GTdNNIDyprEGj gcDf5qXk6Um//g User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <874o97hnb6.fsf@gmail.com> X-Y-GMX-Trusted: 0 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:134635 Archived-At: >> I can't reproduce this with the current trunk (which includes the >> change) and emacs -Q. The cursor always stays after the letters I >> entered. Can you reproduce it with emacs -Q? > No, sorry i should have check that. > I have parsed my .emacs.el, and that start to happen after loading elscreen.el. I downloaded Elscreen but it has a dependency on static.el which I can't find. Do these compile correctly with Emacs 24? Also with current trunk could you try changing the following part of Fselect_window if (EQ (window, selected_window)) return window; to if (EQ (window, selected_window)) { inhibit_point_swap = 0; return window; } and look whether the behavior changes back? Thanks, martin