[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VM] Programmer's guide to VM code?
From: |
Uday Reddy |
Subject: |
Re: [VM] Programmer's guide to VM code? |
Date: |
Mon, 16 Jan 2012 18:14:56 +0000 |
Konrad Hinsen writes:
> I wonder if there is any useful documentation for those who wish to
> write e-lisp code that manipulates VM buffers. For example, I have
> spent some time trying to figure out how to get the presentation
> buffer for the active folder, but so far without success. I don't
> expect a full manual, but perhaps there are some notes, discussions
> on this list, etc. that could help.
Hi Konrad, have you looked at the "Internals" section of the VM manual?
There are two (buffer-local) variables that hold the identity of the
Presentation buffer, called `vm-presentation-buffer' and
`vm-presentation-buffer-handle'. I don't yet know why there are two
variables. But they generally seem to be the same.
Cheers,
Uday