all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: 29582@debbugs.gnu.org
Subject: [bug#29582] [PATCH] gnu: git-modes: Rename to 'emacs-git-modes'.
Date: Tue, 05 Dec 2017 23:31:30 +0300	[thread overview]
Message-ID: <87shcokjbx.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

Hello, what about renaming 'git-modes' to 'emacs-git-modes' (similarly
to 'emacs-paredit')?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-git-modes-Rename-to-emacs-git-modes.patch --]
[-- Type: text/x-patch, Size: 1196 bytes --]

From 6b36950703b1fa589ac0ee9e2343c7970a7859f6 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Tue, 5 Dec 2017 23:27:23 +0300
Subject: [PATCH] gnu: git-modes: Rename to 'emacs-git-modes'.

* gnu/packages/emacs.scm (git-modes)[name]: Change to "emacs-git-modes".
(git-modes/old-name): New variable.
---
 gnu/packages/emacs.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e5e6cf097..0ca8add53 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -377,7 +377,7 @@ when typing parentheses directly or commenting out code line by line.")
 
 (define-public git-modes
   (package
-    (name "git-modes")
+    (name "emacs-git-modes")
     (version "1.2.6")
     (source (origin
               (method url-fetch)
@@ -396,6 +396,9 @@ when typing parentheses directly or commenting out code line by line.")
 configuration files, such as .gitattributes, .gitignore, and .git/config.")
     (license license:gpl3+)))
 
+(define-public git-modes/old-name
+  (deprecated-package "git-modes" git-modes))
+
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-- 
2.14.2


             reply	other threads:[~2017-12-05 20:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 20:31 Alex Kost [this message]
     [not found] ` <87lgigx40j.fsf@kyleam.com>
     [not found]   ` <87indj4qgz.fsf@gmail.com>
     [not found]     ` <20171206195130.GA22169@jasmine.lan>
     [not found]       ` <87609i9teo.fsf@gmail.com>
2017-12-08  9:44         ` [bug#29582] [PATCH] gnu: git-modes: Rename to 'emacs-git-modes' Ludovic Courtès
2017-12-10 19:41           ` bug#29582: " Alex Kost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87shcokjbx.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=29582@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.