unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* cygwin etags & speedbar error
@ 2003-08-06 16:26 Jeffery B. Rancier
  0 siblings, 0 replies; only message in thread
From: Jeffery B. Rancier @ 2003-08-06 16:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-06 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 16:26 cygwin etags & speedbar error Jeffery B. Rancier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).