From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [emacs-w3m:11603] Re: interactive-p obsolete Date: Thu, 7 Jul 2011 02:01:22 +0200 Message-ID: References: <4E13FCE4.8080309@easy-emacs.de> <871uy3lrfy.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1309996945 21188 80.91.229.12 (7 Jul 2011 00:02:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 00:02:25 +0000 (UTC) Cc: Bastien , Tim Cross , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 02:02:21 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qec2u-0001oN-Hz for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 02:02:20 +0200 Original-Received: from localhost ([::1]:50691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qec2t-0005Od-Nr for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 20:02:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qec2e-0005OX-LS for emacs-devel@gnu.org; Wed, 06 Jul 2011 20:02:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qec2d-0006W6-Le for emacs-devel@gnu.org; Wed, 06 Jul 2011 20:02:04 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:36631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qec2d-0006W2-Dr for emacs-devel@gnu.org; Wed, 06 Jul 2011 20:02:03 -0400 Original-Received: by pwi12 with SMTP id 12so363258pwi.0 for ; Wed, 06 Jul 2011 17:02:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=VukGqhokQrZHA5rRcPUe1cDyv8N+aCDa+BhKDfd5J6E=; b=CQn9QAg9W7DGF74Fan5FDEuTenbpnFTS/oDI4JEbmFkCYah9MOOsAJl+4NRdbb2KSQ CLpXsb6VN8yLLmeSTeGjR0lTVEgwFAznlOHqbtFp8nqumYhx2FsbIuw7Km8JwhnbTUGN hLKGSiU/FMEITsiCmPub6VpA6ZgPQmrNvZgQE= Original-Received: by 10.143.91.16 with SMTP id t16mr70021wfl.366.1309996922195; Wed, 06 Jul 2011 17:02:02 -0700 (PDT) Original-Received: by 10.142.144.4 with HTTP; Wed, 6 Jul 2011 17:01:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.41 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:141703 Archived-At: On Thu, Jul 7, 2011 at 01:57, Lennart Borgman w= rote: > I am not sure what you mean. Isn't it enough with just a simple > (require 'thatcompatlib)? Am I missing something? What is thatcompatlib? Who will write it? How will you distribute it? And, how will that be easier than having (defmacro org-.... (&optional kind) ...) in Org, for example? =C2=A0 =C2=A0 Juanma