On 2007-07-12, Reiner Steib wrote:

> On Thu, Jul 12 2007, Svend Tollak Munkejord wrote:
>
>> (add-hook 'message-mode-hook
>>        (lambda ()
>>          (setq comment-start ">")))
>>
>> in ~/.gnus
>>
>> Does that seem to be an OK solution?
>
> Your suggestion doesn't work for me: I still get "> > foo".  

Sorry, I must have been confused by my own tests. The following should
work, though:

(add-hook 'message-mode-hook
          (lambda ()
            (setq comment-start ">")
            (setq comment-padding "")))

Regards,
-- 
Svend Tollak Munkejord 
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to