Sujet : Re: Running an editor from ANSI C
De : david.brown (at) *nospam* hesbynett.no (David Brown)
Groupes : comp.lang.cDate : 10. Jun 2024, 13:12:25
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v46qj9$e4lf$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0
On 10/06/2024 13:31, Malcolm McLean wrote:
My shell can mount a FileSystem.xml file as a filing system and use that as backing store. No other shell can do that. That's why I need a shell. Because a shell is effectively an editor for a filing system.
If this is an essential feature for the shell you want to use, and it is worth the effort writing it and all the limitations your shell has compared to existing shells, fair enough.
Perhaps I am missing something, but I have yet to see a point in your "FileSystem.xml" in the first place, never mind a point in being able to treat it as a mounted filesystem where you can edit files directly. What does your shell give that a user could not do by unpacking the FileSystem.xml to a directory tree, working with the files using whatever tools they want, then packing them up again to a new version of the FileSystem.xml file?