all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Finding files with tags
Date: Wed, 15 Mar 2006 15:24:17 -0700	[thread overview]
Message-ID: <dva47r$huc$1@sea.gmane.org> (raw)
In-Reply-To: <3390232.post@talk.nabble.com>

mlathe wrote:
> Lacking? No i guess not. I didn't get it to work in its entirety, but i
> didn't really try very hard. (also it was kind of slow, but i think that's
> b/c its doing a sed on all of my 12MB TAGS file. I need to do a grep first
> or something).
 >
 > So thanks for the effort. I'll draw something up based on your example.

I wouldn't expect `grep | sed` or awk to be any faster than sed.
My guess is that the performance bottlenecks are (1) splitting the sed
output into a list of strings, (2) running ls on all those file names
(ls sorts its output), and (3) parsing the output in dired.

> Another Question. This seems to be a very helpful feature. It seems to me
> that my colleagues are aways trying to remember where a certain file lives
> or doing a cd ../../../../foo/bar/path to move around. Can you think of a
> more common way of doing a similar indexed search? (i guess jde-mode does
> this for java files pretty good).

See the recent thread re: globalff.el on gnu-emacs-sources:
http://lists.gnu.org/archive/html/gnu-emacs-sources/2006-03/msg00014.html

-- 
Kevin Rodgers

  reply	other threads:[~2006-03-15 22:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-11  1:35 Finding files with tags mlathe
2006-03-11 11:15 ` Eli Zaretskii
2006-03-13 18:02   ` mlathe
2006-03-13 18:56 ` Kevin Rodgers
2006-03-13 20:48   ` mlathe
2006-03-13 23:32     ` Kevin Rodgers
2006-03-14  2:47       ` mlathe
2006-03-15 22:24         ` Kevin Rodgers [this message]
2006-03-16 16:57           ` Kevin Rodgers

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dva47r$huc$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.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.
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.