On Tue, Aug 07 2007, Tassilo Horn wrote: >> Im wondering how I can access to this => info://gnus/Group+Topics ???? > > If you used Gnus you could simply click on it. Else you can access it > with emacs with > > M-x info RET m Gnus RET m Group Topics RET
I'd suggest not to use the info://file/node format. It's the Gnus home brewed style not used in any other application. I don't see a good reason to use it instead of (info "(gnus)Group Topics") or (info "(gnus)Group Topics"); <== Press C-x C-e here! in Emacs related groups. See [1]. Bye, Reiner. [1] http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/misc/rs-info.el ,----[ <f1> f rs-info-insert-current-node RET ] | rs-info-insert-current-node is an interactive Lisp function in `rs-info.el'. | (rs-info-insert-current-node style &optional noinsert) | | Insert reference to current Info node using style in buffer. | | If noinsert (the prefix), return the string instead. | | Possible styles (must be a symbol): | - `emacs' (Emacs style): (info "(file)node") | - `emacs-press': as `emacs' plus a note about `C-x C-e' | - `emacs-keys-goto' (Emacs key sequence): `C-h i g (file)node RET' | - `emacs-keys-menu' (Emacs menu key sequence): `C-h i d m file RET m node RET' | - `custom-manual': ":link '(custom-manual "(file)node")" for `defcustom' | - `info-link': ":link '(info-link "(file)node")" for `defcustom' | - `texinfo-ref-full': A full "@ref{...}" for Texinfo | - `texinfo-ref': "@ref{...}" for Texinfo within the same file | - `gnus' (the Gnus home brewed style): <info://file/node> (deprecated) | - `gnome' (GNOME style): <info:foo#bar_baz> | - `kde' (KDE style): <info:(foo)bar baz> | - `konqueror' (Konqueror style): <info:/foo/bar baz> | | When used interactively, the default is taken from `rs-info-style-alist'. | | For `emacs' and `emacs-press' style see the variable | `rs-info-goto-node-string'. `---- -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
