From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jeff.rancier@softechnics.com (Jeffery B. Rancier) Newsgroups: gmane.emacs.help Subject: cygwin etags & speedbar error Date: Wed, 06 Aug 2003 12:26:29 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060190620 29401 80.91.224.253 (6 Aug 2003 17:23:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 17:23:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 06 19:24:01 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19kS13-000076-00 for ; Wed, 06 Aug 2003 19:24:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kRyl-0006wy-K1 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Aug 2003 13:21:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19kRyV-0006w6-8V for help-gnu-emacs@gnu.org; Wed, 06 Aug 2003 13:21:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19kRJR-0003b0-5x for help-gnu-emacs@gnu.org; Wed, 06 Aug 2003 12:39:28 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kR7L-0000T9-MY for help-gnu-emacs@gnu.org; Wed, 06 Aug 2003 12:26:27 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19kR6x-0005aH-00 for ; Wed, 06 Aug 2003 18:26:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19kR6u-0005Zm-00 for ; Wed, 06 Aug 2003 18:26:00 +0200 Original-Lines: 51 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:SByE8ApGStdzB0Q8VL23bqtHbok= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:11622 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11622 Hi All, I recently installed the cygwin version of etags, which is a symlink to ctags. I'm using GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, on WinXP Pro, and obviously cygwin. When I attempt to delete a buffer, I get a Win32 dialog telling me that etags failed. I understand that, due to the fact that Windows can execute the symlink. What I don't get is why/how, speedbar-fetch-dynamic-etags is getting called. In the minibuffer, I see the, "Fetching etags..." message. And after killing the Win32 error dialog, I see the "Sorry, no support for a file of that extension" message. I don't use speedbar, and have no apparent customization in my ~/.emacs either referring to speedbar. Regarding etags/ctags, the only references in my ~/.emacs is: ,---- | (defadvice find-tag (before c-tag-file activate) | "Automatically create tags file." | (let ((tag-file (concat default-directory "TAGS"))) | (unless (file-exists-p tag-file) | (shell-command "find ../ -name \"*.[chCH]\" -print | xargs ctags -e -f TAGS")) | (visit-tags-table tag-file))) | | (add-hook 'find-tag-hook | (function | (lambda() | (interactive) | (recenter 0) | (beginning-of-line)))) `---- and in my custom-set-variables section: ,---- | '(tags-case-fold-search nil) `---- Is there anyway of disabling this? Or is some other package using speedbar? -- Thanks, Jeff ,---- | Jeffery B. Rancier | | Softechnics | a METTLER TOLEDO company `----