From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: ispelling lisp buffers Date: 29 Jul 2003 13:41:49 +0100 Organization: Dept of Computer Science, University of Manchester, U.K. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059484070 28910 80.91.224.249 (29 Jul 2003 13:07:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 13:07:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 29 15:07:46 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hUCg-0007Vr-00 for ; Tue, 29 Jul 2003 15:07:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hUBA-0002q7-AF for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2003 09:06:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cse.psu.edu!elk.ncren.net!news.umass.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!zen.net.uk!130.88.203.18.MISMATCH!peernews.mcc.ac.uk!cs.man.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: rpc71.cs.man.ac.uk Original-X-Trace: wapping.cs.man.ac.uk 1059482509 26159 130.88.198.228 (29 Jul 2003 12:41:49 GMT) Original-X-Complaints-To: news@wapping.cs.man.ac.uk Original-NNTP-Posting-Date: Tue, 29 Jul 2003 12:41:49 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93 Original-Xref: shelby.stanford.edu gnu.emacs.help:115520 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11438 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11438 >>>>> "Klaus" == Klaus Berndl writes: Klaus> Hi, Klaus> is there some smart ispell command which is suitable for Klaus> ispelling source-code like emacs-lisp. Smart means that only Klaus> comments and maybe strings should be ispelled, nothing else! Klaus> Thanks for any pointer, Klaus You could try "tmmofl", which I have used for this purpose. http://www.cs.man.ac.uk/~phillord/download/emacs/ Its a little cheesy. It uses font lock information to turn flyspell (and auto-fill, or whatever you want) on and off. I seem to remember I stopped using it for this purpose. All commented out program code gets checked for instance. Still you could try. Cheers Phil