emacs-devel
[Top][All Lists]
Advanced

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

Re: dired.el


From: Stefan Monnier
Subject: Re: dired.el
Date: 07 Jun 2004 05:04:50 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> !   (message "Change in Dired buffer undone.
> ! Actual changes in files cannot be undone by Emacs."))

> That message has two lines.  The echo area needs to grow and hence the
> mode line _needs_ to get redisplayed.

let-binding inhibit-read-only would probably avoid this kind of problem and
would also be more correct, most likely.
Moving the `message' call outside the let scope is also a good change, in
either case.


        Stefan




reply via email to

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