Re: Who's up for breaking IDL? [message #35819] |
Sun, 03 August 2003 14:27  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Tim Robishaw wrote:
> David Fanning <david@dfanning.com> wrote in message
> news:<MPG.19962a27116012e29896c2@news.frii.com>...
>> Tim Robishaw writes:
>>
>>> What this suggests to me
>>> is that you cannot have a file that stores a routine and name it with
>>> capital letters. That is
>>> dumb. Someone please tell me that I'm right???
>>
>> Uh, well, I think this has been well known since
>> about 1956. :-)
>>
>> Cheers,
>>
>> David
>
> Woah! 1956! Man, I thought I had been around a while. Never came
> across this one (well, that's also cuz I never name my files with
> capitals; but my advisor was about to attack his monitor when I
> decided to seek expert counseling.) Man, I looked everywhere for
> help: ?resolve_routine, Google newsgroups, some Fanning guy's book.
> Well, I won't get fooled again. But am I right? Isn't this dumb? I
> mean, what a bug!
>
> -Tim.
Never use capitalize characters in file names. I am sure the reasons are
described in our book and in several other books too. Because I tell this
every lesson to the people.
This is an old well known problem. Some closed software Operation Systems
can't distinguish between upper amd lower cases in file names.
Whatever are the the reasons are
I prefer this definition as it is too.
Because I am able to imagine what happens if mixed chars are possible.
PLot is then different from PLOT. I think all of us won't like this or ?
Reimar
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|
|
Re: Who's up for breaking IDL? [message #35821 is a reply to message #35820] |
Sun, 03 August 2003 06:25   |
timrobishaw
Messages: 16 Registered: June 2003
|
Junior Member |
|
|
David Fanning <david@dfanning.com> wrote in message news:<MPG.19962a27116012e29896c2@news.frii.com>...
> Tim Robishaw writes:
>
>> What this suggests to me
>> is that you cannot have a file that stores a routine and name it with
>> capital letters. That is
>> dumb. Someone please tell me that I'm right???
>
> Uh, well, I think this has been well known since
> about 1956. :-)
>
> Cheers,
>
> David
Woah! 1956! Man, I thought I had been around a while. Never came
across this one (well, that's also cuz I never name my files with
capitals; but my advisor was about to attack his monitor when I
decided to seek expert counseling.) Man, I looked everywhere for
help: ?resolve_routine, Google newsgroups, some Fanning guy's book.
Well, I won't get fooled again. But am I right? Isn't this dumb? I
mean, what a bug!
-Tim.
|
|
|
|
|
Re: Who's up for breaking IDL? [message #36018 is a reply to message #35820] |
Mon, 04 August 2003 05:44  |
R.G. Stockwell
Messages: 363 Registered: July 1999
|
Senior Member |
|
|
"David Fanning" <david@dfanning.com> wrote in message
news:MPG.1996c178820129639896c3@news.frii.com...
> Tim Robishaw writes:
>
>> But am I right? Isn't this dumb? I
>> mean, what a bug!
>
> I guess you could argue whether it is dumb or not,
> although in 1956 (or whenever the choice was made)
> the idea of mixed characters in file names was
> certainly wacko. In fact, it was probably those
> commie pinko liberals at Apple who thought it up.
>
> But there is no way in the world it is a "bug"! :-)
I'm probably taking my life in my hands, but I'm gonna say its a bug.
If the operating system allows case sensitive filenames, then IDL should
be able to work with them. I view the "never use captials" in the same
way I would view " never use the letter m in a filename".
(assuming the OPs description is correct. This "bug" does not exist on my
win2000 idl 6.0, i haven't bothered to check it out on linux.)
Having said that, i do agree that is insane to have case sensitive
filenames.
I do use legacy c code on the *nix platforms that take advantage of
the liberal use of capitals, drives me freakin crazy.
Cheers,
bob
|
|
|