Nikolai Weibull wrote:

* Hans Hagen Outside <[EMAIL PROTECTED]> [Jun 22, 2004 10:40]:


Another one of my sort of weird questions. I have a file with { in


weird indeed, are you searching for the limits of tex/context/your-os?



Nah, I'm just getting used to Tom Lord's naming scheme http://wiki.gnuarch.org/moin.cgi/FunkyFileNames since I use GNU Arch for revision control.

I have my project files in ~/src/{projects}/



file name and context doesn't seem to enjoy it much:


i only enjoy names that match [a-z0-9\-]



[a-z0-9{=,+-] on my side



You can put this somewhere (cont-loc.tex or so) since i'm not that
sure if it does not interfere, so i (and others) need to test this for
a long time


[cut]

OK, that worked fine for me. I'll report any problems.


first problem: graphics not found -)

so, we probably can only do:

\def\usepath[#1]% test for a real long time, permits ../{name} i.e. braces
 {\def\docommando##1%
    {\doifelse{##1}\v!reset
       {\let\allinputpaths\empty}
       {\sanitizefilename#1\to\ascii
        \convertcommand\ascii\to\ascii
        \addtocommalist\ascii\allinputpaths}}%
  \processcommalist[#1]\docommando}

\def\usesubpath[#1]% test for a real long time, permits ../{name} i.e. braces
 {\ifx\allinputpaths\empty
    \sanitizefilename#1\to\allinputpaths
  \else
    \def\docommando##1%
      {\def\dodocommando####1%
         {\sanitizefilename####1\to\ascii
          \convertcommand\ascii\to\ascii
          \addtocommalist{##1/\ascii}\allinputpaths}%
       \processcommalist[#1]\dodocommando}%
    \processcommacommand[\allinputpaths]\docommando
  \fi}


----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to