Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | 7df0dd720c89 |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
281:090b52736db2 | 282:c42ec1d1cded |
---|---|
888 syms_of_doc (); | 888 syms_of_doc (); |
889 syms_of_editfns (); | 889 syms_of_editfns (); |
890 syms_of_elhash (); | 890 syms_of_elhash (); |
891 syms_of_emacs (); | 891 syms_of_emacs (); |
892 syms_of_eval (); | 892 syms_of_eval (); |
893 #ifdef HAVE_DRAGNDROP | |
894 syms_of_dragdrop (); | |
895 #endif | |
893 syms_of_event_stream (); | 896 syms_of_event_stream (); |
894 syms_of_events (); | 897 syms_of_events (); |
895 syms_of_extents (); | 898 syms_of_extents (); |
896 syms_of_faces (); | 899 syms_of_faces (); |
897 syms_of_fileio (); | 900 syms_of_fileio (); |
2218 stderr_out ("\nFatal error (%d).\n", sig); | 2221 stderr_out ("\nFatal error (%d).\n", sig); |
2219 stderr_out | 2222 stderr_out |
2220 ("Your files have been auto-saved.\n" | 2223 ("Your files have been auto-saved.\n" |
2221 "Use `M-x recover-session' to recover them.\n" | 2224 "Use `M-x recover-session' to recover them.\n" |
2222 "\n" | 2225 "\n" |
2226 #ifdef INFODOCK | |
2227 "Please report this bug by selecting `Report-Bug' in the InfoDock\n" | |
2228 "menu.\n" | |
2229 #else | |
2223 "Please report this bug by running the send-pr script included\n" | 2230 "Please report this bug by running the send-pr script included\n" |
2224 "with XEmacs, or selecting `Send Bug Report' from the help menu.\n" | 2231 "with XEmacs, or selecting `Send Bug Report' from the help menu.\n" |
2225 "As a last resort send ordinary email to `crashes@xemacs.org'.\n" | 2232 "As a last resort send ordinary email to `crashes@xemacs.org'.\n" |
2226 "*MAKE SURE* to include as much configuration information as\n" | 2233 #endif |
2227 "possible; at the very least what OS and hardware you are running\n" | 2234 "*MAKE SURE* to include the information in the command\n" |
2228 "on, and hopefully also what compiler and compiler options the\n" | 2235 "M-x describe-installation.\n" |
2229 "binary was compiled with, what options XEmacs was compiled with,\n" | |
2230 "whether you are using a prebuilt binary from ftp.xemacs.org or\n" | |
2231 "compiled XEmacs yourself for your system, etc.\n" | |
2232 "\n" | 2236 "\n" |
2233 "If at all possible, *please* try to obtain a C stack backtrace;\n" | 2237 "If at all possible, *please* try to obtain a C stack backtrace;\n" |
2234 "it will help us immensely in determining what went wrong.\n" | 2238 "it will help us immensely in determining what went wrong.\n" |
2235 "To do this, locate the core file that was produced as a result\n" | 2239 "To do this, locate the core file that was produced as a result\n" |
2236 "of this crash (it's usually called `core' and is located in the\n" | 2240 "of this crash (it's usually called `core' and is located in the\n" |
2237 "directory in which you started XEmacs, or maybe in your home\n" | 2241 "directory in which you started the editor, or maybe in your home\n" |
2238 "directory), and type\n" | 2242 "directory), and type\n" |
2239 "\n" | 2243 "\n" |
2240 " gdb "); | 2244 " gdb "); |
2241 { | 2245 { |
2242 CONST char *name; | 2246 CONST char *name; |