* bug#7330: 24.0.50; Gnus: Symbol's function definition is void
@ 2010-11-04 21:59 Rares Vernica
2010-11-05 8:50 ` Reiner Steib
0 siblings, 1 reply; 4+ messages in thread
From: Rares Vernica @ 2010-11-04 21:59 UTC (permalink / raw)
To: 7330
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#7330: 24.0.50; Gnus: Symbol's function definition is void
2010-11-04 21:59 bug#7330: 24.0.50; Gnus: Symbol's function definition is void Rares Vernica
@ 2010-11-05 8:50 ` Reiner Steib
2010-11-05 17:30 ` Rares Vernica
0 siblings, 1 reply; 4+ messages in thread
From: Reiner Steib @ 2010-11-05 8:50 UTC (permalink / raw)
To: Rares Vernica; +Cc: 7330
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#7330: 24.0.50; Gnus: Symbol's function definition is void
2010-11-05 8:50 ` Reiner Steib
@ 2010-11-05 17:30 ` Rares Vernica
2010-11-05 17:46 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Rares Vernica @ 2010-11-05 17:30 UTC (permalink / raw)
To: 7330
Reiner Steib <reinersteib+gmane@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#7330: 24.0.50; Gnus: Symbol's function definition is void
2010-11-05 17:30 ` Rares Vernica
@ 2010-11-05 17:46 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-11-05 17:46 UTC (permalink / raw)
To: Rares Vernica; +Cc: 7330-close, bugs
Then I'm closing this bug report.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-05 17:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 21:59 bug#7330: 24.0.50; Gnus: Symbol's function definition is void Rares Vernica
2010-11-05 8:50 ` Reiner Steib
2010-11-05 17:30 ` Rares Vernica
2010-11-05 17:46 ` Lars Magne Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.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).