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: Refreshing Info nodes Date: Wed, 16 Jun 2010 20:50:47 -0400 Message-ID: References: <87631mkeic.fsf@gmail.com> <87hbl54oi0.fsf@mail.jurta.org> <871vc9ffdl.fsf@mail.jurta.org> <87sk4mwz63.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276735871 673 80.91.229.12 (17 Jun 2010 00:51:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 00:51:11 +0000 (UTC) Cc: emacs-devel@gnu.org, Wojciech Meyer , Deniz Dogan To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 17 02:51:09 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OP3Jz-00058j-LR for ged-emacs-devel@m.gmane.org; Thu, 17 Jun 2010 02:51:07 +0200 Original-Received: from localhost ([127.0.0.1]:55371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP3Jz-0000JR-3o for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 20:51:07 -0400 Original-Received: from [140.186.70.92] (port=41392 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP3Jq-0000FZ-C5 for emacs-devel@gnu.org; Wed, 16 Jun 2010 20:50:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OP3Jp-0006im-A9 for emacs-devel@gnu.org; Wed, 16 Jun 2010 20:50:58 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:56678 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP3Jp-0006ic-8L for emacs-devel@gnu.org; Wed, 16 Jun 2010 20:50:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMsOGUxFxISg/2dsb2JhbACebnK/RIUaBI0R X-IronPort-AV: E=Sophos;i="4.53,428,1272859200"; d="scan'208";a="68198477" Original-Received: from 69-196-132-160.dsl.teksavvy.com (HELO pastel.home) ([69.196.132.160]) by ironport2-out.pppoe.ca with ESMTP; 16 Jun 2010 20:50:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A46847F26; Wed, 16 Jun 2010 20:50:47 -0400 (EDT) In-Reply-To: <87sk4mwz63.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 16 Jun 2010 23:33:08 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.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:126047 Archived-At: > Reverting in Info is implemented by the function `Info-revert-find-node' > whose purpose is to go to an Info node (like `Info-find-node'), > by killing the original buffer and creating a new one. > This is peculiar, but I'd like to avoid reimplementing this mechanism to > keep the traditional behavior, and simply fix a bug to allow it to work > with buffer names other than the default "*info*": OTOH I'd really like to see this part of the code modified, because I think it would clean it up. Stefan