From: utzoo!decvax!harpo!presby!aron Newsgroups: net.unix-wizards Title: emacs questions Article-I.D.: presby.130 Posted: Thu Oct 21 18:00:08 1982 Received: Fri Oct 22 03:13:04 1982 Two emacs questions: (1) How can I get start-process to start a csh? I've tried: (a) start-process /bin/csh which does /bin/csh -c /bin/csh This works fine outside of emacs, but gives me nothing inside emacs. When I do list-process it says the process is stopped. Continue process doesn't seem to get it to start again. (b) running shell and then invoking /bin/csh. Again, this works outside of emacs but I get the same problem as in a. I can of course use pause-emacs, but I like to have more than one cshell around. (2) Does anyone have an mlisp incremental search that works fully - i.e. when you delete characters it moves backwards? I have one called incs2.ml but when I use it I get an error: String to integer conversion error. Thanks aron shtull-trauring harpo!presby!aron