diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2022-01-03 20:07:44 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2022-01-03 20:12:52 -0800 |
| commit | 54844c3988c88535186d0b89e7d44fdfbbcc63ae (patch) | |
| tree | 685da20d2951e94ed18bb52e4a04a86a96c9e7dd /README.md | |
| parent | a606d59c2dbe3b7fc70950c989ca02e6a0a15095 (diff) | |
[#69] Improvements to Apheleia logging
* Rename apheleia-hide-log-buffer to apheleia-hide-log-buffers.
* Rename apheleia-verbose to apheleia-log-only-errors (note, meaning
is inverted).
* Add apheleia-hide-old-log-entries.
* Include more information in log and format it more neatly.
* Convert log buffer to special-mode and attempt to keep point at the
end (although this is not working for an undetermined reason).
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -169,6 +169,23 @@ run. Apheleia does not currently support TRAMP, and is therefore automatically disabled for remote files. +You can configure error reporting using the following user options: + +* `apheleia-hide-log-buffers`: By default, errors from formatters are + put in buffers named like `*apheleia-cmdname-log*`. If you customize + this user option to non-nil then a space is prepended to the names + of these buffers, hiding them by default in `switch-to-buffer` (you + must type a space to see them). +* `apheleia-log-only-errors`: By default, only failed formatter runs + are logged. If you customize this user option to nil then all runs + are logged, along with whether or not they succeeded. +* `apheleia-hide-old-log-entries`: By default, all failed formatter + runs are appended to the log. It is intended that point stay at the + end of the buffer by default, but due to an unknown bug this is not + currently the case. By customizing this user option to non-nil, you + can cause only the most recent failure for a formatter to be + retained in its log buffer. + The following user options are also available: * `apheleia-post-format-hook`: Normal hook run after Apheleia formats |
