GNU bug report logs - #35515
[PATCH 0/1] gnu: emacs: Add gpm as input.

Previous Next

Package: guix-patches;

Reported by: wednesday <jessejohngildersleve <at> zohomail.eu>

Date: Tue, 30 Apr 2019 22:13:02 UTC

Severity: normal

Tags: patch

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35515 in the body.
You can then email your comments to 35515 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#35515; Package guix-patches. (Tue, 30 Apr 2019 22:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to wednesday <jessejohngildersleve <at> zohomail.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 30 Apr 2019 22:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: guix-patches <at> gnu.org
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>
Subject: [PATCH 0/1] gnu: emacs: Add gpm as input.
Date: Tue, 30 Apr 2019 23:12:10 +0100
This adds gpm to the inputs of emacs, so that if the user enables the
gpm service they can use the tty mouse to operate emacs. 

wednesday (1):
  gnu: emacs: Add gpm to inputs.

 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.21.0







Information forwarded to guix-patches <at> gnu.org:
bug#35515; Package guix-patches. (Tue, 30 Apr 2019 22:15:02 GMT) Full text and rfc822 format available.

Message #8 received at 35515 <at> debbugs.gnu.org (full text, mbox):

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: 35515 <at> debbugs.gnu.org
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>
Subject: [PATCH 1/1] gnu: emacs: Add gpm to inputs.
Date: Tue, 30 Apr 2019 23:14:23 +0100
* gnu/packages/emacs.scm (emacs)[inputs]: Add gpm to support mouse on tty.
---
 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..ad90e42560 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -54,7 +54,7 @@
   #:use-module (gnu packages guile)
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
-  #:use-module (gnu packages linux) ; alsa-lib
+  #:use-module (gnu packages linux) ; for alsa-lib and gpm
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages texinfo)
@@ -146,6 +146,7 @@
        ("ncurses" ,ncurses)
 
        ;; TODO: Add the optional dependencies.
+       ("gpm" ,gpm)
        ("libx11" ,libx11)
        ("gtk+" ,gtk+)
        ("libxft" ,libxft)
-- 
2.21.0







Reply sent to zimoun <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Thu, 07 Apr 2022 13:01:02 GMT) Full text and rfc822 format available.

Notification sent to wednesday <jessejohngildersleve <at> zohomail.eu>:
bug acknowledged by developer. (Thu, 07 Apr 2022 13:01:03 GMT) Full text and rfc822 format available.

Message #13 received at 35515-done <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: wednesday <jessejohngildersleve <at> zohomail.eu>
Cc: 35515-done <at> debbugs.gnu.org
Subject: Re: bug#35515: [PATCH 0/1] gnu: emacs: Add gpm as input.
Date: Thu, 07 Apr 2022 14:57:08 +0200
Hi,

Thanks for your contribution.

On Tue, 30 Apr 2019 at 23:12, wednesday <jessejohngildersleve <at> zohomail.eu> wrote:
> This adds gpm to the inputs of emacs, so that if the user enables the
> gpm service they can use the tty mouse to operate emacs.
>
> wednesday (1):
>   gnu: emacs: Add gpm to inputs.

This change had been independently included by the commit:

--8<---------------cut here---------------start------------->8---
947398c70a382762eac6e22a214f282301c1af71
Author:     Tobias Geerinckx-Rice <me <at> tobias.gr>


gnu: emacs: Support console mice.

* gnu/packages/emacs.scm (emacs)[inputs]: Add gpm.

1 file changed, 2 insertions(+), 1 deletion(-)
gnu/packages/emacs.scm | 3 ++-
--8<---------------cut here---------------end--------------->8---

Therefore, closing.


Cheers,
simon




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 May 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.