From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: funcallable-p? Date: Mon, 27 Aug 2007 07:41:45 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188225823 12549 80.91.229.12 (27 Aug 2007 14:43:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2007 14:43:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Stefan Monnier" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 27 16:43:40 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 1IPfoZ-0006tr-Eq for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 16:43:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPfoY-0001Ng-UP for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2007 10:43:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPfoK-0001Nb-3W for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 10:43:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPfoG-0001NP-Fg for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 10:43:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPfoG-0001NM-Cf for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 10:43:20 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IPfoG-0008Gf-0s for help-gnu-emacs@gnu.org; Mon, 27 Aug 2007 10:43:20 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id l7REh9bT028443; Mon, 27 Aug 2007 08:43:09 -0600 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id l7RBpKI2027749; Mon, 27 Aug 2007 08:43:08 -0600 Original-Received: from dhcp-amer-csvpn-gw1-141-144-64-130.vpn.oracle.com by acsmt351.oracle.com with ESMTP id 3160570851188225683; Mon, 27 Aug 2007 07:41:23 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-Detected-Kernel: Linux 2.4-2.6 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:46892 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 what the intention was. Going by the doc, the implementation seems correct. So, should fboundp be fixed to be, in effect, funcallable, or should a new function, `funcallablep' (or whatever) created for that?