Subject: mailing-list for TeXmacs Users
List archive
From : Darcy Shen <address@hidden>- To: "Richard Guo" <address@hidden>
- Cc: "texmacs-users" <address@hidden>
- Subject: Re: [TeXmacs] Do you feel latency while typing?
- Date: Mon, 19 Nov 2018 22:18:19 +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=1542637100; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=LbsXs5Cv32axWtSKzE7AgheeXDjC4jt96Ssd6RY3Ux0=; b=SUv+azV4P6xhGXvmXhq1T90ETMh7Pxre9ey+Fri6Fvy+ZZRHusE4nv4LjLmAKFXNQJtz2AYxaQpoAkgE3HzShsYYHCOrYbdIxS54Se9gjUXJVpBsXSF4efFne8NqBc7MMlTdiL5DmmTjzs+Apw9VPBAexjuLbfbMuvdsWO0MWXo=
- Arc-seal: i=1; a=rsa-sha256; t=1542637100; cv=none; d=zoho.com; s=zohoarc; b=IOC6hteF1gMkOWQGdHBKI1OEvaVcmQsFoOi62uk4/IHqLAlAjCTvvaUxPHZgSPbk7uWwAjERvWwMnS9AGQFoJrPWBLgzgqRNKRo6Kz/Yn03T744G3R8W7p7bjFwkmkfPCBhBE1dSzIkvX5iqT2/aOrrdcNVt/FOXp42YKZVw+OA=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=i/70QdRM03zjTd4YnhlEZc+1KsG0qzlDTPTx+XLij//Y7MXIXd0YkBkykl2JCI1iV4cU5hoqtKSH RjwaOz+ntDsoG5XNcnr4ymkcqduY8+tWCgGP1Ql4IAYUBiyNlHBM
Just compiled Texmacs on macOS Mojave following steps in https://github.com/texmacs/texmacs/wiki/Build-with-CMake-on-MacOSThe resulting binary seems quite buggy though. For example, the font does not display in the title (or maybe rendered as white); and I cannot even click on the menus with mouse; also, the hotkeys are mapped with Ctrl instead of Cmd; the buttons at the topbar look disproportionally large....I compiled against Qt 5 from Homebrew. Is there some additional configuration that I am missing?Thanks,RichardOn Sun, Nov 18, 2018 at 8:44 AM sadhen <address@hidden> wrote:Thanks. Max
I will spare some time to improve the CMake build definition using it.
原始邮件发件人: Massimiliano Gubinelli<address@hidden>收件人: Richard (Fangjian) Guo<address@hidden>发送时间: 2018年11月19日(周一) 00:24主题: Re: [TeXmacs] Do you feel latency while typing?I’m using this formula for brew:works fine on my mac.maxOn 17. Nov 2018, at 19:19, Richard (Fangjian) Guo <address@hidden> wrote:Do we have a homebrew formula for macOS users? I tried compiling a while ago without success.RichardOn Sat, Nov 17, 2018, 8:59 AM Zhang Zhen <address@hidden wrote:Hi Henri,Qt4 works for me! Thanks!Best,ZhenOn Nov 17, 2018, at 11:56, Henri Girard <address@hidden> wrote:Yes.
What I would do is sudo apt purge qt5* (though it should work !) but be careful because if you have other qt soft you risk to uninstalled them ?
Where have you been adviced about -fPIC I never used this command to compile texmacs ? I compiled it for about 10 years time and I think it's one of the easiest to build...
The problem with qt5 on ubuntu it depends a lot on which version you have got ?
I think you can compile git I gave to you, or may be all your qt is obsolete or broken.
Then sudo apt install qt4-default, delete all references to qt5... And it's not sure it will compiled. I tell you this shouldn't happen with xenial (but today I don't know how 16.04 is updated ?
Le 17/11/2018 à 17:11, Zhang Zhen a écrit :Compiling 1.99.7 has the same issue when using qt5 as following:In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:37:0,from /usr/include/x86_64-linux-gnu/qt5/QtCore/qpointer.h:37,from /usr/include/x86_64-linux-gnu/qt5/QtCore/QPointer:1,from Plugins/Qt/qt_widget.hpp:17,from Plugins/Qt/qt_simple_widget.hpp:18,from Edit/editor.hpp:20,from Texmacs/server.hpp:14,from ./Texmacs/Texmacs/texmacs.cpp:25:/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1067:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)."# error "You must build your code with position independent code if Qt was built with -reduce-relo^makefile:345: recipe for target 'Objects/texmacs.o’ failedAre you using qt4?To fix the -fPIE problem, I searched the configure file notice CXXFLAGS should has ‘-fPIC’ parameter under GNU Linux system, don’t know what’s going on there.Best,ZhenOn Nov 17, 2018, at 01:29, Darcy Shen <address@hidden> wrote:Hi Zhen ZhangI've fixed the bug when I am advertising GNU TeXmacs on V2EX.And this is the fix: https://github.com/texmacs/texmacs/commit/fe0b382070e8355426a1356a46bda7b372503cf5Do not use GNU TeXmacs 1.99.8 . Use 1.99.7 or compile it yourself.---- On Thu, 15 Nov 2018 00:44:42 +0800 Zhang Zhen <address@hidden> wrote ----do you know how to we debug with this issue? for example profile the program.BTW do we have slack channel or gitter channel for texmacs?Best,ZhenOn Sat, Nov 10, 2018 at 2:30 AM Henri Girard <address@hidden> wrote:I have same problem but already for a certain time. Not only with texmacs, I am investigating if it's not a problem with qt , nvidia because one mouse can't be use on my pc (maybe it's not the same origin ?)
Le 10/11/2018 à 05:17, Richard (Fangjian) Guo a écrit :I have the same issue here as well (on macos). It is annoying although I can bear with it.RichardOn Fri, Nov 9, 2018 at 5:55 PM Zhang Zhen <address@hidden> wrote:Hi,Do you guys feel some delay while typing in TeXmacs 1.99.8?I have such feel on both Mac and Linux.Is there anyway to speed up the TeXmacs rendering process?Best,Zhen Zhang
- Re: [TeXmacs] Do you feel latency while typing?, (continued)
- Re: [TeXmacs] Do you feel latency while typing?, Henri Girard, 11/10/2018
- Re: [TeXmacs] Do you feel latency while typing?, Zhang Zhen, 11/14/2018
- Re: [TeXmacs] Do you feel latency while typing?, Darcy Shen, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Zhang Zhen, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Henri Girard, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Zhang Zhen, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Richard (Fangjian) Guo, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Massimiliano Gubinelli, 11/18/2018
- Re: [TeXmacs] Do you feel latency while typing?, Henri Girard, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Zhang Zhen, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Darcy Shen, 11/17/2018
- Re: [TeXmacs] Do you feel latency while typing?, Zhang Zhen, 11/14/2018
- Re: [TeXmacs] Do you feel latency while typing?, Henri Girard, 11/10/2018
- Re: [TeXmacs] Do you feel latency while typing?, Richard (Fangjian) Guo, 11/19/2018
- Re: [TeXmacs] Do you feel latency while typing?, Darcy Shen, 11/19/2018
Archive powered by MHonArc 2.6.19.