From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [bug]org-mode with flyspell-mode freezes emacs Date: Tue, 17 Oct 2006 20:28:52 -0400 Message-ID: References: <17716.23811.425109.929050@kahikatea.snap.net.nz> <4d08b83ef805bfb7828085d8e1f67daf@science.uva.nl> <9dc86f9fd2c6b2ad03093cb1e92e6aa6@science.uva.nl> <4535178C.8050003@gmx.at> <328b7973b098184c433d934b3db3d3fb@science.uva.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161135098 12269 80.91.229.2 (18 Oct 2006 01:31:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Oct 2006 01:31:38 +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 02:56:53 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 1GZzjk-0006km-8p for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2006 02:56:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZzjj-0005VM-TN for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2006 20:56:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZzjU-0005Qc-LX for emacs-devel@gnu.org; Tue, 17 Oct 2006 20:56:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZzjQ-0005Gr-DG for emacs-devel@gnu.org; Tue, 17 Oct 2006 20:56:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZzjQ-0005GL-58 for emacs-devel@gnu.org; Tue, 17 Oct 2006 20:56:28 -0400 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZzjO-0002FR-Oq; Tue, 17 Oct 2006 20:56:26 -0400 Original-Received: from pastel.home ([70.55.81.188]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061018005625.NBTX1747.tomts25-srv.bellnexxia.net@pastel.home>; Tue, 17 Oct 2006 20:56:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7549180C5; Tue, 17 Oct 2006 20:28:52 -0400 (EDT) Original-To: Carsten Dominik In-Reply-To: <328b7973b098184c433d934b3db3d3fb@science.uva.nl> (Carsten Dominik's message of "Wed\, 18 Oct 2006 00\:38\:26 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60849 Archived-At: > 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. The code that moves point outside of invisible text is new in Emacs-22. Before that, you either had to do it yourself by hand with a post-command-hook or use `intangible'. Stefan