GNU bug report logs -
#50256
thing-at-mouse
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 29 Aug 2021 17:44:02 UTC
Severity: normal
Tags: fixed
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Juri Linkov <juri <at> linkov.net> writes:
> This looks like the right signature. Then the implementation
> and an example of usage could look like this:
[...]
> +(defun context-menu-dictionary (menu)
> + "Dictionary context menu."
> + (when (thing-at-mouse last-input-event 'word)
> + (define-key menu [dictionary-separator] menu-bar-separator)
> + (define-key menu [dictionary-search-word-at-mouse]
> + '(menu-item "Dictionary Search" dictionary-search-word-at-mouse
> + :help "Search the word at mouse click in dictionary")))
> + menu)
Ah, I see. Yes, that makes perfect sense to me -- go ahead and push
(perhaps with some documentation).
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.