Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcarl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!hao!hplabs!sdcrdcf!sdcsvax!sdcc3!sdcarl!rusty From: rusty@sdcarl.UUCP (rusty c. wright) Newsgroups: net.emacs Subject: gnu emacs C mode Message-ID: <191@sdcarl.UUCP> Date: Sat, 25-May-85 17:06:44 EDT Article-I.D.: sdcarl.191 Posted: Sat May 25 17:06:44 1985 Date-Received: Thu, 30-May-85 00:04:11 EDT Reply-To: rusty@sdcarl.UUCP (Rusty Wright) Organization: Computer Audio Research Lab, UCSD, San Diego, Calif. Lines: 22 I'd like to use emacs' C mode but it seems that i have to go to extra trouble to use tabs when they aren't at the beginning of a line. for example i like to code my declarations as main(argc, argv) int argc; char **argv; { register struct foo *fp; register struct bar *bp; register int i; where there is one or more tabs in front of the variables so that they all line up. when i try to type a tab here the cursor just stays there. i finally discovered that i could use ctl-q ctl-i but that is unreasonable. is there some way i can get what i want? (be able to just use the tab key in the middle of lines as well as at the beginning.) -- rusty c. wright {ucbvax,ihnp4,akgua,hplabs,sdcsvax}!sdcarl!rusty