From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: Calling Info-find-file from other parts of Emacs Date: Fri, 16 Jun 2006 10:13:24 +1000 Message-ID: <87slm6dkkb.fsf@zip.com.au> References: <87zmgj8i4u.fsf@neutrino.caeruleus.net> <87y7w3tih3.fsf@zip.com.au> <87slm9z0cu.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150416848 15190 80.91.229.2 (16 Jun 2006 00:14:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 00:14:08 +0000 (UTC) Cc: angeli@caeruleus.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 16 02:14:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fr1yP-0004cg-1N for ged-emacs-devel@m.gmane.org; Fri, 16 Jun 2006 02:14:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fr1yO-0007il-5E for ged-emacs-devel@m.gmane.org; Thu, 15 Jun 2006 20:14:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fr1yB-0007iF-Rg for emacs-devel@gnu.org; Thu, 15 Jun 2006 20:13:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fr1y9-0007gV-72 for emacs-devel@gnu.org; Thu, 15 Jun 2006 20:13:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fr1y8-0007gG-WF for emacs-devel@gnu.org; Thu, 15 Jun 2006 20:13:49 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fr27e-0003Nq-8T for emacs-devel@gnu.org; Thu, 15 Jun 2006 20:23:38 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id B6DA25A3C3F; Fri, 16 Jun 2006 10:13:43 +1000 (EST) Original-Received: from localhost (ppp228D.dyn.pacific.net.au [61.8.34.141]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5G0DfLP006542; Fri, 16 Jun 2006 10:13:42 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Fr1xr-0002MU-00; Fri, 16 Jun 2006 10:13:31 +1000 Original-To: Juri Linkov User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:55922 Archived-At: Juri Linkov writes: > > Does this restore the old window configuration when > same-window-regexps doesn't contain "*info*"? Yes, I think so. It uses the whole big save-window-excursion to hopefully defeat whatever Info-goto-node wants to do.