From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sunway Newsgroups: gmane.emacs.help Subject: how to prevent abbreviation in c comment? Date: Fri, 7 Mar 2008 22:59:14 +0800 Message-ID: <20080307145914.GA25274@sunway> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1204901984 23184 80.91.229.12 (7 Mar 2008 14:59:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2008 14:59:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 07 16:00:01 2008 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 1JXe3E-0000CT-Nv for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Mar 2008 16:00:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXe2h-0005YK-5H for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Mar 2008 09:59:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXe2E-0005SP-Jy for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 09:58:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXe2C-0005Ri-UE for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 09:58:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXe2C-0005Ra-NT for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 09:58:56 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JXe2C-0006Am-9N for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 09:58:56 -0500 Original-Received: by ug-out-1314.google.com with SMTP id a2so4259301ugf.48 for ; Fri, 07 Mar 2008 06:58:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent:from; bh=8/8zHY1oGlSg9qeQHGUCAM7iwwAUqcXUO/VLWNMA43w=; b=LQfi8RsOQchjfnBnPPRqerfJ8yQ+BFl3icr4XlHQR3ctirls5K3lmlvmx+SMLCGWOFSoZ0HTNpQasggNuHKQEz3B9C69qw3nIO/QCdb+Ctq/gPeoH0tqAXGakr9xu5vzr9QwuAkAaoWB0lU6h7eZN+92dEUHNxQxAxOavCqq2z4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent:from; b=AjoIe0uHbjI9ll9K+R4HrZt0XIcL+IdDDeBisU5LXQHkJGrOID7frF730OnGf0PzEEWC7v0fO6wnd6WGafHhfeWtftkXCR0rS6wfZyYcgzPTrL2w9LJzqaMYwKvLa4IhWxPLemYmt4ggkIMt1A68gCy2JYs9+Pkc0bxHuhZi4Yk= Original-Received: by 10.78.179.12 with SMTP id b12mr3928812huf.61.1204901934084; Fri, 07 Mar 2008 06:58:54 -0800 (PST) Original-Received: from sunway ( [124.64.69.72]) by mx.google.com with ESMTPS id z32sm2273054hub.25.2008.03.07.06.58.46 (version=SSLv3 cipher=OTHER); Fri, 07 Mar 2008 06:58:53 -0800 (PST) Original-Received: by sunway (sSMTP sendmail emulation); Fri, 07 Mar 2008 22:59:14 +0800 Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:52127 Archived-At: I have defined an abbreviation of "main" for "int main () {}" in c-mode using skeleton, but I don't want "main" be expanded when it is in c comment blocks, how to? -- sunway "Never, never, never, never give up."