Path: utzoo!utgpu!watmath!uunet!crdgw1!montnaro From: montnaro@sprite.crd.ge.com (Skip Montanaro) Newsgroups: gnu.emacs Subject: do-while loop in Emacs Lisp? Message-ID: Date: 11 Nov 89 16:11:52 GMT Sender: news@crdgw1.crd.ge.com Reply-To: (Skip Montanaro) Distribution: gnu Organization: GE Corporate Research & Development, Schenectady, NY Lines: 14 I need a do-while construct in Emacs Lisp. The only thing I can think of is (catch 'loop (while t ... loopy stuff here ... (if exit-condition-met (throw 'loop t)))) Is that the logical way to do it? -- Skip Montanaro (montanaro@crdgw1.ge.com)