Date: Sun, 12 Mar 2000 23:37:13 +0500 Message-Id: <200003121837.XAA00864@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: (message from Damian Yerrick on Sun, 12 Mar 2000 05:31:11 GMT) Subject: Re: Linker Problem References: <38cac3d3 AT news DOT integrityonline DOT com> <200003120153 DOT GAA00800 AT midpec DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Damian Yerrick writes: > On Sun, 12 Mar 2000 06:53:18 +0500, Prashant TR wrote: > > >To avoid problems, you could use a makefile (info make). If you have EMACS, > >you can run these makefiles easily. > > I found out how to use Edit.com (the infamous tab-to-space editor) to > edit a makefile: > > To make a real tab, hold Ctrl and type pi. (C-p is "insert control > character" and C-i is the tab character.) You have to redo this > whenever editing a line that contains a command. Great! You must have had a hard time finding this out. Phew! Just imagine writing a huge Makefile using this technique (doing C-pi all the time).