help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cygwin etags & speedbar error


From: Jeffery B. Rancier
Subject: cygwin etags & speedbar error
Date: Wed, 06 Aug 2003 12:26:29 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt)

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
`----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]