texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Cacheing of http concretised documents


From: Karl Hegbloom
Subject: [Texmacs-dev] Cacheing of http concretised documents
Date: Fri, 11 Mar 2016 00:25:05 +0000

... really ought to watch the http headers to know when to refresh. I am using tree-import to call the BetterBibTeX for Zotero "cayw" (cite as you write) GET interface,  which operates only to localhost, and causes Zotero to open a dialog box for searching to find references, which are then returned. So the URL doesn't change from call to call,  but the data returned does. The workaround was to add an extra GET argument to the URL with a timestamp. Luckily the service it's calling doesn't care about extra args.

I realize that when TeXmacs has guile 2, it's web modules can replace the use of wget.

Q: is TeXmacs threadsafe? Can multiple guile threads be utilized in the future? 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]