From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dhruva Krishnamurthy" Newsgroups: gmane.emacs.devel Subject: Bug Emacs 21.3: write-file downcasing Date: Fri, 07 Feb 2003 11:08:06 +0530 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030207053806.2314348234@server2.fastmail.fm> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044596251 6199 80.91.224.249 (7 Feb 2003 05:37:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 05:37:31 +0000 (UTC) Cc: Emacs Bug Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18h1Cb-0001bq-00 for ; Fri, 07 Feb 2003 06:37:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18h1M0-0008GV-00 for ; Fri, 07 Feb 2003 06:47:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18h1DZ-0007dc-03 for emacs-devel@quimby.gnus.org; Fri, 07 Feb 2003 00:38:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18h1DF-0007d1-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 00:38:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18h1DD-0007cq-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 00:38:08 -0500 Original-Received: from ny2.fastmail.fm ([66.111.4.3] helo=server2.fastmail.fm) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18h1DD-0007cm-00; Fri, 07 Feb 2003 00:38:07 -0500 Original-Received: from server2.fastmail.fm (localhost [127.0.0.1]) by fastmail.fm (Postfix) with ESMTP id 2B3593425; Fri, 7 Feb 2003 00:38:06 -0500 (EST) Original-Received: from 127.0.0.1 ([127.0.0.1] helo=server2.fastmail.fm) by fastmail.fm with SMTP; Fri, 07 Feb 2003 00:38:06 -0500 Original-Received: by server2.fastmail.fm (Postfix, from userid 99) id 2314348234; Fri, 7 Feb 2003 00:38:06 -0500 (EST) Content-Disposition: inline X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) Original-To: "Emacs Devel" X-Epoch: 1044596286 X-Sasl-enc: j3jJh+vSqfkXjBnrieL1bw X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11442 Hello, I am using the following GNU Emacs version from CVS. Emacs version: GNU Emacs 21.3.50.1 (i386-mingw-nt5.0.2195) of 2003-02-05 on WOLFDEI - When I use the command 'write-file', the filename becomes lowercase. After saving, the file along with the path is shown in lower case in the minibuffer. Ex: (write-file "Dummy.cpp") => saved as "dummy.cpp". Though Win is a case insensitive platform, it makes the file names no so user freindly when everything is in lower case. This is more visible when you have long names (ex:GraphicsDisplayUtilities.cpp=>graphicdisplayutilities.cpp) This does not happen in the latest Pretest version: GNU Emacs 21.2.95.1 (i386-mingw-nt5.0.2195) of 2003-02-07 on WOLFDEI Approx problem area: (set-visited-file-name "Dummy.cpp") (buffer-file-name)=>"dummy.cpp" In the file "files.el" and function 'set-visited-file-name', only for VMS the downcasing is done. I do not know why this is happening. Another minor problem: In the DOTEMACS if you have, (require 'cua) (CUA-mode t) (pc-selection-mode t) The CTRL button just stops working. This is in the CVS version only and not in Pretest version. with regards, dhruva -- Dhruva Krishnamurthy Home: http://www32.brinkster.com/schemer/