1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00
emacs/lisp
Eli Zaretskii ccdaf04cfd Fix the MSDOS build
* config.bat:
* msdos/sedlisp.inp:
* msdos/sedlibmk.inp:
* msdos/sedleim.inp:
* msdos/sedadmin.inp:
* msdos/sed6.inp:
* msdos/sed3v2.inp:
* msdos/sed2v2.inp:
* msdos/sed1v2.inp: Adapt to Emacs 25.

* src/process.c (remove_slash_colon): Move out of "#ifdef
subprocesses" block, as it its called unconditionally.  Move
ADD_SUBFEATURE calls into "#ifdef subprocesses" block, as they
reference variables only defined in that block.
* src/msdos.h: Provide prototypes for IT_set_frame_parameters,
faccessat, msdos_fatal_signal, syms_of_msdos, pthread_sigmask,
dos_keysns, dos_keyread, run_msdos_command, and
syms_of_win16select, to avoid compiler warnings.
* src/msdos.c (SYS_ENVIRON): Define to either '_environ' or
'environ', depending on the DJGPP version.
Remove declarations of externally-visible Lisp objects, like
Qbackground_color and Qreverse.
(run_msdos_command): First argument is not signed, not unsigned.
Use SYS_ENVIRON.
(sys_select): Use 'timespec_cmp' instead of 'timespec_sign', as
the latter doesn't work when 'time_t' is an unsigned data type.
This caused idle timers to behave incorrectly: they only fired
after a keyboard input event.
* src/frame.c (adjust_frame_size) [MSDOS]: Account for
FRAME_TOP_MARGIN that isn't counted in the frame's number of
lines, but dos_set_window_size needs it to be added.
* src/lread.c (INFINITY, NAN) [DJGPP < 2.05]: Provide definitions.
* src/fns.c (sort_vector_copy) [__GNUC__ < 4]: Provide a prototype
that works around compilation errors with older GCC versions.
* src/w16select.c: Don't declare QCLIPBOARD and QPRIMARY as Lisp
Objects.
* src/filelock.c [MSDOS]: Ifdef away most of the code.  Provide
no-op implementations for 'lock_file' and 'unlock_file'.
(Ffile_locked_p) [MSDOS]: Always return nil.  This avoids multiple
ifdefs in all users of filelock.c functionality.
* src/conf_post.h (EOVERFLOW, SIZE_MAX) [DJGPP < 2.04]: Define.
* src/emacs.c [MSDOS]: Include dosfns.h, to avoid compiler
warnings.
* src/dosfns.h: Provide prototypes for dos_cleanup,
syms_of_dosfns, and init_dosfns.
* src/deps.mk (atimer.o): Depend on msdos.h.
(emacs.o): Depend on dosfns.h.
* src/atimer.c [MSDOS]: Include msdos.h, to avoid compiler
warnings.

