all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23182: 25.0.92; Emacs hangs if you :propertize a minor-mode lighter with a display property
@ 2016-04-01 13:45 Artur Malabarba
  2016-04-01 17:47 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Artur Malabarba @ 2016-04-01 13:45 UTC (permalink / raw)
  To: 23182


From emacs -q evaluate the following:

    (define-minor-mode buggy nil t (:propertize "HI" display "there"))

Emacs will hang completely (`C-g' does nothing and I'm forced to `kill
-9' it).

Oddly enough, it seems the issue does not happen if I'm using a theme
whose `mode-line' face has a background property.


ps: I understand there's no reason to define a minor-mode lighter like
the above, but I ran into this issue while applying other display
properties to arbitrary minor modes.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#23182: 25.0.92; Emacs hangs if you :propertize a minor-mode lighter with a display property
  2016-04-01 13:45 bug#23182: 25.0.92; Emacs hangs if you :propertize a minor-mode lighter with a display property Artur Malabarba
@ 2016-04-01 17:47 ` Eli Zaretskii
  2016-04-01 19:18   ` Artur Malabarba
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2016-04-01 17:47 UTC (permalink / raw)
  To: Artur Malabarba; +Cc: 23182

> From: Artur Malabarba <bruce.connor.am@gmail.com>
> Date: Fri, 01 Apr 2016 10:45:43 -0300
> 
> 
> >From emacs -q evaluate the following:
> 
>     (define-minor-mode buggy nil t (:propertize "HI" display "there"))
> 
> Emacs will hang completely (`C-g' does nothing and I'm forced to `kill
> -9' it).

I believe this is bug #23091, which was fixed on the emacs-25 branch a
week ago.  In any case, I cannot reproduce this on the current
emacs-25 branch.  (Emacs 25.0.92 aborts due to an assertion violation,
in the code which was fixed as part of fixing the above-mentioned
bug.)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#23182: 25.0.92; Emacs hangs if you :propertize a minor-mode lighter with a display property
  2016-04-01 17:47 ` Eli Zaretskii
@ 2016-04-01 19:18   ` Artur Malabarba
  0 siblings, 0 replies; 3+ messages in thread
From: Artur Malabarba @ 2016-04-01 19:18 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 23182-done

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]

Indeed. I just rebuilt and it seems to be gone. Sorry about the noise.

[-- Attachment #2: Type: text/html, Size: 92 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-01 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 13:45 bug#23182: 25.0.92; Emacs hangs if you :propertize a minor-mode lighter with a display property Artur Malabarba
2016-04-01 17:47 ` Eli Zaretskii
2016-04-01 19:18   ` Artur Malabarba

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.