Sender: root AT delorie DOT com Message-ID: <36ACC025.8606BC28@inti.gov.ar> Date: Mon, 25 Jan 1999 16:04:06 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Aha!!! Found the problem with rhide ^space function not working References: <36aca724 DOT 14402072 AT news> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Stuart Hall wrote: > Thanks to Mr. Tropea for giving me a clue - my ctrl-space and other > pseudo-macros weren't working using Rhide 1.4 because I had not given > my program a name - that is, I hadn't saved it as a .c, .cpp or other > program yet. As soon as I saved the program as programe.c, the c > pseudo macros worked just fine!! > > Gotta love the #i ^space macro. :-) > In the next release I'll include a Perl version where #i will be expanded to the request directive when the file is a Perl source. The idea is just remember #i as the include short cut and expand it according to the language of the file. With the same idea in mind the "pr" pmacro is expanded to a print command suitable for Perl. SET