Package Details: dictionary 1.11-1

Git Clone URL: https://aur.archlinux.org/dictionary.git (read-only, click to copy)
Package Base: dictionary
Description: Emacs interface to dictd dictionary servers.
Upstream URL: https://www.myrkr.in-berlin.de/dictionary/
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: micwoj92
Votes: 3
Popularity: 0.000000
First Submitted: 2008-01-04 23:11 (UTC)
Last Updated: 2020-08-26 03:24 (UTC)

Latest Comments

<deleted-account> commented on 2012-06-02 13:46 (UTC)

Apologies for the ridiculous delay. Patch added.

XeCycle commented on 2011-11-22 05:12 (UTC)

The patch is: --- dictionary-1.8.7/dictionary.el 2004-10-02 14:31:20.000000000 +0800 +++ dictionary.el 2011-11-22 12:51:45.286592405 +0800 @@ -330,7 +330,8 @@ (make-local-variable 'dictionary-default-dictionary) (make-local-variable 'dictionary-default-strategy) - (make-local-hook 'kill-buffer-hook) + (when (featurep 'xemacs) + (make-local-hook 'kill-buffer-hook)) (add-hook 'kill-buffer-hook 'dictionary-close t t) (run-hooks 'dictionary-mode-hook))

XeCycle commented on 2011-11-22 05:06 (UTC)

I added a patch to make it work in Emacs 24. Could you please add it or disown it?