all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Dhruva Krishnamurthy" <seagull@fastmail.fm>
Cc: Emacs Bug <emacs-pretest-bug@gnu.org>
Subject: Bug Emacs 21.3: write-file downcasing
Date: Fri, 07 Feb 2003 11:08:06 +0530	[thread overview]
Message-ID: <20030207053806.2314348234@server2.fastmail.fm> (raw)

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/

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

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-07  5:38 Dhruva Krishnamurthy [this message]
2003-02-07  8:07 ` Bug Emacs 21.3: write-file downcasing Juanma Barranquero
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=20030207053806.2314348234@server2.fastmail.fm \
    --to=seagull@fastmail.fm \
    --cc=emacs-pretest-bug@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.