all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.