From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: Undocumented breaking change in minibuffer behavior Date: Wed, 14 Mar 2012 19:20:01 +0100 Message-ID: <87fwdb82pa.fsf@gnu.org> References: <8762e730uq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331749268 29775 80.91.229.3 (14 Mar 2012 18:21:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2012 18:21:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 14 19:21:08 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S7sos-00078o-ME for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2012 19:21:06 +0100 Original-Received: from localhost ([::1]:45516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7sos-0004v9-1m for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2012 14:21:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7soM-0004Cd-4r for emacs-devel@gnu.org; Wed, 14 Mar 2012 14:21:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7soF-0001Cb-Rh for emacs-devel@gnu.org; Wed, 14 Mar 2012 14:20:33 -0400 Original-Received: from smtprelay-b22.telenor.se ([195.54.99.213]:51001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7soF-0001CT-Kz for emacs-devel@gnu.org; Wed, 14 Mar 2012 14:20:27 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id 40A54CB22 for ; Wed, 14 Mar 2012 19:20:26 +0100 (CET) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.202.242] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmpJAG/gYE9V5MryPGdsb2JhbABCtjUZAQEBATc0ggkBAQQBVigLCyElDwEEDQsBDAotGodrCQe0bolKhBKDIgShBIdh X-IronPort-AV: E=Sophos;i="4.73,585,1325458800"; d="scan'208";a="283002338" Original-Received: from c-f2cae455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.202.242]) by ipb2.telenor.se with ESMTP; 14 Mar 2012 19:20:04 +0100 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 605F2484266; Wed, 14 Mar 2012 19:20:02 +0100 (CET) Mail-Copies-To: never In-Reply-To: <8762e730uq.fsf@gmail.com> (Vitalie Spinu's message of "Wed, 14 Mar 2012 11:58:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.213 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149058 Archived-At: Vitalie Spinu 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))))