Re: [BBDB] ChangeLog 2011-12-11

2011-12-27 Thread Carson Chittom
I'll spare you all the boring details, but essentially I'm having to recreate my ~/.emacs from scratch. I checked out the most recent code from the Savannah repository today and followed the instructions in INSTALL and README as best I understood them. This gave me: (require 'bbdb-loaddefs

v3: name matched against organization?!

2011-12-27 Thread Sam Steingold
When visiting an article from foo b...@baz.com who is not in my db, I am offered to add name foo and address b...@baz.com to the record of First Last - foo, i.e., a person whose _organization_ is foo. I think this is wrong: matching the name foo against organization foo. -- Sam Steingold

patch: fix (defcustom bbdb-auto-notes-rules ...)

2011-12-27 Thread Sam Steingold
2011-12-27 Sam Steingold s...@gnu.org * lisp/bbdb.el (bbdb-auto-notes-rules): Use :set keyword to reset `bbdb-auto-notes-rules-expanded' when `bbdb-auto-notes-rules' is set. diff --git a/lisp/bbdb.el b/lisp/bbdb.el index 44c4181..a25cd34 100644 --- a/lisp/bbdb.el +++

Re: v3: name matched against organization?!

2011-12-27 Thread Leo
On 2011-12-28 02:27 +0800, Sam Steingold wrote: When visiting an article from foo b...@baz.com who is not in my db, I am offered to add name foo and address b...@baz.com to the record of First Last - foo, i.e., a person whose _organization_ is foo. I think this is wrong: matching the name foo

Re: Fix wrong expansion of rules in bbdb-auto-notes

2011-12-27 Thread Sam Steingold
* Leo fqy@tznvy.pbz [2011-12-28 08:15:28 +0800]: On 2011-05-09 02:59 +0800, Roland Winkler wrote: 2011-12-27 Sam Steingold s...@gnu.org * lisp/bbdb.el (bbdb-auto-notes-rules): Use :set keyword to reset `bbdb-auto-notes-rules-expanded' when `bbdb-auto-notes-rules' is set.

Re: v3: name matched against organization?!

2011-12-27 Thread Sam Steingold
* Leo fqy@tznvy.pbz [2011-12-28 08:19:01 +0800]: On 2011-12-28 02:27 +0800, Sam Steingold wrote: When visiting an article from foo b...@baz.com who is not in my db, I am offered to add name foo and address b...@baz.com to the record of First Last - foo, i.e., a person whose

Re: v3: name matched against organization?!

2011-12-27 Thread Leo
On 2011-12-28 09:29 +0800, Sam Steingold wrote: (custom-set-variables '(bbdb-auto-notes-rules '((Web (.* www 0)) (X-Web (*\\(^*\\)* www 1)) (X-WWW-Homepage (*\\([^]*\\)* www 1)) (X-Url (*\\([^]*\\)* www 1)) (X-Url-From (*\\([^]*\\)* www 1)) (Organization (.*

Re: v3: name matched against organization?!

2011-12-27 Thread Sam Steingold
* Leo fqy@tznvy.pbz [2011-12-28 10:56:36 +0800]: On 2011-12-28 09:29 +0800, Sam Steingold wrote: (custom-set-variables '(bbdb-auto-notes-rules '((Web (.* www 0)) (X-Web (*\\(^*\\)* www 1)) (X-WWW-Homepage (*\\([^]*\\)* www 1)) (X-Url (*\\([^]*\\)* www 1))