From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88361 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Clemens =?utf-8?Q?Sch=C3=BCller?= Newsgroups: gmane.emacs.gnus.general Subject: Re: Command for browsing article URLs? Date: Sun, 10 Feb 2019 09:55:09 +0100 Message-ID: References: <878szwwdjw.fsf@ericabrahamsen.net> <8736pkcst4.fsf@ericabrahamsen.net> Reply-To: Clemens =?utf-8?Q?Sch=C3=BCller?= Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="185023"; mail-complaints-to="usenet@blaine.gmane.org" Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M36570@lists.math.uh.edu Sun Feb 10 09:56:34 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gskue-000luB-Kf for ding-account@gmane.org; Sun, 10 Feb 2019 09:56:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.91) (envelope-from ) id 1gsktu-0007XK-1W; Sun, 10 Feb 2019 02:55:46 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gskta-0007UU-Pv for ding@lists.math.uh.edu; Sun, 10 Feb 2019 02:55:26 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gsktU-0003QK-Vh for ding@lists.math.uh.edu; Sun, 10 Feb 2019 02:55:26 -0600 Original-Received: from mx2.mailbox.org ([80.241.60.215]) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.89) (envelope-from ) id 1gsktP-0002kf-CV for ding@gnus.org; Sun, 10 Feb 2019 09:55:17 +0100 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 2D9CAA1104; Sun, 10 Feb 2019 09:55:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:in-reply-to:date:date:reply-to:references:subject :subject:from:from:received; s=mail20150812; t=1549788912; bh=a4 x2BTdpAFHHVb5LTecASplZ+SUy7iYW3X00AQVQKio=; b=nLbdFdM1V9x2A9iH+K z5GcquTKxzDO0Awk1mzGbKCyT8V/DOupUjHmYCWCvwe5KD4kU7p6Np5YbIKlFDTN 8LsopQIdD7iD6ndn3/qEjFHj0CuXto5uaRekZH5S5nrNStarB8ZqtrOO1+H8UPUI 7ltZsmgrmWFBI2vNgBZwbPgq2xbbGppbZpeDBTg5hkQYGzG3flUwyt8hujxP36YT /pwOrwI69oJcMcy78DbZYX6CnmEOZYfQHqoH5whCK+P65TI9j/mEYiWcC80atCpC B31Xhj+RXJSfw3RChpa0+Od+zx5aqycEgu2B/7wGhpeGP68WjdAoNUDdM7z50jGw Ag0g== X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter04.heinlein-hosting.de (spamfilter04.heinlein-hosting.de [80.241.56.122]) (amavisd-new, port 10030) with ESMTP id b-DdxskjzIDT; Sun, 10 Feb 2019 09:55:12 +0100 (CET) In-Reply-To: <8736pkcst4.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 22 Jan 2019 12:59:19 -0800") List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88361 Archived-At: Hello! Eric Abrahamsen wrote: > On 01/22/19 21:50 PM, Clemens Sch=C3=BCller wrote: >> Eric Abrahamsen wrote: >>> I'd like to have a command, call it `gnus-article-browse-url', which >>> collects all the links/URLs in the article body, and then offers to >>> browse one of them (choosing with completion). Bound to "K l", >>> naturally. >>> >>> Does anyone have anything like this already-written? I made a custom >>> function to open links from my Hacker News gwene group, but realized it >>> would be better to have something generalized. >>> >>> If no one has this written already, I can make one. >> >> You remind me in this second on an error in my gnus config: >> >> I have following in my .gnus [...] > i guess you're just missing a forward slash there? try > "http://localhost:631". Just for the record: My code ist not necessary anymore - I commented it out and now I can open URLs in Safari. :-) --=20 best regards, clemens sch=C3=BCller