Leo Liu | 21 Apr 2013 08:13
Face
Picon
Gravatar

[PATCH] Fix thinko in bbdb-mua-summary-mark

As attached.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
bbdb-info <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/
Roland Winkler | 20 Apr 2013 19:10
Picon

Re: [bug #38780] configure does not honor --prefix option

On Sat Apr 20 2013 Vincent Belaïche wrote:
> URL:
>   <http://savannah.nongnu.org/bugs/?38780>
> 
>                  Summary: configure does not honor --prefix option
>                  Project: Insidious Big Brother Database
>             Submitted by: vincentb1
>             Submitted on: sam. 20 avril 2013 05:41:01 GMT
>                 Category: None
>                 Severity: 3 - Normal
>               Item Group: None
>                   Status: None
>                  Privacy: Public
>              Assigned to: None
>              Open/Closed: Open
>          Discussion Lock: Any
> 
>     _______________________________________________________
> 
> Details:
[snip]
> The problem is in
> 
> checking where .elc files should go... $(datadir)/emacs/site-lisp/bbdb
> 
> That should have been c:/Programme/GNU/emacs-extension/lisp/bbdb
> 
> There should be some --with-lispdir or --prefix option support.

I am confused: have you tried the options --prefix and --with-lispdir?
(Continue reading)

Roland Winkler | 16 Apr 2013 20:20
Picon

Re: To-From-Newsgroup and BBDB

On Tue Apr 16 2013 Vincent Beffara wrote:
> For some reason this reply wont go through to the mailing list ... Maybe
> it will eventually and there will be 2 copies, sorry if that happens!
> 
> >> Is there a way to combine BBDB with the functionality of %f in summary
> >> buffers (displaying the recipient if the mail is from me, with a nice
> >> "-> " in front) ?
> >
> > What is BBDB supposed to contribute here? I do not understand what
> > you want to achieve.
> 
> Sorry for not being clear, let me provide some context here. In Gnus,
> summary buffers provide a list of messages in a given mailbox/feed and
> this is of course customizable. Typically, you would put the date, the
> subject, and the author of the message. But for your own messages, it is
> much more convenient to display the recipient instead, with some
> graphical indication that this is what is shown. Typically, this would
> be done by prefixing something like "-> " to the displayed name.
> 
> This is all done automatically by Gnus, the %f formatting code does
> exactly this, using a regexp match (gnus-ignored-from-addresses) to the
> From: field to determine whether you are the author.
> 
> OTOH, Gnus only uses information contained in the message. If the From:
> field contains no full name, for instance, the email address is
> displayed instead. This is where BBDB can help, by looking up the
> address and replacing it with the full name from the db - looks much
> neater this way. This is achieved by the %uB code. In addition, one gets
> an indicator of whether the author is in the db or not, typically a '+'
> in front of the name.
(Continue reading)

Eric Abrahamsen | 16 Apr 2013 03:07

setting bbdb-mua-pop-up to horiz

I'm using dev versions of gnus and bbdb. When looking through a gnus
group, bbdb pops up its window at the bottom of the frame, ie I have
*Summary*, *Article*, and *BBDB* in three layers, one on top of the
other. I just realized this makes little sense: most of the articles I
read are line-wrapped, and *BBDB* usually isn't very wide either, so it
would make much more sense to have *Summary* on top, then below that
*Article* on the left and *BBDB* on the right.

Right now, setting bbdb-mua-pop-up to 'horiz splits the *Summary* buffer
horizontally, not the *Article* buffer! Perhaps because point is in the
*Summary* buffer when *BBDB* is popped? My *Summary* buffer takes up
much less of the frame than *Article*, so I would have thought
`bbdb-pop-up-window' would have identified that as the proper candidate
for splitting.

Anyhow, I see that `bbdb-pop-up-window' doesn't do anything mua-specific
(but looking at the mailing-list that appears to have been intentional).
Is there anything I can do to get this working? It would be great to
have this work on message-mode composition buffers as well..

E

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
bbdb-info <at> lists.sourceforge.net
(Continue reading)

Vincent Beffara | 15 Apr 2013 13:34
Picon
Picon
Gravatar

To-From-Newsgroup and BBDB


Hi,

Is there a way to combine BBDB with the functionality of %f in summary
buffers (displaying the recipient if the mail is from me, with a nice
"-> " in front) ?

(using current bbdb from git, all the hacks I found were against bbdb2 ...)

Thanks,

        /v

--

-- 
Vincent Beffara

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
bbdb-info <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Roland Winkler | 13 Apr 2013 18:39
Picon

[BBDB] ChangeLog 2013-04-13 (bbdb-snarf.el revived)

I installed various patches for BBDB that I had lying around for a
little while. Most notably, I revived bbdb-snarf.el which converts
free-form text to BBDB records. Its new code is more flexible and
also more easily customizable than the old code.  Try it out!

The other changes are described below.

2013-04-13  Roland Winkler  <winkler <at> gnu.org>
	* lisp/bbdb.el (bbdb-utilities-snarf): New custom group.
	* lisp/bbdb-snarf.el: New file.
	* lisp/Makefile.in, lisp/makefile-temp: Compile it.

2013-04-13  Roland Winkler  <winkler <at> gnu.org>
	* lisp/bbdb-com.el (bbdb-merge-records): Fix docstring.  Merge
	also affixes.  Do not enforce multi-line layout for display.

2013-04-13  Roland Winkler  <winkler <at> gnu.org>
	* lisp/bbdb.el (bbdb-format-address-default, bbdb-format-address):
	Allow city, postcode, state, and country to be nil.

2013-04-13  Roland Winkler  <winkler <at> gnu.org>
	* lisp/bbdb.el (bbdb-hash-record, bbdb-change-record): Fix
	docstring.

2013-04-13  Roland Winkler  <winkler <at> gnu.org>
	* lisp/bbdb.el (bbdb-new-mails-primary): Change default to query.

2013-04-13  Roland Winkler  <winkler <at> gnu.org>
	* lisp/bbdb-mua.el (bbdb-mua-summary-unify)
	(bbdb-mua-summary-mark): Allow bbdb-mua-summary-mark-field to be a
(Continue reading)

Julien Cubizolles | 7 Apr 2013 21:36
Picon
Favicon

bbdb database corrupted

bbdb can't access a lot of my contacts in the .bbdb file anymore. I'm
not sure exactly when it started but every time I run bbdb, I get for
example:

--8<---------------cut here---------------start------------->8---
bbdb-format-address-default: Wrong type argument: sequencep, PARIS\"
--8<---------------cut here---------------end--------------->8---

The message is always about a field with a backslash in it. I'm not sure
these backslashes were there before or if they got added behind my back,
by emacs or ASynk (that i use to synchronize with google
contacts).

What do you think is going wrong, bbdb, the .bbdb file ? And how can I
fix it without losing my contacts ?

Thanks for your help.

Julien.

I'm running:

GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of
2013-04-04 on chindi06, modified by Debian

BBDB version 3.02 ($Date: 2013/02/16 14:37:17 $)

and the latest Ma Gnus v0.6 from git.

------------------------------------------------------------------------------
(Continue reading)

Gijs Hillenius | 20 Mar 2013 08:59
Favicon

bug? trying to add email address turns into a loop

I'm using

GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of
2013-03-17 on dex, modified by Debian, including Gnus v5.13, the
development version included with this Emacs snapshot.

BBDB version 3.02 ($Date: 2013/02/16 14:37:17 $)

0) I just added a new record to my .bbbd. I do this by hitting the ':'
key while reading an email message in Gnus. The new contact, lets call
him "First O' Lastname" shows up immediately in the minibuffer, so far
so good.

