From: Elly Bachrach <ebachrach@engineeringintent.com>
Subject: create an emacs tags file for files in a folder with spaces in its name
Date: Fri, 19 Sep 2003 14:56:52 -0500 [thread overview]
Message-ID: <3F6B5F84.5C8A4284@engineeringintent.com> (raw)
Hi.
I use the following code, in a batch file to create a tags file for my
code:
chdir "e:\myroot dir\"
d:\emacs\bin\etags --regex="/[ \t]*[dD][eE][Ff][Ii][Gg][Nn]:[
\t]*[a-zA-Z0-9_]*/" --regex="/[ \t]*[dD][Ee][Ff][Uu][Nn]:[
\t]*[a-zA-Z0-9_]*/" workingdirectory\*.iks etc\*.iks
This produces a single tags file at the myroot dir directory.
My problem is that I want to include all .iks files in directories whose
names have spaces in them. I cannot figure out how to get etags to
understand the directory name as such, and not like 2 separate words
For example
d:\emacs\bin\etags --regex="/[ \t]*[dD][eE][Ff][Ii][Gg][Nn]:[
\t]*[a-zA-Z0-9_]*/" --regex="/[ \t]*[dD][Ee][Ff][Uu][Nn]:[
\t]*[a-zA-Z0-9_]*/" workingdirectory\*.iks _weekly build\*.iks
any help would be appreciated.
elly
reply other threads:[~2003-09-19 19:56 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=3F6B5F84.5C8A4284@engineeringintent.com \
--to=ebachrach@engineeringintent.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).