GNU bug report logs - #77486
[PATCH] gnu: emacs-visual-fill-column: Update to 2.7.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 3 Apr 2025 11:43:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

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 77486 in the body.
You can then email your comments to 77486 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 guix-patches <at> gnu.org:
bug#77486; Package guix-patches. (Thu, 03 Apr 2025 11:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 Apr 2025 11:43:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-visual-fill-column: Update to 2.7.
Date: Thu,  3 Apr 2025 13:41:42 +0200
* gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.7.

Change-Id: I6322827c3a0577258eaca011d5393a8b0b567bb6
---
 gnu/packages/emacs-xyz.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e30989cb1e..3a6f2d8211 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17078,7 +17078,7 @@ (define-public emacs-valign
 (define-public emacs-visual-fill-column
   (package
     (name "emacs-visual-fill-column")
-    (version "2.6.3")
+    (version "2.7")
     (source
      (origin
        (method git-fetch)
@@ -17087,8 +17087,15 @@ (define-public emacs-visual-fill-column
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bsymwzpvp4rqljidrixp3kc7kxjwsy5mkap6jw9rvpm6apy3b0n"))))
+        (base32 "0sy01jx8z229ival3y4bj0jrb3w2ys8kiw3bmy6ssjwbl7xlyxxj"))))
     (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #t
+      #:test-command #~(list "emacs" "--batch"
+                             "-l" "test/visual-fill-column-test.el"
+                             "-l" "test/test-helper.el"
+                             "-f" "ert-run-tests-batch-and-exit")))
     (home-page "https://codeberg.org/joostkremers/visual-fill-column")
     (synopsis "Fill-column for visual-line-mode")
     (description

base-commit: 6f53abfdab78e45530d0d9ca3b789482c052c6a7
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77486; Package guix-patches. (Sat, 05 Apr 2025 18:59:01 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 77486 <at> debbugs.gnu.org
Subject: Re: [bug#77486] [PATCH] gnu: emacs-visual-fill-column: Update to 2.7.
Date: Sat, 05 Apr 2025 11:58:30 -0700
Hi Cayetano,

Pushed as 89be19c0ca.

Thanks!
 -- Ian




bug closed, send any further explanations to 77486 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 05 Apr 2025 18:59:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 43 days ago.

Previous Next


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