* Multiple path resolutions for same project
@ 2020-09-23 14:20 Pankaj Jangid
2020-09-23 14:54 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Pankaj Jangid @ 2020-09-23 14:20 UTC (permalink / raw)
To: Emacs Help
I keep my .emacs.d under Git. Recently I have started using the builtin
project system because it is much faster then the other packages
available. Moreover it perfectly integrates with the other systems
inside Emacs. For example, if I do project-find-file then it is added to
recent files and find-file (C-x C-f) history also has this
information. This make the builtin project system very convenient.
The problem which I am facing:
After using for few days, now I have two entries for my project - (1)
~/.emacs.d and (2) /Users/pankaj/.emacs.d (<- the macos user-home:-)).
This makes it annoying when I do project-find-file (C-x p f). There are
duplicate entries to select.
How can I make sure that the project system saves only one path
resolution in the ~/.emacs.d/projects file.
Regards
--
Pankaj Jangid
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Multiple path resolutions for same project
2020-09-23 14:20 Multiple path resolutions for same project Pankaj Jangid
@ 2020-09-23 14:54 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2020-09-23 14:54 UTC (permalink / raw)
To: help-gnu-emacs
> From: Pankaj Jangid <pankaj@codeisgreat.org>
> Date: Wed, 23 Sep 2020 19:50:25 +0530
>
> After using for few days, now I have two entries for my project - (1)
> ~/.emacs.d and (2) /Users/pankaj/.emacs.d (<- the macos user-home:-)).
>
> This makes it annoying when I do project-find-file (C-x p f). There are
> duplicate entries to select.
>
> How can I make sure that the project system saves only one path
> resolution in the ~/.emacs.d/projects file.
I suggest to report this as a bug, project.el should be able to do
that for you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-23 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23 14:20 Multiple path resolutions for same project Pankaj Jangid
2020-09-23 14:54 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.