GNU bug report logs -
#11104
24.0.94; (void-function make-local-hook): Update NEWS maybe?
Previous Next
Reported by: Jambunathan K <kjambunathan <at> gmail.com>
Date: Tue, 27 Mar 2012 20:20:01 UTC
Severity: minor
Tags: wontfix
Merged with 7236
Found in versions 24.0.50, 24.0.94
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #19 received at 11104 <at> debbugs.gnu.org (full text, mbox):
Hi Jambunathan,
Jambunathan K <kjambunathan <at> gmail.com> writes:
> Debugger entered--Lisp error: (void-function make-local-hook)
> make-local-hook(kill-buffer-hook)
> dictionary-mode()
> dictionary()
> dictionary-ensure-buffer()
> dictionary-new-search((nil . "!"))
> dictionary-lookup-definition()
> call-interactively(dictionary-lookup-definition t nil)
> execute-extended-command(nil)
> call-interactively(execute-extended-command nil nil)
>
> Library is file ~/elisp/dictionary-1.8.7/dictionary.elc
>
> I understand that this is a third party library and possibly no longer
> maintained. (See http://me.in-berlin.de/~myrkr/dictionary/download.html)
>
> I see the following reference to `make-local-hook' in NEWS but it
> doesn't help much.
>
> ,---- C-h n
> | * Incompatible Lisp Changes in Emacs 24.
> | make-local-hook (not needed),
> `----
>
> Any workaround I can put locally in dictionary?
You can use this:
(defalias 'make-local-hook
(if (featurep 'xemacs)
'make-local-hook
'ignore))
Perhaps this should be added to Emacs, I've seen another
packages that break only because of this.
--
Bastien
This bug report was last modified 13 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.