From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cE7/D/gQ6WJi6wAAbAwnHQ (envelope-from ) for ; Tue, 02 Aug 2022 13:56:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kIMYEPgQ6WLbgwEA9RJhRA (envelope-from ) for ; Tue, 02 Aug 2022 13:56:40 +0200 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 F1773216A8 for ; Tue, 2 Aug 2022 13:56:39 +0200 (CEST) Received: from localhost ([::1]:54292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIqVq-0001EJ-N6 for larch@yhetil.org; Tue, 02 Aug 2022 07:56:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIqOU-0005CM-RN for guix-patches@gnu.org; Tue, 02 Aug 2022 07:49:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52928) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oIqOU-0006sF-Hn for guix-patches@gnu.org; Tue, 02 Aug 2022 07:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oIqOU-0007aY-BW for guix-patches@gnu.org; Tue, 02 Aug 2022 07:49:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56881] [PATCH] gnu: Add emacs-consult-yasnippet. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Aug 2022 11:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56881 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Nicolas Graves" , <56881@debbugs.gnu.org> Received: via spool by 56881-submit@debbugs.gnu.org id=B56881.165944089629101 (code B ref 56881); Tue, 02 Aug 2022 11:49:02 +0000 Received: (at 56881) by debbugs.gnu.org; 2 Aug 2022 11:48:16 +0000 Received: from localhost ([127.0.0.1]:42675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIqNk-0007ZI-78 for submit@debbugs.gnu.org; Tue, 02 Aug 2022 07:48:16 -0400 Received: from knopi.disroot.org ([178.21.23.139]:35068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIqNi-0007Yw-24 for 56881@debbugs.gnu.org; Tue, 02 Aug 2022 07:48:14 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 23F9A40D8D; Tue, 2 Aug 2022 13:48:11 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uIlpCfWbhIvg; Tue, 2 Aug 2022 13:48:10 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659440890; bh=+7QU9Y+kkH+Zr/RpS8JSruH6ryd+iR5qBH9y9qsvIcI=; h=Date:Subject:From:To:References:In-Reply-To; b=MVo1Bc/BXZUsGTkZlzMHZGRgGAYRlG4ShMgNFMbQl1aWyCIMwEqFYL+6u3iVI6+xB k6aE3Jghy7DhvUXpgpbtA6l+ueQ1TSZVmeDPL5HQ7+Kr42ewUCc9jA3Dri5HbeN3Qi l4JEDpNhMrxauXf9FmA1IzERASw+YzWT+A5Rp2yp9HLyVQgLjKaV9YEGqkLj8eUN2l TAFqdtpLIEJ+B8UgwkCvm9mNvYP7NU8cJkb9veTe9kvZmC1BRkyarlJtPHmnqMwSJY 09RW9Fikw7zqGbTSEzm7yBFntLX4HqhV3uG3b1UaPu9tfW6Yaab6y7FjBAj6rzRlqJ qa8tkWVLLJwAA== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 02 Aug 2022 12:48:09 +0100 Message-Id: References: <20220802113957.29792-1-ngraves@ngraves.fr> In-Reply-To: <20220802113957.29792-1-ngraves@ngraves.fr> 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659441400; 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=u5C6smAtqaruD1J3cP2y4BuYWjlqBuGGGa2WcRkX6Fk=; b=mjB8m9dVV9FmHv/eS9fQf8W4tl+PF2IMC6SXqQmlMp4hFuk1f1gdFBaM7N1yL/lQ9iW8iw MJotxq5NQkwAqt2S9BXPpS0iI5dvWCuJr+2ua6RrAFlY8/K0F82wcHdqoFg63Tpd0IcFNH L4oDmWgTMNyjAQ87xUCfc0huGyh3dfyzdW90lgfzL/rZNq+NrDXqfovHNWdRsNr3AqjjaC 3KdDTCllAtxeGxh+1pmfhdMNY+aktwUGnOLSKUp6J1Gy+isrOWa4Y67sliONkODGDZHoyR l2nMClYkRYn7xNpN4Av4j5NTyLDsJARg3+vUBQRhFUp6NkV+06TvnJMCEDfLSQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659441400; a=rsa-sha256; cv=none; b=P8zdFjL+k3Iz7bqB0+IDQWTbWVSHvF7diQl4A2DzxkHwwtFJRgIwfbs3oPHzaQftDRYgR8 /yVi+f8jEm67wAiQSB412nDyYw8ICrz2vo6kg9AWe6tW41sODo4LG56gvGwoaGV0vMU4ut gzssbKUt7SxaJMjgQXvvsse+AznjRhzGJ0f96eId/P4CIU/qtrzoAUO21VN0J0l6wgckBC f0NHbmrQWHng9XQgtEyyLoWFHi0GTX6L5NG808WBzAIDn6ia7ISUjgizuEGDewF5Y3wQ0u dHAxaKd7Qr7HgfE3cXi7b/4ava6bbzrcojT0bS6ip2H4s5CRfQfWo5tjnacdkQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b="MVo1Bc/B"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -2.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b="MVo1Bc/B"; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: F1773216A8 X-Spam-Score: -2.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: Z8JNm8efCxw0 On Tue Aug 2, 2022 at 12:39 PM BST, Nicolas Graves via Guix-patches via wro= te: > + (description > +"This package implements allows you to expand yasnippet snippets through= a\ > +completing-read interface. It supports previewing the current snippet\ > +expansion and overwriting the marked region with a new snippet completio= n.\ > +") I think this slightly amended version is better: > + (description > + "This package allows you to expand @code{emacs-yasnippet} snippet= s > +through a completing-read interface. It supports previewing the current > +snippet expansion and overwriting the marked region with a new snippet > +completion.") -- (