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 12:59:15 +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 1014289454 2731 195.204.10.66 (21 Feb 2002 11:04:14 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 21 Feb 2002 11:04:14 GMT Cc: rms@gnu.org, 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 16dr1J-0000hx-00 for ; Thu, 21 Feb 2002 12:04:13 +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 16dr0K-0003ua-00; Thu, 21 Feb 2002 06:03:12 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16dqxL-0007iq-00; Thu, 21 Feb 2002 06:00:07 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id MAA05055; Thu, 21 Feb 2002 12:59:15 +0200 (IST) X-Sender: eliz@is Original-To: Tak Ota In-Reply-To: <20020220.234546.109272533.Takaaki.Ota@am.sony.com> 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:1387 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1387 On Wed, 20 Feb 2002, Tak Ota wrote: > > GNU make 3.79.1 knows .C, .cc and .cpp as the C++ files. And it seems > > to treat .cc as the canonical one and consolidate .C and .cpp into > > .cc. > > Also the following is an excerpt from the info page of gcc version > 2.96. Sure, I know that: GNU Make and GCC are case-sensitive to file-name extensions, even on DOS/Windows systems. What I meant was that _users_ on those systems might use these extensions less often than on Unix and GNU systems, since it's easier to get confused by cas-insensitive tools. For example, try displaying such names in the Windows Explorer. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel