From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200406031238.i53CcIk18396@zamenhof.cs.utwente.nl> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] unix acme (was: acme design) In-reply-to: Your message of "Thu, 03 Jun 2004 09:52:30 +0100." References: From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18390.1086266298.1@zamenhof.cs.utwente.nl> Date: Thu, 3 Jun 2004 14:38:18 +0200 Topicbox-Message-UUID: 92e2a8d4-eacd-11e9-9e20-41e7f4b1d025 > The only times I have difficulties with text length in tags is when > using acme under Unix, as I have less control over most of the > absolute filenames. And files under Unix tend to live in very deep > directory hierarchies. Which incidentally, led to the introduction of > the special way environment variables are used by wily. Just in case you were not already aware of it: the env var stuff can be found 'for reference' in the CVS repository of the unix port of acme. (it was added in one version and removed again in the next; I just applied the changes and it works fine) (until the latest port update when acme stopped working for me on sunos 5.8 -- I'm just using a slighly older ports version) I made one minor change to the unix acme-with-env-vars: I changed the sorting of the env vars, such that the env var matching the longest part of the file name gets used, instead of the env var with the shortest name. I send that fix to Russ, don't know if it got also added 'for reference' to the CVS repository - if you want it, let me know. Axel.