Re: does not exist Error

2014-04-12 Thread Roland Winkler
On Wed Apr 2 2014 Aric Gregson wrote: > I am now getting constant errors like this when using bbdb with gnus and > trying to auto-complete email addresses. It will successfully complete > the email address, but each 'tab' brings about a 'beep' noise and this >

does not exist Error

2014-04-03 Thread Aric Gregson
Hello, I am now getting constant errors like this when using bbdb with gnus and trying to auto-complete email addresses. It will successfully complete the email address, but each 'tab' brings about a 'beep' noise and this error associated with different emails, none of

Re: Database Error with v3 from ELPA

2014-02-22 Thread Alan Schmitt
Aric Gregson writes: > Yes, I think it is in melpa. I can confirm that tomorrow. I confirm it's in melpa (it's the version I use). You can search packages in melpa through their webpage: http://melpa.milkbox.net/ Alan -

Re: Database Error with v3 from ELPA

2014-02-22 Thread Aric Gregson
Yes, I think it is in melpa. I can confirm that tomorrow. Aric On February 22, 2014 3:58:06 AM PST, Stephen Leake wrote: >Aric Gregson writes: > >> I recently altered my emacs configuration to use as many packages >from >> ELPA as possible. This resulted in me inadvertantly changing from >BB

Re: Database Error with v3 from ELPA

2014-02-22 Thread Stephen Leake
Aric Gregson writes: > I recently altered my emacs configuration to use as many packages from > ELPA as possible. This resulted in me inadvertantly changing from BBDB > 2.36 to v3 something. Which ELPA repository has bbdb v3? I don't see it in Gnu ELPA (http://elpa.gnu.org/packages/). -- --

Re: Database Error with v3 from ELPA

2014-02-18 Thread Aric Gregson
Roland, Thanks for the ideas. I think that I have removed all my customizations in bbdb, but I am not completely certain. Other than anniversary or birthday there should have been no changes from default. Below is the debug. Debugger entered--Lisp error: (wrong-type-argument listp [nil nil

Re: Database Error with v3 from ELPA

2014-02-18 Thread Aric Gregson
Roland, I sent the backtrace, but now the problem appears to have gone away. I updated packages just now from ELPA and removed some lines in my init file that may have been old. Now all my Emacs buffers can load and search my database without problems. Not sure what was wrong, but am very happy no

Re: Database Error with v3 from ELPA

2014-02-18 Thread Roland Winkler
On Tue Feb 18 2014 Aric Gregson wrote: > However, I cannot even search my database for names without getting the > following error: > > setq: Wrong type argument: listp, # > > I see nothing wrong in that row of the file. Looks no different from any > other entry. Deleting t

Database Error with v3 from ELPA

2014-02-18 Thread Aric Gregson
my database for names without getting the following error: setq: Wrong type argument: listp, # I see nothing wrong in that row of the file. Looks no different from any other entry. Deleting the entry on that line does not resolve the problem. I am using GNU Emacs 24.3.50.1 (amd64-portbld

Re: cache error

2012-08-20 Thread Roland Winkler
Do you have a recipe to reproduce the backtrace below? On Mon Aug 20 2012 Sam Steingold wrote: > Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > bbdb-cache-set-fl-name(nil "XXX XXX") > (let ((fl-name (bbdb-concat (quote name-first-last) first last)) (lf-

cache error

2012-08-20 Thread Sam Steingold
Debugger entered--Lisp error: (wrong-type-argument arrayp nil) bbdb-cache-set-fl-name(nil "XXX XXX") (let ((fl-name (bbdb-concat (quote name-first-last) first last)) (lf-name (bbdb-concat (quote name-last-first) last first)) (cache (bbdb-record-cache record))) (bbdb-cache-set-fl-

Re: error while completing name

2012-08-06 Thread Ivan Kanis
"Roland Winkler" wrote: > On Sun Aug 5 2012 Ivan Kanis wrote: >> I am running emacs bzr. I get the following error from time to >> time: > > I am sorry, this backtrace is rather difficult to read because of > extra linebreaks added by some mail program. Could

[BBDB] ChangeLog 2012-08-05 (was: error while completing name)

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Ivan Kanis wrote: > I am running emacs bzr. I get the following error from time to > time: Does this solve your problem? 2012-08-05 Roland Winkler * lisp/bbdb-com.el (bbdb-complete-mail): Do not call quit-window. Instead, rely on set-window-configuratio

Re: error while completing name

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Stephen Leake wrote: > This is the error I just reported/fixed, in bbdb-complete-mail; it's > attempting to kill the completion window after it's already been killed > by (set-window-configuration bbdb-complete-mail-saved-window-config) I guess I understand n

Re: error while completing name

2012-08-05 Thread Stephen Leake
"Roland Winkler" writes: > On Sun Aug 5 2012 Ivan Kanis wrote: >> I am running emacs bzr. I get the following error from time to >> time: > > I am sorry, this backtrace is rather difficult to read because of > extra linebreaks added by some mail program. Could

Re: error while completing name

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Ivan Kanis wrote: > I am running emacs bzr. I get the following error from time to > time: I am sorry, this backtrace is rather difficult to read because of extra linebreaks added by some mail program. Could you please send it again in some mime encoded / compressed forma

error while completing name

2012-08-05 Thread Ivan Kanis
Hi Roland, I am running emacs bzr. I get the following error from time to time: Debugger entered--Lisp error: (error "# is not a live window") signal(error ("# is not a live window")) error("%s is not a live window" #) window-normalize-window(# t) quit-wind

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-06-13 Thread Philipp Haselwarter
thanks, got it working now (with some fiddling). looks like `calendar-date-style' is not honored /at all/, if you don't use -MM-DD format (as stated in the org-bbdb.el header, admittedly), it just blows up in your face :) -- Philipp Haselwarter -

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-06-13 Thread Matt Lundin
Philipp Haselwarter writes: > On 2011-05-16 14:08 UT, Matt Lundin wrote: > > ML> I have anniversaries working in my own setup, so between the two > ML> sets of modifications, I should be able to provide a full set of > ML> fixes.More soon... > > Would you mind sharing the working bits of your se

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
Leo writes: > On 2011-05-16 00:58 +0800, Matt Lundin wrote: >> I'd be happy to take this on. AFAICT, there are three functions in >> org-bbdb that no longer exist in bbdb v3. > > If you want you can build on top of my version. The anniversaries is > still broken since I don't use BBDB-anniv.el. T

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
"Roland Winkler" writes: > On Sun May 15 2011 Matt Lundin wrote: >> I'd be happy to take this on. AFAICT, there are three functions in >> org-bbdb that no longer exist in bbdb v3. >> >> bbdb-name >> bbdb-company >> bbdb-record-getprop >> >> The first two can easily be defaliased to bbdb-search-

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-15 Thread Roland Winkler
On Sun May 15 2011 Matt Lundin wrote: > I'd be happy to take this on. AFAICT, there are three functions in > org-bbdb that no longer exist in bbdb v3. > > bbdb-name > bbdb-company > bbdb-record-getprop > > The first two can easily be defaliased to bbdb-search-organization and > bbdb-search-name.

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-15 Thread Matt Lundin
"Roland Winkler" writes: > On Sat May 14 2011 Johnny wrote: >> I have set up an org-agenda that includes anniversaries in the agenda >> view from the bbdb database, but this breaks with bbdb 3.02 giving the >> error 'bad sexp'. >> >> I s

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-15 Thread Roland Winkler
On Sun May 15 2011 Roland Winkler wrote: > It would probably be good if the needs of org-mode could be > incorporated into the new BBDB before we declare that BBDB v3 has > reached a beta stage.) I forgot to say: It is an item on the todo list for BBDB v3 to provide a more complete list for how t

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-15 Thread Roland Winkler
On Sat May 14 2011 Johnny wrote: > I have set up an org-agenda that includes anniversaries in the agenda > view from the bbdb database, but this breaks with bbdb 3.02 giving the > error 'bad sexp'. > > I set up the agenda file using (from org-mode 6.33x info section 10.3

org-bbdb-anniversaries gives error 'bad sexp'

2011-05-14 Thread Johnny
I just went back to bbdb 3.02 after having lingered with bbdb 2.35 for a while. I have set up an org-agenda that includes anniversaries in the agenda view from the bbdb database, but this breaks with bbdb 3.02 giving the error 'bad sexp'. I set up the agenda file using (from org-

ChangeLog 2011-01-16 (was: (error "Attempt to split minibuffer window"))

2011-01-16 Thread Roland Winkler
On Sat Jan 15 2011 Stefan Monnier wrote: > > The spirit of the current approach in BBDB for displaying buffers is > > still the one which I guess was implemented years ago. I guess the > > above makes more sense. Yet implementing this properly might break > > again some backward compatibility... (A

Re: (error "Attempt to split minibuffer window")

2011-01-15 Thread Roland Winkler
> > The spirit of the current approach in BBDB for displaying buffers is > > still the one which I guess was implemented years ago. I guess the > > above makes more sense. Yet implementing this properly might break > > again some backward compatibility... (And it might take a little > > while since

Re: (error "Attempt to split minibuffer window")

2011-01-15 Thread Roland Winkler
On Fri Jan 14 2011 Stefan Monnier wrote: > > No surprise! -- I've never used a minibuffer-only frame. What kind > > of behavior would you consider appropriate? Use a new frame? > > Call display-buffer or pop-to-buffer (this has the major advantage of > letting the user customize the resulting be

Re: (error "Attempt to split minibuffer window")

2011-01-15 Thread Roland Winkler
On Sat Jan 15 2011 Stefan Monnier wrote: > > No surprise! -- I've never used a minibuffer-only frame. What kind > > of behavior would you consider appropriate? Use a new frame? > > Call display-buffer or pop-to-buffer (this has the major advantage of > letting the user customize the resulting be

Re: (error "Attempt to split minibuffer window")

2011-01-15 Thread Roland Winkler
On Fri Jan 14 2011 Stefan Monnier wrote: > When I invoke M-x bbdb from my minibuffer-only frame, BBDB burps with > the above error. The Elisp backtrace is: > > split-window(# 0) > bbdb-pop-up-buffer(t nil) > bbdb-display-records-internal((...) multi-line nil t nil) >

(error "Attempt to split minibuffer window")

2011-01-14 Thread Stefan Monnier
When I invoke M-x bbdb from my minibuffer-only frame, BBDB burps with the above error. The Elisp backtrace is: split-window(# 0) bbdb-pop-up-buffer(t nil) bbdb-display-records-internal((...) multi-line nil t nil) bbdb-display-records((...) multi-line nil t) bbdb("" multi-li

annoying error using gnus

2010-05-25 Thread mejia
I have been using gnus for almost a year and recently installed bbdb. I can't describe how happy I am with it. There is, however, an annoying error that shows up in the following two cases (from what I can tell, it is apparently the same error). 1. When, while composing a message, I com

error signalled on viewing post - problem with leading '.'

2009-02-11 Thread Robert Marshall
On viewing this post in uk.net.news.config, I get the following error bbdb-get-addresses: Wrong type argument: listp, "(Unparsable address -- Strange character \\. found: \"._^_mother \")" The from address is actually .mother Emacs : GNU Emacs 23.0.90.1 (i6

Re: Args out of range: 0, 31 error on move between machines

2008-12-28 Thread Bill Harris
s, bbdb will fail with the "Args out of range: 0, 31" error. >> If I close both and restart Emacs and then Gnus, everything works. If I >> then close Emacs and Gnus and restart both, bbdb will again fail ... and >> so forth. > If a precise recipe to reproduce the bug

Re: Args out of range: 0, 31 error on move between machines

2008-12-28 Thread Leo
ial, I've discovered that bbdb works every > other time I start Emacs and Gnus. That is, if I start Emacs and then > start Gnus, bbdb will fail with the "Args out of range: 0, 31" error. > If I close both and restart Emacs and then Gnus, everything works. If I > then cl

Re: Args out of range: 0, 31 error on move between machines

2008-12-28 Thread Bill Harris
hat bbdb works every other time I start Emacs and Gnus. That is, if I start Emacs and then start Gnus, bbdb will fail with the "Args out of range: 0, 31" error. If I close both and restart Emacs and then Gnus, everything works. If I then close Emacs and Gnus and restart both, bbdb will aga

Re: Args out of range: 0, 31 error on move between machines

2008-10-05 Thread Bill Harris
Bill Harris <[EMAIL PROTECTED]> writes: > I don't yet know what causes it to work occasionally and fail most of > the time. My perception is that it is a random event that changes with > each new restart of Gnus or perhaps with each new restart of Emacs and > then Gnus. FWIW, I figured out that

Args out of range: 0, 31 error on move between machines

2008-10-02 Thread Bill Harris
at's associated with a BBDB entry. I don't yet know what causes it to work occasionally and fail most of the time. My perception is that it is a random event that changes with each new restart of Gnus or perhaps with each new restart of Emacs and then Gnus. Here's an error trace for

bbdb-rfc822-addresses: wrong-type-argument error

2008-09-27 Thread Stephen Berman
There appears to be a minor bug in bbdb-rfc822-addresses in the handling of bad addresses according to RFC 822. I encountered a wrong-type-argument error while using Gnus with BBDB support.[1] The error occurred in rfc822-bad-address. I submitted a patch for this function which eliminated that

Re: bbdb-whois.el - byte-compiling error

2006-10-09 Thread Robert Widhopf-Fenk
On Tuesday, September 26, 2006 at 11:04:29, CHENG Gao wrote: > Line 91: > , > | (replace-string "\r\n" "\n") > ` > > byte-compiling error: > , > | In bbdb-whois-sentinel: > | bbdb-whois.el:94:45:Warning: `replace-string' used from Li

bbdb-whois.el - byte-compiling error

2006-09-25 Thread CHENG Gao
Line 91: , | (replace-string "\r\n" "\n") `---- byte-compiling error: , | In bbdb-whois-sentinel: | bbdb-whois.el:94:45:Warning: `replace-string' used from Lisp code | That command is designed for interactive use only ` should it be

Error in bbdb.el (latest cvs source)

2006-09-25 Thread CHENG Gao
bbdb.el, line 1542: , | (insert (replace-in-string notes "[\r\n\t ]+" " ")) ` should this be: , | (insert (bbdb-replace-in-string notes "[\r\n\t ]+" " ")) ` ? replace-in-string is xemacs-specific function. --

error "record doubleplus unpresent!"

2004-12-12 Thread Dan Jacobson
I'm completing a mail address with TAB when suddenly, Debugger entered--Lisp error: (error "record doubleplus unpresent!") But it nor the manual doesn't say what to do about it. All I know is I'm now doubleplus-positive. A doubleplus carrier in t

Re: M-x bbdb error

2004-08-03 Thread Ronan Waide
On August 3, [EMAIL PROTECTED] said: > forward in the file for "(name ." to find the errant record. If you > fix this, M-x bbdb should work fine. Obviously this is something I > should trap in the code, of course. further investigation reveals that the current code certainly tries to stop you from

Re: M-x bbdb error

2004-08-03 Thread Ronan Waide
ling foul of this chunk of code: (defun bbdb-record-getprop (record property) (if (memq property '(name address addresses phone phones net aka AKA)) (error "bbdb: cannot access the %s field this way" property)) That suggests you're trying to access a field called name usi

M-x bbdb error

2004-08-03 Thread Robert Mecklenburg
n example. The only way I have found to avoid the error is to type a single "." at the prompt. (bbdb-version) "BBDB version 2.35 ($Date: 2003/08/05 12:29:30 $)" (emacs-version) "GNU Emacs 21.3.50.2 (i686-pc-linux-gnu, GTK+ Version 2.2.4) of 2004-08-02 on oops.

Error

2004-02-06 Thread bbdb-info
The message contains Unicode characters and has been sent as a binary attachment. <>

Re: Error after deleting a record

2003-07-24 Thread Robert Fenk
On Monday, July 21, 2003 at 18:50:24, Vladimir G. Ivanovic wrote: > Whenever I delete a record in the database, I get the appended > message when I view another MH message. > > I display the database by `M-x bbdb RET RET' I navigate to the > appropriate record with successive `n' and then I type `

Error after deleting a record

2003-07-23 Thread Vladimir G. Ivanovic
Whenever I delete a record in the database, I get the appended message when I view another MH message. I display the database by `M-x bbdb RET RET' I navigate to the appropriate record with successive `n' and then I type `d RET y RET' followed by `s' to save the database. I can fix the problem by

Re: Expanding mail aliases triggers an "error"

2003-03-27 Thread mailspam1
On Thursday, March 27, 2003 at 12:35:39, Sridhar Boovaraghavan wrote: > Until recently, I used to type in the mail-alias of a person in the > From/To fields and then hit C-n. This expanded the alias and moved > the cursor to the next line. Now, I am getting this message in the > *Messages* buffer a

Expanding mail aliases triggers an "error"

2003-03-27 Thread Sridhar Boovaraghavan
Setting debug-on-error doesn't produce a backtrace. Records for which this seems to happen have a mail alias defined like this: ["First" "Last" nil nil nil nil ("[EMAIL PROTECTED]") ((creation-date . "2003-03-27") (timestamp . "2003-03-27") (

Re: Error when changing the email address of an record

2002-04-03 Thread Stefan Reichör
s, > Waider. O.k. I tried it again with the following record: Dummy Foo net: [EMAIL PROTECTED], [EMAIL PROTECTED] -- in the .bbdb ["Dummy" "Foo" nil nil nil nil ("[EMAIL PROTECTED]" "[EMAIL PROTECTED]") ((creation-date . "2002-04-04&q

Re: Error when changing the email address of an record

2002-04-03 Thread Ronan Waide
On March 26, [EMAIL PROTECTED] said: > > I have a bbdb entry with 2 email addresses. > When I want to change the net addresses I hit e over the net line. > When I just hit enter to keep the current net address I get an error: > > bbdb-record-edit-net: Wrong type argument:

Error when changing the email address of an record

2002-03-26 Thread Stefan Reichör
I have a bbdb entry with 2 email addresses. When I want to change the net addresses I hit e over the net line. When I just hit enter to keep the current net address I get an error: bbdb-record-edit-net: Wrong type argument: arrayp, (["Stefan" "Reichör" nil nil nil ni

Re: mail alias expansion returns error

2002-03-08 Thread Ronan Waide
On March 8, [EMAIL PROTECTED] said: > > > > This is the first error of the sort I receive, however I also suspect > my .bbdb file to be corrupt, I don't know a way of checking this. Okay, I think I can see what's happening, but it'd help if you (a) run BBDB uncom

mail alias expansion returns error

2002-03-08 Thread Uwe Brauer
This is the first error of the sort I receive, however I also suspect my .bbdb file to be corrupt, I don't know a way of checking this. # bind (standard-output stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error record) bbdb-record-sortkey(nil) # bind

Re: build error

2002-01-15 Thread Ronan Waide
On January 15, [EMAIL PROTECTED] said: > > Not sure what it does on XEmacs. > > kai Seems to do this on all that I have access to, but damned if I'm making large-scale code changes right now! I've rearranged (I think) enough of the compiler placation that it shouldn't trip up anyone. Cheers, W

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 prac

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

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] https://lists.sourceforge.net/lists/list

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 comp

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

Re: build error

2002-01-14 Thread Alex Schroeder
Ronan Waide <[EMAIL PROTECTED]> writes: > On January 12, [EMAIL PROTECTED] said: >> >> I am not sure, but it seems to me that autoloads are more desireable, >> 'cause then we defer the possible need/availability check to runtime. > > Yep, except the compiler warnings I was attempting to hush up

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

2002-01-14 Thread Alex Schroeder
Benjamin Rutt <[EMAIL PROTECTED]> writes: > Maybe people who want the luxury of running BBDB with multiple emacsen > can live with running BBDB uncompiled? Or, they could maintain > multiple installation dirs and compile for multiple emacsen. If you run Debian, I think this is what happens, eve

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

2002-01-13 Thread Benjamin Rutt
Ronan Waide <[EMAIL PROTECTED]> writes: [...] > I would really, REALLY like to force the compile environment to be > the same as the run environment; specifically, if you compile BBDB > under Emacs Y, then it will only run under Emacs Y. This would allow > a lot more compile-time optimizing of t

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

2002-01-13 Thread Ronan Waide
On January 12, [EMAIL PROTECTED] said: > What's the best solution for library writers then? Do you know > of any code examples where this is handled well? I think the right way to go about this, and certainly the way I intend pushing the BBDB source, is to firstly centralise all the versioning n

Re: build error

2002-01-13 Thread Ronan Waide
On January 12, [EMAIL PROTECTED] said: > > I am not sure, but it seems to me that autoloads are more desireable, > 'cause then we defer the possible need/availability check to runtime. Yep, except the compiler warnings I was attempting to hush up are for variables, not functions/macros, and auto

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

2002-01-13 Thread Ronan Waide
On January 12, [EMAIL PROTECTED] said: > featurep of XEmacs 21.1 and newer has fairly sophisticated emacs > version testing support. Has this been implemented for GNU Emacs > yet? See, this is still a problem, because if you're on XEmacs 21.1 the feature already exists and there's no testing to

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

2002-01-13 Thread Kai Großjohann
Chris Beggy <[EMAIL PROTECTED]> writes: > From: Alex Schroeder <[EMAIL PROTECTED]> >> >> Lots of packages define missing functions in order to run on Emacs and >> XEmacs. Other packages test wethere critical functions are bound or >> not, and then assume they are on Emacs or XEmacs. :( >> >>

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

2002-01-12 Thread Adrian Aichner
> "Chris" == Chris Beggy <[EMAIL PROTECTED]> writes: Chris> From: Alex Schroeder <[EMAIL PROTECTED]> >> >> Lots of packages define missing functions in order to run on Emacs and >> XEmacs. Other packages test wethere critical functions are bound or Hi Alex, All! featurep o

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

2002-01-12 Thread Chris Beggy
From: Alex Schroeder <[EMAIL PROTECTED]> > > Lots of packages define missing functions in order to run on Emacs and > XEmacs. Other packages test wethere critical functions are bound or > not, and then assume they are on Emacs or XEmacs. :( > > I've had a similar problem with one package or an

Re: build error

2002-01-12 Thread Robert Fenk
On , January 12, 2002 at 10:11:38, Jochen Küpper wrote: [...] > I am not sure, but it seems to me that autoloads are more desireable, > 'cause then we defer the possible need/availability check to runtime. But you would not get meaningful compile errors and when you use macros it becomes even wor

Re: build error

2002-01-12 Thread Jochen Küpper
retrieving revision 1.68 diff -u -r1.68 bbdb-hooks.el - --- lisp/bbdb-hooks.el 2002/01/06 22:09:42 1.68 +++ lisp/bbdb-hooks.el 2002/01/12 15:09:56 @@ -42,9 +42,9 @@ (condition-case() (require 'gnus) (error nil)) (condition-case () (require 'vm) (error nil)) (autoload 

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

2002-01-12 Thread Alex Schroeder
Galen Boyer <[EMAIL PROTECTED]> writes: > I found the issue. table.el has caused me a few headaches now. > For some reason, it finds its way into the middle of compilations > and then the resultant compiled code has issues. I ran the bbdb > uncompiled (whew, is it slow) and I was able to perfor

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

2002-01-11 Thread Galen Boyer
> This looks more like an *.elc File which is incompatible, but > you should (setq debug-on-error) and send a backtrack > in order to identify the problem. I found the issue. table.el has caused me a few headaches now. For some reason, it finds its way into the middle of compilations and

re: build error

2002-01-11 Thread Ronan Waide
At Friday, 11 January 2002, you wrote: > >Is this desirable? Why should I install VM when I never use it, just >to get BBDB with Gnus? Nope, it's overzealous compiler-hushing on my part, precisely the sort of thing I'm cleaning up at the moment. In reality, of course, you shouldn't need the VM s

Re: build error

2002-01-11 Thread Matt Armstrong
le: /cvsroot/bbdb/bbdb/lisp/bbdb-hooks.el,v retrieving revision 1.68 diff -u -r1.68 bbdb-hooks.el --- lisp/bbdb-hooks.el 2002/01/06 22:09:42 1.68 +++ lisp/bbdb-hooks.el 2002/01/11 16:42:41 @@ -42,7 +42,7 @@ (condition-case() (require 'gnus) (error nil)) (condition-case () (requi

Re: build error

2002-01-11 Thread Ronan Waide
On January 10, [EMAIL PROTECTED] said: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > With latest cvs sources on Linux, XEmacs-21.4 I get Note that you must have VM sources to compile BBDB. A compiled VM is insufficient. Mind you, I'm not saying that that's where the problem lies! Cheers

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

2002-01-11 Thread Ronan Waide
On January 10, [EMAIL PROTECTED] said: > > Was this the problem the original poster had? Is he trying to > alter a record which somehow has face information, since records > can be created this way? That was the point of my post. > > Chris Where this problem seems to occur most frequently is i

build error

2002-01-10 Thread Jochen Küpper
ks.el... | Loading bbdb-snarf... (file bbdb-snarf.el is newer) | While compiling toplevel forms in file /home/software/emacs/bbdb/lisp/bbdb-hooks.el: | !! File error (("Cannot open load file" "vm-autoload")) | >>Error occurred processing bbdb-hooks.el: Cannot open load file:

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

2002-01-10 Thread Chris Beggy
From: Robert Fenk <[EMAIL PROTECTED]> > On Thursday, January 10, 2002 at 10:34:09, Chris Beggy wrote: > [...] > > I think that I have gotten errors like this, in reading the .bbdb > > file, when I have snarfed records with "face" in the buffer. > > We had a report on similar problems before. > A

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

2002-01-10 Thread Robert Fenk
On Thursday, January 10, 2002 at 10:34:09, Chris Beggy wrote: [...] > I think that I have gotten errors like this, in reading the .bbdb > file, when I have snarfed records with "face" in the buffer. We had a report on similar problems before. As far as I remember you have to edit .bbdb by hand an

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

2002-01-10 Thread Chris Beggy
From: Robert Fenk <[EMAIL PROTECTED]> > On , January 9, 2002 at 23:34:01, Galen Boyer wrote: > > Invalid face text property value: red [12 times] > > Hmm, I think there is no face in BBDB which is red unless you > defined/changed one yourself. Have you made any changes to the > config/sources r

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

2002-01-10 Thread Robert Fenk
he config/sources recently which might be responsible? > Invalid function: (macro . #[(vector) "ÁÂE‡" [vector aref 1] 3]) This looks more like an *.elc File which is incompatible, but you should (setq debug-on-error) and send a backtrack in order to identify

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

2002-01-09 Thread Galen Boyer
I am continually getting the following type of message. Invalid face text property value: red [12 times] Invalid function: (macro . #[(vector) "ÁÂE‡" [vector aref 1] 3]) I have shut down and restarted Emacs a few times after seeing this, just to make sure it wasn't something boneheaded I did.

message-mode-keymap error

2001-11-19 Thread Chris Beggy
Here's patch against 2.32 to correct a message-mode-keymap error: Chris --- lisporig/bbdb.elMon Nov 19 09:30:39 2001 +++ lisp/bbdb.elMon Nov 19 09:31:06 2001 @@ -38,6 +38,7 @@ ;; (require 'timezone) +(require 'message) (defconst bbdb-version "2.32"

gnus fails to open mail with bbdb error

2001-10-17 Thread Michael Slass
Trying to open a mail (in gnus) from [EMAIL PROTECTED] produces a lisp error. Backtrace pasted below. Please contact me directly if you need to see my .bbdb file. Thanks, Mike Slass WRQ, Inc. Seattle, WA cut here Debugger entered--Lisp error: (wrong-type-argument

bbdb/mhe cache error with nonexistant entries

2001-10-16 Thread y
This one is somewhat hard to describe. Please let me know if you can't make it out. Whenever mh-e calls bbdb/mh-update-record for a message WITHOUT an existing entry in the database TWICE, emacs will error as below. To reproduce, you need to have bbdb/mail-auto-create-p nil, select a me

Re: error compiling

2001-08-30 Thread Laura Conrad
byte code (("variable reference to constant symbol :group")) >> >> >>Error occurred processing bbdb-gnus.el: >> >> Invalid byte code: "variable reference to constant symbol :group" >> I have more information. I tried the things you sugges

Re: error compiling

2001-08-29 Thread Ronan Waide
On August 29, [EMAIL PROTECTED] said: > >> While compiling toplevel forms in file >/home/lconrad/src/bbdb/bbdb/lisp/bbdb-gnus.el: > >> !! Invalid byte code (("variable reference to constant symbol :group")) > >> >>Error occurred proces

Re: error compiling

2001-08-29 Thread Laura Conrad
cs/site-start.d/rpm.el... >> Compiling /home/lconrad/src/bbdb/bbdb/lisp/bbdb-gnus.el... >> While compiling toplevel forms in file /home/lconrad/src/bbdb/bbdb/lisp/bbdb-gnus.el: >> !! Invalid byte code (("variable reference to constant symbol :group")) >

Re: error compiling

2001-08-29 Thread Ronan Waide
conrad/src/bbdb/bbdb/lisp/bbdb-gnus.el: > !! Invalid byte code (("variable reference to constant symbol :group")) > >>Error occurred processing bbdb-gnus.el: > Invalid byte code: "variable reference to constant symbol :group" > > > Done Hi Laura, what

error compiling

2001-08-25 Thread Laura Conrad
. Loading /etc/emacs/site-start.d/python.el... Loading /etc/emacs/site-start.d/rpm.el... Compiling /home/lconrad/src/bbdb/bbdb/lisp/bbdb-gnus.el... While compiling toplevel forms in file /home/lconrad/src/bbdb/bbdb/lisp/bbdb-gnus.el: !! Invalid byte code (("variable reference to constant sy

Re: BBDB help error

2001-06-09 Thread Ronan Waide
On June 2, [EMAIL PROTECTED] said: > Hi! > > Emacs 20.7 + Oort Gnus 0.04 + latest BBDB from CVS > > Adding a record with `:' and pressing '?' for further help produces > the following backtrace: > > Signaling: (void-function window-list) > window-list() This is fixed, after a fashion. I'm n

BBDB help error

2001-06-02 Thread Raymond Scholz
Hi! Emacs 20.7 + Oort Gnus 0.04 + latest BBDB from CVS Adding a record with `:' and pressing '?' for further help produces the following backtrace: Signaling: (void-function window-list) window-list() bbdb-get-help-window("Your answer controls how BBDB updates/searches for records.\n\nTyp

Re: BBDB error

2001-02-28 Thread Ronan Waide
On February 28, [EMAIL PROTECTED] said: > Hello, > > I upgraded from XEmacs 20.4 to v21.1.8 without modifying my > .emacs file. > Whenever I want to get a record from BBDB (e.g. by entering > VMail) I get the error message > > > Signaling: (wrong-type-argumen

BBDB error

2001-02-27 Thread Alain Muls
Hello, I upgraded from XEmacs 20.4 to v21.1.8 without modifying my .emacs file. Whenever I want to get a record from BBDB (e.g. by entering VMail) I get the error message Signaling: (wrong-type-argument arrayp -A) parse-bbdb-frobnicate((["2POL" nil ("Lemaire Michel"

Re: email address containing . gives an error

2001-02-03 Thread Robert Fenk
On Friday, February 2 2001 23:07:24, patrick finerty jr. wrote: [...] > Michael J Fox <[EMAIL PROTECTED]> [...] > > is this a bug or a feature? It is a bug. I gonna commit a fix for this next week. Bye Robert ___ [EMAIL PROTECTED] http://lists.sour

Re: email address containing . gives an error

2001-02-02 Thread patrick finerty jr.
i've noticed something else odd with the new bbdb. many people use middle initials in the full name part of their email address such as: Michael J. Fox <[EMAIL PROTECTED]> how to reproduce: create a new record with a middle initial. the initial should be terminated with a '.' as above. next, se

  1   2   >