From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Kraus via General Guile related discussions Newsgroups: gmane.lisp.guile.user Subject: Re: Demanding Interoperability to Strengthen the Free (Libre) Web: Introducing DISFLUID Date: Sat, 31 Jul 2021 11:09:51 +0200 Message-ID: <5f3399aa14e8c945a1a04de9ff9f00f1fde88e53.camel@planete-kraus.eu> References: <5cbc279ee59779dcaca73de7745a9d0dbd5abfce.camel@planete-kraus.eu> <87tukan9lk.fsf@web.de> Reply-To: Vivien Kraus Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38179"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.34.2 Cc: Nala Ginrut , guile-user@gnu.org To: "Dr. Arne Babenhauserheide" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Jul 31 11:10:25 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m9l0j-0009jD-Eh for guile-user@m.gmane-mx.org; Sat, 31 Jul 2021 11:10:25 +0200 Original-Received: from localhost ([::1]:34468 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9l0h-0007dh-FE for guile-user@m.gmane-mx.org; Sat, 31 Jul 2021 05:10:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35336) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9l0K-0007d9-Ud for guile-user@gnu.org; Sat, 31 Jul 2021 05:10:02 -0400 Original-Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:41364) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1m9l0I-0002kA-LZ for guile-user@gnu.org; Sat, 31 Jul 2021 05:10:00 -0400 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 508addab; Sat, 31 Jul 2021 09:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; s=*; bh=dy z8MLsxNgDZLRQnaI52WECho34=; b=H8syDQzTczFuRIncgoYOo4wqeI2MQaXz5r WpkTz/AH8Oqjf/sWyZ5ZfAR3Y7rB4o/7qk7lHbiqnWaG4HrB01/q3ZRKD15dhvWX rrdOmk/fbPml0JfzlL5pfiEP6aJrRtjbhy06vFVIk0kuUvh3hQC2QIkaC4Nodd0j R9le0p+Lk= Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id b75d4d44 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Sat, 31 Jul 2021 09:09:52 +0000 (UTC) In-Reply-To: <87tukan9lk.fsf@web.de> Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17658 Archived-At: Hello, Le samedi 31 juillet 2021 à 10:58 +0200, Dr. Arne Babenhauserheide a écrit : > Maybe some hacks I needed for my (unfinished) implementation of the > downloadmesh can be useful to you: The "missing headers" were missing in Guile, but I added them for my server (I did it with declare-header!, whereas you used declare-opaque- header!, but we had the same idea). The lack of unicode support is more of a concern for me, and something has to happen on Guile’s side. This is why I submitted a patch.