emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: goto-address minor modes


From: Dan Nicolaescu
Subject: Re: Patch: goto-address minor modes
Date: Tue, 13 Jan 2009 22:11:36 -0800 (PST)

Juri Linkov <address@hidden> writes:

  > goto-address-mode is now a minor mode like bug-reference-mode.
  > bug-reference-mode uses the `link' face to highlight links,
  > but goto-address-mode still uses `bold'.  The following patch
  > changes address urls to be highlighted in the `link' face.
  > Also it takes a new minor mode into use in several places:
  > 
  > Index: lisp/net/goto-addr.el
  > ===================================================================
  > RCS file: /sources/emacs/emacs/lisp/net/goto-addr.el,v
  > retrieving revision 1.35
  > diff -u -r1.35 goto-addr.el
  > --- lisp/net/goto-addr.el   5 Jan 2009 03:22:44 -0000       1.35
  > +++ lisp/net/goto-addr.el   14 Jan 2009 00:21:07 -0000
  > @@ -129,7 +129,7 @@
  >      m)
  >    "Keymap to hold goto-addr's mouse key defs under highlighted URLs.")
  >  
  > -(defcustom goto-address-url-face 'bold
  > +(defcustom goto-address-url-face 'link

This is nice!
Shouldn't the links in the *Help* buffers also use the `link' face?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]