Deutsch   English   Français   Italiano  
<v46qj9$e4lf$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: David Brown <david.brown@hesbynett.no>
Newsgroups: comp.lang.c
Subject: Re: Running an editor from ANSI C
Date: Mon, 10 Jun 2024 14:12:25 +0200
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <v46qj9$e4lf$1@dont-email.me>
References: <v3pge7$uf2i$1@dont-email.me> <v3r2pl$16mtl$1@dont-email.me>
 <v3r7v8$1b57j$1@dont-email.me> <v3rek5$1c4i5$1@dont-email.me>
 <v3rrtm$1e6g8$1@dont-email.me> <v3ru84$1eafb$1@dont-email.me>
 <87o78dzw1a.fsf@nosuchdomain.example.com> <v3tkmb$1o860$3@dont-email.me>
 <v3uk0l$20s0s$2@dont-email.me> <v3uoeo$21g4g$5@dont-email.me>
 <v3v6jt$23q0b$2@dont-email.me> <v3vk3m$265uv$1@dont-email.me>
 <v44itr$3jn4i$1@dont-email.me> <v46o75$dnnu$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 10 Jun 2024 14:12:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c8fdaca8f4676d2822b9c14d4f88eea0";
	logging-data="463535"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+uK883bk/u10w6RBsjFo6rqgYMZwJjHcE="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
 Thunderbird/102.11.0
Cancel-Lock: sha1:cAMVrzDYaloJs/ICkOYwY2/5ghw=
Content-Language: en-GB
In-Reply-To: <v46o75$dnnu$1@dont-email.me>
Bytes: 2402

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?