Kevin Rodgers <[EMAIL PROTECTED]> writes: > Kim F. Storm wrote: >> Stefan Monnier <[EMAIL PROTECTED]> 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)) > ...)
That would be ok with me, as this is important information! -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
