comparison admin/FOR-RELEASE @ 58814:8cf051896b6b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 07 Dec 2004 05:01:55 +0000
parents c491aac34318
children f7098e12436d 549734260e34
comparison
equal deleted inserted replaced
58813:8d1a39cde5e3 58814:8cf051896b6b
33 ** Clean up flymake.el to follow Emacs Lisp conventions. 33 ** Clean up flymake.el to follow Emacs Lisp conventions.
34 34
35 ** Fix up url-ldap.el. 35 ** Fix up url-ldap.el.
36 36
37 * BUGS 37 * BUGS
38
39 ** Ange-ftp should ignore irrelevant IPv6 errors:
40
41 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
42 From: "Piet van Oostrum" <piet@cs.uu.nl>
43 To: emacs-pretest-bug@gnu.org
44 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
45
46 Symptoms:
47
48 C-x C-f /ftp.nluug.nl:/
49
50 The problem is that the DNS first gives an IPV6 address. However our
51 router doesn't do IPV6. Ftp then falls back to IPV4:
52
53 ftp> open ftp.nluug.nl
54 Trying 2001:610:1:80aa:192:87:102:36...
55 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
56 Trying 192.87.102.36...
57 Connected to ftp.nluug.nl.
58
59 Ange-ftp chokes on the `No route to host' message and doesn't look any
60 further.
61
62 I think in the near future we will see more of this problem, so it might be
63 time to make anfe-ftp more intelligent.
38 64
39 ** Mailabbrev should quote addresses to correspond to RFC 822. 65 ** Mailabbrev should quote addresses to correspond to RFC 822.
40 See http://article.gmane.org/gmane.emacs.devel/27585 66 See http://article.gmane.org/gmane.emacs.devel/27585
41 67
42 ** The '@' character should not expand addresses in mailabbrev 68 ** The '@' character should not expand addresses in mailabbrev