* lisp/window.el (window--adjust-process-windows): Skip the body
if 'process-list' is not available.  This avoids failure to start
up on MS-DOS.
* lisp/vc/diff.el (diff-no-select): Test 'make-process', not
'start-process', as the latter is now available on all platforms.
* lisp/textmodes/ispell.el (ispell-async-processp): Replace
'start-process' with 'make-process' in a comment.
* lisp/term/internal.el (IT-unicode-translations): Modify and add
a few translations to display Info files with Unicode markup.  Fix
an ancient off-by-one mismatch error with Unicode codepoints.
* lisp/progmodes/compile.el (compilation-start): Test
'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/man.el (Man-build-man-command, Man-getpage-in-background):
Test 'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/international/mule-cmds.el (set-coding-system-map): Test
'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/eshell/esh-cmd.el (eshell-do-pipelines-synchronously): Doc
fix.
(eshell-execute-pipeline): Test 'make-process', not
'start-process', as the latter is now available on all platforms.
2016-04-30 13:45:33 +03:00
..
calc
calendar Todo mode doc bug fix 2016-04-27 10:18:02 +02:00
cedet Add semantic-symref-filepattern-alist entry for lisp-interaction-mode 2016-04-12 21:46:22 +03:00
emacs-lisp Remove \= from format string (bug#18190) 2016-04-30 12:19:15 +02:00
emulation
erc
eshell Fix the MSDOS build 2016-04-30 13:45:33 +03:00
gnus Capitalize “Universal Time” in documentation 2016-04-11 15:15:59 -07:00
international Fix the MSDOS build 2016-04-30 13:45:33 +03:00
language
leim/quail
mail * lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare. 2016-03-17 09:04:51 -07:00
mh-e
net Comint and compile no longer set EMACS 2016-04-08 13:40:01 -07:00
nxml
obsolete Remove the Meta-CVS VC backend 2016-04-19 01:22:39 +03:00
org Improve time zone documentation 2016-04-12 08:49:19 -07:00
play Avoid infinite loop in 'studlify-word' 2016-04-08 10:57:21 +03:00
progmodes Fix the MSDOS build 2016-04-30 13:45:33 +03:00
term Fix the MSDOS build 2016-04-30 13:45:33 +03:00
textmodes Fix the MSDOS build 2016-04-30 13:45:33 +03:00
url Revert "Backport HTTPS proxy fix" 2016-04-06 18:36:18 +02:00
vc Fix the MSDOS build 2016-04-30 13:45:33 +03:00
abbrev.el
align.el
allout-widgets.el
allout.el
ansi-color.el
apropos.el
arc-mode.el
array.el
autoarg.el
autoinsert.el
autorevert.el Fix Bug#23276 2016-04-18 10:11:44 +02:00
avoid.el
battery.el
bindings.el
bookmark.el Don't mention ~/.emacs.bmk literally in doc strings 2016-04-25 11:28:17 +03:00
bs.el
buff-menu.el
button.el
calculator.el
case-table.el
cdl.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15 ; Spelling fixes 2016-04-10 23:55:05 -07:00
ChangeLog.16
ChangeLog.17 ; ChangeLog fixes 2016-04-22 18:54:52 +02:00
character-fold.el
chistory.el
cmuscheme.el
color.el
comint.el Comint and compile no longer set EMACS 2016-04-08 13:40:01 -07:00
completion.el
composite.el
COPYING
cus-dep.el
cus-edit.el
cus-face.el
cus-start.el
cus-theme.el
custom.el
dabbrev.el
delim-col.el
delsel.el
descr-text.el describe-char: fix insert char documentation 2016-04-23 12:48:38 -07:00
desktop.el
dframe.el
dired-aux.el Don't kill ~/ if it's the top level directory 2016-04-24 17:05:53 +02:00
dired-x.el
dired.el ; Auto-commit of loaddefs files. 2016-04-25 07:22:14 -04:00
dirtrack.el
disp-table.el
dnd.el
doc-view.el Honor prefix arg in doc-view-next-line-or-next-page 2016-03-18 22:46:42 +01:00
dom.el
dos-fns.el
dos-vars.el
dos-w32.el
double.el
dynamic-setting.el
ebuff-menu.el
echistory.el
edmacro.el
ehelp.el
elec-pair.el
electric.el
elide-head.el
emacs-lock.el
env.el
epa-dired.el
epa-file.el
epa-hook.el
epa-mail.el
epa.el
epg-config.el
epg.el
expand.el
ezimage.el
face-remap.el Avoid crashes due to unreasonably large or small text scaling 2016-04-10 19:50:39 +03:00
facemenu.el
faces.el Fix variable-pitch font on MS-Windows 2016-04-30 12:56:03 +03:00
ffap.el Avoid signaling errors in 'M-n' at the 'C-x C-f' prompt 2016-04-08 11:05:20 +03:00
filecache.el
filenotify.el
files-x.el
files.el
filesets.el
find-cmd.el
find-dired.el
find-file.el
find-lisp.el
finder.el
flow-ctrl.el
foldout.el
follow.el Restore follow-scroll-up/down to scrolling by the combined size of all windows 2016-04-29 14:58:21 +00:00
font-core.el
font-lock.el
format-spec.el
format.el
forms.el ; Spelling fixes 2016-03-18 08:55:26 -07:00
frame.el
frameset.el
fringe.el
generic-x.el
gs.el
help-at-pt.el
help-fns.el
help-macro.el
help-mode.el
help.el
hex-util.el
hexl.el
hfy-cmap.el
hi-lock.el
hilit-chg.el
hippie-exp.el
hl-line.el
htmlfontify.el
ibuf-ext.el
ibuf-macs.el
ibuffer.el
icomplete.el
ido.el
ielm.el
iimage.el
image-dired.el
image-file.el
image-mode.el
image.el
imenu.el
indent.el
info-look.el Improve "C-h S" for cl-lib symbols 2016-04-16 14:20:34 +03:00
info-xref.el
info.el
informat.el
isearch.el Fix an Isearch var to be a string (Bug#23038) 2016-03-22 01:05:24 +01:00
isearchb.el
jit-lock.el
jka-cmpr-hook.el
jka-compr.el
json.el
kermit.el
kmacro.el
ldefs-boot.el ; Auto-commit of loaddefs files. 2016-04-22 18:57:36 +02:00
linum.el
loadhist.el
loadup.el
locate.el
lpr.el
ls-lisp.el
macros.el
Makefile.in Resurrect GNUS-NEWS autogeneration 2016-03-23 00:08:21 -07:00
makesum.el
man.el Fix the MSDOS build 2016-04-30 13:45:33 +03:00
master.el
mb-depth.el
md4.el
menu-bar.el
midnight.el Don't start the 'midnight' timer twice 2016-03-27 18:15:06 +03:00
minibuf-eldef.el
minibuffer.el * lisp/minibuffer.el (minibuffer-completion-help): Use fit-window-to-buffer 2016-03-25 00:14:24 +02:00
misc.el
misearch.el
mouse-copy.el
mouse-drag.el
mouse.el
mpc.el
msb.el
mwheel.el
newcomment.el
notifications.el
novice.el
obarray.el
outline.el
paren.el
password-cache.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcmpl-x.el
pcomplete.el
printing.el
proced.el
profiler.el
ps-bdf.el
ps-def.el
ps-mule.el
ps-print.el
ps-samp.el
README
recentf.el
rect.el ; Fix errant revert ccb75d7 2016-04-26 20:09:43 -04:00
register.el
repeat.el
replace.el In M-%, avoid making buffer-local binding of text-property-default-nonsticky 2016-03-29 09:53:12 +00:00
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
ruler-mode.el
savehist.el
saveplace.el
sb-image.el
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el
server.el
ses.el
shadowfile.el
shell.el
simple.el Avoid errors in 'newline' 2016-03-19 21:32:27 +02:00
skeleton.el
sort.el
soundex.el
speedbar.el
startup.el Fix splash screen display at startup 2016-03-25 10:45:39 +03:00
strokes.el
subr.el ; Spelling fixes 2016-04-10 23:55:05 -07:00
t-mouse.el
tabify.el
talk.el
tar-mode.el
tempo.el
term.el Fix bug#22891: wrong terminal width when a fringe width is zero. 2016-04-27 23:28:07 +02:00
thingatpt.el
thumbs.el
time-stamp.el
time.el
timezone.el
tmm.el Make tmm-menubar work in correct order again 2016-04-19 18:06:52 +03:00
tool-bar.el
tooltip.el
tree-widget.el
tutorial.el
type-break.el
uniquify.el
userlock.el
vcursor.el
version.el
view.el
vt-control.el
vt100-led.el
w32-fns.el
w32-vars.el
wdired.el
whitespace.el
wid-browse.el
wid-edit.el
widget.el
windmove.el
window.el Fix the MSDOS build 2016-04-30 13:45:33 +03:00
winner.el
woman.el
x-dnd.el
xml.el
xt-mouse.el Simplify 8-bit character handling by terminal for 'raw-text' 2016-04-16 12:55:17 +03:00
xwidget.el Remove unused arguments from make-xwidget 2016-04-02 18:32:13 -07:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.