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 5455 invoked from network); 12 Mar 2022 17:38:54 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 12 Mar 2022 17:38:54 -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 1nT5hc-00Fs7f-QJ for ml@inbox.vuxu.org; Sat, 12 Mar 2022 11:38:52 -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 1nT5hc-005dHc-6C for ml@inbox.vuxu.org; Sat, 12 Mar 2022 11:38:52 -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 1nT5hb-005dHV-40 for ding@lists.math.uh.edu; Sat, 12 Mar 2022 11:38:51 -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 1nT5hZ-004Btx-Fh for ding@lists.math.uh.edu; Sat, 12 Mar 2022 11:38:50 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Dh7SzNCLYDUXTu6EUxWDTKfagcax9v4ZBrHhRPoXe48=; b=NwNM+rGFpUEAX+AyIPhqlgrevT MpxyyFMZOyO47B0F8HWIXzrkPLdYFUw3ok4Cyar/D5xK8Lz+ccfwEDiZ2vZJMy9Ne9cshDrSvLUUx uTRxtgoosR1OWPkkdClJrZ1Ldo0qwSY2gX/LxSVLSc2klfrrWj02czPc3FbJbjcXaJL0=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nT5hR-0001md-Ef; Sat, 12 Mar 2022 18:38:43 +0100 From: Lars Ingebrigtsen To: Sam Steingold Cc: ding@gnus.org Subject: Re: hackernews & gnus-summary-browse-url References: <87k0d5xrf4.fsf@ericabrahamsen.net> <87zgm079ip.fsf@gnus.org> <87a6dz72nm.fsf@gnus.org> Date: Sat, 12 Mar 2022 18:38:40 +0100 In-Reply-To: (Sam Steingold's message of "Wed, 09 Mar 2022 14:41:03 -0500") Message-ID: <87v8wjystb.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Sam Steingold writes: > Right, but sometimes you want to open _all_ URLs, and this is a simple > way. > I can add bells and whistles (e.g., open _matching_ URLs), but that's an > overkill for now. Like I said, I think what people want here has such a wide range of possibilities that it's better of they just write some simple code. > I am NOT! > I am merely moving this logic to browse-url-button-open-url where it has > been since it has been introduced! Ah, I'd forgotten that `browse-url-button-open-url' has a really weird calling convention -- it just responds to `browse-url-button-open-url' no matter how it's called. Probably due to the button machinery making it difficult to have a more traditional interface?