From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wojciech Meyer Newsgroups: gmane.emacs.devel Subject: Re: Refreshing Info nodes Date: Mon, 14 Jun 2010 19:34:57 +0100 Message-ID: <87zkyxh38u.fsf@gmail.com> References: <87631mkeic.fsf@gmail.com> <87hbl54oi0.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 1276540544 29349 80.91.229.12 (14 Jun 2010 18:35:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2010 18:35:44 +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 Mon Jun 14 20:35:42 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 1OOEVZ-00062W-G0 for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 20:35:41 +0200 Original-Received: from localhost ([127.0.0.1]:49159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOEVY-0005WG-I0 for ged-emacs-devel@m.gmane.org; Mon, 14 Jun 2010 14:35:40 -0400 Original-Received: from [140.186.70.92] (port=55874 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOEVH-0005UM-5S for emacs-devel@gnu.org; Mon, 14 Jun 2010 14:35:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOEVF-0001cT-CW for emacs-devel@gnu.org; Mon, 14 Jun 2010 14:35:22 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:37745) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOEVF-0001cO-56 for emacs-devel@gnu.org; Mon, 14 Jun 2010 14:35:21 -0400 Original-Received: by wyf28 with SMTP id 28so4498678wyf.0 for ; Mon, 14 Jun 2010 11:35:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=J5XEEE4B/21NcCjc/yPiiuW1e1cIf8RJ3OlpGbplPqc=; b=mafj5t++iQsJhifn6imP5DtMfKXXZPgDTEngOtdEzEhGq9kwGA8LUBMXMCLuyPi7SF Ug1o82YcJjTxnnF8EtVoGgnocTdhJ6TqtoSTpCL2GEdnM/feAgznDjIs/9bSJoYFrZJl WyrhRoO1XLWShDBgwBXrRDuHo6BDRzKRaQU+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=LvmMALq3do2StCnz2N+yyDVyAPFmxeqNyvIWVsHWsswLT9QZKp67Xjsdp8IVlsR31q smv1qYSwgTkW3uVDY5Md2dlY3fe+MX1Y5SNBSAWvEheSMI/1HkfUzgT/RM/dupmcVzde EpQjJ85+LmBcNMiydZRs4KlDuh4kilyZ8GSLE= Original-Received: by 10.227.152.212 with SMTP id h20mr5952573wbw.176.1276540519459; Mon, 14 Jun 2010 11:35:19 -0700 (PDT) Original-Received: from spec-desktop.specuu.com (host86-133-33-6.range86-133.btcentralplus.com [86.133.33.6]) by mx.google.com with ESMTPS id b17sm38846276wbd.1.2010.06.14.11.35.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jun 2010 11:35:18 -0700 (PDT) In-Reply-To: <87hbl54oi0.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 14 Jun 2010 18:38:16 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125924 Archived-At: Juri Linkov writes: >> I don't know of any binding which does this, but you can use >> `Info-revert-buffer-function', or `Info-revert-find-node' directly. >> Neither of these functions are commands though. > > The standard key binding to revert is `g', but in Info it's bound > to `Info-goto-node'. Yes, I've rebound it to F5 temporally, thanks. I think it is quite uncommon to refresh the Info node, unless somebody is working on documentation. (perhaps less common than `g' in dired-mode for instance). Wojciech