From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Bug or filling feature? Date: Sun, 17 Jan 2010 04:09:54 +0100 Message-ID: References: <201001170231.o0H2V3Mm081113@kzsu.stanford.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263697834 3723 80.91.229.12 (17 Jan 2010 03:10:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 03:10:34 +0000 (UTC) Cc: Emacs-Devel devel To: Joe Brenner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 17 04:10:27 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWLX0-0005UV-UO for ged-emacs-devel@m.gmane.org; Sun, 17 Jan 2010 04:10:27 +0100 Original-Received: from localhost ([127.0.0.1]:35771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWLX1-0001X2-Gz for ged-emacs-devel@m.gmane.org; Sat, 16 Jan 2010 22:10:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWLWv-0001Wx-UX for emacs-devel@gnu.org; Sat, 16 Jan 2010 22:10:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWLWq-0001Wl-Id for emacs-devel@gnu.org; Sat, 16 Jan 2010 22:10:20 -0500 Original-Received: from [199.232.76.173] (port=60323 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWLWq-0001Wi-C0 for emacs-devel@gnu.org; Sat, 16 Jan 2010 22:10:16 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:60230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWLWp-0007x1-UB for emacs-devel@gnu.org; Sat, 16 Jan 2010 22:10:16 -0500 Original-Received: by fxm28 with SMTP id 28so88655fxm.26 for ; Sat, 16 Jan 2010 19:10:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=vcj8oARMUJY3VQugqi1ohT5fYxSc23CM2gU+JMhUl64=; b=QHoDLJwI/3Vb3sE7ObaRLc7srrPSgopv2B6a0CL3Yl1qaxwh5OzQvMZpAtcui650ZJ xOA+c5wlQlRIF4xMVeuWZ+PecuR1vk4ebKQKj/4R9JWkoi25oSEbR14qUufTeZnIgo0j mc0eRd5Zdl0J+958WfpYW/652HZJGG73SskHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=AIERYfj+wBqm3HX/XWSvvodmL7KTsdaB4WW33TZJj6hlOZiLHaNWkBTH1JE5fs1sJu Ikg/g1Y3M78oWuoRzQ7e8ZLTsg/4isk6ctt2dQvio3Q4HoNxwU8sCS+A9rh+IWwfyypS CpbZUGS2bv8f6COvCkVyY6XssMKD/nBGvSGyI= Original-Received: by 10.239.187.204 with SMTP id m12mr436597hbh.160.1263697814078; Sat, 16 Jan 2010 19:10:14 -0800 (PST) In-Reply-To: <201001170231.o0H2V3Mm081113@kzsu.stanford.edu> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:120133 Archived-At: On Sun, Jan 17, 2010 at 3:31 AM, Joe Brenner wrote= : > > Lennart Borgman wrote: > >> Why does fill-paragraph in org-mode produce something like this: >> >> =C2=A0 bla bla http://some.where/ bla bla bla >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0//bla bla >> >> The // on the second line was added by fill-paragraph and is aligned >> with that on the first line. I did not change any setting. Or at least >> I do not think I did. I did a customize-save-customized however, to >> save another totally unrelated setting. > > > I think this is a long-standing bug (though I don't know if it's ever > been reported as one). =C2=A0It comes up in a lot of contexts. I think in my case it was related to something saved by desktop-save-mode. It disappeared when I closed this org file buffer before restarting Emacs, but unfortunately I did not save the old desktop file. I think some fill paragraph pattern (ie comment-start-skip) for another mode than org-mode was stored in the desktop file for that file. I can only guess how that happened.