From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [emacs-w3m:11603] Re: interactive-p obsolete Date: Thu, 7 Jul 2011 02:12:18 +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 1309997741 25476 80.91.229.12 (7 Jul 2011 00:15:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 00:15:41 +0000 (UTC) Cc: Bastien , Tim Cross , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 02:15:33 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 1QecFg-0005YN-E1 for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 02:15:32 +0200 Original-Received: from localhost ([::1]:56154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QecFf-0007WX-HF for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 20:15:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QecCw-0006z4-Vl for emacs-devel@gnu.org; Wed, 06 Jul 2011 20:12:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QecCv-00089m-3W for emacs-devel@gnu.org; Wed, 06 Jul 2011 20:12:42 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:62862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QecCu-00089i-OO for emacs-devel@gnu.org; Wed, 06 Jul 2011 20:12:40 -0400 Original-Received: by ewy9 with SMTP id 9so162739ewy.0 for ; Wed, 06 Jul 2011 17:12:39 -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=sQ+AHrYAcAh2p/Kgf+JIH8DullxyeCiKuFcB3XOCqAI=; b=x6nlhuKmEgdup6Wc09o22QOen+nz9igdvZy/DMQ7DJiJdtsFQu2+hF2i3nd6i26bgZ sK4+4p8vgYgmKs+Dt/iLUnQtUgpmslHM6XYvxdGxNtc4MsL4PzbXcfnEbCzws2HvX7I0 ORDD5KuuiA9tPoKoWSDs+APsSB7tzR+klDcFc= Original-Received: by 10.213.114.66 with SMTP id d2mr110271ebq.102.1309997558181; Wed, 06 Jul 2011 17:12:38 -0700 (PDT) Original-Received: by 10.213.7.84 with HTTP; Wed, 6 Jul 2011 17:12:18 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.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:141705 Archived-At: On Thu, Jul 7, 2011 at 02:01, Juanma Barranquero wrote: > On Thu, Jul 7, 2011 at 01:57, Lennart Borgman = wrote: > >> 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? I think you know the answers to these questions, or? Distribute it in Emacs= . > And, how will that be easier than having > > (defmacro org-.... (&optional kind) > =C2=A0 ...) > > in Org, for example? I think it is easier to have it this way if something changes.