From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Efforts to attract more users? Date: Fri, 09 Jul 2010 12:09:15 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278692411 14883 80.91.229.12 (9 Jul 2010 16:20:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 16:20:11 +0000 (UTC) Cc: Juanma Barranquero , "emacs-devel@gnu.org" To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 09 18:20:08 2010 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.69) (envelope-from ) id 1OXGJ1-0007gP-LQ for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 18:20:04 +0200 Original-Received: from localhost ([127.0.0.1]:33092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXGJ1-0003Yp-2A for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 12:20:03 -0400 Original-Received: from [199.232.76.173] (port=55956 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXGIr-0003Xx-Cg for emacs-devel@gnu.org; Fri, 09 Jul 2010 12:19:53 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OXG8a-0004E4-54 for emacs-devel@gnu.org; Fri, 09 Jul 2010 12:09:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OXG8Z-0004E0-Ry for emacs-devel@gnu.org; Fri, 09 Jul 2010 12:09:16 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OXG8Z-0005Oe-Ei; Fri, 09 Jul 2010 12:09:15 -0400 In-Reply-To: (Lennart Borgman's message of "Fri\, 9 Jul 2010 15\:09\:06 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126956 Archived-At: Lennart Borgman writes: > On Fri, Jul 9, 2010 at 2:58 PM, Juanma Barranquero wrote: >> On Fri, Jul 9, 2010 at 13:41, Lennart Borgman wrote: >> >>> If you want to I can send you the latest working version of >>> emacsclient.c and so we can perhaps start where we left off. >> >> No, as long as it is totally "reordered" wrt the trunk's version. > > The reordering is done exactly to make emacsclient.c start Emacs when needed. > > So I do not understand what you ask for. I don't have the context for what you are talking about, what code are you trying to merge? But emacsclient.c is 1800 lines in trunk now, there's no complicated algorithms in there. It shouldn't be that complicated to use narrow-to-defun and merge function by function...