xuchunyang / osx-dictionary.el

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

osx-dictionary--get-buffer always (re)use same buffer name #28

Closed PengjuXu closed 3 years ago

PengjuXu commented 3 years ago
Is it possible for an option that allow user to choose name like "*osx-dict-<word>*"?
xuchunyang commented 3 years ago

Good idea. Not sure what kind of option to add, though.

xuchunyang commented 3 years ago

E.g.,

(setq osx-dictionary-generate-buffer-name-function
      (lambda (word)
        (format "*osx-dict-<%s>*" word)))