From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Distinguishing `consp` and `functionp` Date: Mon, 29 Jan 2024 17:31:48 +0200 Message-ID: <864jew40m3.fsf@gnu.org> References: <86msssble8.fsf@gnu.org> <86bk9448ai.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17065"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 29 16:32:29 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rUTca-0004AH-PF for ged-emacs-devel@m.gmane-mx.org; Mon, 29 Jan 2024 16:32:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rUTc2-0001uh-FU; Mon, 29 Jan 2024 10:31:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rUTc0-0001uF-86 for emacs-devel@gnu.org; Mon, 29 Jan 2024 10:31:52 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rUTbz-0001mN-Dz; Mon, 29 Jan 2024 10:31:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9M3jf85M0tmzU5D+r1p0cL/hxxUR+2Tu6cmC6N53q70=; b=qyUhLVhOITk8 Bie9SbTnoIlVHqOGRMfO0chA2QJ2kI68wR+dcsfcsLkha5Oh9Pej3k7V6DfkBNcgvw7WuXPkDhAEt Rvw7cV2s1Mh7fozcQFQK4BiZQ99FnheZbVrG5ksPXt56/f1q4cHyK5VCgBTOVs1+HVbZiYFtJvLWC 6AX0iGAebUIKC05x26X6780dCukZRtpbfM3/sDyUMX6rJyKxGsvLDttZU3V22nefddW9lDuvh4vdI Jt0Tz4x3jzpPSELDwYRxHv+zwlWtcWkt06iK9o+y1Db9RpKTLyhMdry+v1Cpne5OjljECPJYIEHMp +9eB5apdB/lWjVScczN7iQ==; In-Reply-To: (message from Stefan Monnier on Mon, 29 Jan 2024 10:19:50 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:315591 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Mon, 29 Jan 2024 10:19:50 -0500 > > > If so, what are the situations where a Lisp program in Emacs would > > like or need to "look inside a function value"? > > The most obvious cases are in cases of introspection (things like `C-h > f` and underlying functions like `help-function-arglist`). > But there have been some other cases over the years. > [...] OK, thanks. And the reason(s) you are "annoyed at the use of lists to represent function values" are?... IOW, what will we gain by using your changes in this matter?