emacs-devel
[Top][All Lists]
Advanced

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

Re: insert-file-contents and format-decode


From: Richard Stallman
Subject: Re: insert-file-contents and format-decode
Date: Sat, 23 Jun 2007 14:26:48 -0400

    (1) The `format-decode' ("round-trip" as the new Elisp manual entry
    calls them) based functions are Lisp functions, may change the buffer,
    and may call the after-change functions for what they do.  They precede,
    within `insert-file-contents', the after-change-functions call.

That sounds like a bug to me.  I guess signal_after_change
should be done before `format-decode'.

Does anyone disagree?

Can you test such a change?




reply via email to

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