Files
emacs/src
Lars Ingebrigtsen a516ab79c3 Add a new variable 'process-error-pause-time'
* doc/lispref/processes.texi (Asynchronous Processes): Document it.
* lisp/cus-start.el (standard): Customize.

* src/process.c (read_process_output_error_handler)
(exec_sentinel_error_handler): Use it.
(syms_of_process): New variable process-error-pause-time (bug#19457).
2021-12-02 13:21:53 +01:00
..
2021-11-14 14:06:55 -05:00
2021-10-13 11:19:12 -07:00
2021-11-13 16:46:31 +01:00
2021-11-12 13:59:58 +01:00
2021-12-01 06:30:22 +01:00
2021-10-03 20:05:09 -07:00
2021-11-28 13:34:57 -06:00
2021-11-26 07:17:21 +01:00
2021-10-25 09:34:37 -07:00
2021-11-21 16:04:31 +01:00
2021-11-28 13:14:13 +08:00
2021-11-24 12:58:39 +00:00
2021-11-24 12:58:39 +00:00
2021-11-22 11:13:55 +00:00
2021-12-02 10:27:24 +08:00
2021-11-18 10:03:13 +01:00
2021-09-30 20:11:43 +03:00
2021-11-27 08:34:51 +08:00
2021-11-06 12:59:14 +00:00
2021-11-29 22:11:04 +00:00
2021-11-03 20:26:29 +02:00
2021-10-13 11:47:21 -07:00
2021-11-07 02:59:42 +01:00
2021-10-03 17:32:03 -07:00
2021-11-16 08:26:24 +01:00
2021-12-02 10:27:24 +08:00
2021-10-11 09:24:56 -07:00
2021-10-03 20:05:09 -07:00
2021-11-12 07:17:11 +01:00
2021-11-07 18:06:24 +01:00
2021-11-14 15:02:40 +02:00
2021-11-21 16:57:12 +02:00
2021-11-28 13:43:19 +08:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.