From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: TextLint: Check your scientific writing from Emacs Date: Thu, 8 Sep 2011 18:03:39 +0200 Message-ID: References: <87hb4nw81f.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1315497861 23711 80.91.229.12 (8 Sep 2011 16:04:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2011 16:04:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 08 18:04:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R1h5M-0000Xt-12 for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2011 18:04:16 +0200 Original-Received: from localhost ([::1]:60591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1h5L-0005Mp-I4 for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2011 12:04:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1h5B-0005F8-5a for emacs-devel@gnu.org; Thu, 08 Sep 2011 12:04:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1h57-0008Gp-4m for emacs-devel@gnu.org; Thu, 08 Sep 2011 12:04:05 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:39162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1h56-0008GX-8u for emacs-devel@gnu.org; Thu, 08 Sep 2011 12:04:00 -0400 Original-Received: by fxg9 with SMTP id 9so2034608fxg.0 for ; Thu, 08 Sep 2011 09:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=bTfS4vArL095gKaQzYIDn3vIDC0frG/Whe+/dlzYwVo=; b=SbSpa6rYBYiiSwwtVmkJGPzsxJFpv6+Cov5uHHpZIaREoeJXs839C/19ShpAr8El8X 7m0dgjjMPZvRKO3EPX9XvscSkKq3iyCP/ysgdAte/jKW8gT7MimUIIWkej2ZKSAcVAks O6/3JQ8ewwBTNgTED/3uC5LwDeeVHfp1fCq7U= Original-Received: by 10.223.101.90 with SMTP id b26mr218251fao.15.1315497839287; Thu, 08 Sep 2011 09:03:59 -0700 (PDT) Original-Received: by 10.152.43.105 with HTTP; Thu, 8 Sep 2011 09:03:39 -0700 (PDT) In-Reply-To: <87hb4nw81f.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143817 Archived-At: On Thu, Sep 8, 2011 at 14:08, Antoine Levitt wrote: > 08/09/11 12:48, Damien Cassou >> TextLint is a tool to check your scientific writing for common style >> errors from Emacs: >> >> http://www.youtube.com/watch?v=CsG2DKgHanE >> >> For additional information, please see >> http://www.emacswiki.org/emacs-en/TextLint >> >> Feedback is highly appreciated > > Bonjour Damien, > > Do you know about style-check.rb? > http://www.cs.umd.edu/~nspring/software/style-check-readme.html That page says style-check.rb is only for latex-formatted text. Is that true?