guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit 525f37e0425bde80d32085ddd4d07de46d4c488f
Author: Morgan Smith <[email protected]>
AuthorDate: Wed Sep 2 11:46:32 2026 -0400

    gnu: Remove emacs-csharp-mode.
    
    This package is now builtin to Emacs >= 29.  The project README states:
    
      If you are running Emacs 29 or later, you are advised to remove this 
package
      and rely on what's in core.
    
    * gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Delete variable.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f9a4fa6e1..524206b329 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25262,29 +25262,6 @@ reached with the right hand.")
 similar syntax; currently C++, Objective-C, Java, CORBA's IDL, Pike, and AWK.")
    (license license:gpl3+)))
 
-(define-public emacs-csharp-mode
-  (package
-    (name "emacs-csharp-mode")
-    (version "2.0.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/josteink/csharp-mode";)
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1d0pf236xi4c7fazv67a53yrac24lilnkzp9pb55xm88gig7rfmz"))))
-    (build-system emacs-build-system)
-    (home-page "https://github.com/josteink/csharp-mode";)
-    (synopsis "Major mode for C# code")
-    (description
-     "This is a C# editing mode for Emacs, based on CC mode.  It handles
-syntax coloring, indentation, insertion of matched pairs of curly braces and
-documentation generation.  In addition, it provides menu-based navigation
-using Imenu, and Compilation mode support for MSBuild, devenv and xbuild.")
-    (license license:gpl3+)))
-
 (define-public emacs-vala-mode
   ;; Upstream has no tagged release.
   (let ((commit "d696a8177e94c81ea557ad364a3b3dcc3abbc50f")

Reply via email to