mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
* PROBLEMS: Remove Tramp problem; it has been fixed.
This commit is contained in:
parent
69cee87364
commit
dc13f3f55c
@ -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>
|
2007-03-31 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
|
* PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
|
||||||
|
11
etc/PROBLEMS
11
etc/PROBLEMS
@ -144,17 +144,6 @@ Reportedly this patch in X fixes the problem.
|
|||||||
}
|
}
|
||||||
return ret;
|
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
|
* Crash bugs
|
||||||
|
|
||||||
** Emacs crashes in x-popup-dialog.
|
** Emacs crashes in x-popup-dialog.
|
||||||
|
Loading…
Reference in New Issue
Block a user