1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00
emacs/src
Stefan Monnier 45b82ad0eb * src/eval.c: Add `inhibit-debugger'.
(Qinhibit_debugger): New symbol.
(call_debugger): Bind it instead of Qdebug_on_error.
(maybe_call_debugger): Test Vinhibit_debugger.
(syms_of_eval): Define inhibit-debugger.
* src/xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
(syms_of_xdisp): Remove inhibit-debug-on-message.
* lisp/emacs-lisp/debug.el (debug): Don't bind debug-on-error since
inhibit-debugger is bound instead.
2012-09-11 20:14:50 -04:00
..
bitmaps
.dbxinit
.gdbinit Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
.gitignore Ignore stamp-h.in 2012-08-05 23:44:21 +02:00
alloc.c * alloc.c (discard_killed_buffers): Tune and simplify a bit. 2012-09-11 13:35:23 -07:00
atimer.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
atimer.h * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean. 2012-08-23 01:27:08 -07:00
autodeps.mk
bidi.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
blockinput.h Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
buffer.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
buffer.h Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
bytecode.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
callint.c * bytecode.c, callint.c, callproc.c: Use bool for boolean. 2012-08-24 20:11:12 -07:00
callproc.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
casefiddle.c * casefiddle.c, casetab.c, category.c: Use bool for boolean. 2012-08-24 23:25:00 -07:00
casetab.c * casefiddle.c, casetab.c, category.c: Use bool for boolean. 2012-08-24 23:25:00 -07:00
category.c * casefiddle.c, casetab.c, category.c: Use bool for boolean. 2012-08-24 23:25:00 -07:00
category.h * casefiddle.c, casetab.c, category.c: Use bool for boolean. 2012-08-24 23:25:00 -07:00
ccl.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
ccl.h Refactor window-system configuration 2012-08-31 22:38:52 -08:00
ChangeLog * src/eval.c: Add `inhibit-debugger'. 2012-09-11 20:14:50 -04:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.7 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.8 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.9
ChangeLog.10 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.11 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
character.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
character.h * character.c, charset.c, chartab.c: Use bool for booleans. 2012-08-26 01:41:36 -07:00
charset.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
charset.h * cmds.c, coding.c: Use bool for booleans. 2012-08-27 09:19:34 -07:00
chartab.c * character.c, charset.c, chartab.c: Use bool for booleans. 2012-08-26 01:41:36 -07:00
cm.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
cm.h
cmds.c * cmds.c, coding.c: Use bool for booleans. 2012-08-27 09:19:34 -07:00
coding.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
coding.h * cmds.c, coding.c: Use bool for booleans. 2012-08-27 09:19:34 -07:00
commands.h
composite.c * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. 2012-08-27 10:23:48 -07:00
composite.h * src/eval.c: Add `inhibit-debugger'. 2012-09-11 20:14:50 -04:00
conf_post.h Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
COPYING
data.c Discard killed buffers from deleted window and frame objects. 2012-09-11 19:42:50 +04:00
dbusbind.c * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. 2012-08-27 10:23:48 -07:00
deps.mk
dired.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
dispextern.h * emacs.c, eval.c: Use bool for boolean. 2012-09-02 10:10:35 -07:00
dispnew.c Fix bug #12277 with incomplete redisplay of the vertical border between windows. 2012-09-09 20:59:50 +03:00
disptab.h
doc.c Revert changes prompted only by gcc -Wjump-misses-init. 2012-09-03 12:36:09 -07:00
doprnt.c Assume C89 or later for math functions. 2012-09-09 09:06:33 -07:00
dosfns.c * frame.h (FSET): Remove (Bug#12215). 2012-08-17 14:52:15 -07:00
dosfns.h
editfns.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
emacs-icon.h
emacs.c Assume C89 or later for math functions. 2012-09-09 09:06:33 -07:00
emacsgtkfixed.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
emacsgtkfixed.h Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
epaths.in Make --no-site-lisp work for --enable-locallisppath elements 2012-06-30 14:10:50 -07:00
eval.c * src/eval.c: Add `inhibit-debugger'. 2012-09-11 20:14:50 -04:00
fileio.c * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. 2012-09-05 00:18:46 -07:00
filelock.c * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. 2012-09-05 00:18:46 -07:00
firstfile.c * emacs.c, eval.c: Use bool for boolean. 2012-09-02 10:10:35 -07:00
floatfns.c Simplify, document, and port floating-point. 2012-09-10 19:28:27 -07:00
fns.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
font.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
font.h Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
fontset.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
fontset.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
frame.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
frame.h Remove redundant or unused things here and there. 2012-09-05 21:05:32 +04:00
fringe.c Avoid leaving traces of cursor when entering linum-mode. 2012-09-09 23:10:36 +03:00
ftfont.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
ftfont.h
ftxfont.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
getpagesize.h
gmalloc.c Adapt the MS-DOS build to the latest configury changes. 2012-07-14 13:08:14 +03:00
gnutls.c * process.h (PSET): Remove. 2012-08-17 19:49:24 -07:00
gnutls.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
gtkutil.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
gtkutil.h Prototype for x_wm_set_size_hint restored. 2012-09-02 12:53:46 +02:00
image.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
indent.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
indent.h
insdel.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
intervals.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
intervals.h * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. 2012-09-02 00:10:10 -07:00
keyboard.c * src/eval.c: Add `inhibit-debugger'. 2012-09-11 20:14:50 -04:00
keyboard.h Clean up some extern decls. 2012-09-02 09:56:31 -07:00
keymap.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
keymap.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
lastfile.c
lisp.h Avoid _setjmp/_longjmp problems with local nonvolatile variables. 2012-09-11 16:50:28 -07:00
lisp.mk Macro-expand interpreted code during load. 2012-09-04 13:40:25 -04:00
lread.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
macros.c * keyboard.h (KSET): Remove. 2012-08-17 16:38:43 -07:00
macros.h
Makefile.in * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS) 2012-09-02 07:26:47 -07:00
makefile.w32-in src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. 2012-09-05 02:30:14 +02:00
marker.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
mem-limits.h Fix export of symbols to GDB. 2012-07-26 11:35:50 -07:00
menu.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
menu.h Add GCC-style 'const' attribute to functions that can use it. 2012-07-09 09:38:45 -07:00
minibuf.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
msdos.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
msdos.h
ndir.h
ns.mk Remove trailing / from $ns_appbindir 2012-05-12 11:10:37 -07:00
nsfns.m Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
nsfont.m Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
nsgui.h Rename init_process rather than working around it on Darwin 2012-07-12 19:56:39 -04:00
nsimage.m Use ASCII tests for character types. 2012-08-16 14:58:44 -07:00
nsmenu.m Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
nsselect.m Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. 2012-08-07 17:37:21 +04:00
nsterm.h * nsterm.h: Add delay parameter to updateFrameSize. 2012-09-11 19:08:02 +02:00
nsterm.m * nsterm.h: Add delay parameter to updateFrameSize. 2012-09-11 19:08:02 +02:00
pre-crt0.c
print.c Convenient macro to check whether the buffer is live. 2012-09-11 08:22:03 +04:00
process.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
process.h * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. 2012-08-27 10:23:48 -07:00
puresize.h Get rid of all the manual purecopy calls in menu-bar definitions. 2012-06-27 17:15:13 -04:00
ralloc.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
README
regex.c Revert changes prompted only by gcc -Wjump-misses-init. 2012-09-03 12:36:09 -07:00
regex.h Assume C89 or later. 2012-05-21 08:36:54 -07:00
region-cache.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
region-cache.h
scroll.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
search.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
sheap.c
sound.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
syntax.c Introduce "raw syntax descriptor" terminology, and use it. 2012-09-08 22:23:01 +08:00
syntax.h * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIVE_FIXNUM. 2012-04-09 16:21:20 -07:00
sysdep.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
sysselect.h Rename init_process rather than working around it on Darwin 2012-07-12 19:56:39 -04:00
syssignal.h More signal-handler cleanup. 2012-09-07 01:46:44 -07:00
systime.h * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. 2012-09-02 00:10:10 -07:00
systty.h More signal-handler cleanup. 2012-09-07 01:46:44 -07:00
syswait.h Port to Solaris 8. 2012-08-01 21:14:48 -07:00
term.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
termcap.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
termchar.h Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
termhooks.h * termhooks.h (TSET): Remove. 2012-08-17 17:07:52 -07:00
terminal.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
terminfo.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
termopts.h
textprop.c * src/textprop.c (Fget_text_property): Minor doc fix. 2012-09-07 22:45:28 +08:00
tparam.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
tparam.h
undo.c Always use set_buffer_if_live to restore original buffer at unwind. 2012-08-28 10:20:08 +04:00
unexaix.c * unexaix.c, unexcoff.c: Include "mem-limits.h". 2012-08-19 13:02:24 -07:00
unexcoff.c * unexaix.c, unexcoff.c: Include "mem-limits.h". 2012-08-19 13:02:24 -07:00
unexcw.c
unexec.h
unexelf.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
unexhp9k800.c
unexmacosx.c Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com 2012-08-11 10:13:55 +08:00
unexsol.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
unexw32.c
vm-limit.c Rely on <unistd.h> to declare 'environ', 2012-08-19 14:00:09 -07:00
w16select.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
w32.c MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handler cleanup. 2012-09-07 11:20:07 +03:00
w32.h Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. 2012-08-04 17:17:10 +03:00
w32console.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32fns.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
w32font.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
w32font.h Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
w32gui.h Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32heap.c Rename OS_WINDOWS_95 to OS_9X. 2012-07-29 19:22:27 +03:00
w32heap.h Rename OS_WINDOWS_95 to OS_9X. 2012-07-29 19:22:27 +03:00
w32inevt.c Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows. 2012-07-30 20:07:33 +03:00
w32inevt.h Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32menu.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
w32proc.c MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handler cleanup. 2012-09-07 11:20:07 +03:00
w32reg.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
w32select.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
w32term.c Fix wrong overhang display for gstring compositions (Bug#12364). 2012-09-11 12:32:41 +09:00
w32term.h Refactor window-system configuration 2012-08-31 22:38:52 -08:00
w32uniscribe.c Fix display of Arabic diacriticals on Windows, per bug #11860. 2012-09-04 20:15:45 +03:00
w32xfns.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
widget.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
widget.h
widgetprv.h
window.c Discard killed buffers from deleted window and frame objects. 2012-09-11 19:42:50 +04:00
window.h Discard killed buffers from deleted window and frame objects. 2012-09-11 19:42:50 +04:00
xdisp.c * src/eval.c: Add `inhibit-debugger'. 2012-09-11 20:14:50 -04:00
xfaces.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
xfns.c * buffer.h (BSET): Remove. 2012-08-17 23:06:39 -07:00
xfont.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
xftfont.c Use bool for booleans in font-related modules. 2012-09-06 01:04:49 -07:00
xgselect.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
xgselect.h * xgselect.c (xg_select): Use auto storage for the GPollFD buffer 2012-08-25 13:31:04 -07:00
xmenu.c Signal-handler cleanup. 2012-09-06 18:27:44 -07:00
xml.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
xrdb.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
xselect.c Simplify redefinition of 'abort' (Bug#12316). 2012-09-04 10:34:54 -07:00
xsettings.c Use empty_unibyte_string where applicable. 2012-07-12 07:45:46 +04:00
xsettings.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
xsmfns.c * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. 2012-08-27 10:23:48 -07:00
xterm.c Fix wrong overhang display for gstring compositions (Bug#12364). 2012-09-11 12:32:41 +09:00
xterm.h Refactor window-system configuration 2012-08-31 22:38:52 -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-2012  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 (on Unix systems) is copied elsewhere.

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

Under GNU and Unix systems, 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.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `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 <http://www.gnu.org/licenses/>.