diff options
| author | Eli Zaretskii | 2018-06-08 18:22:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-08 18:22:50 +0300 |
| commit | 9db97b49cd25d1034e4b609bebbac320ad0d3117 (patch) | |
| tree | 0b6254c0f966b36abc33efba5d69e15b9336aeab /etc | |
| parent | 0214ffbe60fe0676219125a93b6521625ca7c879 (diff) | |
| download | emacs-9db97b49cd25d1034e4b609bebbac320ad0d3117.tar.gz emacs-9db97b49cd25d1034e4b609bebbac320ad0d3117.zip | |
; * etc/DEBUG: Add information about debugging libXft problems.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/DEBUG | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -647,10 +647,18 @@ process invoked with the -nw option a server and want to trace X | |||
| 647 | protocol errors from subsequent invocations of emacsclient in a GUI | 647 | protocol errors from subsequent invocations of emacsclient in a GUI |
| 648 | frame. In that case calling the initial Emacs via | 648 | frame. In that case calling the initial Emacs via |
| 649 | 649 | ||
| 650 | emacs -nw --eval '(setq x-command-line-resources "emacs.synchronous: true")' | 650 | emacs -nw --eval '(setq x-command-line-resources "emacs.synchronous: true")' |
| 651 | 651 | ||
| 652 | should give more reliable results. | 652 | should give more reliable results. |
| 653 | 653 | ||
| 654 | For X protocol errors related to displaying unusual characters or to | ||
| 655 | font-related customizations, try invoking Emacs like this: | ||
| 656 | |||
| 657 | XFT_DEBUG=16 emacs -xrm "emacs.synchronous: true" | ||
| 658 | |||
| 659 | This should produce information from the libXft library which could | ||
| 660 | give useful hints regarding font-related problems in that library. | ||
| 661 | |||
| 654 | Some bugs related to the X protocol disappear when Emacs runs in a | 662 | Some bugs related to the X protocol disappear when Emacs runs in a |
| 655 | synchronous mode. To track down those bugs, we suggest the following | 663 | synchronous mode. To track down those bugs, we suggest the following |
| 656 | procedure: | 664 | procedure: |