Angel de Vicente <ang...@iac.es> writes:
> 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.

+1, though I’d managed to work out (accidentally, I think, that C-M-j
also worked).

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <n...@nwalsh.com> | The stone fell on the pitcher? Woe to
http://nwalsh.com/            | the pitcher. The pitcher fell on the
                              | stone? Woe to the pitcher.--Rabbinic
                              | Saying

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
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