moving to plan9port-dev. http://bitbucket.org/rsc/plan9port/issue/5/acme-typing-at-1-char-sec-on-ubuntu-904
Subject: [9fans] p9p acme: incredibly slow typing in tag line for file. ------------------------ From: ron minnich <rminn...@gmail.com> Date: Sun, Jun 28, 2009 at 1:04 AM To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> I am unable to type at more than about one char per second (I am not making this up) in p9p acme in the tag line for a file. Only for file tag lines, not other tag lines, and it's all fine in the actual file window. This is ubuntu 9.04. Any hints welcome. thanks ron ---------- From: Jason Catena <jason.cat...@gmail.com> Date: Sun, Jun 28, 2009 at 10:35 PM To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> I just pulled down the latest versions with hg, compiled, and don't see this problem on my Ubuntu 9.04 box. No appreciable difference in typing rate for tags for files, directories, or shell-output windows, or their bodies. I have seen this kind of response time, but for the whole interface, because I exported an X-display through VPN from Red Hat to Windows XP with Cygwin/X. Does the same delay occur if you write into the tag file under /mnt/acme? I don't actually know the source code base that well, but it seems like it would help narrow things down if writes to the tag file showed up faster than input from the display. Jason Catena ---------- From: Russ Cox <r...@swtch.com> Date: Mon, Jun 29, 2009 at 8:46 AM To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> The file tags tend to get redrawn in full after every change rather than incrementally like the body does. It has to do with the tag resize calculations, which I haven't gotten quite right. That said, you should be able to redraw the tag more than once per second. Is this with a remote X or some other high latency connection to the underlying graphics? Russ ---------- From: ron minnich <rminn...@gmail.com> Date: Mon, Jun 29, 2009 at 12:53 PM To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Right on my laptop. But ubuntu 9.04 is known to have "X issues" and I did not know if this was another one. ron ---------- From: Micah Stetson <mi...@cnm-vra.com> Date: Tue, Jul 14, 2009 at 12:46 PM To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Has anybody figured this one out? I just updated to Ubuntu 9.04 and I'm seeing exactly the behavior Ron describes. Typing in a file tag (not a column tag) takes a noticeable amount of time per character -- varying between maybe 200ms and 1000ms by my guess. Sometimes I get the same delay in win and directory window tags, sometimes not. In any case, typing in the window body is fast. Also, resizing the acme window takes far too long -- maybe a couple of seconds. I think the time is linear in the number of files I have open in acme. Somebody asked whether writing to acme/n/tag was slow as well -- it doesn't look like it. Acme's still usable, since most of my text entry is in window bodies, but it sure is a pain. Thanks for any help anybody has to offer, Micah