From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: callback functions in Emacs Date: Thu, 6 Sep 2007 11:42:43 +0530 Message-ID: References: <87642qmb0g.fsf@gmx.de> <873axtz9ng.fsf@gnuvola.org> <60290.128.165.123.18.1189002611.squirrel@webmail.lanl.gov> <87myw1xdzt.fsf@gnuvola.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189059178 3232 80.91.229.12 (6 Sep 2007 06:12:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 06:12:58 +0000 (UTC) Cc: Michael Albinus , rms@gnu.org, emacs-devel@gnu.org To: "Thien-Thi Nguyen" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 08:12:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITAbk-0001pf-4c for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 08:12:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITAbi-0002bu-7Q for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 02:12:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITAbf-0002ZY-D5 for emacs-devel@gnu.org; Thu, 06 Sep 2007 02:12:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITAbe-0002Y3-Oq for emacs-devel@gnu.org; Thu, 06 Sep 2007 02:12:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITAbe-0002Xr-LB for emacs-devel@gnu.org; Thu, 06 Sep 2007 02:12:46 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITAbe-0004Kz-3D for emacs-devel@gnu.org; Thu, 06 Sep 2007 02:12:46 -0400 Original-Received: by nf-out-0910.google.com with SMTP id e27so65295nfd for ; Wed, 05 Sep 2007 23:12:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=1rx74Yn6eAUdG4creLGpmtFYWHJFm+q6+2lODpcXYzQ=; b=jEXzOiLLe5KFKViK+TsjqSBO8KX80cI2Y3jbV8PxN9H+2Sx9+Pe4qGMCpA7y8FVK1k50iPpz7mbs6RHK+p6t1yRRyJOqiUOQKnCkciZxa4Wv4sLH9cxOBf4NrmZPfcOnUArvweo1vJ4uRxvwy61lTTNccHJUhBPQ8mV+DK+KePY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QlGjQMZTDBfUyomjfXx1/qUNO1O41dIXB89OHQiizXUdVisnIAc3XkktnkYUbDKl1u4kJhYAFzdSsIG3eTC+VYwulOK+/nr2OeLd879otnPN6/oKRQGDo2f1Kw76+BOWSUdNhFrzyyChMRZhJcw6cpbF84o9M/XSsuFDgwZQmqQ= Original-Received: by 10.78.205.7 with SMTP id c7mr91984hug.1189059163342; Wed, 05 Sep 2007 23:12:43 -0700 (PDT) Original-Received: by 10.78.90.19 with HTTP; Wed, 5 Sep 2007 23:12:43 -0700 (PDT) In-Reply-To: <87myw1xdzt.fsf@gnuvola.org> Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77949 Archived-At: Hi, On 9/5/07, Thien-Thi Nguyen wrote: > so, given that emacs does -batch (and now -script), > the race is on: who will post emacsclient reimplemented > in elisp? anyone? can't be more than a couple dozen > lines and a few weeks of testing (ttn sez, optimistically). I had put in a dirty hack a while ago when emacsclient was still not ported on M$ in it's current from. I posted it on this list too, the response was "no point in loading a full blown emacs to interpret the elisp script and execute as a client". Well, it has both the server and client implementation as I wanted to handle some auth and stuff that came on th elist. It is very basic and a beginners attempt to write one, I stopped working on it and has been dormant ever since. FWIW, the script it still at: http://dhruvakm.googlepages.com/emacsserver.el -dky -- Dhruva Krishnamurthy Contents reflect my personal views only!