Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 717033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:21:59+00:00 2026-05-14T05:21:59+00:00

Maybe is a often repeated question here, but i can’t find anything similar with

  • 0

Maybe is a often repeated question here, but i can’t find anything similar with the search.
The point is that i like to use Emacs for my personal projects, usually very small applications using C or python, but i was wondering how to use it also for my work, in which we have project with about 10k files of source code, so is veeeery big (actually i am using source insight, that is very nice tool, but only for windows), questions are:

  • Searching: Which is the most convenient way to search a string within the whole project?
  • Navigating throught the function: I mean something like putting the cursor over a function, define, var, and going to the definition
  • Refactoring

Also if you have any experience with this and want to share your thoughts i will consider it highly interesting.

Br

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T05:21:59+00:00Added an answer on May 14, 2026 at 5:21 am

    My projects typically live in git, so I put this together to quickly search them:

    ;; There's something similar (but fancier) in vc-git.el: vc-git-grep
    ;; -I means don't search through binary files
    (defcustom git-grep-switches "--extended-regexp -I -n --ignore-case"
      "Switches to pass to `git grep'."
      :type 'string)
    
    (defun git-grep (command-args)
      (interactive
       (list (read-shell-command "Run git-grep (like this): "
                                 (format "git grep %s -e "
                                         git-grep-switches)
                                 'git-grep-history)))
      (let ((grep-use-null-device nil))
        (grep command-args)))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Maybe this is a poor question, but, I can't find a tutorial or even
Maybe this question has been answered before, but the word if occurs so often
Or maybe the question is more like What am I doing blatantly wrong here?
I often read that lazy is not the same as non-strict but I find
Maybe the title is a little missleading but I'd like to ask you for
Maybe my title is not the best but here is what I really want.I
Maybe it's because of the dark outside, but I can't get this Position geom_text
Maybe it's a newbie question, but is there a method in C/C++ to prevent
I often have classes that are mostly just wrappers around some STL container, like
Hello this is probably a typical question but i cant seem to find a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.