Hi Wes,

Wes Hardaker <wjhns...@hardakers.net> writes:
> I've been meaning to solve this problem for months.  It's been driving
> me nuts not to be able to create new records, so your message finally
> prompted me to dive into things and have come up with the following
> solution:
>
>   (defadvice bbdb-read-string (before bbdb-read-string-no-ivy activate)
>     (ivy-mode 0))
>   (defadvice bbdb-read-string (after bbdb-read-string-yes-ivy activate)
>     (ivy-mode 1))
>
> If you put the above into your emacs initialization it'll turn off
> ivy-mode while bbdb is prompting for strings.

Exactly what I was looking for. Many thanks for sharing the code.

Cheers,
-- 
Ángel de Vicente
http://www.iac.es/galeria/angelv/          
---------------------------------------------------------------------------------------------
ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Protección de 
Datos, acceda a http://www.iac.es/disclaimer.php
WARNING: For more information on privacy and fulfilment of the Law concerning 
the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to