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 01:16:34 +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 X-Trace: dough.gmane.org 1309994241 8673 80.91.229.12 (6 Jul 2011 23:17:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 23:17:21 +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 01:17:17 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 1QebLI-0004Rk-SL for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 01:17:16 +0200 Original-Received: from localhost ([::1]:50029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebLH-00076u-PK for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 19:17:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebKz-00076G-GQ for emacs-devel@gnu.org; Wed, 06 Jul 2011 19:16:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QebKx-0008Oc-VE for emacs-devel@gnu.org; Wed, 06 Jul 2011 19:16:57 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:50558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebKx-0008OT-Gx for emacs-devel@gnu.org; Wed, 06 Jul 2011 19:16:55 -0400 Original-Received: by ewy9 with SMTP id 9so152865ewy.0 for ; Wed, 06 Jul 2011 16:16:54 -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; bh=ATcu07Qf6usHB85QFkzOpLDgLfmph9zmEFkbOUro/v0=; b=jd/yt0sE13xFurC0W9zPHeIc0p+15ZNOkUgdv2+Ymvm09raFPqXEuZhWOKHtsJYKKG JxezF4S+6ZEeh1oaaoaJn6S+8Yu9/HMDJJjYm8u3MoCUv2o4jtGS2ZS2K9opOiPePdWq 46LbgctikkXRIG0KqIGmUA2/QsLKJ/EJqOABE= Original-Received: by 10.213.114.66 with SMTP id d2mr100485ebq.102.1309994214176; Wed, 06 Jul 2011 16:16:54 -0700 (PDT) Original-Received: by 10.213.7.84 with HTTP; Wed, 6 Jul 2011 16:16:34 -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:141698 Archived-At: On Thu, Jul 7, 2011 at 01:10, Juanma Barranquero wrote: > On Thu, Jul 7, 2011 at 01:08, Lennart Borgman wrote: > >> 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. ;-) -- Yes, you are right. But it could be defined in a separate compatibility elisp file that could be copied to Xemacs and copied "privately" for those using it with older emacsen.