From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fco.J.Ballesteros To: 9fans@cse.psu.edu Subject: Re: [9fans] acme: hiding certain files in dir windows MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011108075001.12879199BB@mail.cse.psu.edu> Date: Thu, 8 Nov 2001 08:49:51 +0100 Topicbox-Message-UUID: 18fa0a1a-eaca-11e9-9e20-41e7f4b1d025 The ignored regexp is global, so I don't need to inherit it while desdencing the hierarchy. Of course it would be more powerful to be able to ingore different patterns on different windows but did not feel the need. Another comment I have is that perhaps it would be more useful to have a single `-e' (execute) option for acme instead of the -l and the -i I have added in my local version for Ignore. Instead of saying -l mydump -i myregexp we could just say -e 'Load mydump' -e 'Ignore myregxp', which would let us execute other various things upon startup. For example; I'd love this one: acme -e 'acd /dev/sdC1' I get some spare time for this I may try the experiment; just wanted to hear comments about it.