mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] TeXmacs' responsiveness


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "texmacs-users" <address@hidden>
  • Subject: Re: [TeXmacs] TeXmacs' responsiveness
  • Date: Thu, 04 Jul 2019 23:21:07 +0800
  • Arc-authentication-results: i=1; mx.zoho.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562253669; h=Content-Type:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=wdiJ+eYFgJokyakD9AkyBZq3OBmrt0d3OJhn+pYO0gg=; b=BSLh3VqVZMpZ5nLGl2j6mVHw9e2c4PinR6RuT7vKZyohXB9VKWfEAJCIe9S84zGUynTws0Ge/yIipSiT+nq+8YXPrWh/K9Fqw7ZTNgatn2dafHrjuk8OBmXu4k5tjGqYWjb4KHGAIFoda1X0Bgpo2dK52A8ouTupWILImlk7+G4=
  • Arc-seal: i=1; a=rsa-sha256; t=1562253669; cv=none; d=zoho.com; s=zohoarc; b=GX/4GiNaBJB8aIC+jkyov3wyq2XJ9JS5CDNDY+mtsdWemZthx517oSv7jnOrZUe4pdGLOQGh7BUM3f+RS2No5Lun++Wq++bA9UOodmhf3IHf1W+xlzdO55l3YfVse4MlGj3XnH94HEYDV+8XcDJI57xQR5Tap/aJLUigdYk/rhY=
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=v5llD+QdBw+UGFRYqR6lcKghOm6Gbfw3ZgHzc63mxBWTxF85xBC5V4aFtUDhdHMm2rHbDg77S9Sd ysLJRONLPJPxZ6dJVVWLolt4zKwPpgegyOnANVDSKd0ypm37olKU

Without the 100ms, I think TeXmacs is still slow. We have to carefully review our code.

+ We should remove unnecessary computations. For example, this bug: https://savannah.gnu.org/bugs/?56364 .
+ For necessary time-consuming operations, a progress bar should be presented or make it lazy/async.

---- On Thu, 04 Jul 2019 22:58:21 +0800 Darcy Shen <address@hidden> wrote ----


Personally, I revert this commit when building TeXmacs. It is a 100ms delay.

Just press "a" for 10 seconds, you will the difference with or without the commit.


---- On Thu, 04 Jul 2019 21:15:25 +0800 Massimiliano Gubinelli <address@hidden> wrote ----




Hi all,
I found this comment in hackernews:

"
The keyboard latency makes this program completely unusable! I've been following the project for the last two decades hoping someday it would be useful to touch typists who type around 120 wpm. Until then ... I just keep using emacs + auctex. Sure looks nice though.



NB: I tried both slowphil's custom build on github and the native windows binary downloadable from the main web site. Typing lag (estimated at 500-800ms) is totally unacceptable in both instances.


do you people feel that this comment is correct? and that we have a latency problem?

With the last TeXmacs I also experience some slugginess while writing slides.

Do we have a problem here? Or is just an impression?


Best
Max






Archive powered by MHonArc 2.6.19.

Top of page