1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Stefan Monnier
1a4914f340 Use find-file-hook instead of find-file-hooks. 2002-08-15 00:48:20 +00:00
Richard M. Stallman
ecafbba26b (which-function): Call imenu--make-index-alist
if necessary to get a list of functions.
(which-function-imenu-failed): New variable.
(which-func-update): Handle all visible windows.
(which-func-update-1): New subroutine broken out of which-func-update.
2001-11-22 00:08:32 +00:00
Pavel Janík
3c3e43ef06 Doc fix. 2001-07-16 12:46:31 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Gerd Moellmann
6033fc96b6 Doc fix. 2001-07-16 09:03:47 +00:00
Pavel Janík
1cd7adc68a Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
Gerd Moellmann
e0f82ad8c8 (which-func-mode, which-func-ff-hook)
(which-function-mode): Remove references to
which-func-mode-global.
2001-07-13 14:37:39 +00:00
Richard M. Stallman
10e65e4185 (which-func-maxout): Increase default to 500000.
(which-function-mode): This is now the "real" name of the function.
(which-func-mode): Now an alias.
(which-func-mode-global): Name deleted.
2001-06-26 11:52:27 +00:00
Stefan Monnier
d530d358fd (which-func-modes): Add cperl-mode.
(which-func-mode-global): Use define-minor-mode.
2001-03-06 23:47:40 +00:00
Stefan Monnier
532f519779 (which-func-mode): Invert which-func-mode-global.
Fix from Juanma Barranquero <lektu@uol.com.br>.
2001-02-08 22:14:49 +00:00
Stefan Monnier
b6d95ba5c2 Update maintainer line. 2000-11-21 21:04:31 +00:00
Stefan Monnier
7a513c475d (which-func-format): Remove spurious space.
(which-func-mode): Don't make it permanent-local.
(which-func-ff-hook): Allow which-func-maxout to be nil.
(which-func-update): Simplify a bit.  Only run if which-func-mode is t.
(which-func-mode): Simplify.
Use post-command-idle-hook rather than post-command-hook.
Go through all buffers and update their state.
(which-function): Also try add-log-current-defun-function.
2000-10-05 23:13:07 +00:00
Richard M. Stallman
1e68f8d0fe (which-func-cleanup-function): New variable.
(which-function): Call that function.
1999-08-29 19:05:44 +00:00
Dave Love
739db5044a (which-func-mode-global): Doc fix. 1999-04-27 19:02:58 +00:00
Karl Heuer
25f67e4bc9 *** empty log message *** 1999-03-30 21:37:40 +00:00
Karl Heuer
3f579f6af7 (which-func-mode-global): Doc fix. 1999-03-30 21:30:12 +00:00
Karl Heuer
2b7b0d1585 (which-func-mode-global): Make :set function
more reliable.
1998-09-30 19:15:56 +00:00
Karl Heuer
d1804b71b6 (which-function): Handle case when (car imenu--index-alist) is nil. 1998-09-30 19:02:23 +00:00
Richard M. Stallman
70066cfdb1 (which-func-modes): Add fortran-mode. 1998-08-14 08:40:13 +00:00
Karl Heuer
2576f5d270 (which-func-ff-hook): If imenu gets error,
clear which-func-mode.
1998-06-01 03:09:43 +00:00
Richard M. Stallman
5686b9d451 (which-func-modes): Fix custom type.
(which-func-non-auto-modes): Likewise.
1998-05-19 00:38:20 +00:00
Richard M. Stallman
4962cb1a7f (which-func-non-auto-modes): New variable.
(which-func-amodes): Variable deleted.
(which-func-ff-hook): Use which-func-non-auto-modes instead of
which-func-amodes.
1998-05-06 21:18:00 +00:00
Richard M. Stallman
4ed0c28d70 (which-function-mode): New alias. 1998-05-06 19:43:11 +00:00
Dave Love
0211dda3a7 Fix header comments.
(which-func-mode): Add autoload cookie.
(which-func-mode-global): Customize.
1998-04-21 18:56:02 +00:00
Dan Nicolaescu
daa02ea5db *** empty log message *** 1998-04-18 20:43:38 +00:00
Richard M. Stallman
c5059c2cf2 (which-func-update): Fix paren error. 1998-01-02 23:04:39 +00:00
Richard M. Stallman
950444902e Comment change. 1997-11-23 01:13:47 +00:00
Richard M. Stallman
d6d2fa1fc1 Initial revision 1997-11-23 01:13:07 +00:00