Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Svend Tollak Munkejord <stm-direct_reply@pvv.org>
To: info-gnus-english@gnu.org
Subject: Re: Alterative to tc-indent-region?
Date: Fri, 13 Jul 2007 08:46:07 +0200	[thread overview]
Message-ID: <hddy7hkn6mo.fsf@decibel.pvv.ntnu.no> (raw)
In-Reply-To: <v9wsx5posf.fsf@marauder.physik.uni-ulm.de>

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	other threads:[~2007-07-13  6:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10  9:56 Svend Tollak Munkejord
2007-07-10 15:31 ` David Z Maze
2007-07-11  6:56   ` Svend Tollak Munkejord
2007-07-11 19:34   ` Reiner Steib
2007-07-12  7:05     ` Svend Tollak Munkejord
2007-07-12 16:30       ` Reiner Steib
2007-07-13  6:46         ` Svend Tollak Munkejord [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=hddy7hkn6mo.fsf@decibel.pvv.ntnu.no \
    --to=stm-direct_reply@pvv.org \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).