unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bug Emacs 21.3: write-file downcasing
@ 2003-02-07  5:38 Dhruva Krishnamurthy
  2003-02-07  8:07 ` Juanma Barranquero
  0 siblings, 1 reply; 34+ messages in thread
From: Dhruva Krishnamurthy @ 2003-02-07  5:38 UTC (permalink / raw)
  Cc: Emacs Bug

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/

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2003-02-14 22:29 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-07  5:38 Bug Emacs 21.3: write-file downcasing Dhruva Krishnamurthy
2003-02-07  8:07 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).