From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Fri, 26 Jun 2009 12:23:54 +0200 Message-ID: <138575260906260323y63ae8fadid914141a4e422f77@mail.gmail.com> From: hugo rivera To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [9fans] Another acme question Topicbox-Message-UUID: 0f49f812-ead5-11e9-9d60-3106f5b1d025 Hello, I have another problem with acme. Lets say I want to check the spelling in all the comments in a c file, so I execute: Edit ,x/\/\*.*\*\// > spell (nevermind this doesn't work for more than one line comments) and nothing happens. This doesn't mean that my spelling is good, since I saw some misspelled words that spell(1) recognizes if I echo '/* mispelled cument */' | spell However, the output of Edit ,x/\/\*.*\*\// > cat appears in the corresponding +Errors window. I also did a Edit ,x/\/\*.*\*\// > {cat | spell} and nothing happens either. What am I missing? -- Hugo