comparison lispref/compile.texi @ 90197:b7da78284d4c

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 425-445) - Remove "-face" suffix from gnus faces - Update from CVS - Remove "-face" suffix from MH-E faces - Remove "-face" suffix from cc-mode faces - Remove "-face" suffix from eshell faces - Remove "-face" suffix from ediff faces - Implement tty vertical-divider face - Rename vertical-divider face to vertical-border - Change escape-glyph color on dark backgrounds back to cyan - Update reference to renamed Buffer-menu-buffer face
author Miles Bader <miles@gnu.org>
date Fri, 24 Jun 2005 01:59:52 +0000
parents 7e3f621f1dd4 99e9892a51d9
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90196:82d495f87e7b 90197:b7da78284d4c
424 424
425 @node Compiler Errors 425 @node Compiler Errors
426 @section Compiler Errors 426 @section Compiler Errors
427 @cindex compiler errors 427 @cindex compiler errors
428 428
429 Byte compilation writes errors and warnings into the buffer 429 Byte compilation outputs all errors and warnings into the buffer
430 @samp{*Compile-Log*}. The messages include file names and line 430 @samp{*Compile-Log*}. The messages include file names and line
431 numbers that identify the location of the problem. The usual Emacs 431 numbers that identify the location of the problem. The usual Emacs
432 commands for operating on compiler diagnostics work properly on 432 commands for operating on compiler diagnostics work properly on
433 these messages. 433 these messages.
434 434