From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.devel Subject: Re: fortran-fill-paragraph fails Date: Sat, 30 Dec 2006 17:04:26 +0100 Message-ID: <17814.36362.973852.373885@tfkp07.physik.uni-erlangen.de> References: <87d56acfod.fsf@lrde.org> <17810.43383.385509.776556@tfkp07.physik.uni-erlangen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167494694 21229 80.91.229.12 (30 Dec 2006 16:04:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Dec 2006 16:04:54 +0000 (UTC) Cc: =?iso-8859-1?Q?Micha=EBl?= Cadilhac , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 30 17:04:51 2006 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 1H0ghW-0003JN-Jv for ged-emacs-devel@m.gmane.org; Sat, 30 Dec 2006 17:04:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0ghW-0004Hw-6E for ged-emacs-devel@m.gmane.org; Sat, 30 Dec 2006 11:04:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0ghE-0004Ej-P7 for emacs-devel@gnu.org; Sat, 30 Dec 2006 11:04:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0ghD-0004EF-W6 for emacs-devel@gnu.org; Sat, 30 Dec 2006 11:04:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0ghD-0004EA-SB for emacs-devel@gnu.org; Sat, 30 Dec 2006 11:04:31 -0500 Original-Received: from [131.188.164.197] (helo=tfkpsv.physik.uni-erlangen.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0ghB-0002Rp-W5 for emacs-devel@gnu.org; Sat, 30 Dec 2006 11:04:31 -0500 Original-Received: from tfkp07.physik.uni-erlangen.de (tfkp07.physik.uni-erlangen.de [131.188.164.207]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id 7B20D84C36; Sat, 30 Dec 2006 17:04:27 +0100 (CET) Original-To: Stefan Monnier In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.90.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:64499 Archived-At: On Fri Dec 29 2006 Stefan Monnier wrote: > There's nothing specific to elisp there, and the \0 is just some > arbitrary char: a space would have probably worked just as well. Thank you, slowly I start to understand what happens. The char must be "sufficiently arbitrary" to do the job. If "\0" is replaced by "C" it doesn't solve the bug. It is rather unlikely that "\0" has the special meaning in some other mode which "C" has in fortran-mode. Roland