diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /etc/PROBLEMS | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-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/PROBLEMS | 10 |
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 | |||
| 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 http://lists.gnu.org/archive/html/help-gnu-emacs/2015-02/msg00461.html . | 543 | See 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, | |||
| 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 | http://lists.gnu.org/archive/html/emacs-devel/2008-10/msg00696.html | 692 | https://lists.gnu.org/archive/html/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 |
| @@ -1067,7 +1067,7 @@ during such resizing attempts (i3, IceWM). | |||
| 1067 | See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, | 1067 | See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, |
| 1068 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, | 1068 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, |
| 1069 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and | 1069 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and |
| 1070 | http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html. | 1070 | https://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 | |||
| 2602 | issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. | 2602 | issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. |
| 2603 | See | 2603 | See |
| 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: | |||
| 2703 | This happens when paths using backslashes are passed to the compiler or | 2703 | This happens when paths using backslashes are passed to the compiler or |
| 2704 | linker (via -I and possibly other compiler flags); when these paths are | 2704 | linker (via -I and possibly other compiler flags); when these paths are |
| 2705 | included in source code, the backslashes are interpreted as escape sequences. | 2705 | included in source code, the backslashes are interpreted as escape sequences. |
| 2706 | See http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html | 2706 | See https://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00995.html |
| 2707 | 2707 | ||
| 2708 | The fix is to use forward slashes in all paths passed to the compiler. | 2708 | The fix is to use forward slashes in all paths passed to the compiler. |
| 2709 | 2709 | ||