From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Move shorthands.el to lisp/emacs-lisp/? Date: Fri, 29 Oct 2021 08:31:31 +0300 Message-ID: <83cznos8gc.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <87ee87cwju.fsf@gnus.org> <83sfwmwubd.fsf@gnu.org> <875ytid54b.fsf@gnus.org> <87cznq8oib.fsf@gnus.org> <871r444z59.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3109"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, stefankangas@gmail.com, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 29 08:11:22 2021 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 1mgL6n-0000dk-TY for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 08:11:22 +0200 Original-Received: from localhost ([::1]:35594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgL6m-0007p4-O4 for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 02:11:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgKUU-0007z5-4c for emacs-devel@gnu.org; Fri, 29 Oct 2021 01:31:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53238) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgKUT-0008Fz-Od; Fri, 29 Oct 2021 01:31:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=8X//xOP43i/nCr7bEy8pnavC/W5g8LfOq82xjzJLcRo=; b=sWckZ1u/HzWLQGl/HrY8 u/6o3G2zP71GCMVtjP6R5Y0r/M9Z91KG9SxcNmeNnl5cnrpGVcvMbapvvNS6ALEjk7Ve5tL1zLmlS +h5OjdulYY0q9aL/1ttbPCLTEoDoG1Ic0afUe+oRPJ+raNW+VTgeVNsTVsNSEv88eUwfINI7bV+Tn E38i2fAs+46CODszVkYAl1gyImFN1FGwcnrq7MDjNXgY8hH/Yd7VGQtaNIFf4RDBtAT2xZCfjd6qg +vTz7z1TzkSmGj+nfPCzxknRYtGiW3ksYN67Rw9V8sNRvTqLMdBCTgL3131ALxyNH77nz5gvCCzdN u7o4vGQ8DqiDyQ==; Original-Received: from [87.69.77.57] (port=1268 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgKUT-0001es-7d; Fri, 29 Oct 2021 01:31:45 -0400 In-Reply-To: <871r444z59.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 28 Oct 2021 23:28:50 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:278163 Archived-At: > From: Lars Ingebrigtsen > Cc: Eli Zaretskii , emacs-devel@gnu.org, João Távora > > Date: Thu, 28 Oct 2021 23:28:50 +0200 > > Stefan Kangas writes: > > > Lars Ingebrigtsen writes: > > > >> I'd rather not put more stuff at the top level if I can help it... > > > > BTW, shouldn't lisp/shorthands.el be in lisp/emacs-lisp/shorthands.el? > > Yes, it should be. And it hasn't been in emacs-28 that long, so moving > it sooner rather than later is a good idea, I think. > > Eli, what do you think? I don't mind moving it now. But please be sure to us "git mv", not the "manual" method, so that at least some of the Git commands could work across the renaming boundary.