help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to translate LaTeX into UTF-8 in Elisp?


From: Udyant Wig
Subject: Re: How to translate LaTeX into UTF-8 in Elisp?
Date: Tue, 4 Jul 2017 12:43:34 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

This is an interesting point, which I think is worth some thought.

On 07/04/2017 11:27 AM, Marcin Borkowski wrote:
> (I'd prefer Emacs to do the job, not an external utility).

Would you say this ought to hold in general?  For instance, both find(1)
and grep(1) are external to Emacs, but have such good integration with
it that they may as well be native to it.  So also the package Magit
which makes git(1) seem largely part of Emacs.

However, I can see cases where your point is apt.  If, say, one wanted
to factor numbers, a workable (but horrifying(?))  solution is to call
factor(1) in a subprocess and hand-hack the output.

I think that as long as the layer between the given tool outside and
Emacs is good, it may not matter that the work is obtained from an
outsider.

But what do you think?

Udyant Wig
-- 
... while the ways of art are hard at the best, they will break you if
you go unsustained by belief in what you are trying to do.
                                -- Arthur Quiller-Couch




reply via email to

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