From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bugs x2: fast tag selection broken, column view broken? Date: Tue, 09 Apr 2013 19:04:24 +0200 Message-ID: <87ppy3octj.fsf@bzg.ath.cx> References: <20130329001010.GA11893@c3po> <20130329113001.GA8447@c3po> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPbyB-00032i-Fa for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:04:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPby6-0000z9-Oq for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:04:31 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:42680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPby6-0000yj-JA for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:04:26 -0400 Received: by mail-wg0-f52.google.com with SMTP id n12so7257281wgh.19 for ; Tue, 09 Apr 2013 10:04:25 -0700 (PDT) In-Reply-To: <20130329113001.GA8447@c3po> (Toby Cubitt's message of "Fri, 29 Mar 2013 11:30:01 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Toby Cubitt Cc: Toby Cubitt , emacs-orgmode@gnu.org Hi Toby, Toby Cubitt writes: > This one's weird. It seems to be caused by an interaction between > flyspell and org. I can reproduce it with the following minimal recipe > (using the column-view.org file from my previous post, though enabling > column view mode in any org file should reproduce the problem): > > 1. Create a .emacs with the following contents: > > (add-to-list "~/path/to/org-mode/lisp/") > (require 'flyspell) > (require 'org) > > 2. emacs --daemon > > 3. emacsclient -c column-view.org > > 4. C-c C-x C-c > > Reversing the order in which flyspell and org are loaded fixes the > problem. Mhh... FWIW, I installed aspell-fr and run flyspell by requiring it before Org and I could not reproduce this error. -- Bastien