summaryrefslogtreecommitdiff
path: root/personal/itches.md
diff options
context:
space:
mode:
Diffstat (limited to 'personal/itches.md')
-rw-r--r--personal/itches.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/personal/itches.md b/personal/itches.md
index 826f045..c6c8747 100644
--- a/personal/itches.md
+++ b/personal/itches.md
@@ -31,6 +31,10 @@
- make ellipses for "invisible" text easily customizable (src/xdisp.c)
- Man-mode: make isearch skip end-of-line hyphens
- whitespace-mode: skip line/wrap-prefix variables and properties
+- when opening `.gpg` files in a TTY, some characters (e.g. TAB) are
+ swallowed by Emacs instead of being forwarded to the gpg prompt;
+ these characters are then inserted in the decrypted file's buffer
+ (see `epa-file-insert-file-contents`).
[bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008