From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Niklas Eklund Newsgroups: gmane.emacs.devel Subject: Re: Name dtache.el Date: Fri, 20 May 2022 19:27:10 +0000 Message-ID: <87a6bc57jl.fsf@posteo.net> References: <87y1zq5vt7.fsf@posteo.net> <87wnf56ix0.fsf@posteo.net> <87sfpt6ikz.fsf@posteo.net> <87zgjq33tb.fsf@posteo.net> <87a6bccmfh.fsf@posteo.net> <7b7fb453-d2fa-4e72-a7f7-d6967813a291@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22593"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 21 07:31:21 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsHhw-0005bL-9y for ged-emacs-devel@m.gmane-mx.org; Sat, 21 May 2022 07:31:20 +0200 Original-Received: from localhost ([::1]:41964 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nsHhv-0004CG-5W for ged-emacs-devel@m.gmane-mx.org; Sat, 21 May 2022 01:31:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53176) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns8HM-0003dL-So for emacs-devel@gnu.org; Fri, 20 May 2022 15:27:16 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:58483) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns8HK-00007p-QZ for emacs-devel@gnu.org; Fri, 20 May 2022 15:27:16 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8D652240107 for ; Fri, 20 May 2022 21:27:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1653074832; bh=Akqd6geNtEy2OpJrH33zw19ySESu9ab2PsmNmM92pA8=; h=From:To:Cc:Subject:Date:From; b=YpZFEtGbHA9LeVHborzxWlDF5ZLD2wexG9OF1neB9LLCLAaXhpJgdIZowg9tKXZ/5 reabYHm5KZYBWRiqcNfolhu+KM4ntLdhQjII2mliJomtmc81Wk9NCBKSxMlaHyH3Ie SiJ7GoiEDxJGUYl60M8FBCQI7pHpPCYxVEXZ0Vaykr/d2gyM65cOiuw775aeOb0UDn iudb88IFW+7PNkU/+T6d3lQv3e2Wvtl97FXHcZ+dipLOyR4uIN1y9GwRXJvsaxD5Ln iWPqQGb2HPMAuq7DwVoxdq5FPzpA06WrHrNWrfv5jGKQTvyq0l+2C8oZdrr+Kv891O nsxsQVvgG4e9Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4L4cDb5RRdz9rxN; Fri, 20 May 2022 21:27:11 +0200 (CEST) In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 21 May 2022 01:29:10 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290027 Archived-At: Stefan Monnier writes: >> Would I then need to have two different git repositories or how would you go >> about doing that? > > Yes. Would that be a problem? No, not really, I just asked to see if I understood what you meant :) 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 Is this what you meant? A question about adding a require in dtache, do I need to specify this dependency in elpa somewhere for it to work properly? /Niklas