Jack Twilley writes:
> My bbdb has gotten unwieldy and ugly-looking, so I'd like to clean
> it.
> The most frustrating bit of ugliness involves the "newsgroups" field
> in my database. My goal is to have a return-delimited sorted unique
> list of newsgroups for each poster in my database, but t
My bbdb has gotten unwieldy and ugly-looking, so I'd like to clean
it.
The most frustrating bit of ugliness involves the "newsgroups" field
in my database. My goal is to have a return-delimited sorted unique
list of newsgroups for each poster in my database, but the real data
looks ugly. I wrot
Hi,
installing bbdb (emacs-20.6@linux and emacs-20.6@Solaris, if this plays a
role here), the call of the toplevel
./configure
lead to the Makefile-entry
EMACS = t -no-site-file -no-init-file
instead of the more appropriate
EMACS = emacs -no-site-file -no-init-file
Martin