From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: called-interactively-p, cedet, and Emacs 23.1 and earlier Date: Thu, 25 Mar 2010 02:53:13 +0900 Message-ID: <874ok5haie.fsf@uwakimon.sk.tsukuba.ac.jp> References: <4BAA41B0.1020103@siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269453369 2047 80.91.229.12 (24 Mar 2010 17:56:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 17:56:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 24 18:56:02 2010 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.69) (envelope-from ) id 1NuUnJ-0001eu-Lj for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 18:55:06 +0100 Original-Received: from localhost ([127.0.0.1]:37422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuUnJ-0005GU-0G for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 13:55:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuUnD-0005G7-4c for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:54:59 -0400 Original-Received: from [140.186.70.92] (port=56915 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuUn9-0005Fp-Fl for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:54:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuUn5-0004Lg-VH for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:54:55 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:46434) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuUn5-0004LL-IB for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:54:51 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 9A802820D; Thu, 25 Mar 2010 02:54:49 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 35F251297D3; Thu, 25 Mar 2010 02:53:13 +0900 (JST) In-Reply-To: <4BAA41B0.1020103@siege-engine.com> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" a03421eb562b XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:122617 Archived-At: Eric M. Ludlam writes: > 23.1 which does not support the argument, and XEmacs which is missing > the feature completely, and is thus easy to make work in this > case. XEmacs will get the feature. I hope to provide some sort of backwards compatibility package, which would potentially mean that all XEmacsen from 21.1 on could use it.