Re: Fwd: Bug#766518: cannot easily add new entries anymore in gnus

2014-10-25 Thread Barak A. Pearlmutter
There is a "stub" bbdb.texinfo file in the repo, which isn't in the debian binary package because including an empty info file seemed silly. However it would be a good place to push info like this. Roland, how about a "installation and configuration" section? That seems like the most pressing docu

Fwd: Bug#766518: cannot easily add new entries anymore in gnus

2014-10-24 Thread Barak A. Pearlmutter
Forwarding Debian bug report which is actually an "upstream" issue. See http://bugs.debian.org/766518 -- Forwarded message -- From: 積丹尼 Dan Jacobson Date: 23 October 2014 19:35 Subject: Bug#766518: cannot easily add new entries anymore in gnus To: Debian Bug Tracking System Pac

Re: BBDB suddenly not working for me

2014-06-23 Thread Barak A. Pearlmutter
>> I've been having similar issues. When it happens I delete the >> .bbdb and *BBDB* buffers and they get reloaded and everything >> seems okay again. > > I have never encountered this. Could you possibly try to provide a > reproducible recipe for this or look at this in the debugger to see > what

Re: BBDB suddenly not working for me

2014-06-23 Thread Barak A. Pearlmutter
I've been having similar issues. When it happens I delete the .bbdb and *BBDB* buffers and they get reloaded and everything seems okay again. -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find

Re: [BBDB] ChangeLog 2014-05-06

2014-06-12 Thread Barak A. Pearlmutter
I'd check for the function. Seems more robust. (E.g., if someone forks an older version and updates the date string, or if the function is renamed or removed in the future.) If there's a bug you need to check for you can always complicate the guard later. --Barak.

Re: Patch to makefile-temp

2014-06-04 Thread Barak A. Pearlmutter
If the autotools-based stuff doesn't work on MSWindows, please report the details. That would be a bug, and we should be able to fix it, because autotools-generated scripts are intended to work in that environment (given an installed bourne-compatible shell, and make), and they are doing nothing fa

Re: [BBDB] ChangeLog 2014-04-12

2014-04-12 Thread Barak A. Pearlmutter
> > > 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 fields. > > > > > > Thoughts or comments

Debian bbdb3

2014-03-23 Thread Barak A. Pearlmutter
, but would happily integrate tested patches from xemacs users. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.hamilton.ie/~barak/ -- Learn Graph Datab

Re: [BBDB] ChangeLog 2014-03-11

