comparison PROBLEMS @ 957:c017b187b1ec

[xemacs-hg @ 2002-08-10 06:37:37 by stephent] Define runtime and build time. <873ctngr1y.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 10 Aug 2002 06:37:37 +0000
parents 31b3496cb402
children c7a849296cb4
comparison
equal deleted inserted replaced
956:e6409999af4b 957:c017b187b1ec
19 19
20 Also, Try finding the things you need using one of the search commands 20 Also, Try finding the things you need using one of the search commands
21 XEmacs provides (e.g. `C-s'). 21 XEmacs provides (e.g. `C-s').
22 22
23 General advice: 23 General advice:
24
24 WATCH OUT for your init file! (~/.xemacs/init.el or ~/.emacs) If 25 WATCH OUT for your init file! (~/.xemacs/init.el or ~/.emacs) If
25 you observe strange problems, invoke XEmacs with the `-vanilla' 26 you observe strange problems, invoke XEmacs with the `-vanilla'
26 option and see if you can repeat the problem. 27 option and see if you can repeat the problem.
28
29 Note that most of the problems described here manifest at RUN
30 time, even those described as BUILD problems. It is quite unusual
31 for a released XEmacs to fail to build. So a "build problem"
32 requires you to tweak the build environment, then rebuild XEmacs.
33 A "runtime problem" is one that can be fixed by proper
34 configuration of the existing build. Compatibility problems and
35 Mule issues are generally runtime problems, but are treated
36 separately for convenience.
27 37
28 38
29 * Problems with building XEmacs 39 * Problems with building XEmacs
30 =============================== 40 ===============================
31 41