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: Bug or filling feature? Date: Sat, 16 Jan 2010 02:43:30 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1263606257 12034 80.91.229.12 (16 Jan 2010 01:44:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jan 2010 01:44:17 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 16 02:44:02 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 1NVxhp-0001Lb-7I for ged-emacs-devel@m.gmane.org; Sat, 16 Jan 2010 02:44:01 +0100 Original-Received: from localhost ([127.0.0.1]:44185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVxhp-0005m6-Nk for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 20:44:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVxhk-0005lF-3F for emacs-devel@gnu.org; Fri, 15 Jan 2010 20:43:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVxhf-0005i3-Rw for emacs-devel@gnu.org; Fri, 15 Jan 2010 20:43:55 -0500 Original-Received: from [199.232.76.173] (port=42504 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVxhf-0005hy-JO for emacs-devel@gnu.org; Fri, 15 Jan 2010 20:43:51 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:43865) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVxhf-0002o5-4l for emacs-devel@gnu.org; Fri, 15 Jan 2010 20:43:51 -0500 Original-Received: by fxm28 with SMTP id 28so307862fxm.26 for ; Fri, 15 Jan 2010 17:43:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=dhC1mOmM2SFwQ99TGB6dVVIFMWUKgH3CS9tyWr7V7no=; b=cR3D9/43V3LFF3kayyJJfaeiqPAfbQJ+5ZsPMRjpIdaIww4hQl9oaNTCoj9CmGoUMO YOn2TSHeuEss37x7qx4bVjaNWY1bfpFBShldwtjexIqnAVURU70BKFRFrlOohibIX1lr C+abfvDcuXy/AH5otxfh1pq6Er328YOnPBxYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Tg6ThjJaLa0b58axFY9ac2rpvcwY+PraKi2IFrbLvJw+edkkyGUwtLYAA62vC6IIns ZmwqdCP+Tlkk4kQNelNFS81z7xKSCCvxi7tSBpecDlpRQnY8GWyydON/o2zAu0d7HC5c wB08WQDoGRCYdeFXT800u4pkJXBCTFpoQLfFw= Original-Received: by 10.239.183.81 with SMTP id t17mr337666hbg.24.1263606230129; Fri, 15 Jan 2010 17:43:50 -0800 (PST) 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:120081 Archived-At: Why does fill-paragraph in org-mode produce something like this: bla bla http://some.where/ bla bla bla //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.