comparison src/emacs.c @ 359:8e84bee8ddd0 r21-1-9

Import from CVS: tag r21-1-9
author cvs
date Mon, 13 Aug 2007 10:57:55 +0200
parents 4711e16a8e49
children 972bbb6d6ca2
comparison
equal deleted inserted replaced
358:fed6e0f6a03a 359:8e84bee8ddd0
980 #endif 980 #endif
981 syms_of_xselect (); 981 syms_of_xselect ();
982 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS) 982 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
983 syms_of_gui_x (); 983 syms_of_gui_x ();
984 #endif 984 #endif
985 #ifdef HAVE_XIM
986 #ifdef XIM_XLIB
987 syms_of_input_method_xlib ();
988 #endif
989 #endif /* HAVE_XIM */
985 #endif /* HAVE_X_WINDOWS */ 990 #endif /* HAVE_X_WINDOWS */
986 991
987 #ifdef HAVE_MS_WINDOWS 992 #ifdef HAVE_MS_WINDOWS
988 syms_of_console_mswindows (); 993 syms_of_console_mswindows ();
989 syms_of_device_mswindows (); 994 syms_of_device_mswindows ();
2260 stderr_out ("\nFatal error (%d).\n", sig); 2265 stderr_out ("\nFatal error (%d).\n", sig);
2261 stderr_out 2266 stderr_out
2262 ("Your files have been auto-saved.\n" 2267 ("Your files have been auto-saved.\n"
2263 "Use `M-x recover-session' to recover them.\n" 2268 "Use `M-x recover-session' to recover them.\n"
2264 "\n" 2269 "\n"
2270 "If you have access to the PROBLEMS file that came with your\n"
2271 "version of XEmacs, please check to see if your crash is described\n"
2272 "there, as there may be a workaround available.\n"
2265 #ifdef INFODOCK 2273 #ifdef INFODOCK
2266 "Please report this bug by selecting `Report-Bug' in the InfoDock\n" 2274 "Otherwise, please report this bug by selecting `Report-Bug'\n"
2267 "menu.\n" 2275 "in the InfoDock menu.\n"
2268 #else 2276 #else
2269 "Please report this bug by running the send-pr script included\n" 2277 "Otherwise, please report this bug by running the send-pr\n"
2270 "with XEmacs, or selecting `Send Bug Report' from the help menu.\n" 2278 "script included with XEmacs, or selecting `Send Bug Report'\n"
2279 "from the help menu.\n"
2271 "As a last resort send ordinary email to `crashes@xemacs.org'.\n" 2280 "As a last resort send ordinary email to `crashes@xemacs.org'.\n"
2272 #endif 2281 #endif
2273 "*MAKE SURE* to include the information in the command\n" 2282 "*MAKE SURE* to include the information in the command\n"
2274 "M-x describe-installation.\n" 2283 "M-x describe-installation.\n"
2275 "\n" 2284 "\n"