From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: flypell and check-comments. Date: Mon, 12 Mar 2007 19:59:42 +0100 Message-ID: <45F5A31E.5090808@gmx.at> References: <87fy8ht91r.fsf@lrde.org> <45EF0455.6080407@gmx.at> <87slccrl4w.fsf@lrde.org> <45F41466.6010108@gmx.at> <87bqizsneg.fsf@lrde.org> <45F45E0B.50707@gmx.at> <87ps7er4z5.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173726184 14806 80.91.229.12 (12 Mar 2007 19:03:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 19:03:04 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, Stefan Monnier To: =?ISO-8859-15?Q?Micha=EBl_Cadilhac?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 12 20:02:57 2007 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.50) id 1HQpnM-0003BF-Lj for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 20:02:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQpo3-0006Zl-3j for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 14:03:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQpnt-0006Ze-4d for emacs-devel@gnu.org; Mon, 12 Mar 2007 15:03:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQpnq-0006ZS-QM for emacs-devel@gnu.org; Mon, 12 Mar 2007 15:03:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQpnq-0006ZP-K1 for emacs-devel@gnu.org; Mon, 12 Mar 2007 14:03:26 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HQpn9-0007LN-5r for emacs-devel@gnu.org; Mon, 12 Mar 2007 15:02:43 -0400 Original-Received: (qmail invoked by alias); 12 Mar 2007 19:02:42 -0000 Original-Received: from N861P026.adsl.highway.telekom.at (EHLO [62.47.51.154]) [62.47.51.154] by mail.gmx.net (mp050) with SMTP; 12 Mar 2007 20:02:42 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+JM8R+WTOJf57hWFFqh088oYFIpvAzEamvzL7hnb GfKDCtCEHGz6IG User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87ps7er4z5.fsf@lrde.org> X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:67806 Archived-At: > Sorry, I still don't understand :-/. I don't want to emulate any of > existing features of flyspell, the point is just to add one. My point was that in absence of font-locking it would have been possible to spell-check comments and/or strings only by looking at the 3rd and 4th return values of the parse-state. If someone really needs this it will be easy to add, hence there's no need to think about it any further.