emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Splitting image-dired.el into smaller files


From: Stefan Kangas
Subject: Re: Splitting image-dired.el into smaller files
Date: Tue, 23 Aug 2022 12:53:29 -0700

Eli Zaretskii <eliz@gnu.org> writes:

> Yes, I think this is the wrong way of dividing the big file into
> several smaller ones.  You don't go by dependencies, you go by
> functionalities.

If I understand you correctly, that's what I've done:

   image-dired-dired.el
   image-dired-external.el
   image-dired-tags.el
   image-dired.el

I don't currently see how dividing "by functionality" helps with
image-dired-util.el, however.  image-dired-*.el still has to build.
I also fear that the overall structure will be worse if we go out of our
way just to get rid of one file.

OTOH, I note that Gnus, Viper, MH-E, URL, Eshell, etc. all have some
util-file, so the idea isn't completely new or foreign to Emacs.

If there are no better ideas for how to structure this, I'm personally
happy with what is currently on scratch/image-dired.  But ideas are of
course still welcome, and I especially welcome concrete ones.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]