From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Hong Xu Newsgroups: gmane.emacs.bugs Subject: bug#25096: shr: Add a customizable face for links after being clicked Date: Tue, 24 Jan 2017 19:12:49 -0800 Message-ID: <00c9a39d-876a-be4e-34ba-c9bc8de9c660@topbug.net> References: <87y3zyjgua.fsf@topbug.net> <87bmuwnqz3.fsf@gnus.org> <6801f0d6-db0e-f408-7784-277efe853aa8@topbug.net> <87r33sku9n.fsf@gnus.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1485314046 24115 195.159.176.226 (25 Jan 2017 03:14:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2017 03:14:06 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 Cc: 25096@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 25 04:14:02 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWE20-0005Lq-2l for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jan 2017 04:13:56 +0100 Original-Received: from localhost ([::1]:57101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWE24-00048K-Uv for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jan 2017 22:14:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWE1E-0003kv-3v for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2017 22:13:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWE18-0006C0-Or for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2017 22:13:08 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:43105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWE18-0006Bk-LX for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2017 22:13:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cWE18-0004je-CV for bug-gnu-emacs@gnu.org; Tue, 24 Jan 2017 22:13:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Hong Xu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Jan 2017 03:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25096 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 25096-submit@debbugs.gnu.org id=B25096.148531397918192 (code B ref 25096); Wed, 25 Jan 2017 03:13:02 +0000 Original-Received: (at 25096) by debbugs.gnu.org; 25 Jan 2017 03:12:59 +0000 Original-Received: from localhost ([127.0.0.1]:41304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWE15-0004jM-Iv for submit@debbugs.gnu.org; Tue, 24 Jan 2017 22:12:59 -0500 Original-Received: from sender163-mail.zoho.com ([74.201.84.163]:21387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWE14-0004jE-03 for 25096@debbugs.gnu.org; Tue, 24 Jan 2017 22:12:58 -0500 Original-Received: from [192.168.88.88] (cpe-104-32-170-214.socal.res.rr.com [104.32.170.214]) by mx.zohomail.com with SMTPS id 1485313970090450.2667823472299; Tue, 24 Jan 2017 19:12:50 -0800 (PST) In-Reply-To: <87r33sku9n.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:128435 Archived-At: On 01/24/2017 01:44 PM, Lars Ingebrigtsen wrote: > Hong Xu writes: > >> On 01/24/2017 12:27 PM, Lars Ingebrigtsen wrote: >>> Hong Xu writes: >>> >>>> It is often confusing that after clicking on a link to visit it in an >>>> external browser, you are not really sure whether it has been really >>>> clicked. Browsers such as Firefox use a dashed box to indicate that. It >>>> would be nice if shr also supports this feature. >>> >>> Yes, perhaps. But doesn't the external browser pop up immediately? >>> Does this have to be reflected visually in Emacs? >> >> If you have firefox in a different workspace, you may not be aware that >> a new tab has been opened there. > > True... how would you like the marking to be done? A stippled box > around the link is possible in Emacs, I think. It might move the text > slightly, though (one pixel down, to be precise), so it might be > disturbing. > > Hm... Altering the colour instead, perhaps? And should this marking > disappear after a while? I think that might make sense. > Yes, a temporary color change makes sense.