From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82350 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Features that make you love Gnus? Date: Mon, 24 Sep 2012 08:52:18 +0200 Message-ID: <87fw676hgd.fsf@thinkpad.tsdh.de> References: <87mx0j6f91.fsf@thinkpad.tsdh.de> <871uhs1kmr.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348469555 21507 80.91.229.3 (24 Sep 2012 06:52:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2012 06:52:35 +0000 (UTC) Cc: ding@gnus.org To: Oleksandr Gavenko Original-X-From: ding-owner+M30616@lists.math.uh.edu Mon Sep 24 08:52:40 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TG2X2-0003I6-3N for ding-account@gmane.org; Mon, 24 Sep 2012 08:52:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TG2Wv-0005cG-OL; Mon, 24 Sep 2012 01:52:33 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TG2Wu-0005c2-IL for ding@lists.math.uh.edu; Mon, 24 Sep 2012 01:52:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TG2Wj-0008Ef-Iq for ding@lists.math.uh.edu; Mon, 24 Sep 2012 01:52:32 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TG2Wi-0003LC-5A for ding@gnus.org; Mon, 24 Sep 2012 08:52:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0020CD22D9; Mon, 24 Sep 2012 08:52:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tSxdeX7dw9vF; Mon, 24 Sep 2012 08:52:19 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 67612D22D8; Mon, 24 Sep 2012 08:52:19 +0200 (CEST) In-Reply-To: <871uhs1kmr.fsf@gavenkoa.example.com> (Oleksandr Gavenko's message of "Mon, 24 Sep 2012 00:42:36 +0300") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82350 Archived-At: Oleksandr Gavenko writes: >> 2. I really, really hate receiving badly formatted mail. Gnus washing >> commands help a bit sometimes, but more importantly, message-mode is >> just awesome for writing perfectly formatted plain-text mail. If you >> write me some totally bogus, messed-up Outlook salad, you'll get a >> perfectly formatted reply where even your own text looks good (and of >> course the request to use some sane email program). > > I usually use "W Q" for message in HTML format (which come from NNTP > gateway for SQL.ru and RSDN.ru forums). > > Can I set this option permanently for rsdn.* and sqlru.* groups? Probably by adding some code into `gnus-article-mode' that checks if the article is from one of these newsgroups and then does (gnus-article-fill-long-lines). But in my experience, these washing commands make only sense on a message per message basis. For example, if the message contains some code snippet you never want to fill long lines. Bye, Tassilo