From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alley Stoughton Newsgroups: gmane.emacs.help Subject: slow ispell.el in 23.3 on Mac Date: Wed, 27 Jul 2011 23:20:39 -0400 Message-ID: <20016.54663.830319.833002@alley-stoughtons-macbook-pro-2.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1311881399 656 80.91.229.12 (28 Jul 2011 19:29:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 19:29:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 28 21:29:56 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1QmWHL-0001WF-6r for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 21:29:55 +0200 Original-Received: from localhost ([::1]:54220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmWHK-0005DA-Kg for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2011 15:29:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmH9T-0003Ux-C0 for help-gnu-emacs@gnu.org; Wed, 27 Jul 2011 23:20:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmH9S-0004zI-3L for help-gnu-emacs@gnu.org; Wed, 27 Jul 2011 23:20:47 -0400 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:59730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmH9S-0004z8-18 for help-gnu-emacs@gnu.org; Wed, 27 Jul 2011 23:20:46 -0400 Original-Received: by qyk32 with SMTP id 32so3095537qyk.0 for ; Wed, 27 Jul 2011 20:20:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:mime-version:content-type:content-transfer-encoding:message-id :date:to:subject:x-mailer; bh=8vLGq0QuKzb4FV5YMFi6+XYy/A2PWFk5a9U/VC3iM+o=; b=LAdtmJULsXyRTXViiNGiLrnIK602Aj4zpQFXTGfSC+5d8WPy8aXUBRz2uHzLg4Ip+S 3m0uu67xhgomIVRBp0Wd3iPcl5NOCIdGDFdfVTdoul0+cTGcDrQ6ZhQl063mTVrgJQcd xkbTrEpkgRoZnz0pcaJjHsYebZpJd6P6Hc3Uo= Original-Received: by 10.224.182.19 with SMTP id ca19mr158336qab.346.1311823243224; Wed, 27 Jul 2011 20:20:43 -0700 (PDT) Original-Received: from localhost (c-98-217-182-221.hsd1.ma.comcast.net [98.217.182.221]) by mx.google.com with ESMTPS id u12sm431130qct.15.2011.07.27.20.20.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Jul 2011 20:20:42 -0700 (PDT) X-Mailer: VM 8.2.0a under 23.3.1 (x86_64-apple-darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.169 X-Mailman-Approved-At: Thu, 28 Jul 2011 15:29:50 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81842 Archived-At: When running ispell.el in the GUI-version of GNU Emacs 23.3 on Mac OS X GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-03-09 on black.porkrind.org, spell checking a buffer using ispell is extremely slow. In contrast: (1) running ispell from the shell is very fast; (2) running ispell via ispell.el in the non-GUI GNU Emacs 22.1 that is available as /usr/bin/emacs on the Mac GNU Emacs 22.1.1 (mac-apple-darwin) of 2011-06-24 on doublemagnum.apple.com is also very fast. In FAQs and mailing lists, I can't find any recent mention of this problem. Any suggestions about what is going on or whether there is a workaround would be very appreciated! Alley