all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Ian Eure <ian@retrospec.tv>, 67114@debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Andrew Tropin <andrew@trop.in>
Subject: [bug#67114] [PATCH v2 07/14] gnu: Add emacs-exwm-firefox-core.
Date: Tue, 14 Nov 2023 06:23:31 +0100	[thread overview]
Message-ID: <722d0b48fbd5ef64f2ce67e3ab8d59528590beaf.camel@gmail.com> (raw)
In-Reply-To: <91a9b32be54747a3f3132be09187b4390905f676.1699925314.git.ian@retrospec.tv>

Am Montag, dem 13.11.2023 um 17:29 -0800 schrieb Ian Eure:
> * gnu/packages/emacs-xyz.scm (emacs-exwm-firefox-core): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 36f392e25d..7b6dea42fd 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -31341,6 +31341,31 @@ (define-public emacs-exwm-modeline
>  workspaces.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-exwm-firefox-core
> +  (let ((commit "e2fe2a895e8f973307ef52f8c9976b26e701cbd0")
> +        (revision "1"))
> +    (package
> +      (name "emacs-exwm-firefox-core")
> +      (version (git-version "1.0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url
> "https://github.com/walseb/exwm-firefox-core.git")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32
> "0k5jkjzx6f8nfmbkc61raj585p9pymycgzv7rr3fhv2drgkaa4yi"))))
> +
> +      (inputs (list emacs-exwm))
> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/walseb/exwm-firefox-core")
> +      (synopsis "Control Firefox with EXWM")
> +      (description
> +       "This package contains functions that execute exwm
> +keypresses mapped in firefox to the action described in the function
> name.")
Uhm, maybe that's just me, but I don't understand what this description
is trying to say.
> +      (license (list license:gpl3+)))))
> +
>  (define-public emacs-ert-async
>    (package
>      (name "emacs-ert-async")

Cheers




  reply	other threads:[~2023-11-14  5:24 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-11 22:11 [bug#67114] [PATCH 00/14] Add Emacs Weirdware packages Ian Eure
2023-11-14  1:29 ` [bug#67114] [PATCH v2 01/14] gnu: Add emacs-dnt Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 02/14] gnu: Add emacs-geoclue Ian Eure
2023-11-14  5:25     ` Liliana Marie Prikler
2023-11-14  1:29   ` [bug#67114] [PATCH v2 03/14] gnu: Add emacs-9lc-mode Ian Eure
2023-11-14  5:25     ` Liliana Marie Prikler
2023-11-14  1:29   ` [bug#67114] [PATCH v2 04/14] gnu: Add emacs-tl1-mode Ian Eure
2023-11-14  5:24     ` Liliana Marie Prikler
2023-11-14  1:29   ` [bug#67114] [PATCH v2 05/14] gnu: Add emacs-diss Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 06/14] gnu: Add emacs-exwm-mff Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 07/14] gnu: Add emacs-exwm-firefox-core Ian Eure
2023-11-14  5:23     ` Liliana Marie Prikler [this message]
2023-11-15  2:09       ` Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 08/14] gnu: Add emacs-exwm-firefox Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 09/14] gnu: Add emacs-exwm-ss Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 10/14] gnu: Add emacs-debase Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 11/14] gnu: Add emacs-discomfort Ian Eure
2023-11-14  5:31     ` Liliana Marie Prikler
2023-11-14  1:29   ` [bug#67114] [PATCH v2 12/14] gnu: Add emacs-shell-here Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 13/14] gnu: Add emacs-hyperspace Ian Eure
2023-11-14  1:29   ` [bug#67114] [PATCH v2 14/14] gnu: Add emacs-nssh Ian Eure
2023-11-15  2:13 ` [bug#67114] [PATCH v3 01/14] gnu: Add emacs-dnt Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 02/14] gnu: Add emacs-geoclue Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 03/14] gnu: Add emacs-9lc-mode Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 04/14] gnu: Add emacs-tl1-mode Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 05/14] gnu: Add emacs-diss Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 06/14] gnu: Add emacs-exwm-mff Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 07/14] gnu: Add emacs-exwm-firefox-core Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 08/14] gnu: Add emacs-exwm-firefox Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 09/14] gnu: Add emacs-exwm-ss Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 10/14] gnu: Add emacs-debase Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 11/14] gnu: Add emacs-discomfort Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 12/14] gnu: Add emacs-shell-here Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 13/14] gnu: Add emacs-hyperspace Ian Eure
2023-11-15  2:13   ` [bug#67114] [PATCH v3 14/14] gnu: Add emacs-nssh Ian Eure
2023-11-23  8:32     ` bug#67114: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=722d0b48fbd5ef64f2ce67e3ab8d59528590beaf.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=67114@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=ian@retrospec.tv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.