* create an emacs tags file for files in a folder with spaces in its name
@ 2003-09-19 19:56 Elly Bachrach
0 siblings, 0 replies; only message in thread
From: Elly Bachrach @ 2003-09-19 19:56 UTC (permalink / 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-19 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-19 19:56 create an emacs tags file for files in a folder with spaces in its name Elly Bachrach
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).