2014-03-11 Thread Barak A. Pearlmutter
> ... I think it would be > good to have a pre-built bbdb-site.el included in the distribution > tarball. But ideally `make' should rebuild this file whenever the > user re-runs make with a new value for pkgdatadir. The dependency on ../config.something should cause it to be regenerated when the

Re: [BBDB] version 3.1 released

2014-03-11 Thread Barak A. Pearlmutter
> > > I am just curious: In the sed regular expressions, you use "[@]" > > > instead of plain "@". Is there a reason for this? Plain "@" seems > > > to be working, too. > > > > To shield the regex from autoconf! > > But I guess this would be really needed only if bbdb-site.el.in was > actually p

Re: [BBDB] version 3.1 released

2014-03-11 Thread Barak A. Pearlmutter
> I am just curious: In the sed regular expressions, you use "[@]" > instead of plain "@". Is there a reason for this? Plain "@" seems > to be working, too. To shield the regex from autoconf! --Barak. -- Learn Graph Da

Re: pgp public key

2014-03-10 Thread Barak A. Pearlmutter
Thanks, got it. Pushed into debian packaging branch, "uscan" now verifies the signature. (Also put a pithy comment in the commit about how the key downloaded as .gpg file when it is actually ascii armored, with DOS line terminators of all things.) --Barak. ---

pgp public key

2014-03-10 Thread Barak A. Pearlmutter
Roland, the 3.1 release tarball is signed, http://download.savannah.gnu.org/releases/bbdb/ bbdb-3.1.tar.gz 01-Mar-2014 05:40 366K bbdb-3.1.tar.gz.sig 01-Mar-2014 05:40 287 which is great, $ gpg ~/tmp/bbdb-3.1.tar.gz.sig Detached signature. Please en

Re: [BBDB] version 3.1 released

2014-03-10 Thread Barak A. Pearlmutter
"Roland Winkler" writes: > Great, thank you, your new approach should work for everyone. > Two minor things: > > - In bbdb-site.el.in, you kept the value of bbdb-print-tex-path > '("/usr/local/share"). This seems to be a typo that has been > there for some time and should probably be replaced

Re: [BBDB] version 3.1 released

2014-03-09 Thread Barak A. Pearlmutter
Okay, I've reworked it again to satisfy, I believe, all criteria! The pathway is simply bbdb-site.el.in to bbdb-site.el. This is accomplished solely at "make" time, not "./configure" time. (Using "sed" to replace the @foo@ things as well as the path.) A pre-built bbdb-site.el can be included in

Re: [BBDB] version 3.1 released

2014-03-04 Thread Barak A. Pearlmutter
The way I rewrote it this week maintained the property that all the earlier files in the transformation chain were valid elisp, just maybe with incorrect stuff in the strings. And with filename that are clearly destined to be tweaked and renamed bbdb-site.el. The difficulties I see with having bbd

Re: [BBDB] version 3.1 released

2014-03-03 Thread Barak A. Pearlmutter
> Please correct me if I am wrong: doesn't your approach require that > $pkgdatadir is properly defined at compile time, though it is > normally required by make only at install time? The standard autotools way of "baking in" directories and such into installed files is to do so at build time, usi

Re: [BBDB] version 3.1 released

2014-03-02 Thread Barak A. Pearlmutter
Okay, I pushed a modified patch to github.com/barak/bbdb3 suggest-v3.x which re-jiggers things to go bbdb-site-pre-sed.el.in -> bbdb-site-pre-sed.el -> bbdb-site.el If you'd like me to smoosh the history to do this as an isolated branch atop savannah/master I can do the appropriate git-fu.

Re: [BBDB] version 3.1 released

2014-03-01 Thread Barak A. Pearlmutter
> The problem about your patch was that it not only defined the value > of the lisp variable bbdb-print-tex-path, but it also defined the > variable itself. So if someone does not install BBDB via make, then > the variable bbdb-print-tex-path remains undefined and it would be > difficult for most

Re: [BBDB] version 3.1 released

2014-03-01 Thread Barak A. Pearlmutter
> Check it out at > > https://savannah.nongnu.org/projects/bbdb Excellent news, Roland! One very minor issue. $ autoreconf --force --install $ ./configure --prefix=/usr $ make $ make install DESTDIR=/xxx $ find /xxx/usr/share/ -name '*.tex*' /xxx/usr/share/bbdb/bbdb-cols.tex /xxx/usr/s

Re: [BBDB] ChangeLog 2014-01-03 "bbdb-site.el.in"?

2014-01-06 Thread Barak A. Pearlmutter
> There are two such ".in" files, bbdb-pkg.el.in and bbdb-site.el.in In general, GNU autoconf generates "too" from "foo.in" at ./configure time. It basically fills in some templates indicated by @bar@. In this case the filled-in values are just version numbers inside quoted expressions, shouldn't

Re: notes field edition

2013-12-26 Thread Barak A. Pearlmutter
; runs the command bbdb-mua-edit-field-sender") but disconcertingly not in the bbdb window proper (BBDB mode, "; is undefined"). -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.hamilton.ie/~barak/ ---

Re: help with starting bbdb3

2013-09-15 Thread Barak A. Pearlmutter
I have a version packaged for Debian in the branch debian-v3.x in git:// github.com/barak/bbdb3, it would be great if you'd try it. Reports of problems particularly welcome. If there are instructions to make it easier for users to get started, and they amount to startup code, I'd be happy to includ

Re: Automated creation of ELPA package

2013-08-08 Thread Barak A. Pearlmutter
Good idea to make it easy to push our an ELPA tarball. Technically speaking, according to the autotools documentation, wildcards like lisp/*.el aren't supposed to be used in Makefile.am files. (Well, maybe in "clean" targets I suppose.) Just sayin'... Cheers, --Barak. -

Re: [BBDB] ChangeLog 2013-07-17 (Use Automake)

2013-07-17 Thread Barak A. Pearlmutter
> BBDB has been updated to use Automake. That is great. I hope this means I can retire the automake-using mods I've been maintaining in my bbdb3 repo on github. Will do a merge flushing as many of the mods I've made as possible. (You are of course free to snag any code from there you like. It

Re: BBDB3 and bbdb-vcard

2013-06-20 Thread Barak A. Pearlmutter
I'd happily take pull requests for this for the clone in git://github.com/barak/bbdb3 -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___

Re: Manual for BBDB 3

2011-11-21 Thread Barak A. Pearlmutter
although I certainly concede that stickers are probably better at motivating toddlers than computer programmers. --Barak. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.hamil

Re: Manual for BBDB 3

2011-11-21 Thread Barak A. Pearlmutter
suggest-v2.x. It also might have some random tags. --Barak. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.ha

git patches

2011-06-02 Thread Barak A. Pearlmutter
issues.) Since the BBDB 2.x CVS repository is effectively dead, patches to BBDB 2.x can be made similarly by forking the repository github.com/barak/BBDB and issuing a pull request. --Barak. -- Barak A. Pearlmutter Hamilton Institute & Dept

Re: not noticing entries

2011-04-13 Thread Barak A. Pearlmutter
e in maintenance-only mode at this point, at best.) --Barak. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.hamilton.ie/~barak/ --

Re: Bug#617634: Debian version terribly out of date

2011-03-12 Thread Barak A. Pearlmutter
hat it is dead due to a rebase. --Barak. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.hamilton.ie/~barak/ -- Colocation vs. Managed Host

Re: Bug#617634: Debian version terribly out of date

2011-03-12 Thread Barak A. Pearlmutter
> I'm working with Roland to migrate BBDB to a Git repository on Savannah. > I can do the migration like you did but wanted to ensure that the > contributor history is correctly mapped and Roland hasn't had time to > work on it. Not sure how much real names instead of uids on the commits is worth:

BBDB RMAIL for GNU Emacs 23

2009-12-17 Thread Barak A. Pearlmutter
I've repaired a minor bug in RMAIL insinuation for GNU Emacs 23, and also made misc other patches, mainly in the Debian packaging. Changes available via git clone git://github.com/barak/BBDB.git Feedback welcome. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI May