mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] X titlebar & iconname


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: Brian Keck <address@hidden>
  • Cc: Joris van der Hoeven <address@hidden>, <address@hidden>
  • Subject: Re: [TeXmacs] X titlebar & iconname
  • Date: Thu, 26 Aug 2004 10:57:39 +0200 (CEST)


On Thu, 26 Aug 2004, Brian Keck wrote:
> Thanks for your patience. Would you consider using the patch below?

Thanks for the patch; I just applied it in the CVS version.

> The usage in my-init-buffer.scm is (not that anyone else has the tpr
> command) ...
> (use-modules (ice-9 popen))
> (define path (url-concretize (get-name-buffer)))
> (define ref (read-line (open-input-pipe (string-append "tpr " path))))
> (set-abbr-buffer (string-append ">" ref))

I could not find the "tpr" command on Google. What does it do?
By the way, TeXmacs provides the eval-system command (and its variant
var-eval-system which removes trailing newlines) in order to obtain
the result of a shell evaluation.

Best wishes, Joris




Archive powered by MHonArc 2.6.19.

Top of page