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 01:10:57 +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 1309993924 7067 80.91.229.12 (6 Jul 2011 23:12:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 23:12:04 +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 01:12:00 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 1QebGA-0002dX-Km for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 01:11:58 +0200 Original-Received: from localhost ([::1]:37189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebG9-0006Rx-6l for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 19:11:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebFs-0006Rd-Ll for emacs-devel@gnu.org; Wed, 06 Jul 2011 19:11:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QebFr-0007pn-1c for emacs-devel@gnu.org; Wed, 06 Jul 2011 19:11:40 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:43987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebFq-0007pj-KS for emacs-devel@gnu.org; Wed, 06 Jul 2011 19:11:38 -0400 Original-Received: by pwi12 with SMTP id 12so340909pwi.0 for ; Wed, 06 Jul 2011 16:11:37 -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=Da91zJrfhYVMCrlfYheGGkC+HJUeVY+qwhHZEraMUgA=; b=O9TOFXJ4LRXmmJmv1gGfEW+sdAzNuu34ZfzgHZ8daTwvtbCGy60mTR5+xrhc0I6qvC UV/CGXXitmSrv+7snUYKvhBtYWx1VkBWlK6ypbabFt4uc46DMwPukQMEoGBnTNtkFexK 0/KnaR2Gj8HXrpbAA4SIojTJXE4l+AwrwscfA= Original-Received: by 10.143.91.16 with SMTP id t16mr49886wfl.366.1309993897086; Wed, 06 Jul 2011 16:11:37 -0700 (PDT) Original-Received: by 10.142.144.4 with HTTP; Wed, 6 Jul 2011 16:10:57 -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:141697 Archived-At: On Thu, Jul 7, 2011 at 01:08, Lennart Borgman w= rote: > For things outside Emacs trunk. Either I don't understand you, or you didn't understand me. Such a compatibility macro would only be useful for "things outside Emacs trunk" if they are *only* to be used *with* the Emacs trunk. Else, they have to define their own compatibility macro for the cases when they are used with older Emacsen, XEmacs, etc. =C2=A0 =C2=A0 Juanma