From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 125981163520 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,f708952ca0fda246 X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.180.109.194 with SMTP id hu2mr1021546wib.1.1410817272869; Mon, 15 Sep 2014 14:41:12 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.180.126.105 with SMTP id mx9ls503502wib.53.gmail; Mon, 15 Sep 2014 14:41:12 -0700 (PDT) X-Received: by 10.194.205.138 with SMTP id lg10mr52744wjc.5.1410817272517; Mon, 15 Sep 2014 14:41:12 -0700 (PDT) Return-Path: Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [2a00:1450:4010:c04::22d]) by gmr-mx.google.com with ESMTPS id b6si209024lbd.1.2014.09.15.14.41.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Sep 2014 14:41:12 -0700 (PDT) Received-SPF: pass (google.com: domain of avtobiff@gmail.com designates 2a00:1450:4010:c04::22d as permitted sender) client-ip=2a00:1450:4010:c04::22d; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of avtobiff@gmail.com designates 2a00:1450:4010:c04::22d as permitted sender) smtp.mail=avtobiff@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-lb0-x22d.google.com with SMTP id w7so5348958lbi.32 for ; Mon, 15 Sep 2014 14:41:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=IfNnQNdX6qNZzjOMLffzlYNolu9EwK2nW/p6KfK6FvQ=; b=ZdZyToJ2JHTKFqwsOw44aVSJ+phmBYbDh+QkxGVcKzJdqyRU8EfADi1vbZSpWkE1WX N7A6rgNx8dGYq/WXo9GMOlQUOxTJnzZfs7WoeMLxOwqSlHSMLsTG5ez8LH5yLUrFbbHJ 3QlRCkBUH5mbPwtA6uaswgBNWXpgG9gCGDqrQ4O3OLfVLJY9g1aA3PmprEv2J+C/LZMp XMjzbI2qOOjHwmQ9J4XK4anbcgZzsrbOWVaNx89ned7IHrSzJbDBBCDzcLEtvOx8Zei6 GNGRRHxR7Q8J6Pwk0gp6RJHgVWatPLky5BlFuhJjKQVeYFPgbqde21GDkpTdYhE/wyHY 7euA== MIME-Version: 1.0 X-Received: by 10.112.34.78 with SMTP id x14mr30258308lbi.38.1410817272438; Mon, 15 Sep 2014 14:41:12 -0700 (PDT) Received: by 10.25.206.135 with HTTP; Mon, 15 Sep 2014 14:41:12 -0700 (PDT) In-Reply-To: <1410807592-sup-8437@ruthard-lappi> References: <1410807592-sup-8437@ruthard-lappi> Date: Mon, 15 Sep 2014 23:41:12 +0200 Message-ID: Subject: Re: [sup] clicking links From: Per Andersson To: Ruthard Baudach Cc: supmua Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Sep 15, 2014 at 9:10 PM, Ruthard Baudach w= rote: >>=3D=3D Ausz=C3=BCge aus der Nachricht von scott vom 2014-09-15 19:52: >> Is there a recommended way to click on links within an email in Sup, and >> have them launch in the default browser, e.g. Firefox? > > This feature was discussed a long time ago, and decided to be to > difficult to implement from within sup, especially as most terminals > implement such a feature, so there should be no need to double implement > it. Opening from the terminal with a keybinding would be nice. I definitely thi= nk this is in scope for Sup. > So the answer as to the recommended way to click on a link would be: > > "use the right terminal" > > Would be an idea to address this topic in the wiki, as I do not know > which terminals implement clicking on links, and how they have to > be configured to activate links. > > I am using stumpwm and xterm, and copy=E2=80=93and=E2=80=93paste it into = the browser. > Well, ehm, it does work, actually... I am using rxvt-unicode-256color and have configured it with URxvt.perl-xt-common: default,matcher URxvt.urlLauncher: iceweasel URxvt.matcher.button: 3 URxvt.matcher.pattern: \\bwww\\.[\\w-]\\.[\\w./?&@#-][\\w/-] the above configuration, in $HOME/.Xdefaults or $HOME/.Xresources, makes links (the matched pattern) in the terminal underlined and open in iceweasel on right click with the mouse. I'll add this to the wiki. -- Per PS. I use XMonad.