From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEEkn-0005kA-6r for guix-patches@gnu.org; Fri, 26 May 2017 08:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEEkk-0007EY-4K for guix-patches@gnu.org; Fri, 26 May 2017 08:54:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36073) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEEkk-0007ES-0L for guix-patches@gnu.org; Fri, 26 May 2017 08:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEEkj-0003To-Qr for guix-patches@gnu.org; Fri, 26 May 2017 08:54:01 -0400 Subject: bug#27082: [PATCH] gnu: Add emacs-disable-mouse. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170526103518.10018-1-janneke@gnu.org> References: <20170526103518.10018-1-janneke@gnu.org> Date: Fri, 26 May 2017 14:53:14 +0200 Message-ID: <87lgpju6dh.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Jan Nieuwenhuizen , 27082@debbugs.gnu.org --=-=-= Content-Type: text/plain Jan Nieuwenhuizen writes: > * gnu/packages/emacs.scm (emacs-disable-mouse): New variable. [...] > + (home-page > + "https://github.com/purcell/disable-mouse") This can be a single line. > + (synopsis "Disable mouse commands globally") > + (description > + "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode}, > +pair of minor modes which suppress all mouse events by intercepting them and > +running a customisable handler command (@code{ignore} by default). > +") ^^^ It would look better to move this up to the previous line IMO. Other than that looks good! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkoJToACgkQoqBt8qM6 VPpk8QgAyg5InxRcLZjgaaDTCjVDu0oZ/LDVcljCDWBZQ9dDswr3xMyuW8bjYYYy 1YXN3N9S08kOSkQT4g1h1Vtg3391Zl/pu8fVPV3lWMhfIPAEFUIUGxi1X6l7cqFm KjzbMw9eXPNJOlA98njoWzPtHdJ0psQ5hQMly1LA3/N5V7Ai0kE7xk1b15BtH6bm ptKm6j0SHlTpenfwkxBx5Tw8+nmD5MfZOVcqvuJhgNj9M4plmvkGIdS1iTZbFz62 vUKEzmHb5qTbo03Gr/Lhc0tJozFe+OQAx6Fl/kpWNOcmzAE3m6LbKEdNDsYebXy8 aN9Yoljx6wH9W9Oq63ayO18M9kxZEQ== =yK8X -----END PGP SIGNATURE----- --=-=-=--