[TxMt] Error running LaTeX with new preferences system

Brad Miller bmiller at luther.edu
Tue Aug 7 20:12:16 UTC 2007


Thanks Robin,

That was silly of me.  But I wasn't sure I could call a builtin from
os.system().

Brad

-- 
Brad Miller
Assistant Professor, Computer Science
Luther College

On 8/7/07, Robin Houston <robin.houston at gmail.com> wrote:
>
> On 07/08/07, Brad Miller <bmiller at luther.edu> wrote:
> > I'm amazed that /usr/bin/type is not part of 10.3.
>
> 'type' is a bash builtin, so you can just change
>
>   os.system('/usr/bin/type ...
>
> to
>
>   os.system('type ...
>
> Robin
>
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20070807/9dd55f4b/attachment.html>


More information about the textmate mailing list