From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Stevenson Newsgroups: gmane.emacs.help Subject: Re: Minibuffer movement Date: Thu, 12 Jul 2012 19:20:20 +0100 Message-ID: <87394w2657.fsf@gmail.com> References: <87hatc28sd.fsf@gmail.com> <834npcc1ll.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342117246 21714 80.91.229.3 (12 Jul 2012 18:20:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 18:20:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 12 20:20:46 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SpO0K-0001vi-A8 for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 20:20:44 +0200 Original-Received: from localhost ([::1]:42333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpO0J-00068w-7M for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 14:20:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpO0C-00067a-Ue for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 14:20:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpO0A-0001fq-Ta for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 14:20:36 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpO0A-0001f1-Nw for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 14:20:34 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SpO09-0001b9-5r for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 20:20:33 +0200 Original-Received: from cpc10-belf9-2-0-cust411.2-1.cable.virginmedia.com ([86.24.57.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 20:20:33 +0200 Original-Received: from yhvh2000 by cpc10-belf9-2-0-cust411.2-1.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 20:20:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc10-belf9-2-0-cust411.2-1.cable.virginmedia.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) Cancel-Lock: sha1:WqG0f2/xFzGLTxUi289+WKT1XOk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85822 Archived-At: Eli Zaretskii writes: >> From: William Stevenson >> Date: Thu, 12 Jul 2012 18:23:14 +0100 >> >> I have a theme that includes: >> (minibuffer-prompt ((t (:foreground "#0084C8" :bold t)))) >> >> This causes the minibuffer to create extra padding below the prompt >> and causes the modeline to shift upwards. I've included an animated >> gif to illustrate this. Is there any way to keep my bold prompt but >> stop this movement? > > Does it help to set resize-mini-windows to nil or t? t => No noticable effect nil => Padding doesn't happen now but of course buffer does not resize when needed >.<