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: Pretest next week Date: Sat, 24 Jan 2009 15:27:09 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233597819 4378 80.91.229.12 (2 Feb 2009 18:03:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 18:03:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 19:04:53 2009 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 1LU3A4-0006wP-Ec for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 19:04:44 +0100 Original-Received: from localhost ([127.0.0.1]:53376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU38l-0005LV-Rg for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 13:03:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LU37T-0004o2-EK for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:02:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LU37S-0004nP-PG for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:02:02 -0500 Original-Received: from [199.232.76.173] (port=39337 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU37S-0004nI-H2 for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:02:02 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:44602 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LU37S-0001gp-3V for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:02:02 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEACTEhknO+IQk/2dsb2JhbACBbso/hBQGgmw X-IronPort-AV: E=Sophos;i="4.37,366,1231131600"; d="scan'208";a="33211679" Original-Received: from 206-248-132-36.dsl.teksavvy.com (HELO pastel.home) ([206.248.132.36]) by ironport2-out.teksavvy.com with ESMTP; 02 Feb 2009 13:02:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 72CAB8229; Mon, 2 Feb 2009 13:02:01 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108611 Archived-At: > I tried using special-event-map, following the example of delete- > frame, but I still get a "Wrong type argument: commandp, ns-echo- > working-text" message. Adding (interactive) will fix that, of course. Stefan