From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?ISO-8859-15?Q?R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Filling Block Comment Date: Fri, 17 Mar 2006 20:16:58 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1142877323 10717 80.91.229.2 (20 Mar 2006 17:55:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Mar 2006 17:55:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 20 18:55:22 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLOb2-0004hx-Fr for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Mar 2006 18:55:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLOb2-0001uq-3a for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Mar 2006 12:55:12 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: p54bec5c7.dip0.t-ipconnect.de Original-X-Trace: online.de 1142622773 4717 84.190.197.199 (17 Mar 2006 19:12:53 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Fri, 17 Mar 2006 19:12:53 +0000 (UTC) User-Agent: KNode/0.9.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:138246 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33904 Archived-At: August Karlstrom wrote: > Hi everyone, > > With > > (require 'newcomment) > (setq comment-start "/*") > (setq comment-end "*/") Probably you don't need this explicit settings. toggle c-mode with active region and transient-mark-mode call comment-dwim. It's at M-; > How do I make `fill-comment-paragraph' work with block > comments? > > > August There is a var `comment-style' via customize, change that appropriatly. I'm just writing a func, which will allow you to switch between // and /* */. Send a mail, if you need that. Andreas Roehler andreas.roehler@online.de