From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: window.el modify current emacs23 behavior of anything. Date: Mon, 19 Sep 2011 15:35:22 -0400 Message-ID: References: <87aaaab8jn.fsf@gmail.com> <4E6FA0E6.2090003@gmx.at> <877h585trj.fsf@gmail.com> <4E738310.2070005@gmx.at> <8739fw5lip.fsf@gmail.com> <4E745D84.8050301@gmx.at> <87pqiz3xov.fsf@gmail.com> <4E74D8AF.8000603@gmx.at> <87r53ecj65.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316465248 4366 80.91.229.12 (19 Sep 2011 20:47:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Sep 2011 20:47:28 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 19 22:47:24 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R5kkM-0006eJ-N6 for ged-emacs-devel@m.gmane.org; Mon, 19 Sep 2011 22:47:22 +0200 Original-Received: from localhost ([::1]:35924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5jd4-0003f1-F1 for ged-emacs-devel@m.gmane.org; Mon, 19 Sep 2011 15:35:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5jcy-0003ef-5k for emacs-devel@gnu.org; Mon, 19 Sep 2011 15:35:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5jcs-0006V8-56 for emacs-devel@gnu.org; Mon, 19 Sep 2011 15:35:40 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:19491 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5jcs-0006V4-1p for emacs-devel@gnu.org; Mon, 19 Sep 2011 15:35:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAFmZd05FpZ7x/2dsb2JhbABCpzt4gVMBAQQBViMFCws0EhQYDSSICrU6hngEoE6ERA X-IronPort-AV: E=Sophos;i="4.68,406,1312171200"; d="scan'208";a="137163467" Original-Received: from 69-165-158-241.dsl.teksavvy.com (HELO pastel.home) ([69.165.158.241]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 19 Sep 2011 15:35:23 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D72A2591F1; Mon, 19 Sep 2011 15:35:22 -0400 (EDT) In-Reply-To: <87r53ecj65.fsf@gmail.com> (Thierry Volpiatto's message of "Sun, 18 Sep 2011 11:08:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:144107 Archived-At: > The `anything-buffer' disapear from window, the > `anything-current-buffer' is shown with the original position of > `point' and the action function should jump to another position. So, IIUC this problem appears in a content where only one window is involved, and the point movements are always applied to the (window-buffer (selected-window)), is that right? I hope it's not, in which case it can be explained by the usual issue that moving point won't affect window-point if the current-buffer is not (window-buffer (selected-window)). Stefan