From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: BobD Newsgroups: gmane.emacs.help Subject: Cannot edebug in tabbar.el. Date: Thu, 25 Jun 2015 10:27:55 -0700 (PDT) Message-ID: <5f0aabb7-f2fc-4644-8ccd-82979e71d4f2@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1435253422 2526 80.91.229.3 (25 Jun 2015 17:30:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jun 2015 17:30:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 25 19:30:21 2015 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 1Z8Ayi-0007KZ-I5 for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Jun 2015 19:30:20 +0200 Original-Received: from localhost ([::1]:56794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Ayh-00060u-Uy for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Jun 2015 13:30:19 -0400 X-Received: by 10.140.238.201 with SMTP id j192mr60761646qhc.14.1435253275794; Thu, 25 Jun 2015 10:27:55 -0700 (PDT) X-Received: by 10.140.100.136 with SMTP id s8mr269104qge.2.1435253275730; Thu, 25 Jun 2015 10:27:55 -0700 (PDT) Original-Path: usenet.stanford.edu!q107no3296611qgd.0!news-out.google.com!k20ni3267qgd.0!nntp.google.com!q107no3296610qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.61.77.176; posting-account=9hbhDwoAAABs5yR7ZnWiLXjb_7uCgBXB Original-NNTP-Posting-Host: 96.61.77.176 User-Agent: G2/1.0 Injection-Date: Thu, 25 Jun 2015 17:27:55 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:212875 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:105160 Archived-At: Using emacs GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 tabbar.el: ;; Revision: $Id: tabbar.el,v 1.7 2009/03/02 21:02:34 davidswelt Exp $ tabbar-version "2.0" I ran edebug-defun in several tabbar functions, e.g. (tabbar-buffer-groups). No breaks when function entered. I added (message "Entered tabbar-buffer-groups") to (tabbar-buffer-groups). The message appears dozens of times. I tried this with "-*-no-byte-compile: t; -*-" present and absent. No difference. I was able to get a couple of functions to break into the debugger. Any thoughts on how tabbar.el is selectively blocking edebug?