unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brian Leung <bkleung89@gmail.com>
To: 36778@debbugs.gnu.org
Subject: [bug#36778] [PATCH] Add and update Emacs packages.
Date: Thu, 1 Aug 2019 18:02:16 +0200	[thread overview]
Message-ID: <CAAc=MEw2TtjmihoSQE5AtxiGb1c3SDgBPkyZZPvkD6AwUC7YgQ@mail.gmail.com> (raw)
In-Reply-To: <CAAc=MEyLKxru4sMTntrN+AGpo_wqzLYZ0YxM3=WJi5WUBzT=DQ@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 289 bytes --]

I've added another patch.

On Tue, Jul 30, 2019 at 11:03 AM Brian Leung <bkleung89@gmail.com> wrote:

> I've rebased and updated with several more patches.
>
> On Sat, Jul 27, 2019 at 5:23 AM Brian Leung <bkleung89@gmail.com> wrote:
>
>> I rebased and added a few additional patches.
>>
>

[-- Attachment #1.2: Type: text/html, Size: 879 bytes --]

[-- Attachment #2: 0017-gnu-Add-emacs-nswbuff.patch --]
[-- Type: text/x-patch, Size: 1691 bytes --]

From 67beb2ce3f2ad52ce1cb832a6bd6594de1c07cb0 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Thu, 1 Aug 2019 17:59:38 +0200
Subject: [PATCH] gnu: Add emacs-nswbuff.

* gnu/packages/emacs-xyz.scm (emacs-nswbuff): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 178fd6e403..a199791f32 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3438,6 +3438,29 @@ completion candidate when using the Company text completion framework.")
 @code{company-mode} allowing for completion of common math symbols.")
       (license license:gpl3+))))
 
+(define-public emacs-nswbuff
+  (let ((commit "362da7f3687e2eb5bb11667347de85f4a9d002bc")
+        (version "1.0")
+        (revision "1"))
+    (package
+      (name "emacs-nswbuff")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/joostkremers/nswbuff.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0l2xfz8z5qd4hz3kv6zn7h6qq3narkilri8a071y1n8j31jps4ma"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/joostkremers/nswbuff")
+      (synopsis "Quickly switch between buffers")
+      (description "This package allows for navigating between buffers within
+a customizable list.")
+      (license license:gpl3+))))
+
 (define-public emacs-multiple-cursors
   (package
     (name "emacs-multiple-cursors")
-- 
2.22.0


  reply	other threads:[~2019-08-01 16:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24  3:55 [bug#36778] [PATCH] Add and update Emacs packages Brian Leung
2019-07-27  3:23 ` Brian Leung
2019-07-30  9:03   ` Brian Leung
2019-08-01 16:02     ` Brian Leung [this message]
2019-08-02  4:45       ` Brian Leung
2019-08-03 18:32         ` Brian Leung
2019-08-05 14:23           ` bug#36778: " Ricardo Wurmus

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='CAAc=MEw2TtjmihoSQE5AtxiGb1c3SDgBPkyZZPvkD6AwUC7YgQ@mail.gmail.com' \
    --to=bkleung89@gmail.com \
    --cc=36778@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).