diff options
| author | Eli Zaretskii | 2001-06-20 10:52:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-20 10:52:38 +0000 |
| commit | f25eb4f7390bbf6923e101b8dafec4e2a3f5a28a (patch) | |
| tree | 102b7de96d4228256aa05c51dc8c17e7c560bcc1 /etc/PROBLEMS | |
| parent | f7ca5cf4987ae9091a3c5113304ca36f268a078a (diff) | |
| download | emacs-f25eb4f7390bbf6923e101b8dafec4e2a3f5a28a.tar.gz emacs-f25eb4f7390bbf6923e101b8dafec4e2a3f5a28a.zip | |
Document problems with compressed subdirs.el.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 963e9845430..e8953dbc341 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -748,6 +748,26 @@ functions, one each for every macro. Here's an example: | |||
| 748 | Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c | 748 | Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c |
| 749 | with a call to the function update_syntax_table_forward. | 749 | with a call to the function update_syntax_table_forward. |
| 750 | 750 | ||
| 751 | * Emacs 20 and later fails to load Lisp files at startup. | ||
| 752 | |||
| 753 | The typical error message might be like this: | ||
| 754 | |||
| 755 | "Cannot open load file: fontset" | ||
| 756 | |||
| 757 | This could happen if you compress the file lisp/subdirs.el. That file | ||
| 758 | tells Emacs what are the directories where it should look for Lisp | ||
| 759 | files. Emacs cannot work with subdirs.el compressed, since the | ||
| 760 | Auto-compress mode it needs for this will not be loaded until later, | ||
| 761 | when your .emacs file is processed. (The package `fontset.el' is | ||
| 762 | required to set up fonts used to display text on window systems, and | ||
| 763 | its loaded very early in the startup procedure.) | ||
| 764 | |||
| 765 | Similarly, any other .el file for which there's no corresponding .elc | ||
| 766 | file could fail to load if it is compressed. | ||
| 767 | |||
| 768 | The solution is to uncompress all .el files which don't have a .elc | ||
| 769 | file. | ||
| 770 | |||
| 751 | * Attempting to visit remote files via ange-ftp fails. | 771 | * Attempting to visit remote files via ange-ftp fails. |
| 752 | 772 | ||
| 753 | If the error message is "ange-ftp-file-modtime: Specified time is not | 773 | If the error message is "ange-ftp-file-modtime: Specified time is not |