all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lektu@terra.es>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Bug Emacs 21.3: write-file downcasing
Date: Fri, 07 Feb 2003 09:07:44 +0100	[thread overview]
Message-ID: <20030207084040.376A.LEKTU@terra.es> (raw)
In-Reply-To: <20030207053806.2314348234@server2.fastmail.fm>

On Fri, 07 Feb 2003 11:08:06 +0530, "Dhruva Krishnamurthy" <seagull@fastmail.fm> wrote:

> 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.

The troble is, I suppose, related to this patch:

2002-11-27  Jason Rumney  <jasonr@gnu.org>

        * files.el (file-truename): Canonicalize non-existent names on w32.

which tried to solve the following problem:

(file-truename "C:/temp/a_file")  => "C:/temp/a_file"   ; a_file does not exist
(file-truename "C:/temp/a_file")  => "c:/temp/a_file"   ; a_file exists
(file-truename "/temp/a_file2")   => "/temp/a_file"     ; a_file does not exist
(file-truename "/temp/a_file")    => "c:/temp_a_file"   ; a_file exists

Jason and I were discussing it a few days ago because the current behavior
(after the patch) is murder for people who uses Java and back-port their
code to non-Windows platforms.

The only fix I can think of seems like a hack, because it would be
necessary to do some sort of canonicalization (to get the drive, for
example, which presumibly depends on the "process' default drive"), but
preserve as much of the user-supplied filename as posible.

                                                           /L/e/k/t/u

  reply	other threads:[~2003-02-07  8:07 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-07  5:38 Bug Emacs 21.3: write-file downcasing Dhruva Krishnamurthy
2003-02-07  8:07 ` Juanma Barranquero [this message]
2003-02-07 15:23   ` Eli Zaretskii
2003-02-07 15:50     ` Juanma Barranquero
2003-02-07 17:16       ` Eli Zaretskii
2003-02-07 17:33         ` Juanma Barranquero
2003-02-07 17:57           ` Stefan Monnier
2003-02-07 18:19             ` Eli Zaretskii
2003-02-09 12:39               ` Richard Stallman
2003-02-09 15:52                 ` Eli Zaretskii
2003-02-10  4:41                   ` Dhruva Krishnamurthy
2003-02-10  5:46                     ` Eli Zaretskii
2003-02-10 10:03                       ` Dhruva Krishnamurthy
2003-02-10  8:21                     ` Jason Rumney
2003-02-10 10:44                       ` Juanma Barranquero
     [not found]               ` <m2smuxcwba.fsf@primate.xs4all.nl>
2003-02-10 22:39                 ` Richard Stallman
2003-02-10 22:52                   ` Andreas Schwab
2003-02-11 22:25                     ` Richard Stallman
2003-02-12  8:28                       ` Jason Rumney
2003-02-12 10:26                         ` Kim F. Storm
2003-02-12 19:36                           ` Jason Rumney
2003-02-12 17:50                         ` Kevin Rodgers
2003-02-12 22:19                           ` Andreas Schwab
2003-02-14 22:29                             ` Kevin Rodgers
2003-02-11 14:53                   ` Benjamin Riefenstahl
2003-02-11 23:02                     ` Jason Rumney
2003-02-12 13:37                       ` Benjamin Riefenstahl
2003-02-12 13:49                         ` Andreas Schwab
2003-02-12 14:57                           ` Benjamin Riefenstahl
2003-02-12 19:40                         ` Jason Rumney
2003-02-07 18:18           ` Eli Zaretskii
2003-02-07 20:19             ` Juanma Barranquero
2003-02-07 23:03               ` Eli Zaretskii
2003-02-07 18:31         ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030207084040.376A.LEKTU@terra.es \
    --to=lektu@terra.es \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.