From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Edebug-x visual extensions to Edebug Date: Thu, 14 Mar 2013 09:15:20 -0400 Message-ID: References: <87y5dsyai8.fsf@thinkpad.tsdh.de> <20130312222234.983e0f06e976d9b0d6104605@gmail.com> <87r4jiea43.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363266940 17745 80.91.229.3 (14 Mar 2013 13:15:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Mar 2013 13:15:40 +0000 (UTC) Cc: Xue Fuqiao , emacs-devel@gnu.org To: Scott Barnett Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 14 14:16:03 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 1UG80l-00053Q-0m for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 14:15:59 +0100 Original-Received: from localhost ([::1]:53601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG80O-0007e3-2b for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 09:15:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG80G-0007dg-Fc for emacs-devel@gnu.org; Thu, 14 Mar 2013 09:15:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG80A-00055B-IM for emacs-devel@gnu.org; Thu, 14 Mar 2013 09:15:28 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:25162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG80A-00054o-DE for emacs-devel@gnu.org; Thu, 14 Mar 2013 09:15:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFHO+KL9/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0NFxOICwbBLY0Pg3sDpHqBXoMTgUoHAhc X-IPAS-Result: Av4EABK/CFHO+KL9/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0NFxOICwbBLY0Pg3sDpHqBXoMTgUoHAhc X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="4895136" Original-Received: from 206-248-162-253.dsl.teksavvy.com (HELO pastel.home) ([206.248.162.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 14 Mar 2013 09:15:19 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E4A0467A4D; Thu, 14 Mar 2013 09:15:20 -0400 (EDT) In-Reply-To: <87r4jiea43.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 14 Mar 2013 08:03:40 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:157846 Archived-At: > I'd wait with that until some of the core devs (Stefan, Chong, Eli, > Glenn, Martin, etc.) gives his go. Maybe they prefer to keep it a > separate ELPA package. I missed this thread earlier, but it sounds like a nice improvement. >> Should I post the final patch here or to bug-gnu-emacs@gnu.org? You can send it to bug-gnu-emacs@gnu.org, yes. But most likely the "final" patch won't be final, so don't hesitate to send unfinished version for early review/feedback. This said, the current edebug-x.el looks pretty good. >> How do I start the copyright assignment process? I'll send you another email about that, Stefan PS: `dolist' is faster and indents better than `mapc'.