unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Johan Bockgård" <bojohan@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: Undocumented breaking change in minibuffer behavior
Date: Wed, 14 Mar 2012 19:20:01 +0100	[thread overview]
Message-ID: <87fwdb82pa.fsf@gnu.org> (raw)
In-Reply-To: <8762e730uq.fsf@gmail.com> (Vitalie Spinu's message of "Wed, 14 Mar 2012 11:58:53 +0100")

Vitalie Spinu <spinuvit@gmail.com> 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	other threads:[~2012-03-14 18:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14 10:58 Undocumented breaking change in minibuffer behavior Vitalie Spinu
2012-03-14 18:20 ` Johan Bockgård [this message]
2012-03-15  3:55   ` Glenn Morris
2012-03-15  8:22     ` Vitalie Spinu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fwdb82pa.fsf@gnu.org \
    --to=bojohan@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).