1) I know that I have a different email address from this contact, so I
do a search in a few mail folders, find the person's earlier emails and
open these. I expect bbdb to notice the alternate address and query me
to add them, but it does not. So I hit ':' again. Bbbd responds by
saying the 'person' is not in the bbdb and queries me to add it. I hit
'y'. Now bbdb responds by saying the record is in the bbdb already.

Messages buffer shows:

if: First O' Lastname is already in BBDB

eh.

How can I debug this further?

my current bbdb settings

(Continue reading)

Roland Winkler | 17 Mar 2013 11:44
Picon

[BBDB] Important: bug in GNU Emacs (trunk) fixed

There was a bug in the emacs function completing-read-multiple that
can corrupt BBDB.  If you use BBDB with the GNU Emacs trunk (in between
revisions 111466 and 112062 inclusive) you should update emacs.

If you use any properly released version of GNU Emacs, there is
nothing to worry about.

Roland

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
bbdb-info <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Brett Presnell | 14 Mar 2013 01:46
Picon

EUDC and BBDB V3


Is anyone out there successfully using EUDC and BBDB V3 together?  I
keep getting the following:

  Symbol's function definition is void: bbdb-record-net

I'm trying to use/emulate this person's setup:

  http://blog.ltsampros.eu/2011/01/17/gnus-eudc-ldap-bbdb

I'm using the latest git pull of bbdb and the eudc included in GNU Emacs
24.3.50.1 (development snapshot).  

I can see that there are a lot of places where eudc seems to assume the
old bbdb's "net" where the new bbdb uses "mail", but my various attempts
at customizing and setq'ing what seemed to be the appropriate variables
have gotten me nowhere.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
bbdb-info <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Gijs Hillenius | 12 Mar 2013 15:32
Favicon

bbdb-new-mails-primary


Hello,

I suggest to make 'query the default value for defcustom
bbdb-new-mails-primary in bbdb.el. The default is currently 'nil.

Bbdb already queries the user when it notices a contact with a new email
addres. This is because the default value is 'query for defcustom
bbdb-add-mails. To me it therefor makes sense it then immediately
following the first question asks if the new email address should be
made the primary address or not. With bbdb-new-mails-primary set to
'nil, the address simply gets added to the end of the collection.

I think 'query was the default in Bbdb version 2. But ..

bbdb-new-mails-primary is easily customizes, of course.

regards

Gijs

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
bbdb-info <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
(Continue reading)


Gmane