summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-07 20:07:39 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-07 20:07:39 +0200
commit71b6dea48e1a88a7635674ddaeb6dbbdbb80be2d (patch)
tree4738a7045f183d6c8a6db7e485842380fbbb1fe6 /ebuild-mode.texi
parentLet-bind find-file-run-dired (diff)
downloadebuild-mode-71b6dea48e1a88a7635674ddaeb6dbbdbb80be2d.tar.gz
ebuild-mode-71b6dea48e1a88a7635674ddaeb6dbbdbb80be2d.tar.bz2
ebuild-mode-71b6dea48e1a88a7635674ddaeb6dbbdbb80be2d.zip
New function ebuild-mode-find-s, visits directory S
* ebuild-mode.el (ebuild-mode-get-builddir): New function, split off from ebuild-mode-find-workdir. (ebuild-mode-find-s): New function. (ebuild-mode-map, ebuild-mode-menu): Keybinding and menu entry. * ebuild-mode.texi (ebuild-mode): Document ebuild-mode-find-s. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-mode.texi')
-rw-r--r--ebuild-mode.texi14
1 files changed, 9 insertions, 5 deletions
diff --git a/ebuild-mode.texi b/ebuild-mode.texi
index 8246aa9..07138a6 100644
--- a/ebuild-mode.texi
+++ b/ebuild-mode.texi
@@ -158,10 +158,12 @@ program suite. @kbd{C-c C-e C-e} calls @code{ebuild-run-command} which
asks for one of the possible actions as argument. See the man page of
ebuild what actions are provided.
-The command @code{ebuild-mode-find-workdir} (bound to @kbd{C-c C-e C-w})
-allows to visit the working directory (@code{$@{WORKDIR@}}) that belongs
-to the ebuild in the current buffer. With a prefix argument, the
-directory will be visited in another window.
+The commands @code{ebuild-mode-find-workdir} and @code{ebuild-mode-find-s}
+(bound to @kbd{C-c C-e C-w} and @kbd{C-c C-e C-s}, respectively) allow
+to visit the working directory (@code{$@{WORKDIR@}}) and the temporary
+build directory (@code{$@{S@}}) that belong to the ebuild in the current
+buffer. With a prefix argument, the directory will be visited in
+another window.
@section Running @command{pkgdev} and @command{pkgcheck}
@@ -187,7 +189,9 @@ Mark all architectures as testing. Handy for version/revision bumps.
@item C-c C-e C-e
Run Portage's ebuild command, you are prompted for the phase you want.
@item C-c C-e C-w
-Visit the working directory that belongs to the ebuild.
+Visit the working directory (@code{WORKDIR}) that belongs to the ebuild.
+@item C-c C-e C-s
+Visit temporary build directory (@code{S}) that belongs to the ebuild.
@item C-c C-e C-p
Run a @command{pkgdev} command.
@item C-c C-e C-c