diff options
| author | Michael Albinus | 2021-11-07 18:06:24 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-11-07 18:06:24 +0100 |
| commit | 54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e (patch) | |
| tree | e2d9eec8c21f1be436352df14e32decf39522aca /etc/PROBLEMS | |
| parent | 50121247079cd1ce06f093391b744c8f3fee49d6 (diff) | |
| parent | 7fdb2ae412d4b727c6075ff3988836841b052120 (diff) | |
| download | emacs-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/PROBLEMS | 6 |
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 | |||
| 184 | is buggy, and errors out trying to start a subprocess through | 184 | is buggy, and errors out trying to start a subprocess through |
| 185 | Bubblewrap sandboxing. You can avoid the crash by setting the | 185 | Bubblewrap sandboxing. You can avoid the crash by setting the |
| 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will | 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will |
| 187 | make WebKit use GLib to launch subprocesses instead. | 187 | make WebKit use GLib to launch subprocesses instead. For example, |
| 188 | invoke Emacs like this (where "..." stands for the command-line | ||
| 189 | arguments 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 | ||