From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37968 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: WIBNI there was a URL-syntax way of referring to the manual? Date: Fri, 17 Aug 2001 23:05:00 -0700 Message-ID: <2nofpd9a43.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173626 18305 80.91.224.250 (21 Oct 2002 04:13:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:13:46 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 15827 invoked from network); 18 Aug 2001 06:05:29 -0000 Original-Received: from c1778337-a.stcla1.sfba.home.com (HELO zsh.2y.net) (24.254.94.216) by gnus.org with SMTP; 18 Aug 2001 06:05:29 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.4/8.11.2) id f7I651K17502; Fri, 17 Aug 2001 23:05:01 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q Mail-Copies-To: never In-Reply-To: (Karl Kleinpaste's message of "Fri, 17 Aug 2001 23:44:06 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:37968 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37968 Karl Kleinpaste writes: > Often in gnu.emacs.gnus, we answer questions for people by including a > reference or road map to the *Info* pages. Wouldn't it be neat if we > borrowed the URL syntax so as to be able to give Gnusers direct access > to the manual? > > That is, what if "info://Gnus/Select_Methods" pulled up the Gnus > *Info* pages and picked off section "Select Methods"? And > "info://Message/Mail_Variables" did the similar obvious thing? > > The only transformation needed would be `_' -> SPC, or else the "%20" > syntax hack. The latter would be seriously ugly, IMO. Can this be > done case-insensitively? > > This would be a highly Gnus-centric view of life, but heck, it would > be such a nice thing to be able to do when discussing Gnus among > fellow Gnusers. Sounds cool. The hack is `+' -> SPC or "%20". Try info://Gnus/Select%20Methods info://Message/Mail+Variables ShengHuo