[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Variables For Queued Mail & News ?
From: |
It's me FKtPp ;) |
Subject: |
Re: Variables For Queued Mail & News ? |
Date: |
19 May 2003 17:12:58 +0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
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 :)