GNU bug report logs - #9572
23.3.50; minibuffer prompt disappears

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Thu, 22 Sep 2011 07:13:02 UTC

Severity: normal

Merged with 5715, 8832

Found in versions 23.3.50, 24.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#9572: 23.3.50; minibuffer prompt disappears
Date: Fri, 23 Sep 2011 07:09:01 +0800
On 2011-09-23 02:12 +0800, Glenn Morris wrote:
> *** src/minibuf.c	2011-09-11 22:04:52 +0000
> --- src/minibuf.c	2011-09-22 18:09:00 +0000
> ***************
> *** 559,564 ****
> --- 559,566 ----
>     minibuffer = get_minibuffer (minibuf_level);
>     Fset_buffer (minibuffer);
>   
> +   BVAR (current_buffer, truncate_lines) = Qnil;
> + 
>     /* If appropriate, copy enable-multibyte-characters into the minibuffer.  */
>     if (inherit_input_method)
>       BVAR (current_buffer, enable_multibyte_characters) = enable_multibyte;

Does this mean the minibuffer will unconditionally resize to fit its
contents? That would be quite annoying.

Leo





This bug report was last modified 13 years and 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.