GNU bug report logs - #65864
[PATCH] Add option to save a buffer without running save hooks

Previous Next

Package: emacs;

Reported by: Daniel Martín <mardani29 <at> yahoo.es>

Date: Mon, 11 Sep 2023 10:28:02 UTC

Severity: wishlist

Tags: patch

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 65864 <at> debbugs.gnu.org, mardani29 <at> yahoo.es, Stefan Kangas <stefankangas <at> gmail.com>, juri <at> linkov.net
Subject: bug#65864: [PATCH] Add option to save a buffer without running save hooks
Date: Wed, 12 Feb 2025 09:00:57 -0500
>> >> I confirm that 'C-u - C-x C-s' will save me from trouble that I have with
>> >>
>> >>   (add-hook 'before-save-hook 'time-stamp nil t)
>> >>
>> >> because often I don't need to update the timestamp for a small fix.
>> >> It takes too much time to revisit the file with M-x find-file-literally,
>> >> then manually restore the previous timestamp (to not commit unnecessary change),
>> >> and save the file again.  Your patch will help substantially, thanks for this.
>> >
>> > Same here, FWIW.
>> 
>> Does anyone object to installing this patch?
>
> I don't necessarily object, but how can we usefully document this
> behavior? who are those users that know by heart the hooks run by
> save-buffer?  And without knowing that, how can a user decide whether
> she does or doesn't want to use this feature: perhaps omitting some
> hook disables behavior that is very important to the user?

It does seem like a blunt way to affect `time-stamp`.

Maybe the time-stamp package should instead provide a prefix command
`time-stamp-inhibit` which makes the next call to `time-stamp`
do nothing.

Or a more hackish way would be for `time-stamp` to consult
`current-prefix-arg`, so as to disable the update of the time stamp when
you do `C-u - C-x C-s`.


        Stefan





This bug report was last modified 122 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.