From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rustom Newsgroups: gmane.emacs.help Subject: Re: catching parenthesis errors in elisp Date: Fri, 12 Jun 2009 23:43:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9420ff97-ba0c-4c83-b9a3-dce1462ef8b2@z14g2000yqa.googlegroups.com> References: <89aa42c7-bfc9-43de-b844-882b9db0ef77@p6g2000pre.googlegroups.com> <9879b6b4-b81f-43f3-92cf-fc22ae5bc90c@u9g2000prd.googlegroups.com> <029be122-b0a6-426c-ac48-18e970009a97@r31g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244878846 12980 80.91.229.12 (13 Jun 2009 07:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jun 2009 07:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 13 09:40:44 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MFNr1-0005Eh-L5 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 09:40:43 +0200 Original-Received: from localhost ([127.0.0.1]:36295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFNr1-0001YR-6G for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 03:40:43 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 121.246.205.34 Original-X-Trace: posting.google.com 1244875419 20116 127.0.0.1 (13 Jun 2009 06:43:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 13 Jun 2009 06:43:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000yqa.googlegroups.com; posting-host=121.246.205.34; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:170009 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65236 Archived-At: On Jun 13, 7:47=A0am, Barry Margolin wrote: > Re-indent the new file, and then diff it against the original that you > modified. =A0Look for places where the change to a line is the amount of > indentation. =A0That suggests a parenthesis problem right before that > (unless the intent of your change was to nest a block of code within > something new). > Giorgos suggestion of using syntax coloring and yours of re-indenting and re-checking are what I am trying (before hearing Pascal and redoing it with paredit) Are there some settings/modes to make white-space diffs standout better?