[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VM] vm 8.1.1 and emacs 24 (make-local-hook)
From: |
Reinhard Kotucha |
Subject: |
Re: [VM] vm 8.1.1 and emacs 24 (make-local-hook) |
Date: |
Tue, 3 Dec 2013 00:24:57 +0100 |
On 2013-12-02 at 23:08:47 +0000, Uday Reddy wrote:
> Dear Reinhard, If you build your own VM, here is a quick fix. Please put
> this definition in vm-misc.el:
>
> (defun vm-make-local-hook (hook)
> (if (fboundp 'make-local-hook) ; Emacs/XEmacs 21
> (make-local-hook hook)))
>
> and replace all calls to make-local-hook in .../vm/lisp directory to calls
> to vm-make-local-hook. Then recompile by doing
>
> make clean; make
>
> in the lisp directory.
>
> I am trying to get you off the ground with Emacs 24 so that you can check
> what other problems might arise in Emacs 24.
Thank you very much, I'll look into it tomorrow. We Central Europeans
are one hour in advance and I have to get up early in the morning.
Anyway, thanks for this amazingly fast response.
Regards,
Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover mailto:address@hidden
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------