bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: creating empty file


From: Christoph Conrad
Subject: Re: creating empty file
Date: 18 Oct 2000 07:39:13 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hello Mirko,

you wrote:

    > The state of the filesystem should depend only on the buffer's
    > state when doing "C-x s", not on the buffer's history.

Surely that's true and desirable. In the last consequence this means
that you could reliably detect when a sequence of modifications results
in the same state of the buffer as the state at the time the buffer was
loaded, so that the buffer should be marked unmodified.

I think this is a possible, but time-consuming task. One could think
about computing a hash about the buffer contents at every modification,
but this would take a lot of time at all.

Best regards,
cu, -cc-
-- 
EMACS: Every Mode Accelerates Creation of Software
(defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux))
        "Programming environment.")



reply via email to

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