On Fri, Mar 20, 2009 at 2:17 PM, Nathaniel Smith <[email protected]> wrote: > On Fri, Mar 20, 2009 at 11:52 AM, Toby Haynes <[email protected]> wrote: >> The list hasn't been that quiet - Nathaniel was on about a week ago with >> various bits and bobs. I'm sure there are a number of lurkers like me who >> would like to be able to bolt this onto our GNU screen setups to provide for >> X apps. Last time I checked it out it was dying with Emacs and I didn't have >> time to chase it down. Busy busy busy. > > Well, mentioning that is still useful :-) > > What version of emacs (version number and GNU vs. X?)
I just checked, and FSF Emacs 21 was getting into a weird infinite loop (apparently it likes to reset its sizing constraints every time it gets notified its size/position may have changed, and we were running the maybe-resize-the-window-and-notify-it code unconditionally whenever an app updated its sizing constraints. Oops). Fixed in mainline. (See, reporting bugs is good!) Does that fix your problem? As an aside, I would have noticed this myself except that I think tramp-mode is better than emacs-in-xpra -- if you're unfamiliar with it, then you might want to check it out. -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
