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

Reply via email to