From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12449: 24.1; Cannot instrument completion-at-point for debugging Date: Sat, 15 Sep 2012 15:06:41 -0400 Message-ID: <7hwqzvaywu.fsf@fencepost.gnu.org> References: <864nmzrb31.fsf@hotmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1347736026 6830 80.91.229.3 (15 Sep 2012 19:07:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2012 19:07:06 +0000 (UTC) Cc: 12449@debbugs.gnu.org To: Vagn Johansen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 15 21:07:09 2012 Return-path: Envelope-to: geb-bug-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 1TCxhq-0001jO-LI for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Sep 2012 21:07:06 +0200 Original-Received: from localhost ([::1]:33329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCxhm-0002hK-9r for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 Sep 2012 15:07:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCxhj-0002h3-2Y for bug-gnu-emacs@gnu.org; Sat, 15 Sep 2012 15:07:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCxhi-00073U-1N for bug-gnu-emacs@gnu.org; Sat, 15 Sep 2012 15:06:59 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCxhh-00073P-UQ for bug-gnu-emacs@gnu.org; Sat, 15 Sep 2012 15:06:57 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TCxik-0007Dy-5b for bug-gnu-emacs@gnu.org; Sat, 15 Sep 2012 15:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 15 Sep 2012 19:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12449 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12449-submit@debbugs.gnu.org id=B12449.134773606927749 (code B ref 12449); Sat, 15 Sep 2012 19:08:02 +0000 Original-Received: (at 12449) by debbugs.gnu.org; 15 Sep 2012 19:07:49 +0000 Original-Received: from localhost ([127.0.0.1]:35777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TCxiX-0007DW-GD for submit@debbugs.gnu.org; Sat, 15 Sep 2012 15:07:49 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:53885) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TCxiV-0007DQ-M4 for 12449@debbugs.gnu.org; Sat, 15 Sep 2012 15:07:48 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TCxhR-0000uE-Du; Sat, 15 Sep 2012 15:06:41 -0400 X-Spook: CDC David John Oates dictionary Blowpipe AMEMB MP5K-SD X-Ran: D&-\\L6dh!yD[[*t=[DR}s~_*=Z`F*j|xRp?$%jiExh6w_?k7VDw)Iah;(>4]xQ5%oanf^ X-Hue: cyan X-Attribution: GM In-Reply-To: <864nmzrb31.fsf@hotmail.com> (Vagn Johansen's message of "Sat, 15 Sep 2012 09:37:06 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:64370 Archived-At: Vagn Johansen wrote: > Set point in completion-at-point code and call function C-u ESC C-x > > Result: > > edebug-syntax-error: Invalid read syntax: "Expected lambda expression" [2 times] You need to explicitly require cl and pcase first. Same basic issue as http://debbugs.gnu.org/10577 et al IMO. It works fine in the current trunk, due to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11495