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

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

Re: say where attempt to write backup file was


From: Kevin Rodgers
Subject: Re: say where attempt to write backup file was
Date: Wed, 03 Jan 2007 02:08:17 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Kim F. Storm wrote:
Stefan Monnier <address@hidden> writes:

    If the echo area automatically accomodates long messages, couldn't the
    absolute file name for both the original backup and the fallback be
    displayed?
Yes, nowadays that will work.  I will make that change.
I do not want to oppose this change, but I just want to remind people that
long mesages are still undesirable, for example because minibuffer-only
frames don't automatically grow.

You can also turn off resize-mini-windows, and max-mini-window-height
may also kick in ...

So should the call to message in backup-buffer be wrapped in

(let ((resize-mini-windows 'grow-only)
      (max-mini-window-height 1.0))
   ...)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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