Re: suppression of uninteresting mail addresses

2011-01-17 Thread jidanni
All I know is I use (setq rs-bbdb-ignored-from-list '(@public.gmane.org p...@gwene.org)) (setq bbdb-ignore-some-messages-alist `((From . , (regexp-opt rs-bbdb-ignored-from-list in http://jidanni.org/comp/configuration/.gnus.el which makes bbdb-ignore-some-messages-alist's value is ((From

Re: ChangeLog 2011-01-16

2011-01-17 Thread Philipp Haselwarter
RW == Roland Winkler wink...@gnu.org writes: ---8---[snipped 22 lines]---8--- RW * lisp/Makefile: In bbdb-autloads.el, add BBDB lisp directory to RW load-path. ---8---[snipped 18 lines]---8--- You forgot to add -e to the echo to make it expand the \n into a newline. --- a/Makefile

Re: ChangeLog 2011-01-16

2011-01-17 Thread Roland Winkler
On Mon Jan 17 2011 Philipp Haselwarter wrote: RW == Roland Winkler wink...@gnu.org writes: ---8---[snipped 22 lines]---8--- RW * lisp/Makefile: In bbdb-autloads.el, add BBDB lisp directory to RW load-path. ---8---[snipped 18 lines]---8--- You forgot to add -e to the echo to make it

ChangeLog 2011-01-17 (was: ChangeLog 2011-01-16)

2011-01-17 Thread Roland Winkler
On Mon Jan 17 2011 Philipp Haselwarter wrote: RW == Roland Winkler wink...@gnu.org writes: ---8---[snipped 22 lines]---8--- RW * lisp/Makefile: In bbdb-autloads.el, add BBDB lisp directory to RW load-path. ---8---[snipped 18 lines]---8--- You forgot to add -e to the echo to make it

Re: ChangeLog 2011-01-17

2011-01-17 Thread Roland Winkler
On Tue Jan 18 2011 Philipp Haselwarter wrote: `echo' is generally messy for portability as every shell/os has its own ways to think of it, more or less POSIX compliant, which is the reason for it being deprecated (not obsoleted though) in POSIX: