Juanma Barranquero
373ed13578
(find-function-noselect, find-function, find-variable-noselect, find-variable,
...
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
2006-11-03 15:09:49 +00:00
Stefan Monnier
8f1a5a9b18
(find-function-regexp): Don't match "define-button-type".
2006-10-02 02:27:12 +00:00
Nick Roberts
35b6eb23c6
(find-function-search-for-symbol): Expand comment.
2006-07-23 21:21:29 +00:00
Nick Roberts
7358462606
(find-function-search-for-symbol): Handle "C-h f `".
2006-07-22 22:51:11 +00:00
Richard M. Stallman
39ff5f6495
(find-function-search-for-symbol):
...
If can't find definition, return nil for position.
(find-function-do-it): Handle new return value of find-definition-noselect.
(find-definition-noselect, find-variable-noselect): Doc fix.
(find-function-noselect): Doc fix.
2006-07-12 16:03:47 +00:00
Stefan Monnier
a04e10bc37
(find-function-search-for-symbol): Add comments.
2006-04-13 14:31:23 +00:00
Bill Wohler
1d22fabd46
(find-function-regexp): Allow dashes in defun name, in similar fashion
...
to find-variable-regexp.
2006-04-10 22:33:51 +00:00
Stefan Monnier
2b690e5b35
(find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
...
need to be quoted.
2006-04-10 18:45:34 +00:00
Luc Teirlinck
f352b9d773
(find-library-suffixes): Use get-load-suffixes' instead of
load-suffixes'.
...
(find-library-name): Use `load-file-rep-suffixes' instead of '("").
2006-02-27 02:03:00 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Luc Teirlinck
c67a6c4884
(find-definition-noselect): Minor doc fix.
2006-02-05 05:58:26 +00:00
Eli Zaretskii
3bdedbcb8c
(find-definition-noselect, find-variable-noselect): Search variables in
...
C source code too.
(find-function-C-source, find-function-noselect, find-function)
(find-function-other-frame, find-variable-noselect, find-variable)
(find-variable-other-frame, find-variable-at-point): Fix docstrings.
2006-01-21 20:39:30 +00:00
Eli Zaretskii
43c7b3019a
(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
2006-01-06 12:03:41 +00:00
Juri Linkov
aa4a1bf805
(find-function-regexp):
...
Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
(find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
and easy-menu-define.
2005-12-04 02:35:20 +00:00
Romain Francoise
53aaf457fe
(find-library-name): Also strip extension if library name ends in .el,
...
to take advantage of `find-library-suffixes'.
2005-10-25 19:25:23 +00:00
Richard M. Stallman
b44da9f16b
(find-library-name): Doc fix.
2005-10-21 17:22:25 +00:00
Deepak Goel
55aed1209c
message format spec fixes, commit # 9
2005-09-18 12:40:26 +00:00
Thien-Thi Nguyen
3731a85096
Update years in copyright notice; nfc.
2005-08-06 17:48:15 +00:00
Juri Linkov
09ca832919
(find-function-regexp): Add `define-compilation-mode'.
2005-07-19 14:23:02 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Masatake YAMATO
6dfa731f20
* emacs-lisp/find-func.el (find-function-noselect): Handle
...
subroutines.
* help-fns.el (help-C-file-name): Added autoload mark for
`find-function-noselect'.
2005-05-30 18:06:02 +00:00
Juri Linkov
fe3947c39d
(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.
2005-03-16 07:41:57 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
c7ce7fc43b
(find-face-definition): Renamed from find-face.
2005-01-07 02:52:29 +00:00
Richard M. Stallman
436c08c288
(find-variable, find-variable-other-window, find-variable-other-frame):
...
Fix the TYPE args to find-function-read and find-function-do-it.
(find-function): Doc fix.
(find-function-at-point): Replace function-at-point alias.
2005-01-05 19:31:57 +00:00
Richard M. Stallman
0acffda1d3
Doc fixes.
...
(find-face-regexp): New variable.
(find-function-regexp-alist): New variable.
(find-function-C-source): Third arg is now TYPE.
(find-function-search-for-symbol): Handle general TYPE.
(find-function-read, find-function-do-it): Handle general TYPE.
(find-definition-noselect, find-face): New functions.
(function-at-point): Alias deleted.
2005-01-05 01:08:24 +00:00
Stefan Monnier
1b60b25ac3
(find-variable-regexp): Avoid defface.
2005-01-03 22:05:12 +00:00
Richard M. Stallman
9f14330b7b
(find-function-noselect): Call symbol-file with `defun'.
...
(find-variable-noselect): Call symbol-file with `defvar'.
2004-12-27 16:17:10 +00:00
Juri Linkov
b0339ffd83
(find-function-regexp): Optimize define-minor-mode'. Add
defun-cvs-mode'.
...
Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
Remove invalid `\W' from [^cgv\W]. Doc fix.
(find-function-search-for-symbol): Replace "\\>" with "\\_>".
2004-11-16 15:26:30 +00:00
Stefan Monnier
4479a2f89a
(find-function-C-source-directory): New var.
...
(find-function-C-source): New fun.
(find-function-search-for-symbol): Use it.
2004-04-29 18:39:14 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
cb4f3fc8a8
(find-function-on-key): Move the call to find-function-other-window
...
outside the save-excursion.
2003-05-19 14:47:46 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Dave Love
7b1824c287
(find-variable-noselect): Make it work
...
with new load-history format.
2003-01-03 21:12:01 +00:00
Stefan Monnier
1a40d81d1a
(find-library-name): Correctly find "f.el.gz" from "f.elc" or "f.elc.gz".
2002-09-25 18:58:37 +00:00
Stefan Monnier
43ce8949e9
(find-library-name): Typo.
2002-09-12 21:49:55 +00:00
Stefan Monnier
4dbf594b9f
(find-library-name): Don't forget the empty suffix. Fix stale variable name.
2002-09-12 21:48:20 +00:00
Stefan Monnier
f77a605054
(find-library-suffixes, find-library-name)
...
(find-library): New funs.
(find-function-search-for-symbol): Use it.
2002-09-09 21:50:36 +00:00
John Paul Wallington
cb0fd101b9
* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
...
* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type. Doc fix.
2002-09-07 06:45:43 +00:00
Juanma Barranquero
2251e3edaf
(find-function-search-for-symbol): Fix spacing.
2002-09-06 07:13:27 +00:00
Stefan Monnier
b88b46f269
(find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.
2002-08-15 00:08:48 +00:00
Richard M. Stallman
2bef95e520
(find-function-search-for-symbol): Obey `definition-name' properties.
2002-08-13 01:49:40 +00:00
Stefan Monnier
54cabb1b65
(find-function-search-for-symbol): Find funs defined with defun-cvs-mode.
...
(find-function-space-re): New const. Skips comments as well.
(find-function-regexp, find-variable-regexp): Use it.
2002-05-16 20:11:23 +00:00
Markus Rost
4562c2e45f
(find-function-search-for-symbol): Handle more whitespace/newline
...
combinations in symbol definitions.
2002-05-12 19:05:37 +00:00
Markus Rost
a4f430482b
(find-function-search-for-symbol): Add autoload cookie.
...
(find-function-regexp): Include "\(quote " to match the defaliases in
loaddefs.el.
2002-05-08 16:42:09 +00:00
Markus Rost
fe75e6d023
(find-function-search-for-symbol): Use with-syntax-table.
2002-05-06 21:12:42 +00:00
Markus Rost
77186c6280
(find-function-search-for-symbol): Bind case-fold-search when searching.
2002-05-04 15:42:34 +00:00
Stefan Monnier
1c787e34e5
(find-function-search-for-symbol):
...
If the regexp doesn't match, use a looser one.
(find-variable-noselect): Add `file' argument.
2001-10-30 04:51:55 +00:00
Gerd Moellmann
d2922337c4
(find-function-regexp): Add
...
easy-mmode-define-global-mode to the regexp. Allow newlines
in front of the function name.
2001-07-25 15:04:21 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00