From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1899 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: Problem w/ sending new message Date: Sat, 18 Jan 2003 23:28:33 +0100 Organization: http://purl.org/harder/ Message-ID: References: <873cnqrtpc.fsf@antithese.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668527 13119 80.91.229.2 (31 Jan 2006 00:48:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:48:47 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:52 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Michael Below writes: > I just invoked a fresh Emacs and did C-x m to write a new > mail message. When I wanted to send my message with C-c C-c I got > "Symbol's function definition is void: gnus-agent-possibly-save-gcc" When you're using a stand-alone Gnus distribution, you should put (require 'gnus-load) in your .emacs file. I think this will fix the problem.