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 08:50:15 +0300 Message-ID: <83sflqcfhk.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3802"; 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 07:51:47 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 1oPdsA-0000rw-UI for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Aug 2022 07:51:47 +0200 Original-Received: from localhost ([::1]:46482 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPds9-0004y5-GY for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Aug 2022 01:51:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPdqk-0004AX-Fe for emacs-devel@gnu.org; Sun, 21 Aug 2022 01:50:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59626) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPdqj-0002zf-EG; Sun, 21 Aug 2022 01:50:18 -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=eINykp9KrQS18tTDw8MXimnrMesh3kESawuxvI4BDRI=; b=QN05Ozo9aHNL xBkgOO6YHd21J7s+N0eBxqJtRYCDm3m4sUyVVu2bEYZdVfHvx0Eo11ChxKvpXp0vCWgYcFiDYqF8g dTmZJ0VR9oIhtAY1Ql1aWjdIi3VJz1kF4c2iohiU3ds1p6nb6M5qUWcz95zSS8JxfrS40pApX042N 0pRwOB8iRkyJbJxRzrCrK95FFPbMECQF7WAKVL2qeK3stAU3u94QmJzn5HIX5gSA01qF/+T/qGzCw VATX1akgUi7IJw7DVHADnuu8Az0F6xH0JR9dtUGf8KTfue5Ot2eMwsvKsnwljw2rTEAzUdBEqhpzI BLbgCCVgFn9j9mIyd+nozQ==; Original-Received: from [87.69.77.57] (port=3546 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 1oPdqg-0002fl-UF; Sun, 21 Aug 2022 01:50:17 -0400 In-Reply-To: (message from Stefan Kangas on Sat, 20 Aug 2022 17:56:52 -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:293679 Archived-At: > From: Stefan Kangas > Date: Sat, 20 Aug 2022 17:56:52 -0700 > Cc: Mathias Dahl > > 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. Also, are you sure we need so many separate files? image-dired.el is only 3K lines.