From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: GNU coding standard highlighting rules Date: Sun, 27 Mar 2011 17:47:40 -0400 Message-ID: References: <87ipvwl1nx.wl%claudio.bley@gmail.com> <83oc5ogp89.fsf@gnu.org> <87ipvuwslp.wl%claudio.bley@gmail.com> <87hbbc0zi6.wl%claudio.bley@gmail.com> <83oc5gsdwc.fsf@gnu.org> <87ei6bunxz.wl%claudio.bley@gmail.com> <83tyf6rhgn.fsf@gnu.org> <84zkoy6tah.wl%claudio.bley@gmail.com> <87hbb5a4xq.fsf@lifelogs.com> <84ipvkx1da.wl%claudio.bley@gmail.com> <87d3ls7n3b.fsf@lifelogs.com> <87vczdwjuk.wl%claudio.bley@gmail.com> <87k4fr3koi.fsf@lifelogs.com> <87d3lhimrw.wl%claudio.bley@gmail.com> <87aagk7c34.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301262474 20105 80.91.229.12 (27 Mar 2011 21:47:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 21:47:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 23:47:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3xoM-0001eW-3P for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 23:47:50 +0200 Original-Received: from localhost ([127.0.0.1]:41070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3xoL-0001C3-9K for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 17:47:49 -0400 Original-Received: from [140.186.70.92] (port=37872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3xoE-00016B-Ds for emacs-devel@gnu.org; Sun, 27 Mar 2011 17:47:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3xoD-00075Q-NF for emacs-devel@gnu.org; Sun, 27 Mar 2011 17:47:42 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:46198 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3xoD-00075M-Km for emacs-devel@gnu.org; Sun, 27 Mar 2011 17:47:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAPqvj01MCqRC/2dsb2JhbAClUHiIa7cxhWkElgU X-IronPort-AV: E=Sophos;i="4.63,252,1299474000"; d="scan'208";a="98277040" Original-Received: from 76-10-164-66.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.66]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 27 Mar 2011 17:47:40 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 234A258EBD; Sun, 27 Mar 2011 17:47:40 -0400 (EDT) In-Reply-To: <87aagk7c34.fsf_-_@lifelogs.com> (Ted Zlatanov's message of "Thu, 24 Mar 2011 10:49:35 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137766 Archived-At: > I would love to see highlighting rules for C and ELisp that at least > catch the comment problems: starting with lowercase and a period without > two spaces, etc. I don't know the Emacs highlighting at all so I can't > write these myself, plus I would probably miss many of the rules through > inexperience. That would be good, indeed. Stefan