Re: build error

2002-01-15 Thread Kai Großjohann
Alex Schroeder [EMAIL PROTECTED] writes: This is exactly the kind of thing which will screw other code in the long run. That other package might test (boundp 'foo) and we used defvar foo to silence the compiler... It might work (and many people do this), but we'll need to really make sure

Re: build error

2002-01-15 Thread Adrian Aichner
Kai == Kai Großjohann [EMAIL PROTECTED] writes: Kai Alex Schroeder [EMAIL PROTECTED] writes: This is exactly the kind of thing which will screw other code in the long run. That other package might test (boundp 'foo) and we used defvar foo to silence the compiler... It might

Re: build error

2002-01-15 Thread Alex Schroeder
[EMAIL PROTECTED] (Kai Großjohann) writes: | ELISP (defvar xyzzy) | xyzzy | ELISP (boundp 'xyzzy) | nil Heh, learn a new thing every day. :) Alex. -- http://www.emacswiki.org/ ___ [EMAIL PROTECTED]

Re: Error while trying to edit/delete or add a field on a record.

2002-01-15 Thread Stephen J. Turnbull
Ronan == Ronan Waide [EMAIL PROTECTED] writes: Ronan I would really, REALLY like to force the compile Ronan environment to be the same as the run environment; Ronan specifically, if you compile BBDB under Emacs Y, then it Ronan will only run under Emacs Y. How same is same? I

Re: Error while trying to edit/delete or add a field on a record.

2002-01-15 Thread Ronan Waide
On January 16, [EMAIL PROTECTED] said: How same is same? I mean, you could write the compiler's version string into a variable and compare for equality, but that seems a bit extreme. By same I mean that the same features are available. I really don't know how generous this is, so

bbdb-2.34 released

2002-01-15 Thread Ronan Waide
Hi folks, BBDB-2.34 is out. I've updated http://bbdb.sourceforge.net/ with the new release, and also tagged CVS, and I'm updating the waider.ie mirror right now. In this release: * Much display handling rewriting, courtesy of Alex Schroeder and Robert Fenk. It's so good, I've not even figured