aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /etc/PROBLEMS
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz
emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
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 f8f1a362bf9..94c78b696db 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 http://lists.gnu.org/archive/html/help-gnu-emacs/2015-02/msg00461.html . 543See https://lists.gnu.org/archive/html/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
692http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00696.html 692https://lists.gnu.org/archive/html/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
@@ -1067,7 +1067,7 @@ during such resizing attempts (i3, IceWM).
1067See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, 1067See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700,
1068https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, 1068https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000,
1069https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and 1069https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and
1070http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html. 1070https://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html.
1071 1071
1072*** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive. 1072*** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive.
1073 1073
@@ -2602,7 +2602,7 @@ This is a consequence of a change to src/dired.c on 2010-07-27. The
2602issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. 2602issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'.
2603See 2603See
2604 2604
2605 http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01266.html 2605 https://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01266.html
2606 2606
2607*** Building the native MS-Windows port fails due to unresolved externals 2607*** Building the native MS-Windows port fails due to unresolved externals
2608 2608
@@ -2703,7 +2703,7 @@ Errors and warnings can look like this:
2703This happens when paths using backslashes are passed to the compiler or 2703This happens when paths using backslashes are passed to the compiler or
2704linker (via -I and possibly other compiler flags); when these paths are 2704linker (via -I and possibly other compiler flags); when these paths are
2705included in source code, the backslashes are interpreted as escape sequences. 2705included in source code, the backslashes are interpreted as escape sequences.
2706See http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html 2706See https://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html
2707 2707
2708The fix is to use forward slashes in all paths passed to the compiler. 2708The fix is to use forward slashes in all paths passed to the compiler.
2709 2709