Reporting Bugs
If you think you have found a bug in Emacs, please report it. We cannot promise to fix it, or always to agree that it is a bug, but we certainly want to hear about it. The same applies for new features you would like to see added. This section will help you to determine whether you found a bug, and if so, construct an effective bug report. The general procedure when you find something that could be a bug is as follows:
- See if what you found is a known problem or a bug that was already reported and/or fixed. Known Problems, where you will find how to look for known problems and bugs.
- If you are unsure whether the behavior you see is a bug, see Bug Criteria, which tells what we consider as clear bugs in Emacs.
- Once you decide you found a bug, see Understanding Bug Reporting, which helps you in describing what you see in the most efficient manner, making our job of reproducing the issue and investigating it easier.
- Next, see Checklist for Bug Reports, where we describe in detail how to submit a bug report and what information to include in it. In a nutshell, you submit a bug report via electronic mail using the Emacs command
report-emacs-bug, which assists you in doing so. Submitting a bug report starts the process of investigating and fixing the bug, where you will receive copies of email messages discussing the bug, in which we might ask you to provide more information, test possible fixes, etc. - Finally, if you want to propose specific changes to Emacs, whether to fix a bug, add a new feature, or improve our documentation, please see Sending Patches, for details about submitting such changes.
Reading Existing Bug Reports and Known Problems
Before reporting a bug, if at all possible, please check to see if we already know about it. Indeed, it may already have been fixed in a later release of Emacs, or in the development version. Here is a list of the main places you can read about known issues:
- The
etc/PROBLEMSfile; typeC-h C-pto read it. This file contains a list of particularly well-known issues that have been encountered in compiling, installing and running Emacs, with special emphasis on issues caused by other software that cannot be easily solved in Emacs. Often, you will find there suggestions for workarounds and solutions. - The GNU Bug Tracker at https://debbugs.gnu.org. Emacs bugs and issues are filed in the tracker under the
emacspackage. The tracker records information about the status of each bug, the initial bug report, and the follow-up messages by the bug reporter and Emacs developers who participate in discussing and fixing the bug. You can search for bugs by subject, severity, and other criteria. For more complex search criteria, use https://debbugs.gnu.org/cgi/search.cgi. Instead of browsing the bug tracker as a web page, you can browse it from Emacs using thedebbugspackage, which can be downloaded via the Package Menu (Packages). This package provides the commandM-x debbugs-gnuto list bugs, andM-x debbugs-gnu-searchto search for a specific bug. User tags, applied by the Emacs maintainers, are shown byM-x debbugs-gnu-usertags. - The
bug-gnu-emacsmailing list (also available as the newsgroupgnu.emacs.bug). You can read the list archives at https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs. This list works as a mirror of the Emacs bug reports and follow-up messages which are sent to the bug tracker. It also contains old bug reports from before the bug tracker was introduced (in early 2008). If you like, you can subscribe to the list. Be aware that its purpose is to provide the Emacs maintainers with information about bugs and feature requests, so reports may contain fairly large amounts of data; spectators should not complain about this. - The
emacs-pretest-bugmailing list. This list is no longer used, and is mainly of historical interest. At one time, it was used for bug reports in development (i.e., not yet released) versions of Emacs. You can read the archives for 2003 to mid 2007 at https://lists.gnu.org/r/emacs-pretest-bug/. Nowadays, email messages sent to this list are redirected tobug-gnu-emacs. - The
emacs-develmailing list. Sometimes people report bugs to this mailing list. This is not the main purpose of the list, however, and it is much better to send bug reports to the bug list. You should not feel obliged to read this list before reporting a bug.
When Is There a Bug
If Emacs accesses an invalid memory location (a.k.a. "segmentation fault") or exits with an operating system error message that indicates a problem in the program (as opposed to something like "disk full"), then it is certainly a bug. If the Emacs display does not correspond properly to the contents of the buffer, then it is a bug. But you should check that features like buffer narrowing (Narrowing), which can hide parts of the buffer or change how it is displayed, are not responsible. Taking forever to complete a command can be a bug, but you must make sure that it is really Emacs's fault. Some commands simply take a long time. Type C-g (C-Break on MS-DOS) and then C-h l to see whether the input Emacs received was what you intended to type; if the input was such that you know it should have been processed quickly, report a bug. If you don't know whether the command should take a long time, find out by looking in the manual or by asking for assistance. If a command you are familiar with causes an Emacs error message in a case where its usual definition ought to be reasonable, it is probably a bug. If a command does the wrong thing, that is a bug. But be sure you know for certain what it ought to have done. If you aren't familiar with the command, it might actually be working right. If in doubt, read the command's documentation (Name Help). A command's intended definition may not be the best possible definition for editing with. This is a very important sort of problem, but it is also a matter of judgment. Also, it is easy to come to such a conclusion out of ignorance of some of the existing features. It is probably best not to complain about such a problem until you have checked the documentation in the usual ways, feel confident that you understand it, and know for certain that what you want is not available. Ask other Emacs users, too. If you are not sure what the command is supposed to do after a careful reading of the manual, check the index and glossary for any terms that may be unclear. If after careful rereading of the manual you still do not understand what the command should do, that indicates a bug in the manual, which you should report. The manual's job is to make everything clear to people who are not Emacs experts—including you. It is just as important to report documentation bugs as program bugs. If the built-in documentation for a function or variable disagrees with the manual, one of them must be wrong; that is a bug. For problems with packages that are not part of Emacs, it is better to begin by reporting them to the package developers.
Understanding Bug Reporting
When you decide that there is a bug, it is important to report it, and to report it in a way which is useful. What is most useful is an exact description of what commands you type, starting with the shell command to run Emacs, until the problem happens, and the effects produced by typing those commands. The most important principle in reporting a bug is to report facts. Hypotheses and verbal descriptions are no substitute for the detailed raw data. Reporting the facts is straightforward, but many people strain to posit explanations and report them instead of the facts. If the explanations are based on guesses about how Emacs is implemented, they might not be useful; meanwhile, lacking the facts, we will have no real information about the bug. If you want to actually debug the problem, and report explanations that are more than guesses, that is useful—but please include the raw facts as well. For example, suppose that you type C-x C-f /glorp/baz.ugh =RET=, visiting a file which (you know) happens to be rather large, and Emacs displays I feel pretty today. The bug report would need to provide all that information. You should not assume that the problem is due to the size of the file and say, "I visited a large file, and Emacs displayed I feel pretty today." This is what we mean by "guessing explanations". The problem might be due to the fact that there is a z in the file name. If this is so, then when we got your report, we would try out the problem with some large file, probably with no z in its name, and not see any problem. There is no way we could guess that we should try visiting a file with a z in its name. You should not even say "visit a file" instead of C-x C-f. That's because a file can be visited in more than one way, and there's no certainty that all of them reproduce the problem. Similarly, rather than saying "if I have three characters on the line", say "after I type RET A B C RET C-p", if that is the way you entered the text—that is, tell us about the text which in your case produced the problem. If possible, try quickly to reproduce the bug by invoking Emacs with emacs -Q (so that Emacs starts with no initial customizations; Initial Options), and repeating the steps that you took to trigger the bug. If you can reproduce the bug this way, that rules out bugs in your personal customizations and makes the bug much easier to reproduce. Then your bug report should begin by stating that you started Emacs with emacs -Q, followed by the exact sequence of steps for reproducing the bug. If possible, inform us of the exact contents of any file that is needed to reproduce the bug. Some bugs are not reproducible from emacs -Q; some are not easily reproducible at all. In that case, you should report what you have—but, as before, please stick to the raw facts about what you did to trigger the bug the first time. If you have multiple issues that you want to report, please make a separate bug report for each.
Checklist for Bug Reports
Before reporting a bug, first try to see if the problem has already been reported (Known Problems). If you are able to, try the latest release of Emacs to see if the problem has already been fixed. Even better is to try the latest development version. We recognize that this is not easy for some people, so do not feel that you absolutely must do this before making a report. The best way to write a bug report for Emacs is to use the command M-x report-emacs-bug. This sets up a mail buffer (Sending Mail) and automatically inserts some of the essential information. However, it cannot supply all the necessary information; you should still read and follow the guidelines below, so you can enter the other crucial information by hand before you send the message. You may feel that some of the information inserted by M-x report-emacs-bug is not relevant, but unless you are absolutely sure, it is best to leave it, so that the developers can decide for themselves. When you have finished writing your report, type C-c C-c and it will be sent to the Emacs maintainers at bug-gnu-emacs. If you cannot send mail from inside Emacs, you can copy the text of your report to your normal mail client (if your system supports it, you can type C-c M-i to have Emacs do this for you) and send it to that address. Or you can simply send an email to that address describing the problem, including the necessary information mentioned below. If you want to submit code to Emacs (to fix a problem or implement a new feature), the easiest way to do this is to send a patch to the Emacs issue tracker. Use the M-x submit-emacs-patch command for that, which works much the same as when reporting bugs; Sending Patches. In any case, your report will be sent to the bug-gnu-emacs mailing list, and stored in the GNU Bug Tracker at https://debbugs.gnu.org. Please include a valid reply email address, in case we need to ask you for more information about your report. Submissions are moderated, so there may be a delay before your report actually appears on the tracker. You do not need to know how the GNU Bug Tracker works in order to report a bug, but if you want to, you can read the tracker's online documentation to see the various features you can use. All mail sent to the bug-gnu-emacs mailing list is also gatewayed to the gnu.emacs.bug newsgroup. The reverse is also true, but we ask you not to post bug reports (or replies) via the newsgroup. It can make it much harder to contact you if we need to ask for more information, and it does not integrate well with the bug tracker. If your data is more than 500,000 bytes, please don't include it directly in the bug report; instead, offer to send it on request, or make it available online and say where. Large attachments are best sent compressed. The GNU Bug Tracker will assign a bug number to your report; please use it in the following discussions, keeping the bug address in the list of recipients, so that the bug discussion is recorded by the tracker. The bug address will look like /nnnnn/@@debbugs.gnu.org, where nnnnn is the bug number. To enable maintainers to investigate a bug, your report should include all these things:
- A description of what behavior you observe that you believe is incorrect. For example, "The Emacs process gets a fatal signal", or, "The resulting text is as follows, which I think is wrong." Of course, if the bug is that Emacs gets a fatal signal, then one can't miss it. But if the bug is incorrect text, the maintainer might fail to notice what is wrong. Why leave it to chance? Even if the problem you experience is a fatal signal, you should still say so explicitly. Suppose something strange is going on, such as, your copy of the source is out of sync, or you have encountered a bug in the C library on your system. (This has happened!) Your copy might crash and the copy here might not. If you said to expect a crash, then when Emacs here fails to crash, we would know that the bug was not happening. If you don't say to expect a crash, then we would not know whether the bug was happening—we would not be able to draw any conclusion from our observations. Usually, description of the behavior and of the way to reproduce the problem needs to specify one or more of the following aspects:
- The complete text of any files needed to reproduce the bug. If you can tell us a way to cause the problem without visiting any files, please do so. This makes it much easier to debug. If you do need files, make sure you arrange for us to see their exact contents. For example, it can matter whether there are spaces at the ends of lines, or a newline after the last line in the buffer (nothing ought to care whether the last line is terminated, but try telling the bugs that).
- The precise commands we need to type to reproduce the bug. If at all possible, give a full recipe for an Emacs started with the
-Qoption (Initial Options). This bypasses your personal customizations. One way to record the input to Emacs precisely is to write a dribble file. To start the file, use the commandM-x open-dribble-file. From then on, Emacs copies all your input to the specified dribble file until the Emacs process is killed. Be aware that sensitive information (such as passwords) may end up recorded in the dribble file. - If the bug is that the Emacs Manual or the Emacs Lisp Reference Manual fails to describe the actual behavior of Emacs, or that the text is confusing, copy in the text from the manual which you think is at fault. If the section is small, just the section name is enough.
- If the manifestation of the bug is an Emacs error message, it is important to report the precise text of the error message, and a backtrace showing how the Lisp program in Emacs arrived at the error. To get the error message text accurately, copy it from the
*Messages*buffer into the bug report. Copy all of it, not just part. - Check whether any programs you have loaded into the Lisp world, including your initialization file, set any variables that may affect the functioning of Emacs. Also, see whether the problem happens in a freshly started Emacs without loading your initialization file (start Emacs with the
-Qswitch to prevent loading the init files). If the problem does not occur then, you must report the precise contents of any programs that you must load into the Lisp world in order to cause the problem to occur. - If the problem does depend on an init file or other Lisp programs that are not part of the standard Emacs system, then you should make sure it is not a bug in those programs by complaining to their maintainers first. After they verify that they are using Emacs in a way that is supposed to work, they should report the bug.
- If you wish to mention something in the GNU Emacs source, show the line of code with a few lines of context. Don't just give a line number. The line numbers in the development sources don't match those in your sources. It would take extra work for the maintainers to determine what code is in your version at a given line number, and we could not be certain.
- For possible display bugs on text-mode terminals, the terminal type (the value of environment variable
TERM), the complete termcap entry for the terminal from/etc/termcap(since that file is not identical on all machines), and the output that Emacs actually sent to the terminal. The way to collect the terminal output is to invoke the commandM-x open-termscriptjust after starting Emacs; it will prompt you for the name of the file where to record all terminal output until the Emacs process is killed. If the problem happens when Emacs starts up, put the Lisp expression (open-termscript "~/termscript") into your Emacs initialization file so that the termscript file will be open when Emacs displays the screen for the first time. Be warned: it is often difficult, and sometimes impossible, to fix a terminal-dependent bug without access to a terminal of the type that stimulates the bug. - The version number of Emacs. Without this, we won't know whether there is any point in looking for the bug in the current version of GNU Emacs.
M-x report-emacs-bugincludes this information automatically, but if you are not using that command for your report you can get the version number by typingM-x emacs-version RET. If that command does not work, you probably have something other than GNU Emacs, so you will have to report the bug somewhere else. - The type of machine you are using, and the operating system name and version number (again, automatically included by
M-x report-emacs-bug).M-x emacs-version RETprovides this information too. Copy its output from the*Messages*buffer, so that you get it all and get it accurately, or useC-u M-x emacs-version RETto insert the version information into the current buffer. - The command-line arguments given to the
configurecommand when Emacs was built (automatically included byM-x report-emacs-bug). - A complete list of any modifications you have made to the Emacs source. (We may not have time to investigate the bug unless it happens in an unmodified Emacs. But if you've made modifications and you don't tell us, you are sending us on a wild goose chase.) Be precise about these changes. A description in English is not enough—send a unified context diff for them. Adding files of your own, or porting to another machine, is a modification of the source.
- Details of any other deviations from the standard procedure for installing GNU Emacs.
- If non-ASCII text or internationalization is relevant, the locale that was current when you started Emacs. This is automatically included by
M-x report-emacs-bug; alternatively, on GNU/Linux and Unix systems, or if you use a POSIX-style shell such as Bash, you can use this shell command to view the relevant values: echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_CTYPE=$LC_CTYPE \ LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG You can also use thelocalecommand, if your system has it, to display your locale settings.
Here are some things that are not necessary in a bug report:
- A description of the envelope of the bug—this is not necessary for a reproducible bug. Often people who encounter a bug spend a lot of time investigating which changes to the input file will make the bug go away and which changes will not affect it. This is often time-consuming and not very useful, because the way we will find the bug is by running a single example under the debugger with breakpoints, not by pure deduction from a series of examples. You might as well save time by not searching for additional examples. It is better to send the bug report right away, go back to editing, and find another bug to report. Of course, if you can find a simpler example to report instead of the original one, that is a convenience. Errors in the output will be easier to spot, running under the debugger will take less time, etc. However, simplification is not vital; if you can't do this or don't have time to try, please report the bug with your original test case.
- A core dump file. Debugging the core dump might be useful, but it can only be done on your machine, with your Emacs executable. Therefore, sending the core dump file to the Emacs maintainers won't be useful. Above all, don't include the core file in an email bug report! Such a large message can be extremely inconvenient.
- A system-call trace of Emacs execution. System-call traces are very useful for certain special kinds of debugging, but in most cases they give little useful information. It is therefore strange that many people seem to think that the way to report information about a crash is to send a system-call trace. Perhaps this is a habit formed from experience debugging programs that don't have source code or debugging symbols. In most programs, a backtrace is normally far, far more informative than a system-call trace. Even in Emacs, a simple backtrace is generally more informative, though to give full information you should supplement the backtrace by displaying variable values and printing them as Lisp objects with
pr(see above). - A patch for the bug. A patch for the bug is useful if it is a good one. But don't omit the other information that a bug report needs, such as the test case, on the assumption that a patch is sufficient. We might see problems with your patch and decide to fix the problem another way, or we might not understand it at all. And if we can't understand what bug you are trying to fix, or why your patch should be an improvement, we mustn't install it. Sending Patches, for guidelines on how to make it easy for us to understand and install your patches.
- A guess about what the bug is or what it depends on. Such guesses are usually wrong. Even experts can't guess right about such things without first using the debugger to find the facts.
If you are willing to debug Emacs and provide additional information about the bug, here is some useful advice:
- If the bug manifests itself as an error message, try providing a Lisp backtrace for the error. To make a backtrace for the error, use
M-x toggle-debug-on-errorbefore the error happens (that is to say, you must give that command and then make the bug happen). This causes the error to start the Lisp debugger, which shows you a backtrace. Copy the text of the debugger's backtrace into the bug report. (The backtrace is more detailed if you load the relevant Lisp*.elsource files before triggering the error, so do that if you know how to find and load those files.) To debug the error, we suggest using Edebug. Edebug, for information on debugging Emacs Lisp programs with the Edebug package. This use of the debugger is possible only if you know how to make the bug happen again. If you can't make it happen again, at least copy the whole error message. - If Emacs appears to be stuck in an infinite loop or in a very long operation, typing
C-gwith the variabledebug-on-quitnon-nilwill start the Lisp debugger and show a backtrace. This backtrace is useful for debugging such long loops, so if you can produce it, copy it into the bug report. If you cannot get Emacs to respond toC-g(e.g., becauseinhibit-quitis set), then you can try sending the signal specified bydebug-on-event(default SIGUSR2) from outside Emacs to cause it to enter the debugger. - Additional information from a C debugger such as GDB might enable someone to find a problem on a machine which he does not have available. If you don't know how to use GDB, please read the GDB manual—it is not very long, and using GDB is easy. You can find the GDB distribution, including the GDB manual in online form, in most of the same places you can find the Emacs distribution. To run Emacs under GDB, you should switch to the
srcsubdirectory in which Emacs was compiled, then typegdb ./emacs. It is important for the directorysrcto be current so that GDB will read the.gdbinitfile in this directory. (You can also tell GDB to read that file from inside GDB, by typingsource ./.gdbinit.) However, you need to think when you collect the additional information if you want it to show what causes the bug. For example, many people send just a C-level backtrace, but that is not very useful by itself. A simple backtrace with arguments often conveys little about what is happening inside GNU Emacs, because most of the arguments listed in the backtrace are pointers to Lisp objects. The numeric values of these pointers have no significance whatever; all that matters is the contents of the objects they point to (and most of the contents are themselves pointers). To provide useful information, you need to show the values of Lisp objects in Lisp notation. Do this for each variable which is a Lisp object, in several stack frames near the bottom of the stack. Look at the source to see which variables are Lisp objects, because the debugger thinks of them as integers. To show a variable's value in Lisp syntax, first print its value, then use the user-defined GDB commandprto print the Lisp object in Lisp syntax. (If you must use another debugger, call the functiondebug_printwith the object as an argument.) Theprcommand is defined by the file.gdbinit, and it works only if you are debugging a running process (not with a core dump). To make Lisp errors stop Emacs and return to GDB, put a breakpoint atFsignal. For a backtrace of Lisp functions running, type the GDB commandxbacktrace. The file.gdbinitdefines several other commands that are useful for examining the data types and contents of Lisp objects. Their names begin withx. These commands work at a lower level thanpr, and are less convenient, but they may work even whenprdoes not, such as when debugging a core dump or when Emacs has had a fatal signal. More detailed advice and other useful techniques for debugging Emacs are available in the fileetc/DEBUGin the Emacs distribution. That file also includes instructions for investigating problems whereby Emacs stops responding (many people assume that Emacs is "hung", whereas in fact it might be in an infinite loop). To find the fileetc/DEBUGin your Emacs installation, use the directory name stored in the variabledata-directory.
Sending Patches for GNU Emacs
If you would like to write bug fixes or improvements for GNU Emacs, that is very helpful. When you send your changes, please follow these guidelines to make it easy for the maintainers to use them. If you don't follow these guidelines, your information might still be useful, but using it will take extra work. Maintaining GNU Emacs is a lot of work in the best of circumstances, and we can't keep up unless you do your best to help. Every patch must have several pieces of information before we can properly evaluate it. They are described below. When you have all these pieces, use the M-x submit-emacs-patch command to send the patch. The command will prompt you for the Subject of the patch and a patch file. It will then create and display a Message mode buffer with the patch file as an attachment, display the buffer, and let you explain more about the patch and add any other information as requested below. When you are done, type C-c C-c to send the patch via email to the developers. It will be sent to the GNU Bug Tracker at https://debbugs.gnu.org. The tracker will assign a number to your submission, just like it does with bug reports. The developers will usually respond, perhaps asking you for more details or any additional information, so be sure to include a valid reply email address. Here's what we ask you to provide as part of your patch submissions:
- An explanation of what problem you are fixing or what improvement will the patches bring about:
- For a fix for an existing bug, it is best to reply to the relevant discussion on the
bug-gnu-emacslist, or the bug entry in the GNU Bug Tracker at https://debbugs.gnu.org. Explain why your change fixes the bug. - For a new feature, include a description of the feature and your implementation.
- For a new bug, include a proper bug report for the problem you think you have fixed; Checklist for Bug Reports. We need to convince ourselves that the change is right before installing it. Even if it is correct, we might have trouble understanding it if we don't have a way to reproduce the problem it tries to fix.
- Include in your code changes all the comments that are appropriate to help people reading the source in the future understand why this change was needed.
- Don't mix together changes made for different reasons. Send them individually. If you make two changes for separate reasons, then we might not want to install them both. We might want to install just one, or install each one in a different versions of Emacs. If you send them all jumbled together in a single set of diffs, we have to do extra work to disentangle them—to figure out which parts of the change serve which purpose. If we don't have time for this, we might have to postpone inclusion of your patches for a long time. If you send each change as soon as you have written it, with its own explanation, then two changes never get tangled up, and we can consider each one properly without any extra work to disentangle them.
- Send each change as soon as that change is finished. Sometimes people think they are helping us by accumulating many changes to send them all together. As explained above, this is absolutely the worst thing you could do. Since you should send each change separately, you might as well send it right away. That gives us the option of installing it immediately if it is important.
- The patch itself. This can be produced in one of the following ways:
- If you are using the Emacs repository, make sure your copy is up-to-date (e.g., with
git pull). You can commit your changes to a private branch and generate a patch from the master version by usinggit format-patch master. (This is the preferred method, as it makes our job of applying the patch easier.) Or you can leave your changes uncommitted and usegit diff, as described below. - Use
diff -uto make your diffs. If you have GNU diff, usediff -u -F'^[_a-zA-Z0-9$]\+ *('when making diffs of C code. This shows the name of the function that each change occurs in. When producing the diffs, avoid any ambiguity as to which is the old version and which is the new. Please make the old version the first argument to diff, and the new version the second argument. And please give one version or the other a name that indicates whether it is the old version or your new changed one. - Write the commit log entries for your changes. This is both to save us the extra work of writing them, and to help explain your changes so we can understand them. The purpose of the commit log is to explain the rationale of the changes, the way the modified code solves whatever problems your patch is trying to fix, and also show people where to find what was changed. So you need to be specific about what functions you changed and why. For the details about our style and requirements for good commit log messages, please see the "Commit messages" section of the file
CONTRIBUTEin the Emacs source tree. Please also look at the commit log entries of recent commits to see what sorts of information to put in, and to learn the style that we use. Note that, unlike some other projects, we do require commit logs for documentation, i.e., Texinfo files. Change Log, Change Log Concepts. - When you write the fix, keep in mind that we can't install a change that would break other systems. Please think about what effect your change will have if compiled and/or used on another type of system. Sometimes people send fixes that might be an improvement in general—but it is hard to be sure of this. It's hard to install such changes because we have to study them very carefully. Of course, a good explanation of the reasoning by which you concluded the change was correct can help convince us. The safest changes are changes to the files or portions of files that are only used for a particular machine or a particular system. These are safe because they can't create new bugs on other machines or systems. Please help us keep up with the workload by designing the patch in a form that is clearly safe to install.