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 06:26:07 +0200 Message-ID: <5a7fd95d347baee941637c6daad66f9f@science.uva.nl> 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> <85r6x6mucb.fsf@lola.goethe.zz> 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 1161145657 10200 80.91.229.2 (18 Oct 2006 04:27:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Oct 2006 04:27:37 +0000 (UTC) Cc: Michael Olson , "Richard M.Stallman" , Nick Roberts , emacs-devel@gnu.org, martin rudalics , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 18 06:27:35 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 1Ga31H-0005j4-ER for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2006 06:27:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ga31G-000442-Ur for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2006 00:27:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ga30V-0003DA-6B for emacs-devel@gnu.org; Wed, 18 Oct 2006 00:26:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ga30S-00038u-Jz for emacs-devel@gnu.org; Wed, 18 Oct 2006 00:26:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ga30S-00038V-34 for emacs-devel@gnu.org; Wed, 18 Oct 2006 00:26:16 -0400 Original-Received: from [193.252.22.242] (helo=smtp-2.orange.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ga30L-0004m3-Jj; Wed, 18 Oct 2006 00:26:10 -0400 Original-Received: from [192.168.2.2] (dc5146d3e6.adsl.wanadoo.nl [81.70.211.230]) by mwinf6108.orange.nl (SMTP Server) with ESMTP id D1B3C700008A; Wed, 18 Oct 2006 06:26:07 +0200 (CEST) X-ME-UUID: 20061018042607859.D1B3C700008A@mwinf6108.orange.nl In-Reply-To: <85r6x6mucb.fsf@lola.goethe.zz> Original-To: David Kastrup 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:60857 Archived-At: On Oct 18, 2006, at 0:49, David Kastrup wrote: >> 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. > > Why do you need anything in the buffer at all? What is the actual > purpose of it? It is a clickable link, very much like Google Search - Carsten