[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Standardizing lua names on *nix systems (and their distributions)
- From: Andrew Starks <andrew.starks@...>
- Date: Wed, 4 Feb 2015 15:47:45 -0600
On Wed, Feb 4, 2015 at 3:00 PM, Roberto Waltman <techie@rwaltman.com> wrote:
>
> On 2/4/2015 8:36 AM, Philippe Lhoste wrote:
>>
>> On 02/02/2015 11:45, Sean Conner wrote:
>>>
>>> It was thus said that the Great Enrico Tassi once stated:
>>>>
>>>>
>>>> This choice is what should be standardized. Seriously? Who run Lua on a
>>>> MS-Dos box these days?
>>
>> The time of 8.3 is over, fortunately.
>
>
> Don't recall what the default is in Windows 7, in any case, I always disable
> 8.3 support:
> "fsutil behavior set disable8dot3 1"
>
> --
> Roberto Waltman
>
>
[off topic]
Be careful with that. If you should ever receive extremely long file
names, the only way that I know of removing them is to find the 8.3
equivalent (`dir /X`), but that might not be a problem as perhaps your
setup makes it impossible to save those files (which would be even
better).
--Andrew