Re: error while completing name

2012-08-06 Thread Ivan Kanis
Roland Winkler wink...@gnu.org wrote:

 On Sun Aug 5 2012 Ivan Kanis wrote:
 I am running emacs bzr. I get the following error from time to
 time:

 I am sorry, this backtrace is rather difficult to read because of
 extra linebreaks added by some mail program. Could you please send
 it again in some mime encoded / compressed format that protects the
 original format of the backtrace?

Hi, will do next time it happens.

Take care,
-- 
Ivan Kanis
http://ivan.kanis.fr

Laws grind the poor, and rich men rule the law.
-- Oliver Goldsmith

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: error while completing name

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Ivan Kanis wrote:
 I am running emacs bzr. I get the following error from time to
 time:

I am sorry, this backtrace is rather difficult to read because of
extra linebreaks added by some mail program. Could you please send
it again in some mime encoded / compressed format that protects the
original format of the backtrace?

(Or is there some other way to handle this problem that I do not
know about?)

Roland

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: error while completing name

2012-08-05 Thread Stephen Leake
Roland Winkler wink...@gnu.org writes:

 On Sun Aug 5 2012 Ivan Kanis wrote:
 I am running emacs bzr. I get the following error from time to
 time:

 I am sorry, this backtrace is rather difficult to read because of
 extra linebreaks added by some mail program. Could you please send
 it again in some mime encoded / compressed format that protects the
 original format of the backtrace?

This is the error I just reported/fixed, in bbdb-complete-mail; it's
attempting to kill the completion window after it's already been killed
by (set-window-configuration bbdb-complete-mail-saved-window-config)

-- 
-- Stephe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: error while completing name

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Stephen Leake wrote:
 This is the error I just reported/fixed, in bbdb-complete-mail; it's
 attempting to kill the completion window after it's already been killed
 by (set-window-configuration bbdb-complete-mail-saved-window-config)

I guess I understand now the problem. The call of quit-window fails
if the old window configuration got restored by set-window-configuration

Yet I am still confused: what do you mean by

  This is the error I just reported/fixed, in bbdb-complete-mail

I received a report on this problem by Ivan Kanis. What did you do
about it? What is your fix?

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


[BBDB] ChangeLog 2012-08-05 (was: error while completing name)

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Ivan Kanis wrote:
 I am running emacs bzr. I get the following error from time to
 time:

Does this solve your problem?

2012-08-05  Roland Winkler  wink...@gnu.org
* lisp/bbdb-com.el (bbdb-complete-mail): Do not call quit-window.
Instead, rely on set-window-configuration that it does what we
want.


BBDB is available at
http://savannah.nongnu.org/projects/bbdb/
To check it out, use
git clone git://git.savannah.nongnu.org/bbdb.git

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/