unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Niklas Eklund <niklas.eklund@posteo.net>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Name dtache.el
Date: Fri, 20 May 2022 21:21:06 +0000	[thread overview]
Message-ID: <874k1j6gu5.fsf@posteo.net> (raw)
In-Reply-To: <jwvh75j2a7y.fsf-monnier+emacs@gnu.org>

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

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> So your proposal would be to:
>>> 1) Create a new git repository for detached.el
>>> 2) Add this package to ELPA
>>> 3) Release a new version detached.el
>>> 4) Update the original dtache package to require detached
>>> 5) Make a new release of dtache
>
> Yup.

Great

>> Ah ok you meant adding a line similar to this one in dtache.el?
>>
>> ;; Package-Requires: ((company "0.8.0") (math-symbol-lists "1.3"))
>
> Yes.
>
Roger that!

>> Seems like a smart way to communicate to users that they need to install detached.el
>
> This way they'll "automatically" be moved to `detached.el`.

Sounds great.

> It's not quite right because `detached.el` will be considered as
> "automatically added" so `package-autoremove` might do the wrong thing,
> but I think it's currently as close as we can get to the ideal.

Alright, let's hope for the best then :)

Here is a patch adding detached.el to the list of packages.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 996 bytes --]

From 084f3c644ce90767173c22fa49d07feaf5c1ca09 Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund@posteo.net>
Date: Fri, 20 May 2022 23:16:22 +0200
Subject: [PATCH] * elpa-packages (dtache): Add detached.el

The dtache package has been renamed to detached. This patch adds the
renamed package to the list of elpa packages.

The dtache package will remain for now and detached will be added as a
required package to it.
---
 elpa-packages | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index ac322f4cc4..6bfd4d7cfa 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -175,6 +175,9 @@
   :auto-sync t)
  ("devdocs"		:url "https://github.com/astoff/devdocs.el"
   :auto-sync t)
+ ("detached"		:url "https://git.sr.ht/~niklaseklund/detached.el"
+  :news "CHANGELOG.org"
+  :auto-sync t)
  ("dict-tree"		:url "http://www.dr-qubit.org/git/predictive.git")
  ("diffview"            :url "https://github.com/mgalgs/diffview-mode.git")
  ("diff-hl"
-- 
2.34.0


[-- Attachment #3: Type: text/plain, Size: 10 bytes --]



/Niklas

  reply	other threads:[~2022-05-20 21:21 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 16:35 Update URL to dtache.el package Niklas Eklund
2022-04-27 19:16 ` Tassilo Horn
2022-04-27 22:06 ` Stefan Monnier
2022-05-01 21:29   ` Niklas Eklund
2022-05-01 21:36     ` Niklas Eklund
2022-05-02  6:18       ` Stefan Monnier
2022-05-08 23:36         ` Name dtache.el Richard Stallman
2022-05-09 19:26           ` Niklas Eklund
2022-05-20 14:23             ` Niklas Eklund
2022-05-20 14:31               ` Stefan Monnier
2022-05-20 15:19                 ` Niklas Eklund
2022-05-20 15:25                   ` Stefan Monnier
2022-05-20 15:36                     ` Niklas Eklund
2022-05-20 16:33                       ` Niklas Eklund
2022-05-20 18:58                       ` Stefan Monnier
2022-05-20 19:27                         ` Niklas Eklund
2022-05-20 20:44                           ` Niklas Eklund
2022-05-20 21:00                             ` Stefan Monnier
2022-05-20 21:21                               ` Niklas Eklund [this message]
2022-05-20 21:35                                 ` Stefan Monnier
2022-05-21  7:38                                   ` Niklas Eklund
2022-05-21 14:44                                     ` Stefan Monnier
2022-05-21 16:13                                       ` Niklas Eklund
2022-05-20 15:50                 ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=874k1j6gu5.fsf@posteo.net \
    --to=niklas.eklund@posteo.net \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rms@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).