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: recording-elisp.el - try recording commands as elisp code Date: Mon, 05 Nov 2007 09:43:42 -0500 Message-ID: References: <87k5p05qsy.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194273846 9017 80.91.229.12 (5 Nov 2007 14:44:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2007 14:44:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: yzhh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 15:44:08 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 1Ip3BL-0003jD-Cu for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 15:44:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ip3BA-0000TH-Im for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 09:43:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ip3B6-0000R5-LE for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:43:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ip3B5-0000Or-38 for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:43:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ip3B4-0000OZ-U2 for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:43:46 -0500 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ip3B2-0007Pd-OR for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:43:45 -0500 Original-Received: from pastel.home ([70.55.140.67]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071105144343.KXXR17217.tomts5-srv.bellnexxia.net@pastel.home> for ; Mon, 5 Nov 2007 09:43:43 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0B6BB7FC4; Mon, 5 Nov 2007 09:43:42 -0500 (EST) In-Reply-To: (yzhh's message of "Mon\, 05 Nov 2007 22\:27\:27 +0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:82578 Archived-At: > My progress will be slow, but I'll stick to this for a long time. My major > concern here is maintainability of the code. When details relating to other > emacs packages accumulate in one place, I could lose control of it. I do > want it last long. It's always a source of problems, but before you accumulate a few solutions for a few packages, it's often difficult to figure out what's the right way to provide a generic functionality which packages can then use (so that the details relating to each package get moved to the relevant package). Stefan