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: [PATCH] Refactor Ffunctionp into inline function Date: Sat, 25 Aug 2012 23:31:14 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345951884 25804 80.91.229.3 (26 Aug 2012 03:31:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2012 03:31:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Barry OReilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 05:31:24 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T5TZK-000211-AN for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2012 05:31:22 +0200 Original-Received: from localhost ([::1]:34313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5TZI-00018X-9R for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2012 23:31:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5TZF-00018O-Fx for emacs-devel@gnu.org; Sat, 25 Aug 2012 23:31:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5TZE-0006ph-2Q for emacs-devel@gnu.org; Sat, 25 Aug 2012 23:31:17 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:19649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5TZD-0006pd-VF for emacs-devel@gnu.org; Sat, 25 Aug 2012 23:31:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu0/O+KG6/2dsb2JhbABEtBGBCIIVAQEEAVYjEAs0EhQYDSSIHAW6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="196708534" Original-Received: from 206-248-161-186.dsl.teksavvy.com (HELO pastel.home) ([206.248.161.186]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 25 Aug 2012 23:31:14 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1CE8459401; Sat, 25 Aug 2012 23:31:14 -0400 (EDT) In-Reply-To: (Barry OReilly's message of "Sat, 25 Aug 2012 09:37:05 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152838 Archived-At: >> Yes. The bulk of Ffunctionp should probably be moved to lisp.h into >> a "functionp" inlinable function, then make FUNCTIONP an alias >> for functionp and make Ffunctionp use functionp. > Is this what you have in mind? Yes, thank you, installed. Stefan