From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: funcallable-p? Date: Mon, 27 Aug 2007 16:08:12 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188246034 16982 80.91.229.12 (27 Aug 2007 20:20:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2007 20:20:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Drew Adams" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 27 22:20:15 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IPkuX-00008w-R7 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 22:10:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPkuX-0005L0-7A for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 16:10:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPktn-0004zq-Uo for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 16:09:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPktl-0004yk-8p for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 16:09:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPktl-0004yf-38 for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 16:09:21 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IPktk-0000k7-MG for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 16:09:20 -0400 Original-Received: from ceviche.home (vpn-132-204-232-136.acd.umontreal.ca [132.204.232.136]) by pruche.dit.umontreal.ca (8.13.7/8.13.7) with ESMTP id l7RK9G2h018633 for ; Mon, 27 Aug 2007 16:09:18 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0AF89B45D9; Mon, 27 Aug 2007 16:08:12 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Mon\, 27 Aug 2007 07\:41\:45 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-NAI-Spam-Score: -2.5 X-NAI-Spam-Rules: 2 Rules triggered BAYES_00=-2.5, HAS_X_HELO=0 X-Detected-Kernel: Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46898 Archived-At: >> >> Indeed you're right. I think it's an error in functionp. >> >> Please report it via M-x report-emacs-bug. >> >> > I'm not sure what the error is. That is, I don't know what the intended >> > design is or why. The behavior seems to correspond correctly to >> > the doc, so I don't know what the bug would be. >> >> The error is that functionp does not provide what you want. > I see. I can file a bug saying that it does not provide what I want, but was > it supposed to? I don't know. Just file the report and we can discuss it then. Stefan