aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2007-03-31 18:39:26 +0000
committerMichael Albinus2007-03-31 18:39:26 +0000
commitdc13f3f55c68ed04738f212ed071c74c712e6473 (patch)
treedd7bbc0b832edd873fdea400421a120b7ed3dda0
parent69cee87364f9c79b9adc85cc580a055ff71c8b3c (diff)
downloademacs-dc13f3f55c68ed04738f212ed071c74c712e6473.tar.gz
emacs-dc13f3f55c68ed04738f212ed071c74c712e6473.zip
* PROBLEMS: Remove Tramp problem; it has been fixed.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/PROBLEMS13
2 files changed, 5 insertions, 12 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3d3f5c6f885..b31384e71a0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-03-31 Michael Albinus <michael.albinus@gmx.de>
2
3 * PROBLEMS: Remove Tramp problem; it has been fixed.
4
12007-03-31 Eli Zaretskii <eliz@gnu.org> 52007-03-31 Eli Zaretskii <eliz@gnu.org>
2 6
3 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with 7 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 28485434b6d..e0c3666404e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -144,17 +144,6 @@ Reportedly this patch in X fixes the problem.
144 } 144 }
145 return ret; 145 return ret;
146 146
147** Emacs cannot load remote files using Tramp during init.
148
149Currently, Tramp-style names for remote files are not recognized if
150they occur in site-start and init files, because Tramp filename
151handlers are registered during after-init-hook.
152
153If you want to access remote files inside an init file, first add the
154following line:
155
156 (tramp-register-file-name-handlers)
157
158* Crash bugs 147* Crash bugs
159 148
160** Emacs crashes in x-popup-dialog. 149** Emacs crashes in x-popup-dialog.
@@ -227,7 +216,7 @@ http://bugzilla.gnome.org/show_bug.cgi?id=85715.
227** Emacs compiled with Gtk+ crashes on startup on cygwin. 216** Emacs compiled with Gtk+ crashes on startup on cygwin.
228 217
229A typical error message is 218A typical error message is
230 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes 219 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
231 (alignment: 512): Function not implemented 220 (alignment: 512): Function not implemented
232 221
233Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on 222Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on