From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CKPJOhQ5smPAogAAbAwnHQ (envelope-from ) for ; Mon, 02 Jan 2023 02:53:25 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id OHfVORQ5smOoZAAAG6o9tA (envelope-from ) for ; Mon, 02 Jan 2023 02:53:24 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6C1E13B9AA for ; Mon, 2 Jan 2023 02:53:24 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pCA0e-00031d-T8; Sun, 01 Jan 2023 20:53:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pCA0d-00031O-Ah for guix-patches@gnu.org; Sun, 01 Jan 2023 20:53:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pCA0c-0000q2-Vc for guix-patches@gnu.org; Sun, 01 Jan 2023 20:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pCA0c-0000Yy-HG for guix-patches@gnu.org; Sun, 01 Jan 2023 20:53:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60286] [PATCHES] Add guile's implementation for scheme-lsp-server References: <15ea32667d93bab6b4a785253538cdb5@autistici.org> In-Reply-To: <15ea32667d93bab6b4a785253538cdb5@autistici.org> Resent-From: goodoldpaul@autistici.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Jan 2023 01:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60286 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60286@debbugs.gnu.org Received: via spool by 60286-submit@debbugs.gnu.org id=B60286.16726243622137 (code B ref 60286); Mon, 02 Jan 2023 01:53:02 +0000 Received: (at 60286) by debbugs.gnu.org; 2 Jan 2023 01:52:42 +0000 Received: from localhost ([127.0.0.1]:42138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCA0I-0000YO-8X for submit@debbugs.gnu.org; Sun, 01 Jan 2023 20:52:42 -0500 Received: from confino.investici.org ([93.190.126.19]:54689) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCA0F-0000YF-FX for 60286@debbugs.gnu.org; Sun, 01 Jan 2023 20:52:40 -0500 Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by confino.investici.org (Postfix) with ESMTP id 4Nlf505MmMz10tN for <60286@debbugs.gnu.org>; Mon, 2 Jan 2023 01:52:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1672624356; bh=Wxnhw4+M1ep4qhSFi6dOZccwehh1zj0QAvcw1HHYfwQ=; h=Date:From:To:Subject:From; b=DL5INAVBlTXLxTe//kHyBXogXdr/l/2xKCga1hS2apGGHIoVmGQXvgwVIvUy5y/Jr aXO6CC4GuPXHpvgN+EAtxSLvkhWn7WgqpF+vCIMjOG+TufQss7vDyfPJ3+SOHTvZZR 8F+GVMwX4ZXr9bu/GNWwiuGox5w+y9iiV8teN/yU= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: goodoldpaul@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4Nlf503mQfz5ytT for <60286@debbugs.gnu.org>; Mon, 2 Jan 2023 01:52:36 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 02 Jan 2023 01:52:36 +0000 User-Agent: Roundcube Webmail Message-ID: X-Sender: goodoldpaul@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: goodoldpaul@autistici.org X-ACL-Warn: , goodoldpaul--- via Guix-patches From: goodoldpaul--- via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1672624404; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Wxnhw4+M1ep4qhSFi6dOZccwehh1zj0QAvcw1HHYfwQ=; b=Duuw7B/3eY1/t5tL+0ITTL+Gy+40KzZxcc6CWPRKTwhAvuQLCNTQW94Oqw8FAk/uRScDOs 7VlBQ8+54rAxVyTvGOLf3sQjcY7mfM/i+SnXx9q/4lDiEUHEWwpqMR2vyRX0GZbOUcYkPt BpOF197fbAxvpK/DVx9px07E/fpyBzNDqjbbyva2sEJjVl1nUK61USKl2MZuqtq3PNkqT9 tudOI4r68B2ExPmOBJs3oUZ+50FaNd9VEqq9zA5PofiOpaDsJTUx8p/kLpK/uoQBllKnG6 MPG4yZc4u/Yu/sVzr1h5DiqhPIWIhiOMv9LVgBm9I6L5C8Qc8UtNbM1nBc4TMQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=DL5INAVB; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1672624404; a=rsa-sha256; cv=none; b=injkBE5fKFf44qbaej7wMvzzmDpSJ4xUQ/BaEK+FfXmLqN6M5bNThEEO3FFKUDIORdF/gP jT0jfVjOmysuaJjw4ZzMa+nsjIL3eyiGNlzXtocFcuu6O8HEt1zhxI4U1XQQ2j00W4qTgS SQuzgdezThz9k4U8k11r1mUHGgeScKI34IWmAusMJgXZYZHJZjbo60ag5jNFFff8ZknC3p ysMpbB+D+4YDKitKBXDCUK9u6ecwFm38PykXSKzr+cDCJ9T4LfTV1oB+JoMSy2EpaR3uSj hPJzZeqdy+S51dy89qXXPov7HBp5Rg6I9/uoEdIcM9dvFBxQOy8gFiPZ8wtqXw== X-Spam-Score: -3.54 X-Migadu-Queue-Id: 6C1E13B9AA Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=DL5INAVB; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -3.54 X-TUID: k7cRf2kilTGX Dear Abhishek, thank you for the heads up! I fixed my patches with your suggestions and I'm sending an updated patchset. giacomo