Re: Replacing Gnus nnmail-split-fancy badness with bbdb goodness

2001-02-13 Thread Jack Twilley
> "Adam" == Adam C Finnefrock <[EMAIL PROTECTED]> writes: Adam> I only use gnus-private, so that I can have per-user sorting, Adam> without an regexp entry for each person in BBDB. So each related BBDB entry has a gnus-private tag, right? That'll handle "other mail" and "people" in my examp

Re: Replacing Gnus nnmail-split-fancy badness with bbdb goodness

2001-02-13 Thread Adam C. Finnefrock
I only use gnus-private, so that I can have per-user sorting, without an regexp entry for each person in BBDB. gnus-public will handle mailing lists, but it's intended to override gnus-private and uses regexps. You set up rules with it instead of what you currently have in nnmail-split-fancy, bu

Re: Replacing Gnus nnmail-split-fancy badness with bbdb goodness

2001-02-13 Thread Jack Twilley
> "Adam" == Adam C Finnefrock <[EMAIL PROTECTED]> writes: Jack> I've got a brutally ugly and hard-to-maintain nnmail-split-fancy Jack> variable in my .gnus file and I vaguely remember someone having Jack> documented some way to add something to a bbdb record, and then Jack> have gnus magicall

SyncBBDB issues

2001-02-13 Thread Kelsey Jordahl
Hi, I've just started trying to use SyncBBDB to syncronize records between BBDB and my Palm III. It looks great, I think that I will finally be able to have addresses stay in sync on both. I have it working now for the most part, but I have encountered a number of problems/inconveniences/wish l

Re: texinfo patch

2001-02-13 Thread Alex Schroeder
When I updated my CVS today, I missed the following patch: > +2001-02-06 Alex Schroeder <[EMAIL PROTECTED]> > + > + * texinfo/bbdb.texinfo (Customization Parameters): Documented > + bbdb-check-zip-codes-p, bbdb-address-formatting-alist, and > + bbdb-continental-zip-regexp. > + > +

bbdb-dial problem

2001-02-13 Thread mdlind
I am having a problem with one aspect of bbdb-dial. I have everyting working except for bbdb-dial-long-distance-prefix. bbdb-dial distinguishes between local and long distance nubers, dialing the area code in the latter case, but it fails to dial the 1 before long distance numbers. I have tried

Re: bbdb.el breaks customize!

2001-02-13 Thread Robert Fenk
On , February 10 2001 01:16:11, ShengHuo ZHU wrote: > ShengHuo ZHU <[EMAIL PROTECTED]> writes: > > > When bbdb.el is loaded in Emacs, characterp defined as macro. In Emacs > > 20, characterp is called if fboundp. This is bad, at least defmacro > > characterp causes trouble in other packages. >

Re: grave completion bug in bbdb 2.2

2001-02-13 Thread Robert Fenk
On Saturday, February 10 2001 15:53:05, Patrick Campbell-Preston wrote: [...] > The bug still happens for me, even with today's tarball from Ronan's > page, but not so repeatably - it seems to happen only the first time I > complete a particular name. Are you sure the fix is good? As I noticed j

Re: function clashes with bbdb

2001-02-13 Thread Paul Franklin
On 13 Feb 2001, Kai [iso-8859-1] Großjohann wrote: > On 13 Feb 2001, John Hunter wrote: > > > (define-key global-map "\C-c\C-g" (lambda () > > (interactive) > > (gnus-group-get-new-news 1))) > > > > This works great *unless* I ha

Re: void-function replace-in-string

2001-02-13 Thread Robert Fenk
On , February 11 2001 21:45:22, Kai Grossjohann wrote: [...] > No. Test for each individual feature and then DTRT if the feature is > there. For example, if BBDB were to display images, testing for > XEmacs vs Emacs is the wrong thing to do -- Emacs 21 can display > images, too. That right, blam

Re: function clashes with bbdb

2001-02-13 Thread Kai Großjohann
On 13 Feb 2001, John Hunter wrote: > An annoying feature about this electric mode in the minibuffer is > that it seems to swallow minibuffer messages. IMHO electricity in BBDB is just not insulated well enough. I prefer to turn it off, lest I get a shock. Maybe some day it will be fixed. But u

Re: function clashes with bbdb

2001-02-13 Thread John Hunter
> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> I wonder whether `C-g' is causing this problem. Can you move Kai> the binding to `C-c g', say, and see if the problem goes Kai> away? Kai> `C-g' normally quits, and who knows what strange effects this Kai> might

Re: function clashes with bbdb

2001-02-13 Thread Kai Großjohann
On 13 Feb 2001, John Hunter wrote: > (define-key global-map "\C-c\C-g" (lambda () > (interactive) > (gnus-group-get-new-news 1))) > > This works great *unless* I have a *BBDB* buffer created in which I > have not run 'M-x bbdb-b

Re: function clashes with bbdb

2001-02-13 Thread John Hunter
> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes: Ronan> It's about not reading the manual :) When the -> prompt is Ronan> in your buffer, you're in BBDB-electric-mode or somesuch Ronan> (details, details). You should not bury the BBDB buffer; Ronan> you should simply press

Re: function clashes with bbdb

2001-02-13 Thread Ronan Waide
On February 13, [EMAIL PROTECTED] said: > and when I execute "\C-c\C-g" I get the flash which is usually caused > by an error. In any case, the binding does not work as expected > *until* I bury the bbdb buffer as described above. Is this related to > the '->' symbol which appears on the left si

Re: function clashes with bbdb

2001-02-13 Thread John Hunter
> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes: Ronan> On February 13, [EMAIL PROTECTED] said: >> I wanted to send along a backtrace but cannot remember how to >> do it (and DejaNews is down!). From the *Apropos*, I thought >> it would be backtrace-debug, but this is app

Re: function clashes with bbdb

2001-02-13 Thread Ronan Waide
On February 13, [EMAIL PROTECTED] said: > I wanted to send along a backtrace but cannot remember how to do it > (and DejaNews is down!). From the *Apropos*, I thought it would be > backtrace-debug, but this is apparently not an interactive function. > Could someone please remind me how to do this

function clashes with bbdb

2001-02-13 Thread John Hunter
I have a key binding that I use to get my mail from the spool form any buffer (define-key global-map "\C-c\C-g" (lambda () (interactive) (gnus-group-get-new-news 1))) This works great *unless* I have a *BBDB* buffer created

Re: Zip code bug?

2001-02-13 Thread Manoj Srivastava
Hi, >>"Sergei" == Sergei Pokrovsky <[EMAIL PROTECTED]> writes: > "ZSH" == ShengHuo ZHU skribis: ZSH> [EMAIL PROTECTED] (Kai Großjohann) writes: >>> On 07 Feb 2001, Mats Löfdahl wrote: >>> >>> > Basically, a continental zip code is displayed in front of the city >>> > while a US zip cod