[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Annoying (setq bbdb-quiet-about-name-mismatches t) side effect
From: |
Francis Moreau |
Subject: |
Re: Annoying (setq bbdb-quiet-about-name-mismatches t) side effect |
Date: |
Wed, 7 Oct 2009 05:39:11 -0700 (PDT) |
User-agent: |
G2/1.0 |
hello,
On 7 oct, 13:36, Matt Lundin <m...@imapmail.org> wrote:
> Francis Moreau <francis.m...@gmail.com> writes:
> > I'd like bbdb to do nothing when it notices a name change. For that I
> > put in my .emacs:
>
> > (setq bbdb-quiet-about-name-mismatches t)
> > ...
> > The annoying thing is while it's displaying the above message, the
> > article buffer shows the bottom part of the article during 2 seconds.
> > ...
> > Does anybody know how I can get rid of this 2 second latencies I'm
> > seeing ?
>
> I also find this annoying. I use:
>
> (setq bbdb-quiet-about-name-mismatches 0)
>
> 0 = 0 seconds.
ah ok, after reading "(bbdb)Customization Parameters", I thought that
using a number would have made bbdb to actually do the change.
Thanks