Re: [BBDB] ChangeLog 2014-04-12

2014-04-15 Thread Ian Kelling
Roland Winkler wink...@gnu.org writes: On Tue Apr 8 2014 i...@iankelling.org wrote: I found a bug: Using (first . last) name arg to bbdb-create-internal fails. An example of the error:: (error type mismatch: expect (or nil (cons string string)), got `(Bob . Dole)') Thanks, that was

Re: [BBDB] ChangeLog 2014-04-12

2014-04-14 Thread Stephen J. Turnbull
Roland Winkler writes: I can't stand the widget system, but that's just one opinion, obviously... I have never used it for anything more frequently (I do not use customize for customizing emacs). Per Cederqvist's ewoc may be a lighter-weight alternative to Per Abrahamsen's widgets.

Re: [BBDB] ChangeLog 2014-04-12

2014-04-13 Thread Roland Winkler
On Sun Apr 13 2014 Barak A. Pearlmutter wrote: bbdb-separator-alist defines the separator for almost all fields to be , .  Only for AKAs it is ; .  I do not know anymore how this came about.  But I find it confusing, and I am thinking about changing the default to , for all

Re: [BBDB] ChangeLog 2014-04-12

2014-04-13 Thread Roland Winkler
John Smith; John Smith, Jr; J. Smith, Esquire I guess we have no shortage in such examples requiring something like `;' instead of `,'. Besides AKAs / names, we may also have organization: HAL, Inc.; Smith, Miller Davis; Company 17 Yet worse mail: sm...@example.com; Smith,

Re: [BBDB] ChangeLog 2014-04-12

2014-04-13 Thread Eric Abrahamsen
Roland Winkler wink...@gnu.org writes: John Smith; John Smith, Jr; J. Smith, Esquire I guess we have no shortage in such examples requiring something like `;' instead of `,'. Besides AKAs / names, we may also have organization: HAL, Inc.; Smith, Miller Davis; Company 17 Yet worse

Re: [BBDB] ChangeLog 2014-04-12

2014-04-13 Thread Roland Winkler
On Mon Apr 14 2014 Eric Abrahamsen wrote: Or to store the value as a list of strings, That's what BBDB does anyway, and that's what bbdb-seperator-alist is about: how to split the string which the user edits into what gets actually stored in the database (see split-string). and make users