From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hongxu Chen Newsgroups: gmane.emacs.help Subject: fail to call edebug-defun Date: Sun, 14 Jul 2013 17:14:00 +0800 Message-ID: <87d2qlfqqv.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373793260 15920 80.91.229.3 (14 Jul 2013 09:14:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Jul 2013 09:14:20 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 14 11:14:21 2013 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 1UyINo-0008EJ-Kg for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jul 2013 11:14:20 +0200 Original-Received: from localhost ([::1]:40254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyINn-0000Lt-US for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jul 2013 05:14:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyINd-0000Lm-HZ for help-gnu-emacs@gnu.org; Sun, 14 Jul 2013 05:14:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyINb-0000vA-2F for help-gnu-emacs@gnu.org; Sun, 14 Jul 2013 05:14:09 -0400 Original-Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:41649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyINa-0000uE-Sb for help-gnu-emacs@gnu.org; Sun, 14 Jul 2013 05:14:07 -0400 Original-Received: by mail-pa0-f46.google.com with SMTP id fa11so10353718pad.33 for ; Sun, 14 Jul 2013 02:14:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=f91xHXpAQv35fkK/453xIUyplTo/9U/2EFaOJnRZVjE=; b=Ffc09rt8+t4Na7eB4y1ZwLblS6+GevwojnOEOvzPQ6NSHuDTAg8eMLpTdZONL7iges E3qADezQq4GWKEGb54BovcyhlsEQL5pBzt2bewZw/4N+gUZWzhtGpKQ0dlwivhplVJEF XG8I8raWtibfY75jK9WxQrtdOxSurG8KbAh0r7VITdF8CPUECll32ShHbyRjRIXibuDj LYbRNyytoTQdW9YbSH5VzzE3tL+/LjXgO7t4qt1n3WX+pPKoJ+xSo/J3eEcqb435DoQ7 Z/aYfg2MTJeiohLKOZPc3PZ3+XkOavFqjz+VI3K8aDseUJj/J0kIZjx+wt3TvZfG53UZ getA== X-Received: by 10.66.234.106 with SMTP id ud10mr42530275pac.86.1373793245787; Sun, 14 Jul 2013 02:14:05 -0700 (PDT) Original-Received: from hongxuchen-VM.STAP ([167.220.232.198]) by mx.google.com with ESMTPSA id xe9sm54689040pbc.21.2013.07.14.02.14.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 14 Jul 2013 02:14:04 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22e 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:92118 Archived-At: Dear list, I need to take a deeper look at the execution of one of the elisp functions, and I run `edebug-defun' on it(let's suppose we are edebug on `find-file'), there is a confusing message about it: byte-code: Key sequence C-x C-a C-s starts with non-prefix key C-x C-a I know I should toggle-debug-on-error firstly, but that output quite a huge of message(although the *Backtrace* buffer only contains 7 lines with line wrapped) that I feel it's improper to paste here. Also I tried to start with `emacs -q', which works fine. However since I use quite a lot of packages from package.el and also does some customization, I feel that figuring out the root cause is a bit difficult for me. Have anybody else ever came across this problem? Or would you give me some advice? BTW, I am using a emacs from a Ubuntu PPA by Damien Cassou (https://launchpad.net/~cassou/+archive/emacs) and the result of `M-x emacs-version' is GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-04-14 on chindi10, modified by Debian. Thanks! -- Regards, Hongxu Chen