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: reftex-mouse-view-crossref: change point? Date: Thu, 20 Dec 2007 19:07:50 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198195685 5409 80.91.229.12 (21 Dec 2007 00:08:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 00:08:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Angeli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 21 01:08:16 2007 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.50) id 1J5VR2-0007h8-Dt for ged-emacs-devel@m.gmane.org; Fri, 21 Dec 2007 01:08:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5VQi-0006HM-Pa for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 19:07:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5VQf-0006H4-CN for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:07:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5VQe-0006Gp-IW for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:07:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5VQe-0006Gm-CK for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:07:52 -0500 Original-Received: from bas-flu-bbcs-dynip-199-119.vtx.ch ([83.228.199.119] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5VQd-0007U3-QZ for emacs-devel@gnu.org; Thu, 20 Dec 2007 19:07:52 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id D9A84B40F5; Thu, 20 Dec 2007 19:07:50 -0500 (EST) In-Reply-To: (Ralf Angeli's message of "Sun, 16 Dec 2007 08:49:36 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:85319 Archived-At: >> Should functions like `reftex-mouse-view-crossref' really change the >> point? > It should. Otherwise the referencing macro might get out of view in > the original window and then one does not see the matching macros with > their contexts. Interesting detail, indeed. Deserves a comment. Stefan