From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "It's me FKtPp ;)" Newsgroups: gmane.emacs.help Subject: Re: Variables For Queued Mail & News ? Date: 19 May 2003 17:12:58 +0800 Organization: Bentium Ltd. (CN99) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84of24li75.fsf@lucy.is.informatik.uni-duisburg.de> <8465o9mjwe.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1053403265 28750 80.91.224.249 (20 May 2003 04:01:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 04:01:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 20 06:00:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19HyJ6-0007TI-00 for ; Tue, 20 May 2003 06:00:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19HyIi-0007NI-90 for gnu-help-gnu-emacs@m.gmane.org; Tue, 20 May 2003 00:00:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 59 Original-NNTP-Posting-Host: 61.134.139.131 Original-X-Trace: mail.cn99.com 1053402938 56334 61.134.139.131 (20 May 2003 03:55:38 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Tue, 20 May 2003 03:55:38 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:113414 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9909 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9909 kai.grossjohann@gmx.net (Kai Großjohann) writes: [...] > > Hm. Message. Hm. If you add a Gcc header to your outgoing message, > will it be processed properly? Sorry, I don't know how to add Gcc header :P > > I'm guessing you might be using something else. > > Also, please do C-h v mail-user-agent RET after starting a message > with C-x m -- does that show the right value? > > And what does C-h k C-x m say? After C-x m followed by C-h v mail-user-agent RET,It shows me this: mail-user-agent's value is gnus-user-agent [...] > > I'm still hoping that you can get C-x m to work properly. Then the > problem will be avoided. It seemed that C-x m works, but some library missloaded :-( I'd tryed to load some librarys manually, but can't findout which library missloaded.These are what I'd do: 1. add (setq gnus-plugged nil) to my .emacs file, This does no help :-( 2. add (setq gnus-plugged nil) to my .emacs file, and M-x gnus-agentize RET, after I compose a test mail and C-c C-c, It shows me can't resolve symble `nndraft-request-accept-article' Should I add something like (require 'foo) to bar-send-mail-hook? > > But you can also switch to the *Group* buffer and hit m there, of > course. That might be an acceptable workaround? wow, this works perfect :) Thanks :) [...] > > M-q formats a paragraph. > > (add-hook 'text-mode-hook 'turn-on-auto-fill) will set things up so > that auto-fill is automatically active in text-like modes, including > message-mode. Auto-fill means that you don't have to hit M-q most of > the time. Thanks again :)