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 861675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T09:00:59+00:00 2026-05-15T09:00:59+00:00

When I run ctags -R * , I get errors saying that all directories

  • 0

When I run ctags -R *, I get errors saying that all directories are not regular files and it skips them instead of recursively generating tags for them.

ctags: skipping arpa: it is not a regular file.
ctags: skipping asm: it is not a regular file.
ctags: skipping asm-generic: it is not a regular file.
ctags: skipping bits: it is not a regular file.
ctags: skipping blkid: it is not a regular file.
ctags: skipping boost: it is not a regular file.

What is the problem?

  • 1 1 Answer
  • 0 Views
  • 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-15T09:01:00+00:00Added an answer on May 15, 2026 at 9:01 am

    Similar to this and this, the problem is you’re not running Exuberant Ctags, you’re running GNU Emacs etags, which also provides a ctags executable. Run ctags --version and you’ll see something like this:

    ctags (GNU Emacs 23.1)
    Copyright (C) 2009 Free Software Foundation, Inc.
    This program is distributed under the terms in ETAGS.README
    

    And if you look in the man page, you’ll see that -R is actually equivalent to --no-regex. In fact, the man page doesn’t even mention recursion as an option.

       -R, --no-regex
              Don't  do  any more regexp matching on the following files.  May
              be freely intermixed with filenames and the --regex option.
    

    You could probably generate the tags recursively using shell magic, but you may run into problems down the road if you’re expecting Exuberant Ctags. So the best solution is probably to install the ctags you want instead:

    sudo apt-get install exuberant-ctags
    

    Exuberant Ctags can also be installed from source:

    http://ctags.sourceforge.net/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I run a SaaS that allows free trials. Basically if you register you get
I am trying to get ctags to be automatically run when I do a
I'm coding a c++ project in vim. I'd like to run a ctags command
I run command: sudo apt-get install phpmyadmin to install phpMyAdmin. Then I enter address:
I run the following command to link the different files in my project. /opt/gcc-4.7-cilkplus/bin/gcc
To run the spec files & assets as coffee script, I decided to go
I run my sites all on InnoDB tables which is working really well so
I run this query: SHOW INDEX FROM `tbl_clients` I get back these: Table, Non_unique,
I run some SAS queries monthly and they all take a fairly long time
When I use ctags in vim, I run into this problem: InputDevice *device =

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.