octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51632] make global pkg paths always relative


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #51632] make global pkg paths always relative to OCTAVE_HOME, no need to pkg rebuild -global when path changes
Date: Sun, 3 Nov 2019 01:52:21 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0

Follow-up Comment #45, bug #51632 (project octave):

@Philip: I don't know where you have that information from. But short file
names don't work like you describe. See e.g. this Microsoft article about
disabling them for a performance increase [1] - albeit with a compatibility
warning for older programs.

As a final proof that I'm not hallucinating ;-)

D:\test>echo test > file_with_very_long_name.and_extension

D:\test>dir /x
 Datenträger in Laufwerk D: ist DATA
 Volumeseriennummer: A010-5609

 Verzeichnis von D:\test

03.11.2019  06:47    <DIR>                       .
03.11.2019  06:47    <DIR>                       ..
03.11.2019  06:47                 7             
file_with_very_long_name.and_extension
               1 Datei(en),              7 Bytes
               2 Verzeichnis(se), 83.087.142.912 Bytes frei



E:\test>echo test > file_with_very_long_name.and_extension

E:\test>dir /x
 Datenträger in Laufwerk E: ist My Passport
 Volumeseriennummer: 8470-964B

 Verzeichnis von E:\test

03.11.2019  06:48    <DIR>                       .
03.11.2019  06:48    <DIR>                       ..
03.11.2019  06:48                 7 FILE_W~1.AND
file_with_very_long_name.and_extension
               1 Datei(en),              7 Bytes
               2 Verzeichnis(se), 2.487.251.877.888 Bytes frei


"D:" is an internal drive, "E:" is an external USB drive. Note that the column
that shows the short file name is empty on D:.

But you are right. This is off-topic.

[1]:
https://support.microsoft.com/de-de/help/121007/how-to-disable-8-3-file-name-creation-on-ntfs-partitions

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?51632>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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