From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: luca.spinacci@seleniacomms.com Newsgroups: gmane.emacs.help Subject: (no subject) Date: Wed, 13 Apr 2005 08:26:23 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1113374026 6608 80.91.229.2 (13 Apr 2005 06:33:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 06:33:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 13 08:33:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLbR5-00073B-Bh for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Apr 2005 08:33:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLb1X-0005rS-2v for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Apr 2005 02:06:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLawe-0005KJ-AN for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 02:01:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLawZ-0005If-3o for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 02:01:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLawY-0005IA-ST for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 02:01:42 -0400 Original-Received: from [81.120.201.9] (helo=relay2.seleniacomms.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLbKs-0001a2-FO for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 02:26:50 -0400 Original-Received: from gesss008 ([10.31.237.14]) by relay2.seleniacomms.com (8.12.11/8.12.11) with ESMTP id j3D6PuRf011410 for ; Wed, 13 Apr 2005 08:25:57 +0200 (CEST) Sensitivity: Original-To: help-gnu-emacs@gnu.org X-MIMETrack: Serialize by Router on mgeg01/S/EXT/MM1(Release 6.5.3|September 14, 2004) at 04/13/2005 08:26:27 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:25618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25618 I'm using Emacs 21.3.1 (i386-mingw-nt5.0.2195) of 2004-03-10 on NYAUMO. I would like to set the value c++-comment-indent for comment-indent-function in c++-mode but opening a c/c++ file/buffer the above value is c-comment-indent locally to that buffer and globally c++-comment-indent (...used (setq comment-indent-function 'c++-comment-indent) in .emacs file). Thanks in advance. Luca.