1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
emacs/lisp
Dmitry Gutov 089632800a Add xref-find-regexp
* lisp/progmodes/xref.el (xref-find-function): Describe the
`matches' action.
(xref-find-regexp): New command, using it.
(xref-collect-references): Rename to xref-collect-matches.
(xref--collect-reference): Rename to xref--collect-match.
(xref-collect-matches, xref--collect-match): Accept new argument,
KIND.  Update accordingly.
(xref--regexp-to-extended): New function.

* lisp/progmodes/elisp-mode.el (elisp-xref-find): Support the
`matches' action.
(elisp--xref-find-matches): Accept new argument.  Resolve a FIXME.

* lisp/progmodes/etags.el (etags-xref-find):
Support the `matches' action.
(etags--xref-find-matches): New function.
2015-05-11 02:07:27 +03:00
..
calc * lisp/calc/calc.el (math-zerop): Declare. 2015-05-07 22:42:37 -07:00
calendar Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
cedet semantic/symref/grep: Don't use word boundaries 2015-05-10 20:45:38 +03:00
emacs-lisp New version of `seq-let' based on a pcase pattern 2015-05-10 20:19:38 +02:00
emulation Silence some compilation warnings 2015-04-30 20:09:02 -04:00
erc ; ChangeLog fixes 2015-04-17 13:48:00 -04:00
eshell PATH- and completion-related fixes in Eshell on MS-Windows 2015-04-29 20:52:02 +03:00
gnus Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
international Fix display of keyboard layouts for right-to-left scripts 2015-05-02 17:08:54 +03:00
language Update source file encoding list 2015-04-28 10:52:06 -07:00
leim/quail Minor improvements in Bulgarian input methods 2015-04-18 11:01:36 +03:00
mail ; Auto-commit of loaddefs files. 2015-05-09 06:24:38 -04:00
mh-e ; ChangeLog fixes 2015-04-17 13:48:00 -04:00
net Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
nxml
obsolete Replace an obsolete function alias 2015-04-28 23:40:27 -07:00
org * lisp/org/org-{macs,list}.el: Fix lexical warnings 2015-05-04 11:32:39 -04:00
play * lisp/play/gametree.el (gametree-show-children-and-entry) 2015-05-04 20:20:40 -04:00
progmodes Add xref-find-regexp 2015-05-11 02:07:27 +03:00
term Quieten --without-x compilation. 2015-05-08 20:24:37 -04:00
textmodes Add basic HTML5 tags and a template 2015-05-10 20:56:45 +03:00
url Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
vc * lisp/vc/log-edit.el: Handle "(tiny change)". (Bug#20324) 2015-05-07 23:03:02 -07:00
abbrev.el * abbrev.el (define-abbrev-table): Refine last change. 2015-04-10 02:47:44 -04:00
align.el
allout-widgets.el
allout.el * lisp/allout.el (epg-user-id-string, epg-key-user-id-list): 2015-05-04 20:21:47 -04:00
ansi-color.el
apropos.el
arc-mode.el
array.el
autoarg.el
autoinsert.el
autorevert.el * autorevert.el (auto-revert-notify-add-watch): fix handler installation 2015-03-04 19:39:24 +03:00
avoid.el
battery.el * lisp/battery.el: Make it work on my MSI Wind 2015-03-06 23:42:10 -05:00
bindings.el Fix the desired binding for comment-line 2015-02-22 22:00:26 -08:00
bookmark.el * lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop. 2015-04-09 11:07:15 -04:00
bs.el
buff-menu.el
button.el lisp/button.el (button-activate, push-button): Doc fix. (Bug#19628) 2015-01-20 20:15:20 +02:00
calculator.el lisp/calculator.el (calculator-update-display): Bug fix & improvement. 2015-01-25 22:42:01 -05:00
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
ChangeLog.16 Spelling fix for 'hfy-optimizations' 2015-04-05 23:43:22 -07:00
ChangeLog.17 ; Convert ChangeLog history files to "Bug#NNNN" 2015-04-18 19:48:24 -07:00
chistory.el
cmuscheme.el
color.el
comint.el Fix fontification of keywords clobbered by the prompt. 2015-04-17 19:56:41 +02:00
completion.el (completion-lisp-mode-hook): Use completion-separator-chars 2015-04-13 10:35:15 -04:00
composite.el
COPYING
cus-dep.el Fix the value default-directory gets in custom-make-dependencies. 2015-01-19 09:50:41 +00:00
cus-edit.el * lisp/cus-edit.el (custom-file): Consider init-file-had-error 2015-04-22 11:51:11 +01:00
cus-face.el
cus-start.el * lisp/cus-start.el (exec-path): Set standard value, to avoid rogue. 2015-04-20 17:40:32 -04:00
cus-theme.el
custom.el * lisp/custom.el (custom-declare-group): No need to purecopy 2015-04-21 21:30:54 -04:00
dabbrev.el
delim-col.el
delsel.el * lisp/delsel.el: Deprecate the `kill' option. Use lexical-binding. 2015-02-05 11:02:10 -05:00
descr-text.el descr-text: add `describe-char-eldoc' describing character at point 2015-01-20 15:03:20 +01:00
desktop.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
dframe.el
dired-aux.el * lisp/dired-aux.el (dired-do-print): Require lpr. 2015-05-08 20:14:42 -04:00
dired-x.el
dired.el ; Auto-commit of loaddefs files. 2015-05-09 06:24:38 -04:00
dirtrack.el
disp-table.el
dnd.el
doc-view.el doc-view.el (doc-view-kill-proc-and-buffer): Obsolete. 2015-02-06 07:44:02 -02:00
dom.el * lisp/dom.el: Load subr-x when compiling, for when-let. 2015-04-30 20:09:50 -04:00
dos-fns.el
dos-vars.el
dos-w32.el
double.el
dynamic-setting.el
ebuff-menu.el
echistory.el
edmacro.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
ehelp.el
elec-pair.el * lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `chomp' as a function. 2015-04-18 18:07:16 -07:00
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 Utilize `make-process' in epg.el 2015-04-12 07:00:41 +09:00
expand.el
ezimage.el
face-remap.el
facemenu.el Fix 'face property handling in facemenu-add-face. 2015-02-26 18:09:48 +00:00
faces.el Fix 'face property handling in facemenu-add-face. 2015-02-26 18:09:48 +00:00
ffap.el ffap.el (ffap-read-file-or-url): Fix completing-read call 2015-05-08 16:43:21 +02:00
filecache.el * filecache.el (file-cache-filter-regexps): Add lock files (tiny change) 2015-02-23 23:50:44 -08:00
filenotify.el * filenotify.el (file-notify--descriptor): Do not cons for remote files. 2015-01-13 15:58:50 +01:00
files-x.el
files.el * lisp/files.el (pwd): 2015-05-01 23:24:10 +02:00
filesets.el
find-cmd.el
find-dired.el
find-file.el
find-lisp.el
finder.el
flow-ctrl.el
foldout.el * lisp/foldout.el: Update for 2015-01-30 outline.el changes. 2015-04-28 21:09:25 -04:00
follow.el
font-core.el
font-lock.el Add save-mark-and-excursion', which has the old save-excursion' behavior 2015-05-04 11:46:12 -07:00
format-spec.el
format.el
forms.el Deprecate intangible' and point-entered' properties 2015-04-13 15:51:15 -04:00
frame.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
frameset.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
fringe.el
generic-x.el
gs.el
help-at-pt.el
help-fns.el * lisp/help-fns.el (describe-function-1): 2015-05-05 19:50:43 -04:00
help-macro.el
help-mode.el Use user-error where error is inappropriate 2015-02-18 16:36:22 -02:00
help.el help--binding-locus: Document argument POSITION. 2015-05-08 17:28:04 +02:00
hex-util.el
hexl.el eldoc: modify eldoc-documentation-function' using add-function' 2015-01-20 15:04:15 +01:00
hfy-cmap.el
hi-lock.el * lisp/eshell: Fix history substitution error 2015-02-24 14:03:54 -05:00
hilit-chg.el
hippie-exp.el
hl-line.el
htmlfontify.el Spelling fix for 'hfy-optimizations' 2015-04-05 23:43:22 -07:00
ibuf-ext.el
ibuf-macs.el
ibuffer.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
icomplete.el
ido.el Add predicate' arg to read-buffer' and use it for erc-iswitchb 2015-03-16 14:49:01 -04:00
ielm.el eldoc: modify eldoc-documentation-function' using add-function' 2015-01-20 15:04:15 +01:00
iimage.el
image-dired.el
image-file.el
image-mode.el image-mode.el (image-kill-buffer): New command bound to k. 2015-02-06 07:43:50 -02:00
image.el
imenu.el
indent.el * lisp/indent.el (indent-region): Don't deactivate the mark 2015-04-17 10:30:50 -04:00
info-look.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
info-xref.el
info.el * lisp/info.el (Info-menu): Properly provide the `default' 2015-04-27 00:52:46 -04:00
informat.el
isearch.el * lisp/isearch.el (isearch-mode-map): Allow backspace remapping 2015-05-01 17:11:19 -04:00
isearchb.el Add predicate' arg to read-buffer' and use it for erc-iswitchb 2015-03-16 14:49:01 -04:00
jit-lock.el Tidy up fix to debbugs#20240. 2015-04-05 14:40:57 +00:00
jka-cmpr-hook.el
jka-compr.el
json.el Only escape quotation mark, backslash and cntrl U+0000 to U+001F 2015-03-25 21:54:29 +02:00
kermit.el
kmacro.el
ldefs-boot.el ; Auto-commit of loaddefs files. 2015-05-01 06:17:48 -04:00
let-alist.el
linum.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
loadhist.el
loadup.el * lisp/loadup.el (custom-current-group-alist): Reset before dumping. 2015-04-20 18:16:25 -04:00
locate.el
lpr.el
ls-lisp.el
macros.el
Makefile.in Use ${EXEEXT} more uniformly in makefiles 2015-02-23 10:10:24 -08:00
makefile.w32-in
makesum.el
man.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
master.el
mb-depth.el
md4.el
menu-bar.el * menu-bar.el (menu-bar-update-buffers): Properly count buffers. 2015-03-22 19:29:57 +00:00
midnight.el * lisp/midnight.el: Make it a minor mode. Allow predicates. 2015-04-27 19:07:51 -04:00
minibuf-eldef.el
minibuffer.el * lisp/minibuffer.el (completion-category-defaults): Default to nil. 2015-01-05 11:34:06 -05:00
misc.el
misearch.el Add doc strings for some Isearch state vars 2015-04-07 10:13:48 -07:00
mouse-copy.el Replace an obsolete function alias 2015-04-28 23:40:27 -07:00
mouse-drag.el
mouse.el * lisp/mouse.el (minor-mode-menu-from-indicator): 2015-04-24 14:46:42 -04:00
mpc.el
msb.el
mwheel.el
newcomment.el newcomment.el (comment-line): Fix missing paren. 2015-02-08 20:24:36 -02:00
notifications.el
novice.el
outline.el lisp/outline.el (outline-show-entry): Fix one invisible char 2015-02-08 16:08:40 +01:00
paren.el
password-cache.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el pcmpl-ssh-known-hosts: Use char-before' instead of looking-back'. 2015-04-03 13:57:42 +02:00
pcmpl-x.el
pcomplete.el Backport: Parse pcomplete arguments regardless of pcomplete-cycle-completions 2015-01-16 05:43:39 +03:00
printing.el
proced.el
profiler.el
ps-bdf.el
ps-def.el
ps-mule.el
ps-print.el Auto-commit of loaddefs files. 2015-01-02 07:22:18 -05:00
ps-samp.el
README
recentf.el
rect.el * lisp/rect.el (delete-whitespace-rectangle-line): Don't cross EOL. 2015-04-12 15:50:02 +02:00
register.el Push mark before goto-char in jump-to-register and check-parens 2015-02-18 16:36:24 -02:00
repeat.el
replace.el * lisp/replace.el (query-replace-from-to-separator): Delay initialization 2015-04-16 08:32:38 -07:00
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
ruler-mode.el
savehist.el
saveplace.el * lisp/saveplace.el (save-place-mode): New minor mode. 2015-04-27 19:12:11 -04:00
sb-image.el
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el
server.el ; * lisp/server.el: Comment. 2015-04-24 14:47:30 -04:00
ses.el Deprecate intangible' and point-entered' properties 2015-04-13 15:51:15 -04:00
shadowfile.el
shell.el Use generic `display-buffer-alist' instead of mode-specific customizations. 2015-01-06 16:32:09 -05:00
simple.el Avoid infloop in ERC 2015-05-09 16:06:48 +03:00
skeleton.el
sort.el
soundex.el
speedbar.el
startup.el * lisp/startup.el (command-line) <site-run-file>: Avoid rogue value in emacs -Q. 2015-04-20 17:46:24 -04:00
strokes.el
subr.el * lisp/subr.el (delete-dups): Pre-size the hashtable. 2015-05-06 21:13:56 -04:00
t-mouse.el
tabify.el
talk.el
tar-mode.el Allow for adding new members to Tar archives. 2015-01-27 21:56:57 +00:00
tempo.el
term.el Stop messing with the EMACS env var 2015-04-09 11:01:04 -04:00
thingatpt.el
thumbs.el
time-stamp.el
time.el
timezone.el
tmm.el
tool-bar.el
tooltip.el
tree-widget.el
tutorial.el
type-break.el
uniquify.el
userlock.el
vcursor.el
version.el Update docstring of emacs-repository-get-version. 2015-01-17 23:19:15 +01:00
view.el
vt-control.el
vt100-led.el
w32-fns.el * lisp/w32-fns.el (w32-shell-name): Silence compiler. 2015-05-05 20:10:59 -07:00
w32-vars.el Resurrect the lost optional fixed font menu on w32 2015-03-17 20:29:55 +02:00
wdired.el
whitespace.el Update the options in whitespace-style defcustom 2015-05-02 12:15:46 +03:00
wid-browse.el
wid-edit.el Fix following doc-links in `widget-documentation-link-action' 2015-04-23 09:11:59 +02:00
widget.el Type checking for `define-widget' 2015-03-14 16:32:04 -07:00
windmove.el Use user-error where error is inappropriate 2015-02-18 16:36:22 -02:00
window.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
winner.el Use user-error where error is inappropriate 2015-02-18 16:36:22 -02:00
woman.el
x-dnd.el browse-url: mark some of the more obsolete stuff as such 2015-03-24 23:26:48 -07:00
xml.el
xt-mouse.el Spelling fixes 2015-03-25 18:19:52 -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.