guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit 73e534db113c42d324fb8fe8d5b2934a3feb317e
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Aug 31 13:10:03 2026 -0400
gnu: Remove emacs-so-long.
The version built into Emacs 31.1 is more recent despite having the same
version number.
* gnu/packages/emacs-xyz.scm (emacs-so-long): Delete variable.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-xyz.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b0b6031403..5daabcd7fc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35393,36 +35393,6 @@ reload the configuration with @code{gpgconf --reload
gpg-agent}, and start the
server with @code{M-x pinentry-start}.")
(license license:gpl3+))))
-(define-public emacs-so-long
- (package
- (name "emacs-so-long")
- (version "1.1.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.savannah.gnu.org/git/so-long")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "06a76ajfqgz48yqvvyhi5b9zss9c6h4xz6acg98ibg0v99v9k5pz"))))
- (build-system emacs-build-system)
- (arguments
- (list #:test-command #~(list "make" "test")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-tests
- (lambda _
- (substitute* "Makefile"
- (("tests\\.elc") "tests")))))))
- (home-page "https://www.emacswiki.org/emacs/SoLong")
- (synopsis "Improve performance in files with long lines")
- (description "This package improves the performance of Emacs when
-viewing files with long lines. It is included as standard with Emacs 27 or
-later.")
- (license license:gpl3+)))
-
(define-public emacs-srfi
;; SRFI data gets updated quite frequently; latest tag is from
;; 2020; commit from 2021-08-12.