]> git.eshelyaron.com Git - emacs.git/commitdiff
* PROBLEMS: Remove Tramp problem; it has been fixed.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 31 Mar 2007 18:39:26 +0000 (18:39 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 31 Mar 2007 18:39:26 +0000 (18:39 +0000)
etc/ChangeLog
etc/PROBLEMS

index 3d3f5c6f88592feaed89f57bad7f797344d7f57d..b31384e71a0703f9bc03112d049497022f49105a 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
+
+       * PROBLEMS: Remove Tramp problem; it has been fixed.
+
 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
 
        * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
index 28485434b6d83cb1db285c6affd843c96ede7fb8..e0c3666404e189891fa1bbe94e65913886a0f3a5 100644 (file)
@@ -144,17 +144,6 @@ Reportedly this patch in X fixes the problem.
         }
         return ret;
 
-** Emacs cannot load remote files using Tramp during init.
-
-Currently, Tramp-style names for remote files are not recognized if
-they occur in site-start and init files, because Tramp filename
-handlers are registered during after-init-hook.
-
-If you want to access remote files inside an init file, first add the
-following line:
-
-  (tramp-register-file-name-handlers)
-
 * Crash bugs
 
 ** Emacs crashes in x-popup-dialog.
@@ -227,7 +216,7 @@ http://bugzilla.gnome.org/show_bug.cgi?id=85715.
 ** Emacs compiled with Gtk+ crashes on startup on cygwin.
 
 A typical error message is
-  ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes 
+  ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
   (alignment: 512): Function not implemented
 
 Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on