]> git.eshelyaron.com Git - emacs.git/commit
Dictionary now uses button
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Fri, 9 Oct 2020 03:00:02 +0000 (05:00 +0200)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Fri, 9 Oct 2020 18:05:38 +0000 (20:05 +0200)
commit1773b9b68742c95b1648a90c56eb7b56c77db591
treeea976801b46d9cf23d7456b0c578d244690e41e6
parent99a7e918c82c0d5c39a729668ac582a945877900
Dictionary now uses button

* net/lisp/dictionary-link.el: Removed now obsolete file
* net/lisp/dictionary.el: Use insert-button and make-button
* net/lisp/dictionary.el (dictionary-mode-map): Now defined using defvar

I had to add a conversion function as parameter for the button 'action
as I need to be able to pass nil data to my function. This is not
possible with the regular button 'action function and the 'button-data
value.

The functionality of searching a link in all dictionaries has been
removed for now. It might appear again once I have an idea how to
implement it.
lisp/net/dictionary-link.el [deleted file]
lisp/net/dictionary.el