1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lisp
Stefan Monnier d0fcaff514 * lisp/erc/erc.el: Use lexical-binding.
(erc-user-full-name): Minor CSE simplification.
(erc-mode-map): Assume command-remapping is available.
(erc-once-with-server-event): Replace `forms' arg with a function arg.
(erc-once-with-server-event-global): Remove.
(erc-ison-p): Adjust to change in erc-once-with-server-event.
(erc-get-buffer-create): Remove arg `proc'.
(iswitchb-make-buflist-hook): Declare.
(erc-setup-buffer): Use pcase; avoid ((lambda ..) ..).
(read-passwd): Assume it exists.
(erc-display-line, erc-cmd-IDLE): Avoid add-to-list, adjust to change
in erc-once-with-server-event.
(erc-cmd-JOIN, erc-set-channel-limit, erc-set-channel-key)
(erc-add-query): Minor CSE simplification.
(erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Adjust to change
in erc-once-with-server-event.
(erc-echo-notice-in-user-and-target-buffers): Avoid add-to-list.
* lisp/erc/erc-track.el: Use lexical-binding.
(erc-make-mode-line-buffer-name): Use closures instead of `(lambda...).
(erc-faces-in): Avoid add-to-list.
* lisp/erc/erc-notify.el: Use lexical-binding.
(erc-notify-timer): Adjust to change in erc-once-with-server-event.
(erc-notify-QUIT): Use a closure instead of `(lambda...).
* lisp/erc/erc-list.el: Use lexical-binding.
(erc-list-install-322-handler, erc-cmd-LIST): Adjust to change in
erc-once-with-server-event.
* lisp/erc/erc-button.el: Use lexical-binding.
(erc-button-next-function): Use a closure instead of `(lambda...).
2013-08-22 00:06:45 -04:00
..
calc * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
calendar * lisp/calendar/timeclock.el: Minor cleanups. 2013-08-21 21:09:08 -04:00
cedet Merge with CEDET upstream (rev. 8579). 2013-07-29 22:26:19 +02:00
emacs-lisp * lisp/emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression): 2013-08-21 14:26:15 -04:00
emulation Fix some custom types 2013-08-13 00:42:51 -07:00
erc * lisp/erc/erc.el: Use lexical-binding. 2013-08-22 00:06:45 -04:00
eshell Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
gnus Gnus: Exclude iso-2022-jp-2 and shift_jis from the default value set to mm-coding-system-priorities for Japanese users 2013-08-19 05:10:33 +00:00
international * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
language
mail Fix some custom types 2013-08-13 00:42:51 -07:00
mh-e * etc/tutorials/TUTORIAL.translators (Maintainer): Update the maintainer. 2013-08-02 14:59:25 +08:00
net * net/tramp.el: 2013-08-17 12:20:15 +02:00
nxml * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
obsolete Tweak some settings of compile-command 2013-08-13 00:56:43 -07:00
org Fix typos in ChangeLogs. 2013-07-26 19:02:22 +02:00
play * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
progmodes Add rudimentary inferior shell interaction 2013-08-20 21:16:27 -04:00
term Fix build with zlib on MS-Windows. 2013-08-12 16:15:01 +03:00
textmodes Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
url * url-http.el (url-http-parse-headers): Always place point at the 2013-08-14 15:03:25 +02:00
vc lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
.gitignore
abbrev.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
align.el * lisp/align.el: Use lexical-binding. 2013-08-20 18:13:29 -04:00
allout-widgets.el lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
allout.el lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
ansi-color.el * lisp/ansi-color.el: Fix old URL. 2013-07-24 11:49:24 +08:00
apropos.el * lisp/subr.el (macrop): New function. 2013-08-04 16:18:11 -04:00
arc-mode.el * arc-mode.el (archive-mode): Add `archive-write-file' also for 2013-06-20 13:45:45 +02:00
array.el
autoarg.el
autoinsert.el * autoinsert.el (auto-insert-alist): Default to lexical-binding. 2013-07-05 10:37:39 +08:00
autorevert.el * lisp/files.el: Use lexical-binding. 2013-08-01 19:18:37 -04:00
avoid.el
battery.el
bindings.el * lisp/bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register. 2013-08-08 02:44:22 +02:00
bookmark.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
bs.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
buff-menu.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
button.el
calculator.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
case-table.el
cdl.el
ChangeLog * lisp/calendar/timeclock.el: Minor cleanups. 2013-08-21 21:09:08 -04:00
ChangeLog.1
ChangeLog.2 Fix typos. 2013-06-11 18:51:12 +02:00
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 Fix typos in ChangeLogs. 2013-07-26 19:02:22 +02:00
ChangeLog.8
ChangeLog.9
ChangeLog.10 Fix typos in ChangeLogs. 2013-07-26 19:02:22 +02:00
ChangeLog.11
ChangeLog.12
ChangeLog.13 Spelling fixes. 2013-06-30 08:10:33 -07:00
ChangeLog.14
ChangeLog.15 Fix typos in ChangeLogs. 2013-07-26 19:02:22 +02:00
ChangeLog.16 Fix typos in ChangeLogs. 2013-07-26 19:02:22 +02:00
chistory.el
cmuscheme.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
color.el
comint.el * lisp/comint.el: 2013-08-08 21:22:58 +02:00
completion.el lisp/completion.el: Remove stuff unused since 2013-03-15T16:06:12Z!handa@gnu.org. 2013-08-10 14:00:19 +02:00
composite.el lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-local. 2013-06-21 14:24:37 +02:00
COPYING
cus-dep.el
cus-edit.el lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p. 2013-06-20 13:29:30 +02:00
cus-face.el
cus-start.el Fix some custom types 2013-08-13 00:42:51 -07:00
cus-theme.el
custom.el Make defvar affect the default binding outside of any let. 2013-08-02 17:16:33 -04:00
dabbrev.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
delim-col.el
delsel.el
descr-text.el
desktop.el Spelling fixes. 2013-08-15 22:15:51 -07:00
dframe.el
dired-aux.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
dired-x.el Merge from emacs-24; up to 2013-01-01T11:02:14Z!rudalics@gmx.at 2013-07-25 00:10:56 -07:00
dired.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
dirtrack.el
disp-table.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
dnd.el
doc-view.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
dos-fns.el
dos-vars.el
dos-w32.el * lisp/lpr.el: Signal print errors more prominently. 2013-07-24 00:37:11 -04:00
double.el
dynamic-setting.el
ebuff-menu.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
echistory.el
edmacro.el * lisp/edmacro.el (edmacro-format-keys): Fix previous change. 2013-07-15 15:45:22 -04:00
ehelp.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
electric.el * lisp/electric.el (electric-pair-mode): Improve interaction with 2013-06-19 00:42:32 -04:00
elide-head.el
emacs-lock.el lisp/bs.el, emacs-lock.el: Use defvar-local, setq-local. 2013-06-22 04:33:33 +02:00
env.el
epa-dired.el
epa-file.el
epa-hook.el
epa-mail.el Add aliases for encrypting mail. 2013-07-26 05:32:44 -04:00
epa.el Add aliases for encrypting mail. 2013-07-26 05:32:44 -04:00
epg-config.el
epg.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
expand.el
ezimage.el
face-remap.el lisp/face-remap.el (buffer-face-toggle): Fix typo in docstring. 2013-06-18 12:52:07 +02:00
facemenu.el
faces.el * lisp/faces.el (tty-setup-hook): Declare the hook. 2013-07-08 18:26:37 -04:00
ffap.el lisp/ffap.el: Fix reference to variable thing-at-point-default-mail-uri-scheme. 2013-08-10 01:08:46 +02:00
filecache.el lisp/filecache.el (file-cache-delete-file-list): Print message only when told so. 2013-08-10 01:15:39 +02:00
filenotify.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
files-x.el * lisp/files-x.el (read-file-local-variable-value): Add `default'. 2013-06-25 23:48:54 +03:00
files.el * lisp/files.el (cache-long-line-scans): Make 2013-08-06 20:33:14 +04:00
filesets.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
find-cmd.el
find-dired.el
find-file.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
find-lisp.el lisp/find-lisp.el: Fix typos in docstrings. 2013-08-06 14:12:33 +02:00
finder.el * lisp/emacs-lisp/package.el: Don't activate packages older than builtin. 2013-06-15 11:36:11 -04:00
flow-ctrl.el
foldout.el
follow.el Remove documentation of undefined behavior. 2013-08-16 08:20:56 +08:00
font-core.el
font-lock.el * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. 2013-06-20 23:37:44 -07:00
format-spec.el
format.el * lisp/format.el (format-annotate-function): Handle read-only text properties 2013-07-26 20:29:42 -04:00
forms.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
frame.el * doc/lispref/frames.texi (Display Feature Testing): Add indexes. 2013-08-13 10:45:12 +08:00
frameset.el Spelling fixes. 2013-08-15 22:15:51 -07:00
fringe.el
generic-x.el * lisp/progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix. 2013-08-07 18:42:44 -04:00
gs.el
help-at-pt.el
help-fns.el lisp/help-fns.el (describe-variable): Add extra line for permanent-local vars. 2013-06-15 03:12:05 +02:00
help-macro.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
help-mode.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
help.el lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
hex-util.el
hexl.el
hfy-cmap.el
hi-lock.el Search and highlight symbol at point. 2013-06-03 11:51:50 +03:00
hilit-chg.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
hippie-exp.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
hl-line.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
htmlfontify.el * lisp/htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg. 2013-06-25 23:59:48 -07:00
ibuf-ext.el * ibuf-ext.el (ibuffer-filter-by-filename): Make it work with dired buffers too. 2013-07-31 00:32:58 -07:00
ibuf-macs.el
ibuffer.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
icomplete.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
ido.el * lisp/ido.el (ido-completion-help): Fix up compiler warning. 2013-08-08 20:54:22 -04:00
ielm.el
iimage.el
image-dired.el image-dired.el: use with-current-buffer 2013-07-20 12:29:02 -07:00
image-file.el
image-mode.el Add functions to change the speed of animated images 2013-08-15 23:33:08 -07:00
image.el Add functions to change the speed of animated images 2013-08-15 23:33:08 -07:00
imenu.el
indent.el
info-look.el
info-xref.el Make info-xref checks case-sensitive by default 2013-07-02 20:09:38 -07:00
info.el Revert introduction of isearch-filter-predicates. 2013-08-05 14:05:46 -04:00
informat.el
isearch.el lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
isearchb.el
iswitchb.el
jit-lock.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
jka-cmpr-hook.el
jka-compr.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
json.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
kermit.el
kmacro.el
ldefs-boot.el Auto-commit of loaddefs files. 2013-07-01 06:20:51 -04:00
linum.el
loadhist.el
loadup.el Revert introduction of isearch-filter-predicates. 2013-08-05 14:05:46 -04:00
locate.el
lpr.el * lisp/lpr.el: Signal print errors more prominently. 2013-07-24 00:37:11 -04:00
ls-lisp.el
macros.el
Makefile.in Use a @configure_input@ comment at the start of generated Makefiles 2013-07-23 18:57:17 -04:00
makefile.w32-in
makesum.el
man.el
master.el
mb-depth.el
md4.el
menu-bar.el Simplify news and mail menu items 2013-08-15 23:50:58 -07:00
midnight.el
minibuf-eldef.el
minibuffer.el * minibuffer.el (completion--sifn-requote): Bind `non-essential'. 2013-08-20 12:04:13 +02:00
misc.el
misearch.el
mouse-copy.el
mouse-drag.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
mouse.el
mpc.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
msb.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
mwheel.el
newcomment.el * newcomment.el (comment-search-forward, comment-search-backward): Doc fix. 2013-06-18 13:57:56 -04:00
notifications.el
novice.el
outline.el
paren.el
password-cache.el
pcmpl-cvs.el
pcmpl-gnu.el * lisp/pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound. 2013-06-01 13:10:08 -07:00
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcmpl-x.el
pcomplete.el
printing.el * printing.el: Replace all uses of deleted ps-flatten-list with lpr- version. 2013-07-24 00:16:25 -07:00
proced.el
profiler.el lisp/profiler.el (profiler-format-number): Use log, not log10. 2013-06-21 02:53:33 +02:00
ps-bdf.el
ps-def.el
ps-mule.el * lisp/lpr.el: Signal print errors more prominently. 2013-07-24 00:37:11 -04:00
ps-print.el * lisp/lpr.el: Signal print errors more prominently. 2013-07-24 00:37:11 -04:00
ps-samp.el
README
recentf.el
rect.el
register.el Move frameset-to-register stuff from register.el to frameset.el. 2013-08-09 02:30:24 +02:00
repeat.el
replace.el Revert introduction of isearch-filter-predicates. 2013-08-05 14:05:46 -04:00
reposition.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
reveal.el
rfn-eshadow.el * minibuffer.el (completion--sifn-requote): Bind `non-essential'. 2013-08-20 12:04:13 +02:00
rot13.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
ruler-mode.el
savehist.el
saveplace.el Add support for dired in saveplace. 2013-06-14 11:32:01 +02:00
sb-image.el
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el
server.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
ses.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
shadowfile.el Remove some more reimplementations of cl-lib functions 2013-07-11 20:54:57 -07:00
shell.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
simple.el Reverse previous change, because kill-{new, append} don't have obvious advantage. 2013-08-16 16:27:49 +08:00
skeleton.el * lisp/autorevert.el (auto-revert-notify-handler): Use memq. 2013-06-05 15:57:10 -04:00
sort.el
soundex.el
speedbar.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
startup.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
strokes.el
subr.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
t-mouse.el
tabify.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
talk.el Do not call to `selected-frame' where it is assumed by default. 2013-08-05 14:35:55 +04:00
tar-mode.el * lisp/emacs-lisp/package.el: Use tar-mode rather than tar executable. 2013-06-20 23:08:47 -04:00
tempo.el
term.el * term.el (term-suppress-hard-newline): New option (tiny change) 2013-06-12 22:27:05 -07:00
thingatpt.el lisp/*.el: Remove lexical-binding warnings; additional small cleanups. 2013-08-10 17:17:29 +02:00
thumbs.el Remove some reimplementations of cl-gensym 2013-07-11 13:16:19 -04:00
time-stamp.el
time.el * lisp/time.el (display-time-event-handler) 2013-08-09 14:49:36 -04:00
timezone.el
tmm.el
tool-bar.el
tooltip.el
tree-widget.el
tutorial.el lisp/*.el: More lexical-binding warnings' cleanups. 2013-08-11 02:07:48 +02:00
type-break.el
uniquify.el
userlock.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
vcursor.el
version.el lisp/*.el: Silence lexical-binding warnings. 2013-08-09 01:59:14 +02:00
view.el lisp/*.el: More lexical-binding warnings' cleanups. 2013-08-11 02:07:48 +02:00
vt100-led.el
vt-control.el
w32-common-fns.el
w32-fns.el
w32-vars.el
wdired.el Revert introduction of isearch-filter-predicates. 2013-08-05 14:05:46 -04:00
whitespace.el Refactor out setting `whitespace-indent-tabs-mode' and 2013-08-01 14:58:28 +02:00
wid-browse.el
wid-edit.el Remove some more reimplementations of cl-lib functions 2013-07-11 20:54:57 -07:00
widget.el
windmove.el
window.el In mouse-autoselect-window-select do autoselect when mouse pointer is on margin. 2013-08-16 11:44:32 +02:00
winner.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
woman.el lisp/*.el: More lexical-binding warnings' cleanups. 2013-08-11 02:07:48 +02:00
x-dnd.el
xml.el lisp/xml.el (xml-parse-tag-1): Use looking-at. 2013-08-12 17:11:35 +02:00
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.