From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: reftex-mouse-view-crossref: change point? Date: Sun, 16 Dec 2007 19:19:20 +0000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197832797 9470 80.91.229.12 (16 Dec 2007 19:19:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Dec 2007 19:19:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Angeli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 16 20:20:06 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 1J3z1q-000889-91 for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2007 20:19:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3z1W-0003fw-OQ for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2007 14:19:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J3z1S-0003ZM-Pn for emacs-devel@gnu.org; Sun, 16 Dec 2007 14:19:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J3z1R-0003Ry-81 for emacs-devel@gnu.org; Sun, 16 Dec 2007 14:19:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3z1Q-0003QK-OY for emacs-devel@gnu.org; Sun, 16 Dec 2007 14:19:32 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J3z1Q-0000nV-HO for emacs-devel@gnu.org; Sun, 16 Dec 2007 14:19:32 -0500 Original-Received: by nf-out-0910.google.com with SMTP id f5so1071817nfh.26 for ; Sun, 16 Dec 2007 11:19:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=8x7PraSFL/8LNew+wQixm5e5KEscdQqUDg49yYdSeTI=; b=uONosaDwtdCYbPIU5+T8OcR4EjCSnE0aq79+u5c16JqHJ4d6U/xsoD6fVpZS8OH6zBPoZ5F6NZ0WHRNqNTdeWlzlj+ds4T1L1vXE90OvBBjS4/CmqIRoMTVy/HPgOnjtoxFtTb7/iLNq4ydSwGicjwUzUDeYV1GnHsQPTnlbWoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=j0Lp3omvaW3yDxdKH8FL0D0cWlDYM9sJbXzY1U+oBzbuJ/rv2uyrDyDZMWK/dxZXpAAKdSt/3UIYOSz042uTG8hTAzMfWHjrJvJyfrsa47uP/SPoNAiphK2GKIZeOIwbtF6DUAZxEeIGSBHVnqXPRxaiHXmIte5x2rlVAvIv888= Original-Received: by 10.78.185.15 with SMTP id i15mr7161351huf.61.1197832769026; Sun, 16 Dec 2007 11:19:29 -0800 (PST) Original-Received: from scarlett.lan ( [81.155.34.67]) by mx.google.com with ESMTPS id h7sm425127nfh.2007.12.16.11.19.27 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Dec 2007 11:19:28 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:85186 Archived-At: On 16 Dec 2007, at 07:49, Ralf Angeli wrote: >> >> 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. That makes sense - except when in configurations with pop-up-frames set to t (and similar customizations) the original window always stays the same.