aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2017-09-13 15:52:52 -0700
committerPaul Eggert2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /etc/PROBLEMS
parent5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff)
downloademacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz
emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS43
1 files changed, 15 insertions, 28 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 713e44fcef9..f8f1a362bf9 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -120,8 +120,8 @@ load-path.
120 120
121This version of GCC is buggy: see 121This version of GCC is buggy: see
122 122
123 http://debbugs.gnu.org/6031 123 https://debbugs.gnu.org/6031
124 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904 124 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904
125 125
126You can work around this error in gcc-4.5 by omitting sibling call 126You can work around this error in gcc-4.5 by omitting sibling call
127optimization. To do this, configure Emacs with 127optimization. To do this, configure Emacs with
@@ -166,7 +166,7 @@ untar it :-).
166** Emacs can crash when displaying PNG images with transparency. 166** Emacs can crash when displaying PNG images with transparency.
167 167
168This is due to a bug introduced in ImageMagick 6.8.2-3. The bug should 168This is due to a bug introduced in ImageMagick 6.8.2-3. The bug should
169be fixed in ImageMagick 6.8.3-10. See <URL:http://debbugs.gnu.org/13867>. 169be fixed in ImageMagick 6.8.3-10. See <URL:https://debbugs.gnu.org/13867>.
170 170
171** Crashes when displaying GIF images in Emacs built with version 171** Crashes when displaying GIF images in Emacs built with version
172libungif-4.1.0 are resolved by using version libungif-4.1.0b1. 172libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
@@ -634,7 +634,7 @@ can cause this error. Remove that file, execute 'ispell-kill-ispell'
634in Emacs, and then try spell-checking again. 634in Emacs, and then try spell-checking again.
635 635
636*** TLS problems, e.g., Gnus hangs when fetching via imaps 636*** TLS problems, e.g., Gnus hangs when fetching via imaps
637http://debbugs.gnu.org/24247 637https://debbugs.gnu.org/24247
638 638
639gnutls-cli 3.5.3 (2016-08-09) does not generate a "- Handshake was 639gnutls-cli 3.5.3 (2016-08-09) does not generate a "- Handshake was
640completed" message that tls.el relies upon, causing affected Emacs 640completed" message that tls.el relies upon, causing affected Emacs
@@ -671,9 +671,10 @@ problem by installing additional fonts.
671 671
672The intlfonts distribution includes a full spectrum of fonts that can 672The intlfonts distribution includes a full spectrum of fonts that can
673display all the characters Emacs supports. The etl-unicode collection 673display all the characters Emacs supports. The etl-unicode collection
674of fonts (available from <URL:ftp://ftp.x.org/contrib/fonts/>) includes 674of fonts (available from
675fonts that can display many Unicode characters; they can also be used 675<https://ftp.nluug.nl/windowing/X/contrib/fonts/>) includes fonts that
676by ps-print and ps-mule to print Unicode characters. 676can display many Unicode characters; they can also be used by ps-print
677and ps-mule to print Unicode characters.
677 678
678** Under X, some characters appear improperly aligned in their lines. 679** Under X, some characters appear improperly aligned in their lines.
679 680
@@ -1063,9 +1064,9 @@ reported to refuse such attempts and snap back to the width needed to
1063show the full menu bar (wmii) or at least cause the screen to flicker 1064show the full menu bar (wmii) or at least cause the screen to flicker
1064during such resizing attempts (i3, IceWM). 1065during such resizing attempts (i3, IceWM).
1065 1066
1066See also http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, 1067See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700,
1067http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, 1068https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000,
1068http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and 1069https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22898 and
1069http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html. 1070http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00154.html.
1070 1071
1071*** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive. 1072*** Metacity: Resizing Emacs or ALT-Tab causes X to be unresponsive.
@@ -1743,7 +1744,7 @@ global-font-lock-mode RET" or by customizing the variable
1743'global-font-lock-mode'. 1744'global-font-lock-mode'.
1744 1745
1745** Unexpected characters inserted into the buffer when you start Emacs. 1746** Unexpected characters inserted into the buffer when you start Emacs.
1746See e.g. <URL:http://debbugs.gnu.org/11129> 1747See e.g. <URL:https://debbugs.gnu.org/11129>
1747 1748
1748This can happen when you start Emacs in -nw mode in an Xterm. 1749This can happen when you start Emacs in -nw mode in an Xterm.
1749For example, in the *scratch* buffer, you might see something like: 1750For example, in the *scratch* buffer, you might see something like:
@@ -1782,7 +1783,7 @@ exec 2> >(exec cat >&2 2>/dev/null)
1782exec ssh "$@" 1783exec ssh "$@"
1783 1784
1784*** GNU/Linux: Truncated svn annotate output with SSH. 1785*** GNU/Linux: Truncated svn annotate output with SSH.
1785http://debbugs.gnu.org/7791 1786https://debbugs.gnu.org/7791
1786 1787
1787The symptoms are: you are accessing a svn repository over SSH. 1788The symptoms are: you are accessing a svn repository over SSH.
1788You use vc-annotate on a large (several thousand line) file, and the 1789You use vc-annotate on a large (several thousand line) file, and the
@@ -2757,7 +2758,7 @@ Compiling the lisp files fails at random places, complaining:
2757"No rule to make target '/path/to/some/lisp.elc'". 2758"No rule to make target '/path/to/some/lisp.elc'".
2758The causes of this problem are not understood. Using GNU make 3.81 compiled 2759The causes of this problem are not understood. Using GNU make 3.81 compiled
2759from source, rather than the Ubuntu version, worked. 2760from source, rather than the Ubuntu version, worked.
2760See <URL:http://debbugs.gnu.org/327>, <URL:http://debbugs.gnu.org/821>. 2761See <URL:https://debbugs.gnu.org/327>, <URL:https://debbugs.gnu.org/821>.
2761 2762
2762** Dumping 2763** Dumping
2763 2764
@@ -2927,20 +2928,6 @@ release was reported to work without problems. It worked OK on
2927another system with Solaris 8 using apparently the same 5.0 compiler 2928another system with Solaris 8 using apparently the same 5.0 compiler
2928and the default CFLAGS. 2929and the default CFLAGS.
2929 2930
2930**** Solaris 2.x: Emacs dumps core when built with Motif.
2931
2932The Solaris Motif libraries are buggy, at least up through Solaris 2.5.1.
2933Install the current Motif runtime library patch appropriate for your host.
2934(Make sure the patch is current; some older patch versions still have the bug.)
2935You should install the other patches recommended by Sun for your host, too.
2936You can obtain Sun patches from ftp://sunsolve.sun.com/pub/patches/;
2937look for files with names ending in '.PatchReport' to see which patches
2938are currently recommended for your host.
2939
2940On Solaris 2.6, Emacs is said to work with Motif when Solaris patch
2941105284-12 is installed, but fail when 105284-15 is installed.
2942105284-18 might fix it again.
2943
2944**** Solaris 2.6 and 7: the Compose key does not work. 2931**** Solaris 2.6 and 7: the Compose key does not work.
2945 2932
2946This is a bug in Motif in Solaris. Supposedly it has been fixed for 2933This is a bug in Motif in Solaris. Supposedly it has been fixed for
@@ -3201,7 +3188,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3201GNU General Public License for more details. 3188GNU General Public License for more details.
3202 3189
3203You should have received a copy of the GNU General Public License 3190You should have received a copy of the GNU General Public License
3204along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 3191along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
3205 3192
3206 3193
3207Local variables: 3194Local variables: