From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Moore Subject: Re: auto-fill bug Date: Wed, 19 Mar 2008 00:32:00 +0000 (UTC) Message-ID: References: <20080211123213.GA16689@atlantic.linksys.moosehall> <781F1057-16E7-44DB-81D7-7B60152C9325@science.uva.nl> <20080211231637.GD8876@atlantic.linksys.moosehall> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jbs30-0006eA-RC for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 02:45:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbs2z-0006dt-AD for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 02:45:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbs2z-0006dq-6o for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 02:45:13 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jbs2y-00023p-Pe for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 02:45:12 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jbs2x-0007po-9f for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 02:45:11 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jbs2p-000577-13 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 06:45:03 +0000 Received: from 192.147.57.6 ([192.147.57.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 06:45:03 +0000 Received: from jonathanmoorephd by 192.147.57.6 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 06:45:03 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Adam Spiers adamspiers.org> writes: > > Carsten Dominik (dominik science.uva.nl) wrote: > > Probably you have set the value of comment-start to "#" somewhere in > > your customization? There is something wring with the line wrapping > > in combination with this setting, I have not yet understood what. > > So for now, leave comment-start alone. > > Actually it's set to "> ", which is even more puzzling ... :-/ > You'll have problems if comment-start is set as a global variable in some other mode. If so, edit the other mode to make it a local variable before setting it. Otherwise org's auto-filling will try to work with the comment syntax, even if you don't set comment-start in it (there is also a call to modify-syntax-entry) Regards Jon