emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: salv


From: Adam Porter
Subject: Re: [ELPA] New package: salv
Date: Mon, 18 Jul 2022 13:00:03 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

Hi Philip,

On 7/18/22 12:14, Philip Kaludercic wrote:
Adam Porter <adam@alphapapa.net> writes:

Hi Stefan, et al,

I'd like to submit salv.el [0] to GNU ELPA.  The readme describes it
like so:

   Salve, v. t. & i.

   To save, as a ship or goods, from the perils of the sea.

   --Webster, 1913

   Q: How does this package differ from other ones that automatically
      save buffers?

   A: Salve is a buffer-local minor mode, rather than being a global
      mode.  It is activated in buffers the user wants to be saved,
      rather than in all buffers (requiring the user to exclude ones that
      aren't to be saved).  It uses per-buffer idle timers, rather than a
      global timer.  It only runs a timer when a buffer is modified after
      being saved, rather than constantly.  Because of these
      characteristics, it's simple and lightweight.

Please see the attached patch to elpa-packages.

Thanks,
Adam

0: https://github.com/alphapapa/salv.el

Not to sound judgemental, but considering that the real functionality of
the package is about 30-40 lines of code, couldn't this be converted
into a patch to files.el?

I've no objection to adding it to core, other than that it wouldn't be easily available to users until Emacs 29 is released, which will be quite a while.

Do you mean that the code should be essentially copied into files.el as-is, or that other changes should be made accordingly?

What if salv.el were added to emacs.git as a separate file, so that it wouldn't need to be loaded unless activated?

Thanks for your feedback.



reply via email to

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