On Tuesday, January 29, 2008 at 15:18:37, Sebastian P. Luque wrote:
> On Tue, 29 Jan 2008 21:53:57 +0100,
> Robert Widhopf-Fenk <[EMAIL PROTECTED]> wrote:
>
> [...]
>
> > Which bbdb-version / debian package are you using?
>
> This is with BBDB version 2.35 ($Date: 2005/09/06 21:39:51 $).
> However, I found the problem was a pesky "q" character that I must
> have accidentally typed while switching buffers
Cool, that you found the cause ;-)
> , which got saved
> when quitting GNUS/Emacs. I inspected the ~/.bbdb, found it right
> at the end of the file, removed it, saved the file and the problem
> was gone. I have to find a way to hide the ~/.bbdb buffer to avoid
> accidentally typing something there. Thanks.
You may rename the ~/.bbdb buffer, i.e.
(defun bbdb-hide-buffer ()
(interactive)
(save-excursion
(set-buffer bbdb-buffer)
(rename-buffer " .bbdb")))
The leading space will hide it from switch-to-buffer and the
buffer list ... a quick test looks like it works and it may
go into CVS if not causing trouble ...
Robert
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/