From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: I want to use changelog.txt instead of ChangeLog Date: Fri, 29 Mar 2002 20:34:38 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <9743-Fri29Mar2002203438+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017423572 23698 127.0.0.1 (29 Mar 2002 17:39:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 29 Mar 2002 17:39:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16r0Lb-0006A7-00 for ; Fri, 29 Mar 2002 18:39:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r0LX-0005ws-00; Fri, 29 Mar 2002 12:39:27 -0500 Original-Received: from mirapoint.inter.net.il ([192.114.186.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r0Kq-0005vi-00 for ; Fri, 29 Mar 2002 12:38:44 -0500 Original-Received: from zaretsky (diup-217-74.inter.net.il [213.8.217.74]) by mirapoint.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAJ11145; Fri, 29 Mar 2002 20:38:34 +0300 (IDT) Original-To: jidanni@yahoo.com.tw X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Dan Jacobson on 29 Mar 2002 20:06:27 +0800) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:290 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:290 > From: Dan Jacobson > Newsgroups: gnu.emacs.bug > Date: 29 Mar 2002 20:06:27 +0800 > > One finds > (defun change-log-name () > "Return (system-dependent) default name for a change log file." > (or change-log-default-name > (if (eq system-type 'vax-vms) > "$CHANGE_LOG$.TXT" > "ChangeLog"))) > but what if one is thinking ms-dos or "world wide web", where one > doesn't want capitals. "ChangeLog" works very well on MS-DOS, believe me. Emacs primitives and the automatic truncation and upcasing of file names by the OS take care of that. That's a non-issue.