-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve handling of starting directory #457
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1536e1a
Disaggregate setqs
lionel- 1079d1f
Clean up comments
lionel- 7565e00
Refactor loop to proper form
lionel- db73034
Alias `ess-directory` to `ess-default-directory`
lionel- b78ad41
Refactor ess-get-directory()
lionel- 2dd3d23
Reduce noise in directory prompt
lionel- 3f22ff4
Integrate `ess-r-package-mode` with Emacs projects
lionel- 01e1b3c
Use project-current() for checking default directory
lionel- 36dbbd2
Restore directory silently on reloading
lionel- 9907220
Use `ess-default-directory` instead of `default-directory`
lionel- 581ed38
Better names for directory helpers
lionel- eb46c8d
Rename `ess-default-directory` to `ess-startup-directory`
lionel- 463aeb7
Proper `defvaralias`
lionel- 115f86c
Move ess--parent-dir() to ess-utils.el
lionel- 5a67ea5
Remove wd setter in ESSR startup as it has moved to inferior startup
lionel- b736d63
Use ess-r-package-project() to get project info
lionel- 00a490a
Rename `ess-r-package-info` to `ess-r-package--project-cache`
lionel- fa59522
Simplify package finding functions
lionel- 924ddaa
Add ess-r-package-name()
lionel- a7277b3
Move news item about source dirs to R features
lionel- 63d07c2
Document new project features in news file
lionel- 2924762
Emacs projects' car contains project type not project name
lionel- 4b2e38e
Remove superfluous items from newfeat
lionel- 5a7fb1c
Prefer the `tests` directory over package roots
lionel- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much nicer. I am now amazed that I could write that beast :/.