From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: etags for C++ Date: Thu, 21 Feb 2002 08:47:11 +0200 (IST) Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: quimby2.netfonds.no 1014274329 24879 195.204.10.66 (21 Feb 2002 06:52:09 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 21 Feb 2002 06:52:09 GMT Cc: Takaaki.Ota@am.sony.com, emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16dn5M-0006TB-00 for ; Thu, 21 Feb 2002 07:52:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dn4R-00052p-00; Thu, 21 Feb 2002 01:51:11 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dn1N-0004q0-00; Thu, 21 Feb 2002 01:48:01 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA02771; Thu, 21 Feb 2002 08:47:12 +0200 (IST) X-Sender: eliz@is Original-To: Richard Stallman In-Reply-To: <200202202213.g1KMDng13569@aztec.santafe.edu> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1379 On Wed, 20 Feb 2002, Richard Stallman wrote: > find . -name "*.[chCH]" -print | etags - > > I suppose use of C++ is very common these days. > > .C and .H were used for C++ files. Has that convention changed? No, it didn't change. However, it's possible that capital .C and .H are not used on case-insensitive filesystems such as on Windows. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel