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: Mon, 12 Jun 2006 08:50:32 +1000 Message-ID: <87y7w3tih3.fsf@zip.com.au> References: <87zmgj8i4u.fsf@neutrino.caeruleus.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150066400 17931 80.91.229.2 (11 Jun 2006 22:53:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jun 2006 22:53:20 +0000 (UTC) Cc: Ralf Angeli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 12 00:53:18 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 1FpYnz-00023j-Se for ged-emacs-devel@m.gmane.org; Mon, 12 Jun 2006 00:53:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpYnz-0005My-D0 for ged-emacs-devel@m.gmane.org; Sun, 11 Jun 2006 18:53:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FpYnn-0005Mt-E1 for emacs-devel@gnu.org; Sun, 11 Jun 2006 18:53:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FpYnl-0005MM-GI for emacs-devel@gnu.org; Sun, 11 Jun 2006 18:53:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpYnl-0005MJ-BR for emacs-devel@gnu.org; Sun, 11 Jun 2006 18:53:01 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FpYwL-0001Ke-Li for emacs-devel@gnu.org; Sun, 11 Jun 2006 19:01:54 -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 8A85C32D8D8; Mon, 12 Jun 2006 08:52:53 +1000 (EST) Original-Received: from localhost (ppp2460.dyn.pacific.net.au [61.8.36.96]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5BMqepA008978; Mon, 12 Jun 2006 08:52:48 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1FpYlM-0001ql-00; Mon, 12 Jun 2006 08:50:32 +1000 Original-To: emacs-devel@gnu.org In-Reply-To: <87zmgj8i4u.fsf@neutrino.caeruleus.net> (Ralf Angeli's message of "Mon, 12 Jun 2006 00:03:29 +0200") 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:55840 Archived-At: Ralf Angeli writes: > > Ideally it should not open an info buffer. I'll have to check if it > will be visible in case it is killed again immediately. Creating and then killing a buffer is what I ended up with for `info-xref-goto-node-p' in info-xref.el. Not too pretty, but it uses `Info-goto-node' the same way a user or whatever will.