From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6Wl9-0004pk-1v for guix-patches@gnu.org; Thu, 12 Apr 2018 03:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6Wl4-0008PF-4w for guix-patches@gnu.org; Thu, 12 Apr 2018 03:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6Wl4-0008P4-0a for guix-patches@gnu.org; Thu, 12 Apr 2018 03:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f6Wl3-0001RL-Qk for guix-patches@gnu.org; Thu, 12 Apr 2018 03:35:01 -0400 Subject: [bug#31133] Adding emacs-lispyville Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6WkH-0004SX-Rz for guix-patches@gnu.org; Thu, 12 Apr 2018 03:34:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6WkC-0007xn-Ut for guix-patches@gnu.org; Thu, 12 Apr 2018 03:34:13 -0400 Received: from mail.lassieur.org ([83.152.10.219]:46232) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6WkC-0007wy-JG for guix-patches@gnu.org; Thu, 12 Apr 2018 03:34:08 -0400 Received: from newt (46.218.109.88 [46.218.109.88]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 809a1d99 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Thu, 12 Apr 2018 07:34:03 +0000 (UTC) From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Thu, 12 Apr 2018 09:34:01 +0200 Message-ID: <87muy8vpxy.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31133@debbugs.gnu.org Hi, These patches aim to add emacs-lispyville, which requires an up-to-date emacs-lispy. I would also like to update emacs-evil to a recent Git commit, because the last release is quite old (October 2nd) and the master branch seems pretty stable. We would then get the new 'evil-define-key*' (adding 'nil' support), which is needed in recent emacs-lispyville. I just didn't dare do the patch, imagining the tons of comments saying that it's preferable to stick to releases :-). Thanks, Clément