Path: csiph.com!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Running an editor from ANSI C Date: Sun, 09 Jun 2024 14:48:05 -0700 Organization: None to speak of Lines: 16 Message-ID: <87frtlyei2.fsf@nosuchdomain.example.com> References: <87o78dzw1a.fsf@nosuchdomain.example.com> <87frtpznoa.fsf@nosuchdomain.example.com> <871q59yty1.fsf@nosuchdomain.example.com> <20240607142429.0000067b@yahoo.com> <87jzizxinh.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 09 Jun 2024 23:48:06 +0200 (CEST) Injection-Info: dont-email.me; posting-host="85947b9a12634494e6f6e887d550cf50"; logging-data="4004429"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+8wh1tJZN8Nbad9ckaIXPf" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:6DYKIVB9SqNp9czbj+msi/Hhb7E= sha1:DOfxFVyTXgn5UFTaTUHcyPEcT2E= Xref: csiph.com comp.lang.c:385801 Lawrence D'Oliveiro writes: > On Sat, 08 Jun 2024 13:51:30 -0700, Keith Thompson wrote: > >> On Unix-like systems, xdg-open does something similar. > > But note that xdg-open is just a binary. It’s not part of any “system > shell” or anything like that. Why is that worth noting? (On my system, it's a /bin/sh script, not a binary -- not that that matters.) -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */