GNU bug report logs - #77726
[PATCH] gnu: Add emacs-smooth-scroll.

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Fri, 11 Apr 2025 07:39:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77726 in the body.
You can then email your comments to 77726 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#77726; Package guix-patches. (Fri, 11 Apr 2025 07:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kurome <hunt31999 <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 11 Apr 2025 07:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-smooth-scroll.
Date: Fri, 11 Apr 2025 16:36:25 +0900
* gnu/packages/emacs-xyz.scm (emacs-smooth-scroll): New variable.

Change-Id: I81c89e40a89acac94f0e5611b312eb88056cd4b3
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 421b9b4cfa..6cf43463b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29244,6 +29244,26 @@ (define-public emacs-git-auto-commit-mode
 current upstream.")
     (license license:gpl3+)))
 
+(define-public emacs-smooth-scroll
+  (package
+    (name "emacs-smooth-scroll")
+    (version "1.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/k-talo/smooth-scroll.el")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0d2qzpgh486cp0aa12ky1np1i49d0gskvldfw627v55qsm6ql9ll"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/k-talo/smooth-scroll.el")
+    (synopsis "Minor mode for smooth and in-place scrolling in Emacs")
+    (description "This package provides the @code{smooth-scroll-mode} minor mode
+ for Emacs, enabling smooth and in-place scrolling functionality.")
+    (license license:gpl3+)))
+
 (define-public emacs-scroll-on-drag
   (let ((commit "179c2acecc48d3ceca4b449b2a225d684002bb32")
         (revision "2"))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77726; Package guix-patches. (Sun, 13 Apr 2025 01:43:04 GMT) Full text and rfc822 format available.

Message #8 received at 77726 <at> debbugs.gnu.org (full text, mbox):

From: Kurome <hunt31999 <at> gmail.com>
To: 77726 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH v2] gnu: Add emacs-smooth-scroll.
Date: Sun, 13 Apr 2025 10:41:47 +0900
* gnu/packages/emacs-xyz.scm (emacs-smooth-scroll): New variable.

Change-Id: I81c89e40a89acac94f0e5611b312eb88056cd4b3
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 421b9b4cfa..575bf56c07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29244,6 +29244,27 @@ (define-public emacs-git-auto-commit-mode
 current upstream.")
     (license license:gpl3+)))
 
+(define-public emacs-smooth-scroll
+  (package
+    (name "emacs-smooth-scroll")
+    (version "1.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/k-talo/smooth-scroll.el")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0d2qzpgh486cp0aa12ky1np1i49d0gskvldfw627v55qsm6ql9ll"))))
+    (build-system emacs-build-system)
+    (arguments (list #:tests? #f))      ; no tests
+    (home-page "https://github.com/k-talo/smooth-scroll.el")
+    (synopsis "Minor mode for smooth and in-place scrolling in Emacs")
+    (description "This package provides the @code{smooth-scroll-mode} minor mode
+ for Emacs, enabling smooth and in-place scrolling functionality.")
+    (license license:gpl3+)))
+
 (define-public emacs-scroll-on-drag
   (let ((commit "179c2acecc48d3ceca4b449b2a225d684002bb32")
         (revision "2"))
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77726; Package guix-patches. (Sun, 13 Apr 2025 15:24:02 GMT) Full text and rfc822 format available.

Message #11 received at 77726 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Kurome <hunt31999 <at> gmail.com>, 77726 <at> debbugs.gnu.org
Cc: ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, csantosb <at> inventati.org,
 andrew <at> trop.in, hako <at> ultrarare.space, divya <at> subvertising.org
Subject: Re: [bug#77726] [PATCH] gnu: Add emacs-smooth-scroll.
Date: Sun, 13 Apr 2025 17:23:02 +0200
Am Freitag, dem 11.04.2025 um 16:36 +0900 schrieb Kurome:
> * gnu/packages/emacs-xyz.scm (emacs-smooth-scroll): New variable.
> 
> Change-Id: I81c89e40a89acac94f0e5611b312eb88056cd4b3
> ---
>  gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 421b9b4cfa..6cf43463b9 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -29244,6 +29244,26 @@ (define-public emacs-git-auto-commit-mode
>  current upstream.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-smooth-scroll
> +  (package
> +    (name "emacs-smooth-scroll")
> +    (version "1.3")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url
> "https://github.com/k-talo/smooth-scroll.el")
> +                    (commit (string-append "v" version))))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +               
> "0d2qzpgh486cp0aa12ky1np1i49d0gskvldfw627v55qsm6ql9ll"))))
> +    (build-system emacs-build-system)
Note: add
  (arguments (list #:tests? #f)) ; no tests
as tests will no longer be disabled by default on emacs-team.
> +    (home-page "https://github.com/k-talo/smooth-scroll.el")
> +    (synopsis "Minor mode for smooth and in-place scrolling in
> Emacs")
> +    (description "This package provides the @code{smooth-scroll-
> mode} minor mode
> + for Emacs, enabling smooth and in-place scrolling functionality.")
> +    (license license:gpl3+)))

Cheers

Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Wed, 30 Apr 2025 16:36:01 GMT) Full text and rfc822 format available.

Notification sent to Kurome <hunt31999 <at> gmail.com>:
bug acknowledged by developer. (Wed, 30 Apr 2025 16:36:01 GMT) Full text and rfc822 format available.

Message #16 received at 77726-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77726-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add emacs-smooth-scroll.
Date: Wed, 30 Apr 2025 18:35:47 +0200
Pushed, thanks!

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 29 May 2025 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.