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: Fill for // style comments in C Date: Mon, 27 Nov 2006 09:45:37 +0100 Message-ID: <456AA5B1.5060403@student.lu.se> References: <455E4F4B.1060504@student.lu.se> <87hcwxwqb7.fsf@catnip.gol.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164617191 2960 80.91.229.2 (27 Nov 2006 08:46:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 08:46:31 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Miles Bader , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 27 09:46:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Goc7y-0008Qs-Mv for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 09:46:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Goc7y-0003ws-7g for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 03:46:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Goc7l-0003va-OB for emacs-devel@gnu.org; Mon, 27 Nov 2006 03:46:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Goc7h-0003sT-NJ for emacs-devel@gnu.org; Mon, 27 Nov 2006 03:46:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Goc7g-0003sK-W4 for emacs-devel@gnu.org; Mon, 27 Nov 2006 03:45:57 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Goc7b-0007Hp-LU; Mon, 27 Nov 2006 03:45:51 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:59567 helo=[192.168.123.121]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1Goc7Z-0001be-5E; Mon, 27 Nov 2006 09:45:49 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: Stefan Monnier In-Reply-To: X-Scan-Result: No virus found in message 1Goc7Z-0001be-5E. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Goc7Z-0001be-5E 12a2099ead501aca299d9383dcf23d5f 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:62845 Archived-At: Stefan Monnier wrote: >> It seems to work well in c++-mode. Since // comments are not part of >> pre-C99 dialects of C, perhaps c-mode does not (by default) support such >> comments? > >> C mode does support // comments in other ways, so if it doesn't >> enable filling of them, I think that is a bug. > > I still haven't seen any clear report that it doesn't work (just some vague > remarks about whether or not it works). Uh? I reported this long ago now. What more could I say than that it does not work?