diff options
| author | Juri Linkov | 2020-06-02 02:01:25 +0300 |
|---|---|---|
| committer | Juri Linkov | 2020-06-02 02:01:25 +0300 |
| commit | 2c1e5b9e77d5da26cfb01917c25546e776c67789 (patch) | |
| tree | 7a816dc41c678c9493415c4004419aa75c18599f /etc | |
| parent | 6d6ec1bc1e784af786cc0436f54211095bf7a952 (diff) | |
| download | emacs-2c1e5b9e77d5da26cfb01917c25546e776c67789.tar.gz emacs-2c1e5b9e77d5da26cfb01917c25546e776c67789.zip | |
* lisp/progmodes/project.el (project-vc-dir, project-shell): New commands.
(project-compile): Add args and interactive spec like in 'compile'.
(project-switch-commands): Bind project-vc-dir to "v",
project-shell to "s", and rebind project-find-regexp from "s" to "r".
* doc/emacs/maintaining.texi (Project File Commands):
Describe project-vc-dir and project-shell.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -411,8 +411,8 @@ information, see the related entry about 'shr-browse-url' above. | |||
| 411 | all commands that prompt for a project directory. | 411 | all commands that prompt for a project directory. |
| 412 | 412 | ||
| 413 | +++ | 413 | +++ |
| 414 | *** New commands 'project-dired' and 'project-eshell'. | 414 | *** New commands 'project-dired', 'project-vc-dir', 'project-shell', 'project-eshell'. |
| 415 | These commands run Dired and Eshell in a project's root directory, | 415 | These commands run Dired/VC-Dir and Shell/Eshell in a project's root directory, |
| 416 | respectively. | 416 | respectively. |
| 417 | 417 | ||
| 418 | +++ | 418 | +++ |