Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsPath: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Running an editor from ANSI C Date: Thu, 6 Jun 2024 04:47:07 -0000 (UTC) Organization: A noiseless patient Spider Lines: 6 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 06 Jun 2024 06:47:07 +0200 (CEST) Injection-Info: dont-email.me; posting-host="f4d69e0b55552fd1d553b40d4565c4a9"; logging-data="1447512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195Byu3ajW0o1eM0ftXotVF" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:ukxzy3w9r5+yEZliJmSRuLYn30k= Bytes: 1292 On Thu, 6 Jun 2024 06:40:36 +0200, Janis Papanagnou wrote: > It's IMO generally a good approach to not force folks to use some > specific (or even proprietary) editor in context of an application. Checking the $EDITOR environment variable is common practice.