GNU bug report logs -
#7330
24.0.50; Gnus: Symbol's function definition is void
Previous Next
Reported by: Rares Vernica <rares <at> ics.uci.edu>
Date: Thu, 4 Nov 2010 21:56:01 UTC
Severity: normal
Found in version 24.0.50
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7330 in the body.
You can then email your comments to 7330 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7330
; Package
emacs
.
(Thu, 04 Nov 2010 21:56:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rares Vernica <rares <at> ics.uci.edu>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 04 Nov 2010 21:56:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
I updated to the latest emacs version from bzr on November 4. I compiled
it and it seems to work fine except for Gnus. I get an error when I try
to open any of the Gnus groups.
M-x emacs-version:
GNU Emacs 24.0.50.1 (sparc-sun-solaris2.10, X toolkit) of 2010-11-04
I open Gnus and it checks for new emails. Everything works fine and all
the groups are displayed. When I try to enter a group I get the flowing
error message:
insert: Symbol's function definition is void: gnus-user-format-function-b
M-x toggle-debug-on-error:
Debugger entered--Lisp error: (void-function gnus-user-format-function-b)
(gnus-user-format-function-b gnus-tmp-header)
(insert (gnus-user-format-function-b gnus-tmp-header) gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation)
(progn (insert (gnus-user-format-function-b gnus-tmp-header) gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation) (gnus-put-text-property (point) (progn (insert (format "%c%4s: %-20s%c" gnus-tmp-opening-bracket gnus-tmp-lines (let* ((val ...) (need ...)) (if (> need 0) (concat nil val ...) val)) gnus-tmp-closing-bracket)) (point)) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n"))
eval((progn (insert (gnus-user-format-function-b gnus-tmp-header) gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation) (gnus-put-text-property (point) (progn (insert (format "%c%4s: %-20s%c" gnus-tmp-opening-bracket gnus-tmp-lines (let* ((val ...) (need ...)) (if (> need 0) (concat nil val ...) val)) gnus-tmp-closing-bracket)) (point)) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n")))
gnus-summary-prepare-threads((([ ... emails list ... ])))
gnus-summary-prepare()
gnus-summary-read-group-1("nndraft:drafts" nil t nil nil nil)
gnus-summary-read-group("nndraft:drafts" nil t nil nil nil nil)
gnus-group-read-group(nil t)
gnus-group-select-group(nil)
call-interactively(gnus-group-select-group nil nil)
This might also be related. If I have BBDB enabled I get the following
error message when Gnus starts:
Symbol's function definition is void: bbdb-insinuate-gnus
I had to disable BBDB in order to get emacs to load.
Thanks,
Rares
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#7330
; Package
emacs,gnus
.
(Fri, 05 Nov 2010 08:46:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 7330 <at> debbugs.gnu.org (full text, mbox):
On Thu, Nov 04 2010, Rares Vernica wrote:
> I open Gnus and it checks for new emails. Everything works fine and all
> the groups are displayed. When I try to enter a group I get the flowing
> error message:
>
> insert: Symbol's function definition is void: gnus-user-format-function-b
>
> M-x toggle-debug-on-error:
>
> Debugger entered--Lisp error: (void-function gnus-user-format-function-b)
> (gnus-user-format-function-b gnus-tmp-header)
`bbdb-insinuate-gnus' defines this alias (in BBDB 2.35):
,----[ <f1> f gnus-user-format-function-b RET ]
| gnus-user-format-function-b is an alias for
| `bbdb/gnus-summary-author-in-bbdb'.
| (gnus-user-format-function-b HEADER)
|
| Given a Gnus message header, returns a mark if the poster is in the
| BBDB, " " otherwise. The mark itself is the value of the field
| indicated by `bbdb-message-marker-field' (`mark-char' by default) if
| the indicated field is in the poster's record, and
| `bbdb/gnus-summary-known-poster-mark' otherwise.
`----
> This might also be related. If I have BBDB enabled I get the following
> error message when Gnus starts:
>
> Symbol's function definition is void: bbdb-insinuate-gnus
>
> I had to disable BBDB in order to get emacs to load.
Probably you didn't install and BBDB correctly.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#7330
; Package
emacs,gnus
.
(Fri, 05 Nov 2010 17:27:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 7330 <at> debbugs.gnu.org (full text, mbox):
Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
> On Thu, Nov 04 2010, Rares Vernica wrote:
>
>> I open Gnus and it checks for new emails. Everything works fine and all
>> the groups are displayed. When I try to enter a group I get the flowing
>> error message:
>>
>> insert: Symbol's function definition is void: gnus-user-format-function-b
>>
>> M-x toggle-debug-on-error:
>>
>> Debugger entered--Lisp error: (void-function gnus-user-format-function-b)
>> (gnus-user-format-function-b gnus-tmp-header)
>
> `bbdb-insinuate-gnus' defines this alias (in BBDB 2.35):
>
> ,----[ <f1> f gnus-user-format-function-b RET ]
> | gnus-user-format-function-b is an alias for
> | `bbdb/gnus-summary-author-in-bbdb'.
> | (gnus-user-format-function-b HEADER)
> |
> | Given a Gnus message header, returns a mark if the poster is in the
> | BBDB, " " otherwise. The mark itself is the value of the field
> | indicated by `bbdb-message-marker-field' (`mark-char' by default) if
> | the indicated field is in the poster's record, and
> | `bbdb/gnus-summary-known-poster-mark' otherwise.
> `----
>
>> This might also be related. If I have BBDB enabled I get the following
>> error message when Gnus starts:
>>
>> Symbol's function definition is void: bbdb-insinuate-gnus
>>
>> I had to disable BBDB in order to get emacs to load.
>
> Probably you didn't install and BBDB correctly.
I think it was because I did not properly initialize BBDB. I reinstalled
BBDB and initialize it properly and now everything works.
Thanks!
Rares
Reply sent
to
bugs <at> gnus.org
:
You have taken responsibility.
(Fri, 05 Nov 2010 17:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rares Vernica <rares <at> ics.uci.edu>
:
bug acknowledged by developer.
(Fri, 05 Nov 2010 17:44:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 7330-close <at> debbugs.gnu.org (full text, mbox):
Then I'm closing this bug report.
--
(domestic pets only, the antidote for overdose, milk.)
larsi <at> gnus.org * Lars Magne Ingebrigtsen
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 04 Dec 2010 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.