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 13:05:05 -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 1278695117 24162 80.91.229.12 (9 Jul 2010 17:05:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 17:05:17 +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 19:05:15 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 1OXH0k-0007Dw-7U for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 19:05:14 +0200 Original-Received: from localhost ([127.0.0.1]:41983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXH0j-0007j4-RU for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 13:05:13 -0400 Original-Received: from [199.232.76.173] (port=34675 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXH0f-0007iy-Me for emacs-devel@gnu.org; Fri, 09 Jul 2010 13:05:09 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OXH0b-0005Vu-QC for emacs-devel@gnu.org; Fri, 09 Jul 2010 13:05:09 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49439) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OXH0b-0005Vq-IA for emacs-devel@gnu.org; Fri, 09 Jul 2010 13:05:05 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OXH0b-0008Ig-9n; Fri, 09 Jul 2010 13:05:05 -0400 In-Reply-To: (Lennart Borgman's message of "Fri\, 9 Jul 2010 18\:42\:51 +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:126958 Archived-At: Lennart Borgman writes: > On Fri, Jul 9, 2010 at 6:09 PM, Dan Nicolaescu wrote: >> 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... > > > I would be very glad if anyone has time to try to merge my version and > the trunk version. > > My version is in two parts, the general part and the w32 part. I > divided it this way to make the merge easier. Please take the files > here, maybe make a temporary bzr repository for those two files and go > ahead: You might want to first explain why would we want to merge your version. > http://ourcomments.org/Emacs/DL/C/ There's some files there with some non-suggestive names (-my.c, -my-ok.c) and there's nothing that explains what changes where made and why... It looks like you would be the best person to do the merge... Given that there's not that much code, it can't take more than a couple of hours.