From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: comments in cc mode Date: Thu, 08 Oct 2009 11:06:44 +0200 Message-ID: <4ACDABA4.7070402@easy-emacs.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254992909 11453 80.91.229.12 (8 Oct 2009 09:08:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Oct 2009 09:08:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 08 11:08:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mvoyv-0008Vg-8X for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Oct 2009 11:08:17 +0200 Original-Received: from localhost ([127.0.0.1]:46131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mvoyu-0007sP-9h for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Oct 2009 05:08:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvoyT-0007ry-1e for help-gnu-emacs@gnu.org; Thu, 08 Oct 2009 05:07:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvoyN-0007qS-WB for help-gnu-emacs@gnu.org; Thu, 08 Oct 2009 05:07:48 -0400 Original-Received: from [199.232.76.173] (port=47605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvoyN-0007qM-Nj for help-gnu-emacs@gnu.org; Thu, 08 Oct 2009 05:07:43 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:55036) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvoyK-0005bg-Pc for help-gnu-emacs@gnu.org; Thu, 08 Oct 2009 05:07:41 -0400 Original-Received: from [192.168.178.27] (p54BE858F.dip0.t-ipconnect.de [84.190.133.143]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0LjcUK-1MKHE80f7o-00bdEp; Thu, 08 Oct 2009 11:07:36 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX1+uXZe+gY6qgvcfgT9zih7lfuMblgDfoFIXBis Ir2MOGZjBjl/rDuU9XGt1Z70Wg/+gJXDbR+qFDGMhOIh+PW0kn mqTP1ORtkPGm2jxKonPq8sksQ4MPnz8 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:68764 Archived-At: Michael wrote: > Dear all, > > I was wondering whether there is a simple way of changing the various > ways comments are placed in cc mode to one single default: always > place a double forward slash in column, say, 100 and then the comment > thereafter? I have experimented with the menu options yet so far to no > avail. > > Any suggestion is appreciated. Thanks. > > Greetings, > Michael > M-x set-comment-column M-x customize-variable RET comment-style mode has it's own list BTW cc-mode-help@lists.sourceforge.net HTH