From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20208 invoked from network); 7 Mar 2022 23:21:13 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 7 Mar 2022 23:21:13 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nRMf9-00CRtB-CS for ml@inbox.vuxu.org; Mon, 07 Mar 2022 17:21:11 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1nRMf8-005Hge-QO for ml@inbox.vuxu.org; Mon, 07 Mar 2022 17:21:10 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1nRLA7-005HBc-D6 for ding@lists.math.uh.edu; Mon, 07 Mar 2022 15:45:03 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nRLA5-001Ayn-71 for ding@lists.math.uh.edu; Mon, 07 Mar 2022 15:45:03 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Reply-To:Message-ID:Date:Subject: From:To:Sender:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=EBRE8YZzMatWS0wpRqzFamqtX57oueIX1/KbO8bBbaY=; b=SDBoDceYfkIQliv8eYS0Hf/Sav 5Afzqan/rrIn3tq1Hn6M12XpKK9LT14/qVXQ5K5FfGsMZT/X08YVdfqS88tq8ygeeMstpwesDzIE1 7CUiRIBHr/UcKI33S8JAPqOd6IaFi0OEmmVGHqUPkdWi0Vgq5RZwOVmMSnpkmLFckpCI=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nRL9x-0004er-F7 for ding@gnus.org; Mon, 07 Mar 2022 22:44:56 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nRL9v-0005KV-BV for ding@gnus.org; Mon, 07 Mar 2022 22:44:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Sam Steingold Subject: hackernews & gnus-summary-browse-url Date: Mon, 07 Mar 2022 16:44:42 -0500 Organization: disorganization Message-ID: Reply-To: sds@gnu.org Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin) Cancel-Lock: sha1:TklA0yFQb6Yn7+GS9chmwMwvV/o= X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. List-ID: Precedence: bulk Hi, I read gwene.com.ycombinator.news where each article is 2 words: --8<---------------cut here---------------start------------->8--- Comments Link --8<---------------cut here---------------end--------------->8--- both are links. "w" (gnus-summary-browse-url) opens one of then ("Link" by default) while I would rather open _both_. What are my options? 1. Modify `gnus-summary-browseurl' so that when the prefix arg is a number, it opens all the urls returned by `gnus-collect-urls'. (The ordinary C-u prefix is used for selecting `browse-url-secondary-browser-function'). -- drawback: unlikely to be welcomed in the trunk 2. Hit "w" twice: "w RET cmd-TAB w TAB TAB RET" -- drawback: too many keystrokes 3. Make `gnus-collect-urls-primary-text' have value "Comments" when in the YN group (using `gnus-summary-prepare-hook'?) This way "w RET" will give me comments and the comments always have a link to the article. -- drawback: I get just the comments and have to click again to get the article 2*3. Hit "w TAB TAB RET" yuk Ideally, the *Article* buffer should not be shown at all, but this is a bonus... Please note that this is only relevant to one single group (which has extra high volume, so efficiency is needed). Suggestions are welcome. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.2113 http://childpsy.net http://calmchildstories.com http://steingoldpsychology.com https://www.peaceandtolerance.org/ http://think-israel.org I don't know how many problems I have because math is one of them.