From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.devel Subject: called-interactively-p, cedet, and Emacs 23.1 and earlier Date: Wed, 24 Mar 2010 12:45:36 -0400 Message-ID: <4BAA41B0.1020103@siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1269449113 16653 80.91.229.12 (24 Mar 2010 16:45:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 16:45:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 24 17:45:09 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 1NuThc-0006TS-9K for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 17:45:08 +0100 Original-Received: from localhost ([127.0.0.1]:60747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuThb-0004pN-7Z for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 12:45:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuTgr-0004kR-5w for emacs-devel@gnu.org; Wed, 24 Mar 2010 12:44:21 -0400 Original-Received: from [140.186.70.92] (port=56930 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuTgp-0004kJ-Ot for emacs-devel@gnu.org; Wed, 24 Mar 2010 12:44:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuTgn-0004lL-QB for emacs-devel@gnu.org; Wed, 24 Mar 2010 12:44:18 -0400 Original-Received: from bird.interbax.net ([75.126.100.114]:34953) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuTgn-0004l2-KV for emacs-devel@gnu.org; Wed, 24 Mar 2010 12:44:17 -0400 Original-Received: (qmail 20627 invoked from network); 24 Mar 2010 11:44:15 -0500 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net (HELO ?192.168.1.201?) (71.184.83.10) by interbax.net with SMTP; 24 Mar 2010 11:44:15 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091222 Shredder/3.1a1pre X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:122612 Archived-At: Hi, Lluis has been merging changes from Emacs to CEDET. The idea is to move my CEDET repository to be more easily maintained with Emacs, and getting them close to each other is the first step. We have recently stumbled over called-interactively-p, which is now used with an argument throughout the Emacs versions of the CEDET code. My externally maintained code I would like to have work in Emacs 22 and 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. Could some kind soul help me define some advice, or other trick I can install in older Emacs to allow this form to work? Thanks Eric