GNU bug report logs - #2800
23.0.91; Emacs has no response when mini-buffer is too narrow to display information

Previous Next

Package: emacs;

Reported by: ZelluX <zellux <at> gmail.com>

Date: Fri, 27 Mar 2009 14:50:03 UTC

Severity: serious

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #25 received at 2800 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: 2800 <at> debbugs.gnu.org
Subject: Re: 23.0.91; Emacs has no response when mini-buffer is too narrow to display information
Date: Thu, 02 Apr 2009 19:44:22 -0400
Okay, I found a recipe for the bug.

(global-set-key [f1] (lambda () (interactive)
  (split-window-horizontally 50)
  (setq truncate-partial-width-windows nil)
  (erase-buffer)
  (insert "In this buffer, type RET to select the completion near
  point.\n\nPossible completions are:\nalign    align-current
  align-entire\n")
  (put-text-property 95 96 'display '(space :align-to 26))
  (put-text-property 110 111 'display '(space :align-to 52))))

Running this command on a terminal will hang it.  Looks like a redisplay
problem with space display properties, and it's present on Emacs 22 as
well.




This bug report was last modified 15 years and 160 days ago.

Previous Next


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