; Avoid byte-compiler warning in comp.el
[emacs.git] / BUGS
blobf23faa7c7566ecc5306092dd5faa612bb3b3c302
1 If you think you may have found a bug in GNU Emacs, please read the
2 Bugs section of the Emacs manual for advice on
4 (1) how to tell when to report a bug, and
5 (2) how to write a useful bug report and what information it needs to have.
7 You can read the Bugs section of the manual from inside Emacs.
8 Start Emacs, and press
9   C-h r       (to view the Emacs manual)
10   m Bugs RET  (to go to the section on Bugs)
11 Or you can use the standalone Info program:
12   info emacs
13   m Bugs RET
14 (Standalone Info is part of the Texinfo distribution, not part of the
15 Emacs distribution.)
17 Printed copies of the Emacs manual can be purchased from the Free
18 Software Foundation's online store at <https://shop.fsf.org/>.
20 If necessary, you can read the manual without an info program:
22     cat info/emacs* | more "+/^File: emacs.*,  Node: Bugs,"
24 If you think you may have found a critical security issue that needs
25 to be communicated privately, please contact the GNU Emacs maintainers
26 directly.  See admin/MAINTAINERS for their contact details.
29 Please first check the file etc/PROBLEMS (e.g. with C-h C-p in Emacs) to
30 make sure it isn't a known issue.