From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Beard Subject: starting ispell process during latex export Date: Wed, 6 Apr 2011 00:37:28 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=48502 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q78KP-0002HW-6Q for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 11:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q78KO-0006pb-7M for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 11:38:01 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:51622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q78KO-0006pM-3h for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 11:38:00 -0400 Received: by gyd8 with SMTP id 8so230635gyd.0 for ; Tue, 05 Apr 2011 08:37:59 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This looks like it may be a multidisciplinary problem, but this mailing list has provided good solutions for these things in the past, so I figured it would be the first place to check. I've been exporting latex documents via org-mode, but I noticed that the editing mode (after C-c ') was LaTeX mode without the Auctex options that I had used on a different emacs setup. So I installed Auctex (it now edits in pdflatex mode), but since then exporting to Latex has been *very* slow. In fact, the whole emacs freezes up, and the minibuffer keeps giving me these "Starting new Ispell process [default] ..." messages. I turned on debug-on-error, but I don't get a backtrace buffer (but I'm not very experienced at debugging in emacs, so this may not mean anything). Here's a sample from the *Messages* buffer: org-babel-exp processing... Starting new Ispell process [default] ... Enabling Flyspell mode gave an error Starting new Ispell process [default] ... Enabling Flyspell mode gave an error Position saved to mark ring, go back with M-x org-mark-ring-goto. org-babel-exp processing... Starting new Ispell process [default] ... Enabling Flyspell mode gave an error Starting new Ispell process [default] ... Enabling Flyspell mode gave an error org-babel-exp processing... Starting new Ispell process [default] ... Enabling Flyspell mode gave an error Starting new Ispell process [default] ... Enabling Flyspell mode gave an error org-babel-exp processing... Does anyone have advice on fixing this? Thank you Chris