view BUGS @ 54361:63ef4a00326a

(compile-auto-highlight) (compilation-error-list, compilation-old-error-list) (compilation-parse-errors-function, compilation-parsing-end) (compilation-error-message, compilation-directory-stack) (compilation-enter-directory-regexp-alist) (compilation-leave-directory-regexp-alist) (compilation-file-regexp-alist, compilation-nomessage-regexp-alist) (compilation-current-file, compilation-regexps): Remove vars. (compile-error-at-point, compilation-error-filedata) (compilation-error-filedata-file-name, compile-reinitialize-errors) (compilation-next-error-locus, compilation-forget-errors) (count-regexp-groupings, compilation-parse-errors) (compile-collect-regexps, compile-buffer-substring): Remove funs. (compile-internal): Make obsolete. (compilation-first-column, compilation-error) (compilation-directory-matcher, compilation-page-delimiter) (compilation-mode-font-lock-keywords, compilation-debug) (compilation-error-face, compilation-warning-face) (compilation-info-face, compilation-line-face) (compilation-column-face, compilation-enter-directory-face) (compilation-leave-directory-face, compilation-skip-threshold) (compilation-skip-visited, compilation-context-lines): New vars. (compilation-warning-face, compilation-info-face) (compilation-message-face): New faces. (compilation-error-regexp-alist-alist): New constant. (compilation-face, compilation-directory-properties) (compilation-assq, compilation-error-properties, compilation-start) (define-compilation-mode, compilation-loop) (compilation-set-window): New functions. (compile): Additional argument for interactive compiles like TeX.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Mar 2004 22:39:29 +0000
parents af68d12218d0
children 8ce686bd7f4f
line wrap: on
line source

If you think you may have found a bug in GNU Emacs, please
read the Bugs section of the Emacs manual for advice on
(1) how to tell when to report a bug, and
(2) how to write a useful bug report and what information
it needs to have.

There are three ways to read the Bugs section.

(1) In a printed copy of the Emacs manual.
You can order one from the Free Software Foundation;
see the file etc/ORDERS.  But if you don't have a copy on
hand and you think you have found a bug, you shouldn't wait
to get a printed manual; you should read the section right away
as described below.

(2) With Info.  Start Emacs, do C-h i to enter Info,
then m Emacs RET to get to the Emacs manual, then m Bugs RET
to get to the section on bugs.  Or use standalone Info in
a like manner.  (Standalone Info is part of the Texinfo distribution,
not part of the Emacs distribution.)

(3) By hand.  Do
    cat info/emacs* | more "+/^File: emacs,  Node: Bugs,"

Please first check the file etc/PROBLEMS (e.g. with C-h P in Emacs) to
make sure it isn't a known issue.