>>>> "AP" == Andy Piper <andy(a)xemacs.org>
writes:
AP> At 07:32 PM 3/25/00 -0500, Jeff Miller wrote:
>
> cvs'ed this afternoon. xemacs starts ok, but if i do M-x vm, i get:
>
> Gutter spec must be string, plist or nil: #<x-frame "emacs" 0x1fb4>
AP> I can't reproduce. Can you produce a vanilla test case (including X
AP> resources)?
very quickly looking at things, i find that if i comment out this line:
(add-hook 'find-file-hooks 'turn-on-font-lock)
from my .emacs, the problem goes away. tried:
(setq vm-use-lucid-highlighting nil)
also, but that didn't help. I'll try looking more after work.
it doesn't appear to be an initialization type problem. If in the
same emacs, i try M-x vm a second time, i get the same error.
jeff