Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uwmcsd1!lakesys!dougm From: dougm@lakesys.UUCP (Doug McIntyre) Newsgroups: comp.emacs Subject: Problem in Micro Emacs v3.9e Keywords: MicroEmacs Message-ID: <408@lakesys.UUCP> Date: 19 Feb 89 02:49:00 GMT Organization: Lake Systems - Milwaukee, Wisconsin Lines: 44 I am having a problem with MicroEmacs v3.9e, and was wondering what I'm doing wrong. I am writing an unshar utility in emacs, and ran accross a new format that I had to redo the one I already have. What I am trying to do is pick up the first word from a line of text read from a buffer... Here is what I have so far.... Basically a lot of simple stuff to make sure that everything is working correctly.. ------------------------------ set %sharsep "SHAR_EOF" beginning-of-file search-forward %sharsep !while ¬ &seq $status FALSE ; looking for a line like.... beginning-of-line search-forward ">" ; sed >command.h <