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: Thu, 09 Dec 2021 16:03:57 +0200 Message-ID: <83sfv1ub76.fsf@gnu.org> References: <87o85q4mgx.fsf@gnus.org> <83sfv2utis.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17121"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, 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 Thu Dec 09 15:08:13 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 1mvK5l-0004Hz-3P for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Dec 2021 15:08:13 +0100 Original-Received: from localhost ([::1]:49956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mvK5j-0008Uy-W0 for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Dec 2021 09:08:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvK1v-0004az-Em for emacs-devel@gnu.org; Thu, 09 Dec 2021 09:04:17 -0500 Original-Received: from [2001:470:142:3::e] (port=44048 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvK1u-0005ml-Tb; Thu, 09 Dec 2021 09:04:14 -0500 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=wKzk67mSv86P+1T5mlOYrWIs+H4YJnwU1K/tuR/3N7I=; b=kDQ9o7/sW7xK wIUHX0uVZy1sNvxeNwLE6wm3mdaW3MuxoWZ84g+r7+KDfMmcigiMAq+AA//VzutBHvnd9inx8vgbw 7IAc3wCaMLuBGO7G0MBSCjFBkOOUXJffVjQmnvta1jTrNdLGm0E3WrUIsOW0lHIgoL/UyY/uaT2q/ HWBigs+XaqNTYA80lCJ/X0Lhz/sO0PDyKO2xZsjRt7DhlnaU9zzU6xc46kXTJ3jOeo1/SqjCQXBG3 v1LHHWm9ZHW+vxje+vPbLpcmza3uR1wxdgzOCXADwdmM0CBjy+BS9TEUEpBHYeNw/JoSsYUjGhKeh 1N2tGASSAYGRw6mMPbyyzQ==; Original-Received: from [87.69.77.57] (port=2047 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 1mvK1u-0001RQ-2w; Thu, 09 Dec 2021 09:04:14 -0500 In-Reply-To: (message from Stefan Kangas on Thu, 9 Dec 2021 14:58:43 +0100) 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:281503 Archived-At: > From: Stefan Kangas > Date: Thu, 9 Dec 2021 14:58:43 +0100 > Cc: Lars Ingebrigtsen , Mathias Dahl , > Emacs developers > > Eli Zaretskii writes: > > > If you are going to split the file into several ones, please consider > > putting them in their own directory. > > Thanks, good idea. Did you have something like "lisp/image-dired" in mind? Yep.