From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: /* */ style comments in C++ sources Date: Tue, 23 May 2017 20:31:44 +0000 Message-ID: <20170523203144.GB10407@acm.fritz.box> References: <83shjvmmeq.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1495571606 22687 195.159.176.226 (23 May 2017 20:33:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 23 May 2017 20:33:26 +0000 (UTC) User-Agent: Mutt/1.5.24 (2015-08-30) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 23 22:33:18 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dDGUW-0005ag-JZ for ged-emacs-devel@m.gmane.org; Tue, 23 May 2017 22:33:16 +0200 Original-Received: from localhost ([::1]:51491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDGUa-0002pV-J2 for ged-emacs-devel@m.gmane.org; Tue, 23 May 2017 16:33:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDGU1-0002pD-Jq for emacs-devel@gnu.org; Tue, 23 May 2017 16:32:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDGTx-0007ZU-N4 for emacs-devel@gnu.org; Tue, 23 May 2017 16:32:45 -0400 Original-Received: from ocolin.muc.de ([193.149.48.4]:25972 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1dDGTx-0007WX-Bq for emacs-devel@gnu.org; Tue, 23 May 2017 16:32:41 -0400 Original-Received: (qmail 51880 invoked by uid 3782); 23 May 2017 20:32:39 -0000 Original-Received: from acm.muc.de (p548C7180.dip0.t-ipconnect.de [84.140.113.128]) by colin.muc.de (tmda-ofmipd) with ESMTP; Tue, 23 May 2017 22:32:38 +0200 Original-Received: (qmail 10505 invoked by uid 1000); 23 May 2017 20:31:44 -0000 Content-Disposition: inline In-Reply-To: <83shjvmmeq.fsf@gnu.org> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215141 Archived-At: Hello, Eli. On Tue, May 23, 2017 at 21:57:17 +0300, Eli Zaretskii wrote: > Is there a way to tell Emacs to use the C-style comments in C++ > sources? (I couldn't find that in the CC Mode manual.) No, there is no (reasonable) way to tell CC Mode what style of comments one prefers. People have asked about this before. It seems like it would be a useful facility to add. Though it might take a surprisingly large amount of work to implement. I'll think about it. > TIA -- Alan Mackenzie (Nuremberg, Germany).