Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support show result in popup window #27

Open
llj098 opened this issue Apr 30, 2021 · 1 comment
Open

support show result in popup window #27

llj098 opened this issue Apr 30, 2021 · 1 comment

Comments

@llj098
Copy link

llj098 commented Apr 30, 2021

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
Copy link

lotuc commented May 26, 2024

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*"))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants