summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-10 19:53:36 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-10 19:53:36 +0200
commitab8dd19e115bbc43e5a6aaa90e0b524976eb50fe (patch)
tree6385b7b092c7971562e0aea24b0debc578612867 /ebuild-mode.texi
parentMove binding of format-time-string to a macro (diff)
downloadebuild-mode-ab8dd19e115bbc43e5a6aaa90e0b524976eb50fe.tar.gz
ebuild-mode-ab8dd19e115bbc43e5a6aaa90e0b524976eb50fe.tar.bz2
ebuild-mode-ab8dd19e115bbc43e5a6aaa90e0b524976eb50fe.zip
New function ebuild-mode-find-build-log
* ebuild-mode.el (ebuild-mode-find-build-log): New function. (ebuild-mode-map, ebuild-mode-menu): Keybinding and menu entry. * ebuild-mode.texi (ebuild-mode): Document it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-mode.texi')
-rw-r--r--ebuild-mode.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/ebuild-mode.texi b/ebuild-mode.texi
index 07138a6..773c2ef 100644
--- a/ebuild-mode.texi
+++ b/ebuild-mode.texi
@@ -165,6 +165,12 @@ 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.
+The command @code{ebuild-mode-find-build-log} (@kbd{C-c C-e C-l}) visits
+the @code{build.log} of the ebuild in the current buffer. With a prefix
+argument, it visits the file in another window. Decoding of ANSI color
+escape sequences is also supported when the @file{tty-format} library is
+loaded.
+
@section Running @command{pkgdev} and @command{pkgcheck}
@kbd{C-c C-e C-p} calls the command @code{ebuild-mode-run-pkgdev}
@@ -192,6 +198,8 @@ Run Portage's ebuild command, you are prompted for the phase you want.
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-l
+Visit the @code{build.log} file that belongs to the ebuild.
@item C-c C-e C-p
Run a @command{pkgdev} command.
@item C-c C-e C-c