diff options
| author | Paul Eggert | 2017-11-25 22:45:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-25 22:48:12 -0800 |
| commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
| tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /etc/PROBLEMS | |
| parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
| download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip | |
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index ac76230f690..22ca531972d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -540,7 +540,7 @@ to the variable 'locate-dominating-stop-dir-regexp'. For example, if | |||
| 540 | the problem relates to "/smb/.dir-locals.el", set that variable | 540 | the problem relates to "/smb/.dir-locals.el", set that variable |
| 541 | to a new value where you replace "net\\|afs" with "net\\|afs\\|smb". | 541 | to a new value where you replace "net\\|afs" with "net\\|afs\\|smb". |
| 542 | (The default value already matches common auto-mount prefixes.) | 542 | (The default value already matches common auto-mount prefixes.) |
| 543 | See https://lists.gnu.org/archive/html/help-gnu-emacs/2015-02/msg00461.html . | 543 | See https://lists.gnu.org/r/help-gnu-emacs/2015-02/msg00461.html . |
| 544 | 544 | ||
| 545 | *** Attempting to visit remote files via ange-ftp fails. | 545 | *** Attempting to visit remote files via ange-ftp fails. |
| 546 | 546 | ||
| @@ -689,7 +689,7 @@ On some systems, there exists a font that is actually named Monospace, | |||
| 689 | which takes over the virtual font. This is considered an operating | 689 | which takes over the virtual font. This is considered an operating |
| 690 | system bug; see | 690 | system bug; see |
| 691 | 691 | ||
| 692 | https://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00696.html | 692 | https://lists.gnu.org/r/emacs-devel/2008-10/msg00696.html |
| 693 | 693 | ||
| 694 | If you encounter this problem, set the default font to a specific font | 694 | If you encounter this problem, set the default font to a specific font |
| 695 | in your .Xresources or initialization file. For instance, you can put | 695 | in your .Xresources or initialization file. For instance, you can put |
| @@ -1097,7 +1097,7 @@ during such resizing attempts (i3, IceWM). | |||
| 1097 | See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, | 1097 | See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, |
| 1098 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, | 1098 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, |
| 1099 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and | 1099 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and |
| 1100 | https://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html. | 1100 | https://lists.gnu.org/r/emacs-devel/2016-07/msg00154.html. |
| 1101 | 1101 | ||
| 1102 | *** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive. | 1102 | *** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive. |
| 1103 | 1103 | ||
| @@ -2637,7 +2637,7 @@ This is a consequence of a change to src/dired.c on 2010-07-27. The | |||
| 2637 | issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. | 2637 | issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. |
| 2638 | See | 2638 | See |
| 2639 | 2639 | ||
| 2640 | https://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01266.html | 2640 | https://lists.gnu.org/r/emacs-devel/2010-07/msg01266.html |
| 2641 | 2641 | ||
| 2642 | *** Building the native MS-Windows port fails due to unresolved externals | 2642 | *** Building the native MS-Windows port fails due to unresolved externals |
| 2643 | 2643 | ||
| @@ -2738,7 +2738,7 @@ Errors and warnings can look like this: | |||
| 2738 | This happens when paths using backslashes are passed to the compiler or | 2738 | This happens when paths using backslashes are passed to the compiler or |
| 2739 | linker (via -I and possibly other compiler flags); when these paths are | 2739 | linker (via -I and possibly other compiler flags); when these paths are |
| 2740 | included in source code, the backslashes are interpreted as escape sequences. | 2740 | included in source code, the backslashes are interpreted as escape sequences. |
| 2741 | See https://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html | 2741 | See https://lists.gnu.org/r/emacs-devel/2010-07/msg00995.html |
| 2742 | 2742 | ||
| 2743 | The fix is to use forward slashes in all paths passed to the compiler. | 2743 | The fix is to use forward slashes in all paths passed to the compiler. |
| 2744 | 2744 | ||