From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14549 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.user Subject: Re: Any way to click article buttons without leaving the summary buffer? Date: Tue, 04 Jan 2011 09:25:46 -0500 Message-ID: <878vz0ycd1.fsf@uwo.ca> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294151207 18357 80.91.229.12 (4 Jan 2011 14:26:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2011 14:26:47 +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 15:26:38 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 1Pa7qO-0001Yt-2g for gegu-info-gnus-english@m.gmane.org; Tue, 04 Jan 2011 15:26:37 +0100 Original-Received: from localhost ([127.0.0.1]:37195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pa7qN-0004Un-6d for gegu-info-gnus-english@m.gmane.org; Tue, 04 Jan 2011 09:26:35 -0500 Original-Received: from [140.186.70.92] (port=54658 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pa7qG-0004Sj-1R for info-gnus-english@gnu.org; Tue, 04 Jan 2011 09:26:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pa7q1-0002jf-Gh for info-gnus-english@gnu.org; Tue, 04 Jan 2011 09:26:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:45978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pa7q1-0002jS-7h for info-gnus-english@gnu.org; Tue, 04 Jan 2011 09:26:13 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pa7pv-0001FT-OY for info-gnus-english@gnu.org; Tue, 04 Jan 2011 15:26:07 +0100 Original-Received: from bas3-london14-1096787449.dsl.bell.ca ([65.95.165.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jan 2011 15:26:07 +0100 Original-Received: from jdc by bas3-london14-1096787449.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jan 2011 15:26:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096787449.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:uqhZNUZla/i5wyi4MIttlZ9uwxM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:14549 Archived-At: Lars Magne Ingebrigtsen writes: > Sean McAfee writes: > >> Idea #2: Add a command that highlights successive links on repeated >> invocation, and another command that activates the currently highlighted >> link. > > Sounds nice. Perhaps TAB in the summary buffer should highlight the > links successively? And then RET could "click the link". Isn't that essentially what TAB already does? (But not just for links; it includes any widget; which I think is the right thing to do.) | runs the command gnus-summary-widget-forward, which is an | interactive compiled Lisp function in `gnus-sum.el'. | | It is bound to , A . | | (gnus-summary-widget-forward arg) | | Move point to the next field or button in the article. | With optional arg, move across that many fields. Dan