From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: edebug and defun* &key Date: Fri, 7 Jan 2011 22:32:09 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174c1cf6bbad4f0499427bdf X-Trace: dough.gmane.org 1294410767 15063 80.91.229.12 (7 Jan 2011 14:32:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2011 14:32:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 07 15:32:41 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PbDMs-0007fO-GB for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jan 2011 15:32:38 +0100 Original-Received: from localhost ([127.0.0.1]:49633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbDMr-0000LQ-Pn for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jan 2011 09:32:37 -0500 Original-Received: from [140.186.70.92] (port=40829 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbDMS-0000LJ-5C for help-gnu-emacs@gnu.org; Fri, 07 Jan 2011 09:32:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbDMR-0004Pu-7n for help-gnu-emacs@gnu.org; Fri, 07 Jan 2011 09:32:12 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:45503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbDMR-0004Pd-3Z for help-gnu-emacs@gnu.org; Fri, 07 Jan 2011 09:32:11 -0500 Original-Received: by eyh6 with SMTP id 6so4549932eyh.0 for ; Fri, 07 Jan 2011 06:32:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=3teix7BdlJ2sj4xMWDrQ3kJ6qjcRnYLcP5W3ny7R8jk=; b=d/583JIR1rk9kaiQbFnOxh6wggqhsARM+OutB2Fp4SbTfesd8qcn7dQeZhcz350h8S vDVK0Y7iosmWKBRcLSF34XEuOmfNxMIW0jJS6ALdSgXGDjq6yVjiFysWL57cesIUZ4Ti 85MlWaC67oFoPyVuWMtJnktzLD7dG/Gicl9oU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xenvA394rFrp5BRunntTpEPcBFP6v0GsjNfN1V3+WmNEHNplSI9ArprWCHPxUQNCdr 61AdP4TSjA5xXIbM8Ix6zzOoNdXGHXgmm1i7rZ8O6W0HjzVDxJBQi1OYnlL0XpoBixgZ nV4zGxx8maKhCn06/KmMAtQLM9Qaz79EVFuTM= Original-Received: by 10.213.98.77 with SMTP id p13mr594781ebn.53.1294410729630; Fri, 07 Jan 2011 06:32:09 -0800 (PST) Original-Received: by 10.14.119.11 with HTTP; Fri, 7 Jan 2011 06:32:09 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78293 Archived-At: --0015174c1cf6bbad4f0499427bdf Content-Type: text/plain; charset=ISO-8859-1 Hi all, I really like the clarity of defun* forms when specifying optional parameters. However, edebug doesn't seem to be able to unserstand these forms very well. Has anyone got a workaround? e.g. (defun* foo (&optional &key (arg t))) edebug-defun -- Le --0015174c1cf6bbad4f0499427bdf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,

I really like the clarity of defun* forms when s= pecifying optional parameters. =A0However, edebug doesn't seem to be ab= le to unserstand these forms very well. =A0Has anyone got a workaround?

e.g.

(defun* foo (&optiona= l &key (arg t)))

<M-x>edebug-defun
=

--
Le
--0015174c1cf6bbad4f0499427bdf--