info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alterative to tc-indent-region?


From: Svend Tollak Munkejord
Subject: Re: Alterative to tc-indent-region?
Date: Fri, 13 Jul 2007 08:46:07 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

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 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]