From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Barnett Newsgroups: gmane.emacs.devel Subject: Re: Edebug-x visual extensions to Edebug Date: Thu, 14 Mar 2013 17:47:47 +1100 Message-ID: References: <87y5dsyai8.fsf@thinkpad.tsdh.de> <20130312222234.983e0f06e976d9b0d6104605@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93404858bd88d04d7dce666 X-Trace: ger.gmane.org 1363243724 28597 80.91.229.3 (14 Mar 2013 06:48:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Mar 2013 06:48:44 +0000 (UTC) Cc: emacs-devel@gnu.org, Tassilo Horn To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 14 07:49:09 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UG1xh-0003VB-Mv for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 07:48:25 +0100 Original-Received: from localhost ([::1]:53126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG1xL-0006Id-9c for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 02:48:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG1xH-0006IY-2r for emacs-devel@gnu.org; Thu, 14 Mar 2013 02:48:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG1xE-0006vM-KI for emacs-devel@gnu.org; Thu, 14 Mar 2013 02:47:59 -0400 Original-Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:48857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG1x6-0006tV-BU; Thu, 14 Mar 2013 02:47:48 -0400 Original-Received: by mail-ie0-f175.google.com with SMTP id c12so2553868ieb.6 for ; Wed, 13 Mar 2013 23:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=twGJ5zDgFKv8fVKRkPfeCNJ8nYbQKgsh22+4Fy0a59g=; b=LyXoa4SvRgS01XzXa3wsANwznfpFBij9bSoeJR5ZgahctuXHo5bGAqlqHdGb/43wZF dcGZcG+vo32irsXcTWH2+OoFAT/q8+3KWoabiiHcCkh5P4JyGc+WOCZai7Zzd4K7Z6Zt OQfzkqKSn6ar/VL/LsvyNld9I7qtlD7924//6lg7YwOUk5XE+2O67iMgEqI1JNBBze5g meNS5v7eF8yLCUnnkmRKBfJ3m+ZovO+8qBpmIVI8dNFLAnU3nzGPVyLsxUQCkpeoLEEo lmsQ2SE90Z7tdsLQ4rmghzelMREDSh9T4cMJ0n2KlaC7gIhjxuKgNXPv8sofCxQmZ4hy DZAA== X-Received: by 10.50.45.136 with SMTP id n8mr1240199igm.34.1363243667541; Wed, 13 Mar 2013 23:47:47 -0700 (PDT) Original-Received: by 10.43.125.195 with HTTP; Wed, 13 Mar 2013 23:47:47 -0700 (PDT) In-Reply-To: <20130312222234.983e0f06e976d9b0d6104605@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157838 Archived-At: --14dae93404858bd88d04d7dce666 Content-Type: text/plain; charset=ISO-8859-1 Thanks a lot for your help. I have started making the changes that you suggested and I will soon start moving the functionality into Edebug. Should I post the final patch here or to bug-gnu-emacs@gnu.org? How do I start the copyright assignment process? Thanks once again for your help, Scott On Wed, Mar 13, 2013 at 1:22 AM, Xue Fuqiao wrote: > On Tue, 12 Mar 2013 15:10:23 +0100 > Tassilo Horn wrote: > > > With emacs 24 you can use `cl-restructuring-bind' and `cl-find-if' > > instead of the unprefixed versions. > > > Instead of dash's `-each' you can use `mapc', instead of `-map' you can > > use `mapcar', instead of `-remove' you can use `cl-remove-if', and > > instead of `-contains?' you can use `member'. > > I agree. > > -- > Best regards, Xue Fuqiao. > http://www.emacswiki.org/emacs/XueFuqiao > --14dae93404858bd88d04d7dce666 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks a lot for your help. I have started making the chan= ges that you suggested and I will soon start moving the functionality into = Edebug. Should I post the final patch here or to=A0bug-= gnu-emacs@gnu.org? How do I start the = copyright assignment process?

Thanks once again for your help,
= Scott


On Wed, Mar 13, 2013 at 1:22 AM, Xue Fuq= iao <xfq.free@gmail.com> wrote:
On Tue, 12 Mar 2013 15:10:23 +0100
Tassilo Horn <tsdh@gnu.org> wrote= :

> With emacs 24 you can use `cl-restructuring-bind' and `cl-find-if&= #39;
> instead of the unprefixed versions.

> Instead of dash's `-each' you can use `mapc', instead of `= -map' you can
> use `mapcar', instead of `-remove' you can use `cl-remove-if&#= 39;, and
> instead of `-contains?' you can use `member'.

I agree.

--
Best regards, Xue Fuqiao.
http= ://www.emacswiki.org/emacs/XueFuqiao

--14dae93404858bd88d04d7dce666--