unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 9572@debbugs.gnu.org, Leo <sdl.web@gmail.com>
Subject: bug#9572: 23.3.50; minibuffer prompt disappears
Date: Thu, 22 Sep 2011 14:12:00 -0400	[thread overview]
Message-ID: <nppqistpjj.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <3gobyc8ssk.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 22 Sep 2011 12:07:23 -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;






  reply	other threads:[~2011-09-22 18:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22  7:11 bug#9572: 23.3.50; minibuffer prompt disappears Leo
2011-09-22 12:01 ` Eli Zaretskii
2011-09-22 13:24   ` Leo
2011-09-22 16:12     ` Eli Zaretskii
2011-09-22 16:07   ` Glenn Morris
2011-09-22 18:12     ` Glenn Morris [this message]
2011-09-22 18:14       ` Eli Zaretskii
2011-09-22 18:28         ` Glenn Morris
2011-09-22 20:21       ` Dani Moncayo
2011-09-22 23:09       ` Leo
2011-09-23  3:36         ` Glenn Morris
2011-09-23  5:03           ` Leo
2011-09-23 21:44             ` Chong Yidong
2011-09-24  1:20               ` Leo
2011-09-24 18:29                 ` Chong Yidong
2011-09-24 18:30             ` Glenn Morris

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=nppqistpjj.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=9572@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=sdl.web@gmail.com \
    /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).