From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Split `simple.el'? Date: Sat, 07 Apr 2018 23:29:20 +0300 Organization: LINKOV.NET Message-ID: <87a7ue3gm7.fsf@mail.linkov.net> References: <5f1e960c-483f-4902-b4c2-b7a4ca3b04f4@default> <83muyj4hzt.fsf@gnu.org> <87h8oqc1cr.fsf@mail.linkov.net> <83k1tm2ntt.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1523134220 15960 195.159.176.226 (7 Apr 2018 20:50:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2018 20:50:20 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 22:50:16 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f4umu-00040O-EE for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2018 22:50:16 +0200 Original-Received: from localhost ([::1]:52301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4up0-0006Gd-5A for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2018 16:52:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4unv-0006Ed-9I for emacs-devel@gnu.org; Sat, 07 Apr 2018 16:51:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4unu-0004ad-Ms for emacs-devel@gnu.org; Sat, 07 Apr 2018 16:51:19 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:36758 helo=homiemail-a18.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4unp-0004XI-92; Sat, 07 Apr 2018 16:51:13 -0400 Original-Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id AA906258068; Sat, 7 Apr 2018 13:51:10 -0700 (PDT) Original-Received: from localhost.linkov.net (m91-129-105-236.cust.tele2.ee [91.129.105.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPSA id 9203C258067; Sat, 7 Apr 2018 13:51:09 -0700 (PDT) In-Reply-To: <83k1tm2ntt.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 05 Apr 2018 09:02:06 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 69.163.253.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224419 Archived-At: >> What about moving whole files to subdirectories? I suggest moving >> all image related packages to the recently created directory =E2=80=98= image=E2=80=99. > > Moving of whole files is better supported by the VCS, but we still > should have a good reason for that. > > What files are those you'd like to move, Everything that matches =E2=80=9Cimage=E2=80=9D in the file name: ezimage.el iimage.el image-dired.el image.el image-file.el image-mode.el and maybe more image-related packages like doc-view.el. > and why? To group packages of the same category into one place, to the created subdirectory =E2=80=9Cimage=E2=80=9D (if I correctly under= stand the purpose of this new subdirectory).