From: Lee Thompson <lee.p.thomp@gmail.com>
To: 74158@debbugs.gnu.org
Cc: Lee Thompson <lee.p.thomp@gmail.com>
Subject: [bug#74158] [PATCH 0/4] Add emacs-parinfer-rust-mode
Date: Fri, 1 Nov 2024 11:13:23 +0000 [thread overview]
Message-ID: <20241101111330.640592-1-lee.p.thomp@gmail.com> (raw)
Hello Guix,
This patch series adds justinbarclay's parinfer-rust-mode package for Emacs.
This package loads a shared Rust library to do all the parinfer heavy-lifting.
I ported the most recent version of parinfer-rust-mode and the Rust library
parinfer-rust-emacs and left the older emacs-parinfer-mode and parinfer-rust
untouched because I didn't know if it was within the scope of this work to get
rid of them.
Note also for parinfer-rust-emacs I copied all the `modify-phases' stuff from
parinfer-rust above, I can't imagine someone needs all the non-Emacs files
installing but who knows.
Could I please get some feedback or review on these patches? This is my first
time sending patches into Guix so apologies if I've made any obvious mistakes.
I wasn't sure also if it was appropriate to add my name to the tops of files
etc.
Apologies also if I've made a mess sending this a few times, I think my email
client and get send-email have been acting up.
Lee Thompson (4):
* gnu/packages/emacs-xyz.scm (emacs-track-changes): New variable.
* gnu/packages/crates-io.scm (rust-emacs-0.19): New variable.
* gnu/packages/text-editors.scm (parinfer-rust-emacs): New variable.
* gnu/packages/emacs-xyz.scm (emacs-parinfer-rust-mode): New variable.
gnu/packages/crates-io.scm | 24 +++++++++++++
gnu/packages/emacs-xyz.scm | 66 +++++++++++++++++++++++++++++++++++
gnu/packages/text-editors.scm | 53 ++++++++++++++++++++++++++++
3 files changed, 143 insertions(+)
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
--
2.43.0
next reply other threads:[~2024-11-01 15:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 11:13 Lee Thompson [this message]
2024-11-01 13:28 ` [bug#74158] [PATCH 1/4] * gnu/packages/emacs-xyz.scm (emacs-track-changes): New variable Lee Thompson
2024-11-01 13:28 ` [bug#74158] [PATCH 2/4] * gnu/packages/crates-io.scm (rust-emacs-0.19): " Lee Thompson
2024-11-01 13:28 ` [bug#74158] [PATCH 3/4] * gnu/packages/text-editors.scm (parinfer-rust-emacs): " Lee Thompson
2024-11-01 13:28 ` [bug#74158] [PATCH 4/4] * gnu/packages/emacs-xyz.scm (emacs-parinfer-rust-mode): " Lee Thompson
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=20241101111330.640592-1-lee.p.thomp@gmail.com \
--to=lee.p.thomp@gmail.com \
--cc=74158@debbugs.gnu.org \
/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.