From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Evaluation of macro arguments Date: Thu, 14 Jan 2016 18:05:14 -0500 Message-ID: References: <87fuycs35f.fsf@mbork.pl> <87r3hldt0w.fsf@amu.edu.pl> <87io2vewc8.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1452812757 23279 80.91.229.3 (14 Jan 2016 23:05:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Jan 2016 23:05:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 15 00:05:49 2016 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 1aJqxg-0004yD-54 for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jan 2016 00:05:48 +0100 Original-Received: from localhost ([::1]:44836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJqxf-0005WJ-Gy for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jan 2016 18:05:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJqxI-0005RX-Ek for help-gnu-emacs@gnu.org; Thu, 14 Jan 2016 18:05:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJqxC-0000XG-Mi for help-gnu-emacs@gnu.org; Thu, 14 Jan 2016 18:05:24 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:24622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJqxC-0000WD-Gl for help-gnu-emacs@gnu.org; Thu, 14 Jan 2016 18:05:18 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AyFgA731xV/++PWxdcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLDiYSFBgNJIg3CM8jAQEBAQYBAQEBHos6hQUHhC0FjDCEBKRQI4QWIIJ4AQEB X-IPAS-Result: A0AyFgA731xV/++PWxdcgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAVYjBQsLDiYSFBgNJIg3CM8jAQEBAQYBAQEBHos6hQUHhC0FjDCEBKRQI4QWIIJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="189724240" Original-Received: from 23-91-143-239.cpe.pppoe.ca (HELO pastel.home) ([23.91.143.239]) by ironport2-out.teksavvy.com with ESMTP; 14 Jan 2016 18:05:15 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 77F2B5FE0A; Thu, 14 Jan 2016 18:05:14 -0500 (EST) In-Reply-To: <87io2vewc8.fsf@mbork.pl> (Marcin Borkowski's message of "Thu, 14 Jan 2016 21:32:07 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:108744 Archived-At: > Ah, so it has something to do with those &or, &and etc.? Right. > Are there any worthy examples of edebug specs in Emacs sources? As a general rule of thumb, the more complex the macro, the more complex the debug spec. So you can take a look at the specs for cl-loop or pcase if you want "interesting" examples. Stefan