From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Dominik Newsgroups: gmane.emacs.devel Subject: Re: [bug]org-mode with flyspell-mode freezes emacs Date: Wed, 18 Oct 2006 00:38:26 +0200 Message-ID: <328b7973b098184c433d934b3db3d3fb@science.uva.nl> References: <17716.23811.425109.929050@kahikatea.snap.net.nz> <4d08b83ef805bfb7828085d8e1f67daf@science.uva.nl> <9dc86f9fd2c6b2ad03093cb1e92e6aa6@science.uva.nl> <4535178C.8050003@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161124741 10641 80.91.229.2 (17 Oct 2006 22:39:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Oct 2006 22:39:01 +0000 (UTC) Cc: martin rudalics , Nick Roberts , Michael Olson , "Richard M.Stallman" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 18 00:38:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZxa6-0004vY-Re for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2006 00:38:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZxa6-0000f3-Cb for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2006 18:38:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZxZv-0000ac-Ln for emacs-devel@gnu.org; Tue, 17 Oct 2006 18:38:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZxZu-0000UO-1T for emacs-devel@gnu.org; Tue, 17 Oct 2006 18:38:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZxZt-0000U9-TY for emacs-devel@gnu.org; Tue, 17 Oct 2006 18:38:29 -0400 Original-Received: from [193.252.22.242] (helo=smtp-2.orange.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZxZs-00078q-FW; Tue, 17 Oct 2006 18:38:28 -0400 Original-Received: from [192.168.2.2] (dc5146d3e6.adsl.wanadoo.nl [81.70.211.230]) by mwinf6104.orange.nl (SMTP Server) with ESMTP id 977F71C00088; Wed, 18 Oct 2006 00:38:26 +0200 (CEST) X-ME-UUID: 20061017223826620.977F71C00088@mwinf6104.orange.nl In-Reply-To: Original-To: Stefan Monnier X-Mailer: Apple Mail (2.624) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60842 Archived-At: On Oct 18, 2006, at 0:03, Stefan Monnier wrote: >> I can confirm that Martin's patch does fix the problem. This patch >> should >> go into Emacs CVS at least for the time being. > > I guess I agree. But I think it points out a few other problems: > - the with-local-quit in flyspell.el is probably badly located: maybe > it > should be moved so that it makes it possible to break out of a bad > loop > like the above. > - `intangible' is evil. Why do you use it in org-mode? Good question. I am using links like [[http://www.google.com][Google Search]] that will be displayed as "Google Search" in a buffer. The remaining characters are hidden, using both invisible and intangible properties. I am in the process of realizing that `invisible' will be enough to do the job, and that `intangible' is not needed. The reason why `intangible' is in there is because emacs-wiki does it this way, and I learned from looking at this code. Anyway, I will probably remove `intangible' from org-mode anyway, just need to convince myself that is is safe to do so. Thanks - Carsten -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477