* textmodes/flyspell.el (nxml-mode): Add the right.
`flyspell-mode-predicate'. * wid-edit.el (link): Use 'mouse-face for :follow-link.
This commit is contained in:
parent
b7b8d8ed71
commit
23e330700e
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-03-14 Bastien Guerry <bzg@altern.org>
|
||||
|
||||
* textmodes/flyspell.el (nxml-mode): Add the right.
|
||||
`flyspell-mode-predicate'.
|
||||
|
||||
* wid-edit.el (link): Use 'mouse-face for :follow-link.
|
||||
|
||||
2008-03-14 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/solar.el: Reorder so that functions are defined before use.
|
||||
|
|
|
@ -349,6 +349,7 @@ property of the major mode name.")
|
|||
;;*--- sgml mode -------------------------------------------------------*/
|
||||
(put 'sgml-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
|
||||
(put 'html-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
|
||||
(put 'nxml-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
|
||||
|
||||
(defun sgml-mode-flyspell-verify ()
|
||||
"Function used for `flyspell-generic-check-word-predicate' in SGML mode."
|
||||
|
|
|
@ -1773,7 +1773,7 @@ If END is omitted, it defaults to the length of LIST."
|
|||
"An embedded link."
|
||||
:button-prefix 'widget-link-prefix
|
||||
:button-suffix 'widget-link-suffix
|
||||
:follow-link "\C-m"
|
||||
:follow-link 'mouse-face
|
||||
:help-echo "Follow the link."
|
||||
:format "%[%t%]")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue