From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-02 04:05:45 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!small1.nntp.aus1.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny03.gnilink.net.POSTED!53ab2750!not-for-mail From: "Stephane Richard" Newsgroups: comp.lang.ada References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <3FA3B412.AF3BEB96@fakeaddress.nil> Subject: Re: Clause "with and use" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Sun, 02 Nov 2003 12:04:32 GMT NNTP-Posting-Host: 141.149.78.42 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny03.gnilink.net 1067774672 141.149.78.42 (Sun, 02 Nov 2003 07:04:32 EST) NNTP-Posting-Date: Sun, 02 Nov 2003 07:04:32 EST Xref: archiver1.google.com comp.lang.ada:1918 Date: 2003-11-02T12:04:32+00:00 List-Id: Ahhh there you are :-). I got your quote written on my wall ;-). -- St�phane Richard "Ada World" Webmaster http://www.adaworld.com "Preben Randhol" wrote in message news:slrnbq9qti.qu.randhol+valid_for_reply_from_news@kiuk0156.chembio.ntnu.no... > On 2003-11-02, Stephane Richard wrote: > > Agreed, who has it in his signature quote that: "Saving keystrokes is the > > job of the Editor, not of the programming langiage" ? ;-) > > Me :-) > > And now as I have a bit time I'm working on my ada-suit for vim to save > keystrokes. > > Example : Writing > > _PRC will give: > > procedure * > is > <++> > begin > <++> > end <++>; > > (* marks where the cursor will be placed. Then you hit Ctrl-J to jump to > <++> which gets removed) > > or \aps if you want the interactive version which will ask for procedure > name arguments etc... > > Shortcuts are customisable. > > Preben > -- > "Saving keystrokes is the job of the text editor, not the programming > language."