From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53400 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] (gnus)Splitting in IMAP Date: Fri, 11 Jul 2003 21:02:28 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nel0xw0rm.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057950185 13866 80.91.224.249 (11 Jul 2003 19:03:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2003 19:03:05 +0000 (UTC) Original-X-From: ding-owner+M1944@lists.math.uh.edu Fri Jul 11 21:03:04 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19b3AF-0003Zs-00 for ; Fri, 11 Jul 2003 21:02:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19b3Ax-0004l0-00; Fri, 11 Jul 2003 14:03:23 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19b3At-0004kv-00 for ding@lists.math.uh.edu; Fri, 11 Jul 2003 14:03:19 -0500 Original-Received: (qmail 73099 invoked by alias); 11 Jul 2003 19:03:19 -0000 Original-Received: (qmail 73093 invoked from network); 11 Jul 2003 19:03:19 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 11 Jul 2003 19:03:19 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19b3Lz-0003RB-00 for ; Fri, 11 Jul 2003 21:14:47 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: 0xc3d7e0ee.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1057950887 13216 195.215.224.238 (11 Jul 2003 19:14:47 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 11 Jul 2003 19:14:47 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > If it would work like flyspell, and only highlight things it doesn't > like, it wouldn't be that obtrusive. Some searching on the topic > yields: > > http://owl.english.purdue.edu/ > http://webster.commnet.edu/grammar/ > > Which contain many simple things to keep in mind, some of them could > probably be identified automatically. I think I'll start on a > flygrammar that highlights a vs an mistakes, which seems simple enough > to start with, although perhaps not that useful. Later it could be > extended to match other common things those web pages mention, and > even offer text discussing the mistake for the more complicated > issues. I think GNU Style & Diction is something like this: ,----[ http://www.gnu.org/software/diction/diction.html ] | | Diction and style are two old standard UNIX commands. Diction | identifies wordy and commonly misused phrases. Style analyses surface | characteristics of a document, including sentence length and other | readability measures. `---- I believe there's an Emacs interface for it somewhere.