bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6078: 23.1.90; switch-to-buffer does not redisplay until an event oc


From: martin rudalics
Subject: bug#6078: 23.1.90; switch-to-buffer does not redisplay until an event occurs
Date: Sun, 02 May 2010 20:57:33 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> The following code, an attempt to have a visual window switching
> facility, is failing to provide the visual clue it's meant to give. That
> seems to be because switch-to-buffer won't redisplay until some event
> occurred, and neither using sit-for nor redisplay helps.

Your problem is with `text-scale-adjust' which should be used only
interactively.  (BTW, you need neither the `select-window' nor the
`switch-to-buffer' in your code, `set-window-buffer' is sufficient.)

martin






reply via email to

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