stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Bug Report: (set-font) while mode-line shown causes crash


From: Taylor Venable
Subject: Re: [STUMP] Bug Report: (set-font) while mode-line shown causes crash
Date: Thu, 21 Feb 2008 00:34:28 -0500
User-agent: Gnus 5.13 / Emacs 23.0.60.2

Taylor Venable <address@hidden> writes:

> When the mode-line is already displayed, using (set-font) and `loadrc'
> to provide a different font causes stumpwm to crash.  Version is
> 0.93-GIT (last commit was 3f5837bbb619e323d4fbc33f6d720532199270f8).

A little more investigation shows that any use of (set-font) with
`loadrc' while the mode-line is shown seems to make it crash.  Example
reproduction is:

1: make a .stumpwm file with (set-font)
2: start stumpwm
3: do C-t ; mode-line
4: do C-t ; loadrc

This causes the crash for me.  The error messages are practically the
same (only the different font is named in the specific message).

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]