From: jeff.rancier@softechnics.com (Jeffery B. Rancier)
Subject: cygwin etags & speedbar error
Date: Wed, 06 Aug 2003 12:26:29 -0400 [thread overview]
Message-ID: <u8yq67nwq.fsf@softechnics.com> (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
`----
reply other threads:[~2003-08-06 16:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u8yq67nwq.fsf@softechnics.com \
--to=jeff.rancier@softechnics.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).