VM

Comment 5 for bug 1072568

Revision history for this message
Uday Reddy (reddyuday) wrote : Re: [Bug 1072568] [NEW] V!

mere user writes:

> Debugger entered--Lisp error: (error "Marker does not point anywhere")
> goto-char(#<marker in no buffer>)
> (save-excursion (goto-char (vm-text-of (car vm-message-pointer)))

What this shows is that the marker that records the text part of the
"current message" at this stage doesn't point anywhere, i.e., it hasn't been
set.

Which message is the current message? Does the problem arise for a
particular current message or for all of them, i.e., the current message
when you do `V!' ? Does `V C flagged' cause the same problem?

Cheers,
Uday