patrick finerty jr. writes:
> From: "patrick finerty jr." <[EMAIL PROTECTED]>
> To: bbdb-info <[EMAIL PROTECTED]>
> Subject: strange VM display after updating
> Date: Thu, 1 Feb 2001 16:08:59 -0500
> 
> hi folks,
> 
> i just updated bbdb to the officially released version. now i'm seeing
> strange behavior in VM that doesn't affect its function, it's just,
> well, strange.
> 
> i'm not sure how to describe it. when i'm reading a mail folder and
> move from one message to another, the window showing the message (not
> the summary window) flashes briefly. it appears that the entire mail
> header is displayed for a usecond and then shrunk to display only a
> portion of it.
> 
> i've gone through my .vm file and can tell it's soley due to the
> bbdb-insinuate-vm line, which i kind of need.
> 
> anyone else see this? it's sort of distracting. 

Yes, this is due to the (sit-for) call in bbdb-vm.el.  It's not needed for
xemacs, but according to the comments, fsf emacs needs it.  I've already
sent a patch in, actually, here's a better patch.

Index: bbdb-vm.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-vm.el,v
retrieving revision 1.77
diff -c -C0 -r1.77 bbdb-vm.el
*** bbdb-vm.el  2001/02/01 12:03:25     1.77
--- bbdb-vm.el  2001/02/02 05:14:26
***************
*** 353 ****
!       (sit-for 0)
--- 353,354 ----
!       (when (not (string-match "XEmacs\\|Lucid" emacs-version))
!       (sit-for 0))

_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to