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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-02 03:34:11 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!news.eunet.no!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Sun, 2 Nov 2003 11:34:10 +0000 (UTC) Organization: PVV Message-ID: References: <3FA2CDCB.500F4AF0@fakeaddress.nil> <3FA3B412.AF3BEB96@fakeaddress.nil> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1067772850 16612 129.241.83.82 (2 Nov 2003 11:34:10 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sun, 2 Nov 2003 11:34:10 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:1916 Date: 2003-11-02T11:34:10+00:00 List-Id: 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."