From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14560 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: Thu, 06 Jan 2011 09:52:27 -0500 Message-ID: <87lj2yxexg.fsf@uwo.ca> References: <878vz0ycd1.fsf@uwo.ca> <8762u33780.fsf@nzebook.haselwarter.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294325654 5820 80.91.229.12 (6 Jan 2011 14:54:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2011 14:54:14 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jan 06 15:54:10 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 1ParE6-0006Qn-7z for gegu-info-gnus-english@m.gmane.org; Thu, 06 Jan 2011 15:54:08 +0100 Original-Received: from localhost ([127.0.0.1]:51580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ParDr-00065l-JE for gegu-info-gnus-english@m.gmane.org; Thu, 06 Jan 2011 09:53:51 -0500 Original-Received: from [140.186.70.92] (port=58444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ParD2-0005bd-Ag for info-gnus-english@gnu.org; Thu, 06 Jan 2011 09:53:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ParCk-0007id-Tx for info-gnus-english@gnu.org; Thu, 06 Jan 2011 09:52:46 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:53485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ParCk-0007fK-HM for info-gnus-english@gnu.org; Thu, 06 Jan 2011 09:52:42 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ParCg-0005aw-RQ for info-gnus-english@gnu.org; Thu, 06 Jan 2011 15:52:38 +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 ; Thu, 06 Jan 2011 15:52:38 +0100 Original-Received: from jdc by bas3-london14-1096787449.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jan 2011 15:52:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 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:5ABn7zyXEKDdCXnixoRL4/6qDcw= 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:14560 Archived-At: Philipp Haselwarter writes: > On Tue, 04 Jan 2011 09:25:46 -0500, Dan Christensen said: > > DC> Lars Magne Ingebrigtsen writes: > >>> Sounds nice. Perhaps TAB in the summary buffer should highlight the >>> links successively? And then RET could "click the link". > > DC> Isn't that essentially what TAB already does? (But not just for > DC> links; it includes any widget; which I think is the right thing to > DC> do.) > DC> > DC> | runs the command gnus-summary-widget-forward, which is an > DC> | interactive compiled Lisp function in `gnus-sum.el'. > > It would just be nice to be able to do that from the summary buffer. It *does* do that in the summary buffer. Note that the command is called gnus-summary-widget-forward, and is defined in gnus-sum.el. This may be a recent change. Until a month or two ago, TAB used to process-mark articles for me, but now it does the above. I'm using git gnus. Dan