- :right-fringe 8
- :internal-border-color (face-foreground 'default)
- :internal-border-width 1)
- (unwind-protect
- (push (read-event) unread-command-events)
- (progn
- (posframe-delete buffer-name)
- (other-frame 0))))
- (message "Nothing to look up"))))
-
- (defun play-voice-of-current-word ()
- "Play voice of current word shown in *Youdao Dictionary*."
- (interactive)
- (if (local-variable-if-set-p 'youdao-dictionary-current-buffer-word)
- (-play-voice current-buffer-word)))
-
- (define-derived-mode mode org-mode "Youdao-dictionary"
- "Major mode for viewing Youdao dictionary result.
- \\{youdao-dictionary-mode-map}"
- (read-only-mode 1)
- (define-key mode-map "q" 'quit-window)