From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: Refer to List of Arguments in Emacs Lisp Function Date: Fri, 14 Nov 2014 14:35:35 +0100 Message-ID: <87389lc3bs.fsf@yahoo.fr> References: <5464E348.2020807@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1415972177 25069 80.91.229.3 (14 Nov 2014 13:36:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 13:36:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 14 14:36:10 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 1XpH2k-0006XQ-BL for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2014 14:36:06 +0100 Original-Received: from localhost ([::1]:36575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpH2j-0003jx-UD for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2014 08:36:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpH2O-0003j0-Ha for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 08:35:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpH2H-0003jG-En for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 08:35:44 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:65119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpH2H-0003jA-74 for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 08:35:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AioKACYEZlSkD4Xx/2dsb2JhbABbhDyCNlC2PgabAQEIAoE1AQEBAQF9hAMBAQQjVhAIAxoCBSECAg8BBEkTiCsBFbpsgXONHAGHLwEBAQcCAR+BLYURgkiIHAeCd4FUBZ5Mh2uPD4N9PDCCSwEBAQ Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 14 Nov 2014 14:35:36 +0100 In-Reply-To: <5464E348.2020807@easy-emacs.de> ("Andreas \=\?utf-8\?Q\?R\=C3\=B6h\?\= \=\?utf-8\?Q\?ler\=22's\?\= message of "Thu, 13 Nov 2014 17:58:48 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:100924 Archived-At: Andreas R=C3=B6hler writes: > What about that way: > > (cadr (symbol-function 'MY-FUNCTION)) I guess this will bomb in lexbind context, no ? --=20 Nicolas Richard