From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Calling Info-find-file from other parts of Emacs Date: Mon, 12 Jun 2006 00:03:29 +0200 Message-ID: <87zmgj8i4u.fsf@neutrino.caeruleus.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150063384 9892 80.91.229.2 (11 Jun 2006 22:03:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jun 2006 22:03:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 12 00:03:00 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 1FpY1K-0004ey-T5 for ged-emacs-devel@m.gmane.org; Mon, 12 Jun 2006 00:02:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpY1K-0000er-DO for ged-emacs-devel@m.gmane.org; Sun, 11 Jun 2006 18:02:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FpY1B-0000el-D4 for emacs-devel@gnu.org; Sun, 11 Jun 2006 18:02:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FpY19-0000dc-0c for emacs-devel@gnu.org; Sun, 11 Jun 2006 18:02:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpY18-0000dU-UZ for emacs-devel@gnu.org; Sun, 11 Jun 2006 18:02:46 -0400 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FpY9h-0006nF-5V; Sun, 11 Jun 2006 18:11:37 -0400 Original-Received: from [212.144.207.27] (helo=neutrino.caeruleus.net) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1FpY143WnV-0001Md; Mon, 12 Jun 2006 00:02:44 +0200 Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Sun, 11 Jun 2006 22:26:26 +0300") X-Provags-ID: kundenserver.de abuse@kundenserver.de login:abf9ffac21f8345504ac40c53d3b40ba 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:55839 Archived-At: * Eli Zaretskii (2006-06-11) writes: >> From: Ralf Angeli >> Date: Sun, 11 Jun 2006 14:51:00 +0200 >> >> With the above changes the function could be used reliably by other >> parts of Emacs. Does this make sense or is there another way of >> checking for the availability of info files? > > One such way is `(info "(foobar)Top")', but I'm not sure it's what you > want. 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. -- Ralf