From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Weiner Newsgroups: gmane.emacs.devel Subject: Re: bug#23873: Emacs 24.0.94: With function argdesc bitstring, Elisp manual does not say how to get arg list Date: Wed, 6 Jul 2016 17:57:53 -0400 Message-ID: References: <871t3edfd9.fsf@gmx.net> Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1467842347 21457 80.91.229.3 (6 Jul 2016 21:59:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2016 21:59:07 +0000 (UTC) Cc: 23873@debbugs.gnu.org, Stephen Berman To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 06 23:59:06 2016 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 1bKuqX-0004oy-2r for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2016 23:59:05 +0200 Original-Received: from localhost ([::1]:36005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKuqW-0005h3-7j for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2016 17:59:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKupy-0005gj-0y for emacs-devel@gnu.org; Wed, 06 Jul 2016 17:58:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKupt-0006k7-Qe for emacs-devel@gnu.org; Wed, 06 Jul 2016 17:58:29 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKupt-0006j0-N5 for emacs-devel@gnu.org; Wed, 06 Jul 2016 17:58:25 -0400 Original-Received: from mail-oi0-f53.google.com ([209.85.218.53]:33904) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bKups-0008TY-3q for emacs-devel@gnu.org; Wed, 06 Jul 2016 17:58:24 -0400 Original-Received: by mail-oi0-f53.google.com with SMTP id s66so289436401oif.1 for ; Wed, 06 Jul 2016 14:58:23 -0700 (PDT) X-Gm-Message-State: ALyK8tK/8MuK9vj7+BwraYZgySunpy4zqB3d3MnyKEJzepmhi6UweDudTfH6nLy9Zo5QKkQxFC3a9XrV63ykvw== X-Received: by 10.157.10.16 with SMTP id 16mr2637557otg.131.1467842303255; Wed, 06 Jul 2016 14:58:23 -0700 (PDT) Original-Received: by 10.202.212.143 with HTTP; Wed, 6 Jul 2016 14:57:53 -0700 (PDT) In-Reply-To: X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:205284 Archived-At: Are either of these likely to happen? Is there anyone who presently works on the byte compiler? 1. The source argument signature for functions that use an arg descriptor will be stored in the byte-compiled code. 2. There will be a function to access this signature. Thanks, Bob