Add multiple databases to search list.
Nobody has claimed this yet.
- Dominant language
- Emacs Lisp
- Stars
- 122
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
I have multiple cscope databases to refer to at once. Is there any way in which I can add all the database to the search list? Basically, I want to add multiple directories to cscope-set-initial-directory, but once I add a new directory, only that directory remains, and the previous ones are discarded. Same functionality can be achieved in vim by the command :cscope add <path to database>
Please excuse if this is a rookie question as I'm not very familiar with lisp.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at cscope-set-initial-directory and compare its behavior with Vim's :cscope add command described in the issue. Determine how multiple directories should be retained in the search list, then verify that adding another directory no longer discards earlier entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs-lisp
- Domain
- search, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100