From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53897 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Reloading info files (was: gnus-url-mailto broken on foo+bar@somewhere.invalid) Date: Thu, 04 Sep 2003 18:53:08 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062695337 14169 80.91.224.253 (4 Sep 2003 17:08:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 17:08:57 +0000 (UTC) Original-X-From: ding-owner+M2437@lists.math.uh.edu Thu Sep 04 19:08:55 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19uxbL-0003tO-00 for ; Thu, 04 Sep 2003 19:08:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19uxaw-0004Ya-00; Thu, 04 Sep 2003 12:08:30 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19uxas-0004YV-00 for ding@lists.math.uh.edu; Thu, 04 Sep 2003 12:08:26 -0500 Original-Received: (qmail 91505 invoked by alias); 4 Sep 2003 17:08:25 -0000 Original-Received: (qmail 91500 invoked from network); 4 Sep 2003 17:08:25 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 4 Sep 2003 17:08:25 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19uxbL-0000pW-00 for ; Thu, 04 Sep 2003 19:08:55 +0200 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19uxbK-0000pO-00 for ; Thu, 04 Sep 2003 19:08:54 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19uxap-0003fM-00 for ; Thu, 04 Sep 2003 19:08:23 +0200 Original-Lines: 39 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:6H3oAniF6aoD4+IKzn7NJTeLXDY= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53897 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53897 On Thu, Sep 04 2003, Simon Josefsson wrote: > Jesper Harder writes: >> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: [...] >> Yeah, although I can't imagine why anyone using Emacs would want to >> use the GNOME or KDE offerings -- they are pretty awful compared with >> Emacs Info. I even don't know why anyone uses GNOME or KDE. ;-) > I actually use them sometime, because they have a reload button, which > is handy if you are writing documentation. C-h i C-x k RET C-u C-h i > /file/to/manual RET and then finding the spot you are working on is > harder then clicking on reload. > > Hm. Perhaps info has this feature too, but I haven't found it and I > looked for 'reload', 'reread' etc. But I'd bet that if there is a key > binding, I will learn it soon, thanks to this list. :) I couldn't find anything like this the last time I tried. What about the following: (defun rs-info-reload () "Reload current info node." (interactive) (let ((file Info-current-file) (node Info-current-node) (point (point))) (kill-buffer "*info*") (Info-find-node file node) (goto-char point))) (define-key Info-mode-map [(control c) (r)] 'rs-info-reload) Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/