From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200404210719.i3L7JNs09837@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] p9 mice In-reply-to: Your message of "Wed, 21 Apr 2004 08:47:36 +0200." <431f0d54a403b3e22c624f3de62941eb@plan9.escet.urjc.es> References: <431f0d54a403b3e22c624f3de62941eb@plan9.escet.urjc.es> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9831.1082531962.1@zamenhof.cs.utwente.nl> Date: Wed, 21 Apr 2004 09:19:22 +0200 Topicbox-Message-UUID: 657da1aa-eacd-11e9-9e20-41e7f4b1d025 > > Notwithstanding acme's nice colors, one wily feature > > I may be missing in acme is the way wily allows > > you to use variables to keep your tag names short > > I've seen wily name your buffers $CWD/blah, > which is a nightmare. Same with other variables. > I was a fan of wily usage of environment variables > until it did bite me a couple of times with this issue. I use a wrapper function to start wily; it explicitly undefines those variables that bit me. Then it works fine for me. (apart from the fact that for buffers named as $VAR, button3 on .. would no longer take me upwards. Never took the time to look into that, though. ) I also liked the possibility to button3 on e.g. $PLAN9/src . Hmm. could that be done via the plumber, or would it need changes in acme? Axel.