emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39333: closed ([PATCH 1/2] gnu: Add emacs-switch-buffer-functions.)


From: GNU bug Tracking System
Subject: bug#39333: closed ([PATCH 1/2] gnu: Add emacs-switch-buffer-functions.)
Date: Sun, 02 Feb 2020 14:18:02 +0000

Your message dated Sun, 02 Feb 2020 15:17:48 +0100
with message-id <address@hidden>
and subject line Re: [bug#39333] [PATCH 1/2] gnu: Add 
emacs-switch-buffer-functions.
has caused the debbugs.gnu.org bug report #39333,
regarding [PATCH 1/2] gnu: Add emacs-switch-buffer-functions.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39333: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39333
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add emacs-switch-buffer-functions. Date: Tue, 28 Jan 2020 18:49:11 -0500
* gnu/packages/emacs-xyz.scm (emacs-switch-buffer-functions): 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 e834dfffb3..6cd463d582 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21237,3 +21237,26 @@ mode-line text (lighter) of major and minor modes.")
       (description "@code{unkillable-scratch} helps prevent killing buffers
 matching a given regexp.")
       (license license:gpl2+))))
+
+(define-public emacs-switch-buffer-functions
+  (package
+    (name "emacs-switch-buffer-functions")
+    (version "0.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/10sr/switch-buffer-functions-el.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0pq53b8wrjbrxd5hnrcdi0z7mffp4bax55hn90k9ca3j76lhbn1k"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/10sr/switch-buffer-functions-el";)
+    (synopsis "Hooks run when switching current buffer")
+    (description "This package provides a hook variable
+@code{switch-buffer-functions}.  The hooks will be run when the
+current buffer is changed after an interactive command, i.e. when
+@code{post-command-hook} hooks are run.  The hooked functions will be
+called with both the previous and the current buffer.")
+    (license license:unlicense)))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39333] [PATCH 1/2] gnu: Add emacs-switch-buffer-functions. Date: Sun, 02 Feb 2020 15:17:48 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Amin Bandali <address@hidden> writes:

> * gnu/packages/emacs-xyz.scm (emacs-switch-buffer-functions): New
> variable.

Applied as 2cb9b0453d87aaad15cb5c43702dfa8a109c53cb. Thank you!

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]