From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Interactive specs of C functions. Date: Fri, 07 Sep 2007 14:01:26 -0400 Message-ID: References: <87sl5qr093.fsf@cadilhac.name> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189188105 18079 80.91.229.12 (7 Sep 2007 18:01:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2007 18:01:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 20:01:46 2007 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.50) id 1ITi9J-0002rE-Bv for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 20:01:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITi9H-0006I4-3N for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 14:01:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITi97-0006Av-HC for emacs-devel@gnu.org; Fri, 07 Sep 2007 14:01:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITi94-000688-Er for emacs-devel@gnu.org; Fri, 07 Sep 2007 14:01:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITi94-00067v-9Z for emacs-devel@gnu.org; Fri, 07 Sep 2007 14:01:30 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITi92-0004vC-QS for emacs-devel@gnu.org; Fri, 07 Sep 2007 14:01:28 -0400 Original-Received: from x-132-204-253-127.xtpr.umontreal.ca ([132.204.253.127] helo=ceviche.home) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITi91-0002bx-V7 for emacs-devel@gnu.org; Fri, 07 Sep 2007 14:01:28 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 63EAAB40A1; Fri, 7 Sep 2007 14:01:25 -0400 (EDT) In-Reply-To: <87sl5qr093.fsf@cadilhac.name> (=?iso-8859-1?Q?=22Micha=EBl?= Cadilhac"'s message of "Fri\, 07 Sep 2007 16\:58\:00 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 3) X-Detected-Kernel: 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:78175 Archived-At: > In the thread http://thread.gmane.org/gmane.emacs.devel/44339 (starting > with <87hdbdxo94.fsf@mahaena.lrde>) we discussed ways to add interactive > specs to a C function. Check etc/NEWS: ** The interactive-form of a function can be added post-facto via the `interactive-form' symbol property. Mostly useful to add complex interactive forms to subroutines. Stefan