emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Emacs rewrite in a maintainable language


From: Drew Adams
Subject: RE: Emacs rewrite in a maintainable language
Date: Sun, 11 Oct 2015 16:12:24 -0700 (PDT)

> And btw: is there a way to search for functions according to the
> filename they are defined in, possibly using a regex, so that one
> could search e.g. for functions defined in C by specifying "\.c$"?
> (Drew?  Icicles?)

If you create a TAGS file for stuff defined only in C files then
sure.  Vanilla `find-tag' can do that (as well as similar Icicles
commands).

(You could also use `icicle-find-file', matching both the file
name (e.g. .*\.c) and a file-content regexp that matches
Emacs-Lisp function definitions in the C source files.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]