all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: 60837@debbugs.gnu.org, Cayetano Santos <csantosb@inventati.org>
Subject: [bug#60837] [PATCH] gnu: Add emacs-auto-compile
Date: Mon, 16 Jan 2023 11:47:15 -0500	[thread overview]
Message-ID: <87o7qy77fw.fsf_-_@gmail.com> (raw)
In-Reply-To: <883dd1302808d994be0d00ade7cf5df27e8cc454.camel@gmail.com> (Liliana Marie Prikler's message of "Mon, 16 Jan 2023 15:31:14 +0100")

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Montag, dem 16.01.2023 um 13:38 +0100 schrieb Cayetano Santos:
>> * gnu/packages/emacs-xyz.scm (emacs-auto-compile): New variable.
>> ---
>>  gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
>>  1 file changed, 22 insertions(+)
>> 
>> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
>> index 5f60d82ad5..ea97cb09a2 100644
>> --- a/gnu/packages/emacs-xyz.scm
>> +++ b/gnu/packages/emacs-xyz.scm
>> @@ -259,6 +259,28 @@ (define-module (gnu packages emacs-xyz)
>>  ;;; Emacs hacking.
>>  ;;;
>>  
>> +(define-public emacs-auto-compile
>> +  (package
>> +    (name "emacs-auto-compile")
>> +    (version "1.7.2")
>> +    (source (origin
>> +              (method git-fetch)
>> +              (uri (git-reference
>> +                    (url
>> "https://github.com/emacscollective/auto-compile.git")
>> +                    (commit version)))
>> +              (sha256
>> +               (base32
>> +               
>> "1njnyilv6lxnbvi6yrgzg6qjhf6vgh4fpag4hav1j45718y6kd31"))))
>> +    (build-system emacs-build-system)
>> +    (propagated-inputs (list emacs-compat emacs-packed))
>> +    (home-page "https://github.com/emacscollective/auto-compile")
>> +    (synopsis "Automatically compile Emacs Lisp libraries")
>> +    (description
>> +     "This package provides two minor modes which automatically
>> recompile Emacs Lisp
> Note how you're exceeding fill-column.
>> +source files. Together these modes guarantee that Emacs never loads 
> Use two spaces at the end of sentences.
>> outdated
>> +byte code files.")
>> +    (license license:gpl3+)))
>> +
> I also moved this before emacs-auto-sudoedit.  Placing packages
> directly at the start or end f files makes it mildly harder to rebase.
>
> The package appears to build fine with both emacs and emacs-minimal, so
> if there's no objection, I'll push this (with some fixes re the above
> points) on the 29th.

Make sure to use two spaces between sentences.  Other than that, LGTM
too, so feel free to push it already.

-- 
Thanks,
Maxim




  parent reply	other threads:[~2023-01-16 16:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15 19:55 [bug#60837] [PATCH] gnu: Add emacs-auto-compile csantosb--- via Guix-patches via
2023-01-16 12:38 ` [bug#60837] [PATCH v2] " Cayetano Santos via Guix-patches via
2023-01-16 14:31   ` Liliana Marie Prikler
2023-01-16 15:02     ` Cayetano Santos via Guix-patches via
2023-01-16 16:47     ` Maxim Cournoyer [this message]
2023-01-29  7:35       ` bug#60837: [PATCH] " 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=87o7qy77fw.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=60837@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    --cc=liliana.prikler@gmail.com \
    /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.