help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: case-sensitize filename


From: Lennart Borgman (gmail)
Subject: Re: case-sensitize filename
Date: Thu, 18 Sep 2008 16:04:28 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

lode leroy wrote:
> Hello,
> 
> I would like to know if there is an easy way to convert a file path
> that has been converted to all-lowercase back to the properly cased version?
> 
> I have the following usecase:
> 
> cl /c C:\Projects\MyProject\MyProgramFile.cpp
> c:\projects\myproject\myprogramfile.cpp(42): error C1234: 'CMyClass': 
> undeclared
> 
> next-error -> c:\projects\myproject\myprogramfile.cpp
> 
> now next-error opens the correct file, but with the wrong buffer name ...

Looks like a bug somewhere. What version of Emacs are you using?

> I'd like to compensate for that...
> 
> next-error -> C:\Projects\MyProject\src\MyProgramFile.cpp
> 
> 
> Actually, the build files copy everything into "build" first, 
> and emacs should open the file in "src", but I already got some elisp to take 
> care of that...
> 
> cl /c C:\Projects\MyProject\build\MyProgramFile.cpp
> c:\projects\myproject\build\myprogramfile.cpp(42): error C1234: 'CMyClass': 
> undeclared
> 
> next-error -> C:\Projects\MyProject\src\MyProgramFile.cpp
> 
> 
> _________________________________________________________________
> News, entertainment and everything you care about at Live.com. Get it now!
> http://www.live.com/getstarted.aspx
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]