jed-users mailing list

[2015 Date Index] [2015 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [jed-users] case insensitiv file completition?


Ulli Horlacher <framstag@xxxxxxxxxxxxxxxxxxxx> wrote:
> Is it possible to use read_file_from_mini() with case insensitiv
> file completition?

No, it is not supported except on platforms that do not have
case-sensitive file systems.  It is also not clear to me how it would
work when used in a directory that contains filenames such as:

   readme
   README
   Readme.1st

If you were to enter 'r' at the filename prompt and then press tab,
what do you expect to happen?  Should it expand to "readme" and also
show all possible completions in the popup window?  If so, what would
be the subsequent steps to get the completion to produce "Readme.1st"?

Thanks,
--John
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2015 date index] [2015 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]