From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14546 Path: news.gmane.org!not-for-mail From: Sean McAfee Newsgroups: gmane.emacs.gnus.user Subject: Re: Any way to click article buttons without leaving the summary buffer? Date: Mon, 03 Jan 2011 16:57:38 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1294105218 26236 80.91.229.12 (4 Jan 2011 01:40:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2011 01:40:18 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jan 04 02:40:15 2011 Return-path: Envelope-to: gegu-info-gnus-english@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 1PZvsj-00043D-Bj for gegu-info-gnus-english@m.gmane.org; Tue, 04 Jan 2011 02:40:13 +0100 Original-Received: from localhost ([127.0.0.1]:55460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZvsi-0008C3-UG for gegu-info-gnus-english@m.gmane.org; Mon, 03 Jan 2011 20:40:12 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Mon, 03 Jan 2011 18:57:59 -0600 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:QdRS2FMZwaTuuE1K6tRtIdpVsaA= Original-Lines: 22 Original-X-Trace: sv3-b8tSRyFfoI5vYDKZMzFxWHqBVp2CCv4OpwG1UHICw/p+P/E6fMRq2gxeLGMpPAn2M43QUhtf5llbRVr!hK71hbCvHRIdd8La7puyLpW3cPXcDTZBlFL7n5VqODfkeb3ca4wsLi/ytQ== Original-X-Complaints-To: www.supernews.com/docs/abuse.html X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2152 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:85281 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14546 Archived-At: Lars Magne Ingebrigtsen writes: > Sean McAfee writes: >> When I want to click on a hyperlink embedded in an article, it's kind >> of a hassle to switch to the article buffer, navigate to the link, and >> press RET, and then return to the summary buffer afterwards. Is there >> any convenient built-in way to streamline this process? Ideally I'd >> like to be able to just select one of the on-screen buttons and >> trigger it without having to leave the summary buffer. > > If there's only one link in the article buffer, it'd be trivial to > implement something like that (I think I did?), but how do you decide > what link to follow if there's more than one? Idea #1: Via a numeric prefix. Perhaps all of the links could be numbered, like the Conkeror browser does, for ease of identification. Idea #2: Add a command that highlights successive links on repeated invocation, and another command that activates the currently highlighted link. I like idea #2 better. Looks like I've assigned myself a little project.