From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] p9 mice From: Sape Mullender In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 20 Apr 2004 11:15:53 -0400 Topicbox-Message-UUID: 632a8b7a-eacd-11e9-9e20-41e7f4b1d025 > so how do I do ctags in acme? I still drop back into vi for the ^[/^t > stuff (tags stack -- very handy for me anyway). All regular Plan 9 code is written in such a way that you can grep for '^function\(' in the coe and find where that function is declared.