1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
emacs/lisp
2012-11-30 15:43:05 +08:00
..
calc * lisp/calc/calc-forms.el (calc-date-notation): Fix regexp 2012-11-27 22:51:13 -06:00
calendar Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu 2012-11-20 20:47:55 -08:00
cedet * lisp/cedet/semantic/fw.el (semantic-make-local-hook) 2012-11-19 11:16:07 -05:00
emacs-lisp derived-mode-make-docstring tweak for bug#11277 2012-11-27 11:40:04 -05:00
emulation Aliases to defcustoms must come before the defcustom. 2012-10-06 12:55:47 -07:00
erc New ERC option to avoid sending accidentally-pasted text to the server. 2012-11-30 12:18:22 +08:00
eshell Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu 2012-11-20 20:47:55 -08:00
gnus message.el (message-get-reply-headers): Fix typo in comment 2012-11-19 11:36:02 +00:00
international international/mule.el (set-keyboard-coding-system): Recover input meta mode when the new coding system doesn not use 8-bit. Supply TERMINAL arg to set-input-meta-mode. 2012-10-18 08:59:24 +09:00
language
mail Remove report-emacs-bug-query-existing-bugs (use debbugs from GNU ELPA instead) 2012-11-10 15:19:43 -08:00
mh-e ChangeLog fix 2012-11-25 11:24:26 -08:00
net Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu 2012-11-20 20:47:55 -08:00
nxml
obsolete
org Fix overwritten typos and Org version number. 2012-10-26 17:27:29 +02:00
play Remove -p suffix from set-face-* functions 2012-11-21 00:27:13 -08:00
progmodes * progmodes/grep.el (grep-compute-defaults): Do not pass the -e flag to xargs 2012-11-30 15:37:23 +08:00
term * term/ns-win.el (ns-initialize-window-system): Move creation of 2012-11-24 18:55:48 +01:00
textmodes * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot by move-to-column. 2012-11-30 15:10:30 +08:00
url * url-parse.el (url-path-and-query): Minor doc fix. 2012-11-17 14:48:51 +08:00
vc * vc/vc-git.el (vc-git-command): Disable the pager. 2012-11-30 15:43:05 +08:00
.gitignore
abbrev.el
align.el
allout-widgets.el
allout.el Make called-interactively-p work for edebug or advised code. 2012-11-19 23:24:09 -05:00
ansi-color.el lisp/ansi-color.el (ansi-color-apply-sequence): Implement SGR codes 39 and 49. 2012-11-12 18:12:33 +01:00
apropos.el
arc-mode.el Use new names for hooks rather than obsolete aliases 2012-11-12 19:11:46 -08:00
array.el
autoarg.el
autoinsert.el
autorevert.el
avoid.el Add missing :version tags 2012-10-06 13:30:26 -07:00
battery.el
bindings.el * lisp/bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified) 2012-10-09 02:41:07 -04:00
bookmark.el * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding same-window-* variables. 2012-11-04 11:25:18 +08:00
bs.el
buff-menu.el * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type 2012-11-25 00:07:13 +01:00
button.el
calculator.el
case-table.el
cdl.el
ChangeLog * vc/vc-git.el (vc-git-command): Disable the pager. 2012-11-30 15:43:05 +08:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8 Fix ChangeLog typos. 2012-09-27 00:42:54 +02:00
ChangeLog.9 Fix ChangeLog typos. 2012-09-27 00:42:54 +02:00
ChangeLog.10 Spelling fixes. 2012-10-04 22:57:24 -07:00
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15 Remove tiny change marker for author with assignment 2012-10-06 19:07:46 -07:00
chistory.el
cmuscheme.el
color.el Use cl-lib instead of cl, and interactive-p => called-interactively-p. 2012-11-19 12:24:12 -05:00
comint.el * lisp/comint.el (comint-preinput-scroll-to-bottom): Preserve the 2012-10-07 20:12:26 -04:00
completion.el
composite.el
COPYING
cus-dep.el
cus-edit.el Revamp face-spec-set to be more analogous to setq for faces. 2012-11-25 12:50:20 +08:00
cus-face.el Revamp face-spec-set to be more analogous to setq for faces. 2012-11-25 12:50:20 +08:00
cus-start.el * lisp/cus-start.el: Make cursor-type customizable. 2012-11-03 23:24:00 +08:00
cus-theme.el
custom.el Fix dependency sorting in custom-theme-set-variables. 2012-11-24 11:46:29 +08:00
dabbrev.el
delim-col.el
delsel.el Rework the last delsel/electric fix. 2012-10-22 08:43:54 -04:00
descr-text.el Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.ca 2012-11-26 19:10:32 -08:00
desktop.el Add desktop support for restoring vc-dir buffers (bug#10606) 2012-11-28 20:16:51 -05:00
dframe.el
dired-aux.el
dired-x.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dired.el Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org 2012-11-23 17:57:09 -08:00
dirtrack.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
disp-table.el
dnd.el
doc-view.el * doc-view.el (doc-view-current-cache-doc-pdf): New function. 2012-09-28 12:05:46 +02:00
dos-fns.el
dos-vars.el
dos-w32.el Partial fix for bug with buffer-file-type annoyances. 2012-11-26 19:09:04 +02:00
double.el
dynamic-setting.el
ebuff-menu.el
echistory.el
edmacro.el
ehelp.el * lisp/ehelp.el (electric-help-map): Use button-buffer-map. 2012-10-06 16:22:52 -07:00
electric.el Rework the last delsel/electric fix. 2012-10-22 08:43:54 -04:00
elide-head.el
emacs-lock.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
env.el * lisp/env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap). 2012-11-08 20:31:54 -05:00
epa-dired.el
epa-file.el
epa-hook.el
epa-mail.el
epa.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
epg-config.el
epg.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
expand.el
ezimage.el
face-remap.el Manage face-remapping-alist properly in face-remap-add-relative. 2012-10-29 17:55:57 +08:00
facemenu.el * lisp/facemenu.el (list-colors-sort): Add option "Luminance". 2012-09-30 19:36:42 +03:00
faces.el Revamp face-spec-set to be more analogous to setq for faces. 2012-11-25 12:50:20 +08:00
ffap.el * ffap.el (ffap-replace-file-component): Support Tramp file name 2012-10-08 15:59:18 +02:00
filecache.el Avoid using "X" interactive flag in filecache.el. 2012-11-18 13:38:13 +08:00
files-x.el
files.el Warn if try to set coding in dir-locals (bug#7169) 2012-11-29 14:28:39 -05:00
filesets.el Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
find-cmd.el Add some missing find options to find-cmd.el. 2012-11-23 16:33:20 +08:00
find-dired.el
find-file.el
find-lisp.el
finder.el
flow-ctrl.el
foldout.el
follow.el
font-core.el
font-lock.el Remove several obsolete vars and functions unlikely to be still in use. 2012-09-24 20:23:25 +08:00
format-spec.el
format.el
forms.el
frame.el Unbreak starting an X11 frame from a non-X11 Emacs daemon 2012-10-19 19:42:02 -08:00
fringe.el
generic-x.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
gs.el
help-at-pt.el
help-fns.el * src/doc.c (get_doc_string): Don't signal an error if the file is missing. 2012-10-12 16:11:50 -04:00
help-macro.el * lisp/help-macro.el (three-step-help): Revert 2012-09-29 change. 2012-10-03 09:15:04 -07:00
help-mode.el * help-mode.el (help-xref-interned): End on point-min. 2012-11-17 14:48:10 +08:00
help.el Fix more custom :versions 2012-11-10 16:43:54 -08:00
hex-util.el
hexl.el
hfy-cmap.el
hi-lock.el * lisp/hi-lock.el (hi-lock-process-phrase): Try to make it less fragile. 2012-10-06 17:27:31 -07:00
hilit-chg.el
hippie-exp.el * lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it. 2012-11-25 17:41:00 -08:00
hl-line.el
htmlfontify.el Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
ibuf-ext.el
ibuf-macs.el
ibuffer.el Fix prefix arg handling in ibuffer marking commands. 2012-11-17 15:15:23 +08:00
icomplete.el * lisp/icomplete.el: Change separator; add ido-style commands. 2012-11-29 16:32:24 -05:00
ido.el Backport: * lisp/ido.el (ido-set-matches-1): Fix split-string args to 2012-11-10 22:55:09 +08:00
ielm.el
iimage.el
image-dired.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
image-file.el
image-mode.el lisp/image-mode.el (image-transform-check-size): Use assertions only 2012-11-23 18:41:01 +01:00
image.el Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.org 2012-11-17 17:52:36 -08:00
imenu.el * lisp/imenu.el (imenu--split-submenus): Use imenu--subalist-p. 2012-11-14 21:02:00 -05:00
indent.el
info-look.el
info-xref.el
info.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
informat.el
isearch.el Don't bind same-window-* in isearch.el commands. 2012-11-04 11:24:00 +08:00
isearchb.el
iswitchb.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
jit-lock.el
jka-cmpr-hook.el
jka-compr.el
json.el Use cl-lib instead of cl, and interactive-p => called-interactively-p. 2012-11-19 12:24:12 -05:00
kermit.el
kmacro.el
ldefs-boot.el Bump version to 24.2.90. 2012-11-24 23:31:31 +08:00
linum.el * lisp/linum.el (linum-format): Don't autoload it. Improve :type. 2012-09-27 00:26:22 -07:00
loadhist.el
loadup.el Load term/internal from loadup.el. 2012-11-03 15:56:02 +02:00
locate.el
longlines.el * longlines.el (longlines-wrap-line, longlines-encode-region): Preserve text properties. 2012-11-30 14:56:51 +08:00
lpr.el
ls-lisp.el
macros.el
Makefile.in
makefile.w32-in
makesum.el
man.el
master.el
mb-depth.el
md4.el
menu-bar.el Have kill-this-buffer don't do anything when frame is not alive or visible (Bug#8184). 2012-10-03 10:50:49 +02:00
midnight.el
minibuf-eldef.el Fix and docfix for the minibuffer-eldef-shorten-default feature. 2012-11-08 04:43:38 +08:00
minibuffer.el * lisp/icomplete.el: Change separator; add ido-style commands. 2012-11-29 16:32:24 -05:00
misc.el
misearch.el
mouse-copy.el
mouse-drag.el
mouse.el Fix follow-mouse clicks on undraggable mode/header lines. 2012-11-24 16:15:00 +08:00
mpc.el
msb.el
mwheel.el
newcomment.el * lisp/newcomment.el (comment-normalize-vars): Doc fix. 2012-10-23 10:17:36 +08:00
notifications.el * notifications.el (notifications-get-server-information-method): 2012-11-07 17:55:39 +01:00
novice.el
outline.el
paren.el
password-cache.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcomplete.el * lisp/eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838: 2012-11-19 14:22:07 -05:00
printing.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
proced.el Add missing :version tags 2012-10-06 13:30:26 -07:00
profiler.el Add a menu for profiler report mode 2012-11-19 19:57:23 -05:00
ps-bdf.el Minor cleanup for times as lists of four integers. 2012-11-17 18:13:19 -08:00
ps-def.el
ps-mule.el
ps-print.el
ps-samp.el
README
recentf.el
rect.el
register.el * lisp/register.el (append-to-register, prepend-to-register): 2012-10-06 13:16:26 -04:00
repeat.el * lisp/repeat.el (repeat): Set real-this-command. 2012-10-23 12:57:31 -04:00
replace.el * doc/emacs/search.texi (Query Replace): Document multi-buffer replacement keys. 2012-10-17 02:27:40 +03:00
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
ruler-mode.el
savehist.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
saveplace.el
sb-image.el
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el select.el (xselect--encode-string): If a coding is specified for selection, and that is compatible with COMPOUND_TEXT, use it. 2012-10-10 23:45:26 +09:00
server.el * server.el (server-create-window-system-frame): Improved comment. 2012-11-09 07:28:27 +01:00
ses.el * ses.el (ses-rename-cell): Correct bug on mode-line update after cell renaming. 2012-11-24 18:44:29 +01:00
shadowfile.el
shell.el
simple.el * lisp/simple.el (activate-mark): Run activate-mark-hook. 2012-11-29 15:09:37 -05:00
skeleton.el
sort.el
soundex.el
speedbar.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
startup.el Fix last change. 2012-10-29 18:14:50 +08:00
strokes.el Aliases to defcustoms must come before the defcustom. 2012-10-06 12:55:47 -07:00
subr.el Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.ca 2012-11-26 19:10:32 -08:00
t-mouse.el
tabify.el
talk.el
tar-mode.el * lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename' 2012-09-30 19:54:43 +03:00
tempo.el
term.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
terminal.el
thingatpt.el * thingatpt.el (number-at-point): Apply a thing-at-point property. 2012-10-30 06:58:53 +08:00
thumbs.el
time-stamp.el
time.el In display-time-world restore fit-window-to-buffer behavior. 2012-10-27 10:58:30 +02:00
timezone.el
tmm.el * lisp/tmm.el (tmm-prompt): Use map-keymap. 2012-10-28 10:56:51 -04:00
tool-bar.el
tooltip.el
tree-widget.el
tutorial.el * lisp/tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook. 2012-09-29 23:21:50 -04:00
type-break.el * lisp/type-break.el: Use lexical-binding. 2012-09-28 11:17:08 -04:00
uniquify.el * lisp/uniquify.el (uniquify-managed): Use defvar-local. 2012-11-20 14:32:20 -05:00
userlock.el
vcursor.el lisp/*.el: Add missing declarations. 2012-11-17 22:52:12 +01:00
version.el
view.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
vt100-led.el
vt-control.el
w32-common-fns.el
w32-fns.el Update some function declarations 2012-10-09 00:08:26 -07:00
w32-vars.el
wdired.el * lisp/wdired.el: Revert 2012-10-17 change partly and replace it with 2012-11-23 09:28:37 +02:00
whitespace.el
wid-browse.el
wid-edit.el
widget.el
windmove.el
window.el * lisp/window.el (switch-to-buffer): Re-add the warning that was lost in the 2012-11-18 22:16:03 -05:00
winner.el * lisp/winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here. 2012-09-30 00:00:46 -04:00
woman.el * lisp/woman.el (woman-default-faces, woman-monochrome-faces): Mark as obsolete. 2012-11-25 00:58:43 +08:00
x-dnd.el
xml.el
xt-mouse.el

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.