aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMichael Albinus2021-11-07 18:06:24 +0100
committerMichael Albinus2021-11-07 18:06:24 +0100
commit54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e (patch)
treee2d9eec8c21f1be436352df14e32decf39522aca /etc/PROBLEMS
parent50121247079cd1ce06f093391b744c8f3fee49d6 (diff)
parent7fdb2ae412d4b727c6075ff3988836841b052120 (diff)
downloademacs-54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e.tar.gz
emacs-54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e.zip
Merge from origin/emacs-28
7fdb2ae412 Add some unit tests for 'abbreviate-file-name' 21de5e7b2e Fix compilation MinGW warnings 54b726c815 ; * etc/PROBLEMS: More specific recipe for WebKit-related ... d85cf33e49 Escape '%' in filenames to fix flymake warnings 6243a43ac2 Fix search string generation in nnimap-make-thread-query f05b8a939b Update to Org 9.5-68-g77e2ec
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index b069ccee56f..2e3f70ae117 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -184,7 +184,11 @@ This could happen if the version of WebKitGTK installed on your system
184is buggy, and errors out trying to start a subprocess through 184is buggy, and errors out trying to start a subprocess through
185Bubblewrap sandboxing. You can avoid the crash by setting the 185Bubblewrap sandboxing. You can avoid the crash by setting the
186environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will 186environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will
187make WebKit use GLib to launch subprocesses instead. 187make WebKit use GLib to launch subprocesses instead. For example,
188invoke Emacs like this (where "..." stands for the command-line
189arguments you need to pass to Emacs):
190
191 $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ...
188 192
189** Emacs crashes when you try to view a file with complex characters. 193** Emacs crashes when you try to view a file with complex characters.
190 194