From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Alberto_Sim=C3=B5es?= Newsgroups: gmane.emacs.help Subject: Flyspell mode slowness Date: Wed, 1 Apr 2009 21:48:19 +0100 Message-ID: <2b670b7e0904011348m36cd4c8cp7db7a34f3a0d3ccc@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1238618944 27862 80.91.229.12 (1 Apr 2009 20:49:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Apr 2009 20:49:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 01 22:50:22 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 1Lp7O2-0001vn-JC for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Apr 2009 22:50:14 +0200 Original-Received: from localhost ([127.0.0.1]:34220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lp7Me-0008G7-RB for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Apr 2009 16:48:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lp7MI-0008G2-Br for help-gnu-emacs@gnu.org; Wed, 01 Apr 2009 16:48:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lp7MD-0008FU-Tf for help-gnu-emacs@gnu.org; Wed, 01 Apr 2009 16:48:26 -0400 Original-Received: from [199.232.76.173] (port=60617 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lp7MD-0008FR-Nv for help-gnu-emacs@gnu.org; Wed, 01 Apr 2009 16:48:21 -0400 Original-Received: from mail-ew0-f160.google.com ([209.85.219.160]:49489) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lp7MD-0002yH-BU for help-gnu-emacs@gnu.org; Wed, 01 Apr 2009 16:48:21 -0400 Original-Received: by ewy4 with SMTP id 4so259222ewy.42 for ; Wed, 01 Apr 2009 13:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=IDHH0FhBAgyVnsYMvQC8y13c95L4zxdZCZIuqdAtxEI=; b=n5KzVtbt5df2cwxIYO5SsZHeQNoLjAuLUpKb2IpnnnaAJZalH9Bor9KXkKc3Y52KAF flMNaagzti/IOZVrIO/V5IXnYBKsxVYooS5UxsAJlL9B6++8wfP67VH0hBF4u1xPWLtf fCfcnAlptT5Y8J8G43jM4ito8JFuauHhubiEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=LAvHbC9Qy68dKZVzowzGHo7PeBRXZAzVl8hKyM8OriDnxLNkWq0q+OZJspZ952TO4D ceh9+CJ/VB82/JJh93uSamgSJkvedt13eZw8Qs2N1mOmKqXsmNLzuZwmAbsgGmsI9Qdv +XjiPK5JDAEEpk50sSCMgIdwCaQJ5ZgnuQ8Ww= Original-Received: by 10.210.22.16 with SMTP id 16mr6237005ebv.94.1238618900024; Wed, 01 Apr 2009 13:48:20 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63438 Archived-At: Hello I am running Emacs compiled with NS under MacOS, and I find the flyspell mode quite slow. I am not sure if the problem is with rendering (you know, making all those red lines below words), or if it is a problem of interaction with ispell. What I have: [ambs@rachmaninoff emacs]$ ispell -v @(#) International Ispell Version 3.3.02 12 Jun 2005 @(#) Copyright (c), 1983, by Pace Willisson @(#) International version Copyright (c) 1987, 1988, 1990-1995, 1999, @(#) 2001, 2002, 2005 by Geoff Kuenning, Claremont, CA. (hand compiled) and, in my emacs (also hand compiled): Ispell Program Name: /opt/local/bin/ispell Thanks for any hint Alberto --=20 Alberto Sim=C3=B5es