Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5a2a7735
Commit
5a2a7735
authored
Jul 30, 2013
by
Lars Magne Ingebrigtsen
Browse files
(shr-urlify): Highlight under mouse.
parent
d50fceab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/net/shr.el
lisp/net/shr.el
+1
-0
No files found.
lisp/ChangeLog
View file @
5a2a7735
2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
(shr-urlify): Highlight under mouse.
2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
...
...
lisp/net/shr.el
View file @
5a2a7735
...
...
@@ -833,6 +833,7 @@ START, and END. Note that START and END should be markers."
(
list
'shr-url
url
'help-echo
(
if
title
(
format
"%s (%s)"
url
title
)
url
)
'follow-link
t
'mouse-face
'highlight
'keymap
shr-map
)))
(
defun
shr-encode-url
(
url
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment