emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* error in *bbdb* buffer
@ 2007-06-15 10:54 Leo
  2007-06-19  4:33 ` Carsten Dominik
  2007-06-19  6:29 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: Leo @ 2007-06-15 10:54 UTC (permalink / raw)
  To: emacs-orgmode

Dear Carsten,

With CVS bbdb in Emacs unicode 2 branch, I can reproduce the following
error by "C-c l" in the *BBDB* buffer.

,----
| Debugger entered--Lisp error: (invalid-function bbdb-record-company)
|   bbdb-record-company([#("Richard" 0 7 (auto-composed nil)) #("Stallman" 0 8 (auto-composed nil)) ("Richard M. Stallman") nil nil nil ("rms@gnu.org") ((creation-date . "2005-11-29") (timestamp . "2006-09-25") (notes . "The best hacker, founder of GNU") (newsgroups . "gmane.emacs.devel, gmane.emacs.gnus.general, gmane.emacs.pretest.bugs, gmane.emacs.diffs, gmane.emacs.cvs, gmane.emacs.sources, gmane.emacs.announce")) [#("Richard Stallman" 0 7 ... 8 16 ...) #("stallmanrichard" 0 8 ... 8 15 ...) #<marker at 36779 in bbdb> nil]])
|   org-store-link(nil)
|   call-interactively(org-store-link)
`----

HTH,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error in *bbdb* buffer
  2007-06-15 10:54 error in *bbdb* buffer Leo
@ 2007-06-19  4:33 ` Carsten Dominik
  2007-06-19  4:35   ` Leo
  2007-06-19  7:10   ` Charles philip Chan
  2007-06-19  6:29 ` Carsten Dominik
  1 sibling, 2 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-06-19  4:33 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode

What is the version of bbdb?

- Carsten

On Jun 15, 2007, at 12:54, Leo wrote:

> Dear Carsten,
>
> With CVS bbdb in Emacs unicode 2 branch, I can reproduce the following
> error by "C-c l" in the *BBDB* buffer.
>
> ,----
> | Debugger entered--Lisp error: (invalid-function bbdb-record-company)
> |   bbdb-record-company([#("Richard" 0 7 (auto-composed nil)) 
> #("Stallman" 0 8 (auto-composed nil)) ("Richard M. Stallman") nil nil 
> nil ("rms@gnu.org") ((creation-date . "2005-11-29") (timestamp . 
> "2006-09-25") (notes . "The best hacker, founder of GNU") (newsgroups 
> . "gmane.emacs.devel, gmane.emacs.gnus.general, 
> gmane.emacs.pretest.bugs, gmane.emacs.diffs, gmane.emacs.cvs, 
> gmane.emacs.sources, gmane.emacs.announce")) [#("Richard Stallman" 0 7 
> ... 8 16 ...) #("stallmanrichard" 0 8 ... 8 15 ...) #<marker at 36779 
> in bbdb> nil]])
> |   org-store-link(nil)
> |   call-interactively(org-store-link)
> `----
>
> HTH,
> -- 
> Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error in *bbdb* buffer
  2007-06-19  4:33 ` Carsten Dominik
@ 2007-06-19  4:35   ` Leo
  2007-06-19  7:10   ` Charles philip Chan
  1 sibling, 0 replies; 6+ messages in thread
From: Leo @ 2007-06-19  4:35 UTC (permalink / raw)
  To: emacs-orgmode

----- Carsten Dominik (2007-06-19) wrote:-----

> What is the version of bbdb?

Its value is "2.36 devo".

>
> - Carsten
>
> On Jun 15, 2007, at 12:54, Leo wrote:
>
>> Dear Carsten,
>>
>> With CVS bbdb in Emacs unicode 2 branch, I can reproduce the following
>> error by "C-c l" in the *BBDB* buffer.
>>
>> ,----
>> | Debugger entered--Lisp error: (invalid-function bbdb-record-company)
>> |   bbdb-record-company([#("Richard" 0 7 (auto-composed nil))
>> #("Stallman" 0 8 (auto-composed nil)) ("Richard M. Stallman") nil
>> nil nil ("rms@gnu.org") ((creation-date . "2005-11-29") (timestamp
>> . "2006-09-25") (notes . "The best hacker, founder of GNU")
>> (newsgroups . "gmane.emacs.devel, gmane.emacs.gnus.general,
>> gmane.emacs.pretest.bugs, gmane.emacs.diffs, gmane.emacs.cvs,
>> gmane.emacs.sources, gmane.emacs.announce")) [#("Richard Stallman" 0
>> 7 ... 8 16 ...) #("stallmanrichard" 0 8 ... 8 15 ...) #<marker at
>> 36779 in bbdb> nil]])
>> |   org-store-link(nil)
>> |   call-interactively(org-store-link)
>> `----
>>
>> HTH,
>> -- 
>> Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error in *bbdb* buffer
  2007-06-15 10:54 error in *bbdb* buffer Leo
  2007-06-19  4:33 ` Carsten Dominik
@ 2007-06-19  6:29 ` Carsten Dominik
  2007-06-19 11:42   ` Charles philip Chan
  1 sibling, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2007-06-19  6:29 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode


On Jun 15, 2007, at 12:54, Leo wrote:

> Dear Carsten,
>
> With CVS bbdb in Emacs unicode 2 branch, I can reproduce the following
> error by "C-c l" in the *BBDB* buffer.

I cannot reproduce the error with my version of bbdb (2.34),
but I believe I have a fix anyway.  Please get back to me
if this error persists in 4.78.

Thanks.

- Carsten

>
> ,----
> | Debugger entered--Lisp error: (invalid-function bbdb-record-company)
> |   bbdb-record-company([#("Richard" 0 7 (auto-composed nil)) 
> #("Stallman" 0 8 (auto-composed nil)) ("Richard M. Stallman") nil nil 
> nil ("rms@gnu.org") ((creation-date . "2005-11-29") (timestamp . 
> "2006-09-25") (notes . "The best hacker, founder of GNU") (newsgroups 
> . "gmane.emacs.devel, gmane.emacs.gnus.general, 
> gmane.emacs.pretest.bugs, gmane.emacs.diffs, gmane.emacs.cvs, 
> gmane.emacs.sources, gmane.emacs.announce")) [#("Richard Stallman" 0 7 
> ... 8 16 ...) #("stallmanrichard" 0 8 ... 8 15 ...) #<marker at 36779 
> in bbdb> nil]])
> |   org-store-link(nil)
> |   call-interactively(org-store-link)
> `----
>
> HTH,
> -- 
> Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error in *bbdb* buffer
  2007-06-19  4:33 ` Carsten Dominik
  2007-06-19  4:35   ` Leo
@ 2007-06-19  7:10   ` Charles philip Chan
  1 sibling, 0 replies; 6+ messages in thread
From: Charles philip Chan @ 2007-06-19  7:10 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, Leo


[-- Attachment #1.1: Type: text/plain, Size: 306 bytes --]

Carsten Dominik <dominik@science.uva.nl> writes:

Yes, I just tried it with the same problem.

> What is the version of bbdb?

bbdb 2.36 devo from cvs.

Charles

-- 
"Linux poses a real challenge for those with a taste for late-night
hacking (and/or conversations with God)."
(By Matt Welsh)

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error in *bbdb* buffer
  2007-06-19  6:29 ` Carsten Dominik
@ 2007-06-19 11:42   ` Charles philip Chan
  0 siblings, 0 replies; 6+ messages in thread
From: Charles philip Chan @ 2007-06-19 11:42 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, Leo


[-- Attachment #1.1: Type: text/plain, Size: 369 bytes --]

Carsten Dominik <dominik@science.uva.nl> writes:

> I cannot reproduce the error with my version of bbdb (2.34), but I
> believe I have a fix anyway.  Please get back to me if this error
> persists in 4.78.

Thanks. It works with the new version of org-mode.

Charles

-- 
/* Am I fucking pedantic or what? */
        linux-2.2.16/drivers/scsi/qlogicpti.h

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-19 11:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-15 10:54 error in *bbdb* buffer Leo
2007-06-19  4:33 ` Carsten Dominik
2007-06-19  4:35   ` Leo
2007-06-19  7:10   ` Charles philip Chan
2007-06-19  6:29 ` Carsten Dominik
2007-06-19 11:42   ` Charles philip Chan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).