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
