From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Refer to List of Arguments in Emacs Lisp Function Date: Fri, 14 Nov 2014 04:56:53 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1415937435 1347 80.91.229.3 (14 Nov 2014 03:57:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 03:57:15 +0000 (UTC) Cc: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 14 04:57:09 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Xp80S-0006AJ-Of for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2014 04:57:08 +0100 Original-Received: from localhost ([::1]:34794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp80S-0003Gt-EF for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2014 22:57:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp80G-0003Gl-W1 for help-gnu-emacs@gnu.org; Thu, 13 Nov 2014 22:56:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xp80G-0006lx-6X for help-gnu-emacs@gnu.org; Thu, 13 Nov 2014 22:56:56 -0500 Original-Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:49004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp80F-0006kB-SB for help-gnu-emacs@gnu.org; Thu, 13 Nov 2014 22:56:56 -0500 Original-Received: by mail-la0-f44.google.com with SMTP id hz20so4310114lab.17 for ; Thu, 13 Nov 2014 19:56:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=dQYoGqtoVwK4A+Wud99zlzh23KYBEzxTz0BC0sYjfaQ=; b=PJq0bbMnXk+LABve79uf8h9SVgIIa4lk+TbbI/0NJbikIGDPX78ysM+EKtIhHNZ2Zi yJ35HRir4SWH7vnNQ2gvU1BOVHenESobCoJin6/y6LwUEEqU8vmYYpy8wuWtSe/go9b+ KW4XNDdZKJXcEnVsaje1pkexlY9yohMl2Ji3VoPHxpNL1RQm7YqU1tvHFF5Sgs3slb+6 94Fzx/3kQ0UMtufj2ZFHVwdOBSyO1iGgHwBctJ7NposyPzGtkt8eO57/sZI0GtGkAlS5 +MXnAR/ZInjxDHapLXJj7jKOZySdcgpt5aAnZgpmM202FwnRvxSe0hUGTeZvhFe/cdKw zsQw== X-Received: by 10.152.5.100 with SMTP id r4mr6027822lar.26.1415937413920; Thu, 13 Nov 2014 19:56:53 -0800 (PST) Original-Received: by 10.112.202.106 with HTTP; Thu, 13 Nov 2014 19:56:53 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22c X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100922 Archived-At: It seems to me that this feature is relatively easy to implement by modifying the `defun' macro. Would anyone be interested to see this in future release of Emacs?