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: Splitting image-dired.el into smaller files Date: Sun, 21 Aug 2022 17:35:56 +0300 Message-ID: <83tu65br5f.fsf@gnu.org> References: <83sflqcfhk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="443"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, mathias.dahl@gmail.com To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 21 16:36:53 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 1oPm4K-000AWY-KA for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Aug 2022 16:36:52 +0200 Original-Received: from localhost ([::1]:34408 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPm4J-0006U6-AL for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Aug 2022 10:36:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPm3Q-0005md-Ai for emacs-devel@gnu.org; Sun, 21 Aug 2022 10:35:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54292) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPm3Q-0002RB-1n; Sun, 21 Aug 2022 10:35:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=QkG7GAz+6Ki31+HIqBZBiW7SvUAF0AFnVInb7zWggWc=; b=L95KJZ79Y7bH Y1JIFvBEQhHEwEHlI50wWtXGv5jizZuno8D14AGKI4C2J7rVIj1hD115uWCgpx7FhjhfYslt29OSC QExWBYHsZlq95T9Wafetjc2hCl6k+UQv9rWveDSy+jOJ2rbNTBW+8fNl+ToqTj8gxsYtQhvA5U22W 4cdNb6JKqqyFBw9seRWlEPiCSebvlIhADmUqESul24raVFDjTlHGqfy/pCixX9E2ul3MDY+Rri3Ds N+lPiYvvq1yunR5k9y0uLawXJYyftWgGyxYz6LZOaYcwi/oAxSPek48JqdgqoNwu8+Ch9hTHiyOMN 51kELvejkUtKmG87sZQFbw==; Original-Received: from [87.69.77.57] (port=1169 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 1oPm3P-0003HK-Hs; Sun, 21 Aug 2022 10:35:55 -0400 In-Reply-To: (message from Stefan Kangas on Sun, 21 Aug 2022 07:32:10 -0700) 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:293732 Archived-At: > From: Stefan Kangas > Date: Sun, 21 Aug 2022 07:32:10 -0700 > Cc: emacs-devel@gnu.org, mathias.dahl@gmail.com > > Eli Zaretskii writes: > > >> image-dired/image-dired-compat.el > >> image-dired/image-dired-dired.el > >> image-dired/image-dired-external.el > >> image-dired/image-dired-gallery.el > >> image-dired/image-dired-tags.el > >> image-dired/image-dired-util.el > >> image-dired/image-dired.el > > > > Having "image-dired" both in the directory name and in the file names > > sounds redundant to me. > > Hmm. Any ideas for how we could name the files instead? Remove the "image-dired-" part? > > Also, are you sure we need so many separate files? image-dired.el is > > only 3K lines. > > If there are no protests to obsoleting the HTML gallery support, we can > remove "image-dired-gallery.el". We could also easily make do without > "image-dired-compat.el". And maybe leave the -util.el part inside the main file?