texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Bug: converter-shell-cmd and space in file names


From: Nicolas Girard
Subject: [Texmacs-dev] Bug: converter-shell-cmd and space in file names
Date: Mon, 20 Nov 2006 10:12:29 +0100
User-agent: KMail/1.9.4

Hi,
it seems like converter-shell-cmd doesn't take into account spaces in 
its "from" and "to" arguments.
Changing lines 123 & 124 of file progs/kernel/texmacs/tm-convert.scm into:

(string-append (cond ((== x 'from) (string-append "\"" (url-concretize
                                                          from) "\""))
                     ((== x 'to) (string-append "\"" (url-concretize
                                                            to) "\""))

did the trick, but there's probably a saner way to go.

Cheers,
Nicolas




reply via email to

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