Skip to Content.
Sympa Menu

texmacs-users - Re: Testing one's own extensions

Subject: mailing-list for TeXmacs Users

List archive

Re: Testing one's own extensions


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: TeXmacs Users List <address@hidden>
  • Subject: Re: Testing one's own extensions
  • Date: Mon, 27 Jul 2020 22:44:52 +0800
  • Arc-authentication-results: i=1; mx.zoho.com.cn; 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.cn; s=zohoarc; t=1595861095; h=Content-Type:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=bZeGFWQHSXv1yqaHmtZgxJjY0xz36VP0Nm2lo2QorYA=; b=Wm1x5je0mYPNGXtMvY6OC3+M1ydPnkxxm10kmKkZjGx7rDX7UYoQYXj0MltAi0J67WXYMkrCbegqgYE0n++gukZ6pXwGC+nJnHjRzbbqz2BtOfj8ItvxqPvgXnKPLi0anlXkB6Jnsm17z0BcTcvRSxdfMZefKPBOTrxPYhzwz3w=
  • Arc-seal: i=1; a=rsa-sha256; t=1595861095; cv=none; d=zoho.com.cn; s=zohoarc; b=NSrhd2iiDeYc/2NCkOiHYzCytN9WntcNqC2qgW2frCcRSmFh9mOqs/OyLlIlwol4QQwhggM56CE4jtQKhzP+5bnDqjW0raBbW53eirx44WA8ISBA3fc2cVLA8k66k7cprsjiY2Wj2+fCrqpKOPqwMNuS4FEK4KEl7/WCcraJ+F8=

I think restart is the better way. And another way to develop on the Scheme code is to try

Test Driven Development and REPL Driven Development.

1. Test: https://github.com/texmacs/texmacs/blob/master/TeXmacs/progs/convert/tmml/tmmltm-test.scm

2. Repl: take advantage of the built-in Scheme session

On 2020/3/4 下午7:54, Giovanni Piredda wrote:
If I change the Scheme file, the only way I found to have TeXmacs recognize the changes is by restart. Is there a better way?

  • Re: Testing one's own extensions, Darcy Shen, 07/27/2020

Archive powered by MHonArc 2.6.19.

Top of Page