From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.emacs.help Subject: Re: Problem with Spell Checker under Emacs Date: Fri, 07 May 2004 00:31:13 +0200 Organization: IMAG Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <98d60386.0404261348.1bbeb2aa@posting.google.com> <408E7919.5030403@yahoo.com> <98d60386.0405021223.4f873e2e@posting.google.com> <87fzaiotfl.fsf@lux99.localhost> <98d60386.0405031214.67e6555c@posting.google.com> <87llk9nrsq.fsf@lux99.localhost> <98d60386.0405061405.18bb891b@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083883901 21951 80.91.224.253 (6 May 2004 22:51:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 May 2004 22:51:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 00:51:31 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BLriF-00010e-01 for ; Fri, 07 May 2004 00:51:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BLrfS-0007wy-M0 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 May 2004 18:48:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!feed.news.tiscali.de!tiscali!newsfeed1.ip.tiscali.net!proxad.net!134.158.69.22.MISMATCH!in2p3.fr!univ-lyon1.fr!news.ens-lyon.fr!news.imag.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: ecrins.imag.fr Original-X-Trace: trompette.imag.fr 1083882674 31933 129.88.43.124 (6 May 2004 22:31:14 GMT) Original-X-Complaints-To: abuse@imag.fr Original-NNTP-Posting-Date: Thu, 6 May 2004 22:31:14 +0000 (UTC) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:nm3Sw9kGidyvARHEjG1YAjnvfQo= Original-Xref: shelby.stanford.edu gnu.emacs.help:123042 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:18329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18329 qquito@hotmail.com (Quito Quito) writes: > Nevertheless, the problem I mentioned in the beginning of this > thread still occurs fairly frequently. Sigh! Anyway, the suggestion wouldn't have solved anything. It just ease the diagnosis. Can you try something else: Type M-x set-variable RET debug-on-quit RET t RET (RET stands for the return key). Then, try to reproduce the problem, and when your Emacs freezes, type C-g. This is to interupt the current task. With the variable debug-on-quit set to t, this should display a debug backtrace. Can you post the result here (if it's too long, just take the beginning and the end). -- Matthieu