<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Dec 3, 2006, at 2:10 PM, Maarten Sneep wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">I scan the whole line where the insertion point is, and open the first one I find. A variation of the command opens all referenced files in the current document. For the graphics you may want to perform some additional trickery (people who use metapost may want the source of the image, rather than the pdf -- and some more name-mangling may be needed).</FONT></P></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If you tell me what sort of trickery you'd like, I can try and modify the command to use it.</DIV><BR><BLOCKQUOTE type="cite"> <BLOCKQUOTE type="cite"></BLOCKQUOTE><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 10.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">As far as encoding goes, TextMate always presents its commands with utf-8 data, taking care of trying to figure out the encoding of the original file as best it can, and keeping this transparent from the bundle items, which just act on utf-8 data. Allan has talked extensively on his views on the whole encoding issue [2]. Let us know of any particular problems you encounter.</FONT></P> </BLOCKQUOTE><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Well, tex was written in the pure 7-bit era, when computing dinosaurs inhabited the face if the internet, there may even have been a version that could run on an EBCDIC system. There are versions coming (xetex, luatex) that will handle utf-8 natively, but at this moment, tex itself is only 8-bit clean. There is an inputenc module that handles utf8, but it is far from complete. Most tex users who want to type characters beyond 7-bit ASCII will rely on one of the 8-bit sets (iso-latin-1 through 15, etc). Since this encodung is given in the source, it is not completely trivial to change this automagically.</FONT></P> </BLOCKQUOTE></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Well, TextMate likes to save things as UTF-8. I have an idea, but I don't know if it would actually work quite right. Tell me what you think:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Let TextMate save files as UTF-8. Specify a %!TEX encoding = enc-name. The Typeset command could then pass the file through iconv to convert to the desired encoding, and save it temporarily on disc as .filename.converted.tex, and then pass the -jobname switch to pdflatex to tell it to use the original filename as the name for the job.</DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>-- </DIV><DIV>Kevin Ballard</DIV><DIV><A href="http://kevin.sb.org">http://kevin.sb.org</A></DIV><DIV><A href="mailto:kevin@sb.org">kevin@sb.org</A></DIV><DIV><A href="http://www.tildesoft.com">http://www.tildesoft.com</A></DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></BODY></HTML>