From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id WKNAN+XPlmABJQEAgWs5BA (envelope-from ) for ; Sat, 08 May 2021 19:52:37 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id UKn2MuXPlmCFbgAA1q6Kng (envelope-from ) for ; Sat, 08 May 2021 17:52:37 +0000 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 9A3ED1BFE9 for ; Sat, 8 May 2021 19:52:37 +0200 (CEST) Received: from localhost ([::1]:52200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfR80-0002sU-RT for larch@yhetil.org; Sat, 08 May 2021 13:52:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfR7T-00022N-Jr for guix-patches@gnu.org; Sat, 08 May 2021 13:52:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39917) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lfR7R-0000nm-Nq for guix-patches@gnu.org; Sat, 08 May 2021 13:52:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lfR7R-0003hx-Mf for guix-patches@gnu.org; Sat, 08 May 2021 13:52:01 -0400 Subject: bug#48286: [PATCH] gnu: Add emacs-cwl-mode. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 08 May 2021 17:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48286 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen , 48286-done@debbugs.gnu.org Mail-Followup-To: 48286@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 48286-done@debbugs.gnu.org id=D48286.162049632014241 (code D ref 48286); Sat, 08 May 2021 17:52:01 +0000 Received: (at 48286-done) by debbugs.gnu.org; 8 May 2021 17:52:00 +0000 Received: from localhost ([127.0.0.1]:51461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfR7Q-0003hd-Je for submit@debbugs.gnu.org; Sat, 08 May 2021 13:52:00 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfR7O-0003hX-Km for 48286-done@debbugs.gnu.org; Sat, 08 May 2021 13:51:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=cyDczm+4DKqcjSVkbPrdVFLuesgQTgNw2kXXBIqTqbw=; b=b3RXHZs4yxNRYzwbsLNGxUk2Z 2PAaOMZRNA7yzqUl7Nc7Sgit5SnWX8rFlvWKNzmQknVofI6TZ0BciGUOzCqp8Oouc+C319X8uxNW5 Iaek9XYY4KQZvPoALBl13RxdwxJXnlXe8ojDul52+DKLGYwLT1N+iYGRQvsPsARjtoC1v2JsfFnZT Y/AXyapD1iCok6LEfd9pvgZMSpHtxNwfaNm4bhEt4IIANNjdMkM4I6X3dV9T9cKMyo2x3bZsD8Vjd 9sTaYRKwqWvyo4CJqEcYl280m0Tk3ID8ObtIMAhIVIVhzElhUJGKpnGiaCDMbdZj5CpPXlhjL5viG yAiTg4HKA==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lfR7M-000D4b-3b; Sat, 08 May 2021 23:21:56 +0530 From: Arun Isaac In-Reply-To: <878s4pia4w.fsf@yoctocell.xyz> References: <20210508132910.3930-1-arunisaac@systemreboot.net> <878s4pia4w.fsf@yoctocell.xyz> Date: Sat, 08 May 2021 23:21:40 +0530 Message-ID: <87fsyxyuz7.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1620496357; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-to: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=cyDczm+4DKqcjSVkbPrdVFLuesgQTgNw2kXXBIqTqbw=; b=UMVRKjkl0z7hH9L6Xwp9+Gp5topleS5JybOYmpQVR1yxuNFxCnT/ENh5kLldM/7VtnEUhj 4ZTR5hfslXWcXe7bzriQ3f4kVZt0VsPPn5knyMN+a9Rl030uyjg5FLk2ixWsQEqQjgHwLC zGMUrmQaHlp8rT/qKZSvowAua451WnCR9y8LzFh5trgBi5lEBjyt15auPvYFeANS4ndqLd GnGVgIB1TCUewlLGieQKIg78610f1vqxJ/RtffKj6cErNzoRppmPqRmTjewUVqmSCChvQZ wl/iXSkV5Eq/SCZ+sZLicEJffR69dM6sXX3M/WK0ddDdl8FI5hnd3YFdlaTr/Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1620496357; a=rsa-sha256; cv=none; b=YrVb5GpQMX+G0ixMUnULKPitqm+cEcMOzoU6LrhzD81iG9Bev34YfcLOA7DmszwPy58RUk VDGt6YYnAkqLo8jgcQaZ/D2uEAP14AVV67fMs3ubn9QpG/OsQNOi+7gVzlzKeXPzkrzPnM 8b6qgg4xu5zVlg0C9JikmTdUK3PpFmQC/C29rGeajXUYRiOohgjL2ocQvS0xuua0TxLTXl FWO2mf97qTFr0zAOGfMPIk+RCfXZZv3StsevJTykwPG/wksXIzKJ/G+TUPn8IJYee8iaJ6 QiBNRwZhuFAQi7AGtBc6XKrqmzMPreHpjJ1gAxiLHy6yjh+e+1996IghDCdYEA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=b3RXHZs4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=b3RXHZs4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 9A3ED1BFE9 X-Spam-Score: -3.45 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2BTn0HrSBW0n --=-=-= Content-Type: text/plain > Nitpick: use @acronym{} maybe? That's a good suggestion. I added @acronym, updated the package and pushed to master. Thanks for the review! :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmCWz6wbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuz6eAH/iLEN4+H2fKqCLUljUnS 6XNWcKUIhlpaoycJ5JVBLiEUzwjRZ4ZR9t51Dpgckl4RqoYR6F4B8fHSWyEqh8Vc lqZVf5YSfYdX8IlWC8NVex5OSFtM/sxk4jn3bkG85OpDFOJjFgqCSErjWlRva4KG FuXjpHIleEfnA+2oS4ZjWWHL52hqG1IiWUm/kCf9kcq77w/XGU40xkKDgTqG+fP6 +UvE+ynzGXSdCgO86cJ5seKVPHAWV0mJ6dxsSU1zjUWurN+SHLEGf0IP3FCQ5Q5C uBJcwAnZRswrf0r8Vta2shqVoXPKsQcBEQHDEdIw6vMVQhCn3xIy/R38Dl8NiZA7 5Zo= =mHDQ -----END PGP SIGNATURE----- --=-=-=--