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 #20 received at 9572 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 9572 <at> debbugs.gnu.org, Leo <sdl.web <at> gmail.com>
Subject: Re: bug#9572: 23.3.50; minibuffer prompt disappears
Date: Thu, 22 Sep 2011 14:12:00 -0400
How about simply disabling truncate-lines in the minibuffer (same as
seems to happen with tooltips)? Fixes this and #5715.

*** 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;





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.