xuchunyang / osx-dictionary.el

Mac OS X Dictionary.app interface for Emacs
138 stars 23 forks source link

support show result in popup window #27

Open llj098 opened 3 years ago

llj098 commented 3 years ago

Hello,

If current version supports that show search result in a popup window? Just like your youdao-dictionary-search-at-point+

Thanks very much, LJ

lotuc commented 3 months ago

With popwin:

(advice-add 'osx-dictionary-generate-buffer-name-default-function
            :before (lambda (_f &rest _args)
                      (and (fboundp 'popwin:popup-buffer)
                           (popwin:popup-buffer "*osx-dictionary*"))))