aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2017-11-25 22:45:41 -0800
committerPaul Eggert2017-11-25 22:48:12 -0800
commita89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch)
tree7055882872b7cad587e5d5e9ac706056f04ff777 /etc/PROBLEMS
parent8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff)
downloademacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz
emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS10
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
540the problem relates to "/smb/.dir-locals.el", set that variable 540the problem relates to "/smb/.dir-locals.el", set that variable
541to a new value where you replace "net\\|afs" with "net\\|afs\\|smb". 541to 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.)
543See https://lists.gnu.org/archive/html/help-gnu-emacs/2015-02/msg00461.html . 543See 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,
689which takes over the virtual font. This is considered an operating 689which takes over the virtual font. This is considered an operating
690system bug; see 690system bug; see
691 691
692https://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00696.html 692https://lists.gnu.org/r/emacs-devel/2008-10/msg00696.html
693 693
694If you encounter this problem, set the default font to a specific font 694If you encounter this problem, set the default font to a specific font
695in your .Xresources or initialization file. For instance, you can put 695in your .Xresources or initialization file. For instance, you can put
@@ -1097,7 +1097,7 @@ during such resizing attempts (i3, IceWM).
1097See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, 1097See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700,
1098https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, 1098https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000,
1099https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and 1099https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and
1100https://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html. 1100https://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
2637issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. 2637issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'.
2638See 2638See
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:
2738This happens when paths using backslashes are passed to the compiler or 2738This happens when paths using backslashes are passed to the compiler or
2739linker (via -I and possibly other compiler flags); when these paths are 2739linker (via -I and possibly other compiler flags); when these paths are
2740included in source code, the backslashes are interpreted as escape sequences. 2740included in source code, the backslashes are interpreted as escape sequences.
2741See https://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html 2741See https://lists.gnu.org/r/emacs-devel/2010-07/msg00995.html
2742 2742
2743The fix is to use forward slashes in all paths passed to the compiler. 2743The fix is to use forward slashes in all paths passed to the compiler.
2744 2744