[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.)
- Emacs rewrite in a maintainable language, Przemysław Wojnowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Marcin Borkowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Óscar Fuentes, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Marcin Borkowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Óscar Fuentes, 2015/10/11
- RE: Emacs rewrite in a maintainable language,
Drew Adams <=
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/12
- Re: Emacs rewrite in a maintainable language, Daniel Colascione, 2015/10/12
- Re: Emacs rewrite in a maintainable language, Richard Stallman, 2015/10/15
Re: Emacs rewrite in a maintainable language, Alexis, 2015/10/11
Re: Emacs rewrite in a maintainable language, Fabrice Popineau, 2015/10/11
Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/11