[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: |
lsmithso |
Subject: |
Re: [VM] vm 8.1.1 and emacs 24 (make-local-hook) |
Date: |
Tue, 3 Dec 2013 07:14:54 +0000 |
vm-8.2.0b fixed this. It seems stable and I haven't come across any
regressions.
Reinhard Kotucha writes:
> 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.
> ----------------------------------------------------------------------------
--
Les Smithson