Re: [BBDB] ChangeLog 2012-08-06

2012-08-06 Thread Sam Steingold
> * Roland Winkler [2012-08-06 11:11:19 -0500]: > > On Mon Aug 6 2012 Sam Steingold wrote: >> as with all bury-buffer --> quit-window changes the main idea is that >> bury-buffer preserves the newly created window or frame while >> quit-window deletes it. basically, whatever has been displayed >>

Re: [BBDB] ChangeLog 2012-08-06

2012-08-06 Thread Roland Winkler
On Mon Aug 6 2012 Roland Winkler wrote: > Sure, but the point is here that the call of quit-window is preceded > by a call of set-window-configuration that is supposed to restore > the window configuration before the *Completions* window popped up. Could it be that set-window-configuration is real

Re: [BBDB] ChangeLog 2012-08-06

2012-08-06 Thread Roland Winkler
On Mon Aug 6 2012 Sam Steingold wrote: > as with all bury-buffer --> quit-window changes the main idea is that > bury-buffer preserves the newly created window or frame while > quit-window deletes it. basically, whatever has been displayed > interactively should be removed with quit-window. Sure,

Re: [BBDB] ChangeLog 2012-08-06

2012-08-06 Thread Sam Steingold
> * Roland Winkler [2012-08-06 06:03:12 -0500]: > > On Fri Jul 6 2012 Sam Steingold wrote: >> 2012-06-28 Sam Steingold >> * lisp/bbdb-com.el (bbdb-complete-mail): Use `quit-window' >> instead of `bury-buffer' to get rid of *Completions*. > > I am sorry, it's not clear to me what probl

[BBDB] ChangeLog 2012-08-06

2012-08-06 Thread Roland Winkler
On Fri Jul 6 2012 Sam Steingold wrote: > 2012-06-28 Sam Steingold > * lisp/bbdb-com.el (bbdb-complete-mail): Use `quit-window' > instead of `bury-buffer' to get rid of *Completions*. I am sorry, it's not clear to me what problem was supposed to get fixed by the above patch. With Iv