From owner-freebsd-hackers Fri Sep 10 11:15:23 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 517D114E5D for ; Fri, 10 Sep 1999 11:15:19 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: from pinhead.parag.codegen.com (parag@localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id LAA24324; Fri, 10 Sep 1999 11:15:12 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) To: "Matthew N. Dodd" Cc: "Daniel O'Connor" , freebsd-hackers@FreeBSD.ORG Subject: Re: NetWare client in -current In-Reply-To: Message from "Matthew N. Dodd" of "Fri, 10 Sep 1999 14:07:12 EDT." X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm X-URL: http://www.codegen.com Date: Fri, 10 Sep 1999 11:15:12 -0700 Message-ID: <24320.936987312@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 10 Sep 1999 14:07:12 EDT, "Matthew N. Dodd" wrote: > >Clean it up and add perl bindings to it. Thats something that perl sorely >misses. Come to think of it, libedit could use perl bindings... Hummm... Gaah - another big line-editing library! My editor's even smaller than libedit! text data bss dec hex filename 60113 4352 0 64465 fbd1 /usr/lib/libedit.so 117406 14004 1464 132874 2070a /usr/lib/libreadline.so 48843 636 4492 53971 d2d3 tst I'll add my editing package to my things-to-clean-up list and make it available when I next have some time. I've never cared for perl tho'. Growing up programming on a KL-10, I still think the correct place for line-editing is in the driver. Hell - it's already doing basic erase/kill line editing as it is. Then you don't have to hack every command-line app to get line-editing. -- Parag Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message