emacs-devel
[Top][All Lists]
Advanced

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

Re: Undocumented breaking change in minibuffer behavior


From: Johan Bockgård
Subject: Re: Undocumented breaking change in minibuffer behavior
Date: Wed, 14 Mar 2012 19:20:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Vitalie Spinu <address@hidden> writes:

> I noticed that emacs 24 ignores the global (t) value of truncate-lines
> (as a result of this fix
> http://comments.gmane.org/gmane.emacs.diffs/111667 ). This change is not
> documented in the news.
>
> I've been truncating lines for years now, and the continuous flickering
> in emacs 24 is really disturbing (especially on laptops with small
> display). I am a heavy user of IDO which would always re-size the
> minibuffer to two lines. The same problem with long eldoc lines.
>
> I wonder if there should be an option like minibuffer-truncate-lines to
> undo the  "fix"?

  ;; Emulate Emacs 23
  (add-hook 'minibuffer-setup-hook
            (lambda ()
              (setq truncate-lines (default-value 'truncate-lines))))



reply via email to

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