1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

21071 Commits

Author SHA1 Message Date
Kim F. Storm
d2b3029267 (apropos-true-hit, apropos-false-hit-symbol)
(apropos-false-hit-str, apropos-true-hit-doc): New functions.
(apropos-command, apropos-value, apropos-documentation-internal)
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Use them to filter out
false matches where only one keyword matches, but more than once.
2002-05-23 20:21:30 +00:00
Kim F. Storm
01b886b76e *** empty log message *** 2002-05-23 20:20:57 +00:00
Kim F. Storm
d5857a966b Only reduce string score for lengthy strings once. 2002-05-23 10:24:14 +00:00
Kim F. Storm
7dbffb1cf5 (apropos-show-scores, apropos-orig-regexp)
(apropos-all-regexp, apropos-synonyms, apropos-words)
(apropos-all-words): New variables.
(aprpos-words-to-regexp, apropos-rewrite-regexp)
(apropos-calc-scores, apropos-score-str, apropos-score-doc)
(apropos-score-symbol): New functions.
(apropos-command, apropos, apropos-value, apropos-documentation):
Allow keywords in addition to regexp. Added scoring.
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Added scoring.
(apropos-print): Sort according to score.
2002-05-23 10:20:12 +00:00
Colin Walters
d1c8930033 (font-lock-symbol-category-alist): New variable. 2002-05-23 04:18:19 +00:00
Colin Walters
d76014d945 *** empty log message *** 2002-05-23 04:18:01 +00:00
Colin Walters
32db08f13e Update copyright dates. 2002-05-23 03:40:16 +00:00
Colin Walters
57190f92af (Info-mode-hook): Change font-lock-mode' to turn-on-font-lock'. 2002-05-23 03:39:20 +00:00
Colin Walters
7c4ef9b397 (font-lock-function): New variable.
(font-lock-default-function): New function, created from `font-lock-mode'.
(font-lock-mode): Just funcall `font-lock-default-function'.
2002-05-23 03:39:00 +00:00
Colin Walters
577123f479 *** empty log message *** 2002-05-23 03:38:03 +00:00
Markus Rost
e31cfca5cb (file-newest-backup): Use file-name-sans-versions. 2002-05-22 23:29:58 +00:00
Markus Rost
a8090e38c0 (diff-latest-backup-file): Replace the main code by a call of
file-newest-backup.
2002-05-22 23:26:51 +00:00
Mike Williams
232dbe4f66 (sgml-guess-indent): Look further into the buffer. 2002-05-22 09:40:48 +00:00
Markus Rost
754774523d Fix typo. 2002-05-22 01:20:26 +00:00
Stefan Monnier
76a98a5066 (ange-ftp-allow-child-lookup): Re-enable since
the last patch works around the wu-ftpd misfeature that prompted
the disabling of this optimization.
2002-05-21 23:23:08 +00:00
Colin Walters
544e5562dc (Info-fontify): Deleted.
(Info-select-node): Don't use it.
(Info-mode-hook): New variable.
(Info-mode): Set up categories.
(Info-fontify-menu-headers, Info-fontify-node): Use categories.
2002-05-21 22:22:10 +00:00
Colin Walters
2fdd365daa *** empty log message *** 2002-05-21 22:21:53 +00:00
Colin Walters
2f4e9c4745 (sgml-xml-auto-coding-function): Update with more known XML encodings. 2002-05-21 21:50:28 +00:00
Colin Walters
171a7d5d7c (truncate-string-to-width): New optional argument `ellipsis'. Add
commented-out test suite, and change coding to iso-2022-7bit.
2002-05-21 21:22:21 +00:00
Colin Walters
a7c4d9c8a5 *** empty log message *** 2002-05-21 21:21:37 +00:00
Colin Walters
d9f6dfe6e7 (make-coding-system): Doc fixes.
(auto-coding-functions): New variable.
(auto-coding-from-file-contents): Use it.
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.
2002-05-21 21:14:03 +00:00
Colin Walters
4531bb653b *** empty log message *** 2002-05-21 21:13:36 +00:00
Colin Walters
59809627aa (shortlisp): Add font-core.el. 2002-05-21 21:03:51 +00:00
Colin Walters
63a29a5d08 Add font-core.el. 2002-05-21 21:02:25 +00:00
Colin Walters
53785d2b31 (font-lock-defaults, font-lock-defaults-alist)
(font-lock-multiline, font-lock-fontified, font-lock-mode)
(turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
(font-lock-global-modes): Moved to font-core.el.
(font-lock-set-defaults-1): Partially moved to font-core.el.
2002-05-21 21:01:35 +00:00
Colin Walters
daae70bf8c (occur-engine): Increment globalcount all at once after searching a buffer.
(occur-mode-map): Don't escape plain "o".

(occur-mode-hook): New variable.
(occur-fontify-region-function): Deleted.
(occur-mode): Don't use it.  Set up `font-lock-category-alist' instead.
(occur-fontify-on-property): Deleted.
(occur-engine): Use categories from `font-lock-category-alist'.
2002-05-21 21:01:14 +00:00
Colin Walters
fd225d802e (toplevel): Require font-lock, to get the face definitions.
(ibuffer-use-fontification): Deleted.
(column filename-and-process): New column.
(ibuffer-formats): Use it by default.
(ibuffer-name-map, ibuffer-mode-name-map)
(ibuffer-filter-group-map): Don't set parent to
`ibuffer-mode-map'.
(ibuffer-do-save, ibuffer-do-toggle-modified)
(ibuffer-do-toggle-read-only, ibuffer-do-delete)
(ibuffer-do-kill-on-deletion-marks): Include name in definition.
(ibuffer): New optional argument `formats'.
2002-05-21 20:59:28 +00:00
Colin Walters
1bb57048b3 (define-ibuffer-column): Add third argument `ibuffer-buf'. 2002-05-21 20:59:04 +00:00
Colin Walters
0555901649 *** empty log message *** 2002-05-21 20:58:06 +00:00
Colin Walters
f62be99b8a New file, broken out from font-lock.el. 2002-05-21 20:39:54 +00:00
Eli Zaretskii
5a0f9388a1 (indent-rigidly): Mention how to remove all indentation. 2002-05-21 16:28:08 +00:00
Colin Walters
2306a6c74f (describe-char-after): Order display of text properties by the size of
their value, for clarity.
2002-05-21 06:05:39 +00:00
Colin Walters
9969dd6cc2 *** empty log message *** 2002-05-21 06:05:12 +00:00
Glenn Morris
b32a3d9930 (f90-looking-at-where-or-forall): Oops, defsubst, not defun. 2002-05-20 21:52:07 +00:00
Stefan Monnier
6f6420041a *** empty log message *** 2002-05-20 19:32:59 +00:00
Stefan Monnier
7ca26b02cf (ange-ftp-generate-root-prefixes)
(ange-ftp-file-name-completion): Don't cons unnecessarily.
(ange-ftp-send-cmd): Always `cd' before doing `ls'.
2002-05-20 18:51:49 +00:00
Stefan Monnier
4ead48d7c5 (cpp-choose-symbol): Don't cons unnecessarily. 2002-05-20 18:48:58 +00:00
Stefan Monnier
725349c862 (tags-complete-tags-table-file): Don't cons unnecessarily. 2002-05-20 18:48:33 +00:00
Stefan Monnier
f67376256a (outline-reveal-toggle-invisible): Reverse the meaning of the second arg. 2002-05-20 18:32:07 +00:00
Stefan Monnier
f69610185c (reveal-post-command): Reverse the semantics of
reveal-toggle-invisible and support isearch-open-invisible-temporary.
2002-05-20 18:31:20 +00:00
Stefan Monnier
451a66e356 (widget-color-complete): Don't cons needlessly. 2002-05-20 18:28:09 +00:00
Markus Rost
eb1213c14b (mail-recover-1): Remove (debug).
(mail-signature): Fix :type.
(mail-default-directory): New user option.
(mail, mail-recover):  Use that option.
2002-05-20 16:05:56 +00:00
Kai Großjohann
4588540051 (auto-coding-alist): Use emacs-mule
for auto-save files.  (Fix previous change.)
2002-05-20 14:13:11 +00:00
Kai Großjohann
6caef2da88 (auto-coding-alist): Use no-conversion
for auto-save files.
2002-05-20 11:01:14 +00:00
Miles Bader
257ae3a60a (find-file-read-args): Don't trash existing value of
`minibuffer-setup-hook', just add our hook to it.
2002-05-20 04:40:53 +00:00
Markus Rost
5d598f1645 (unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
:version attributes to strings.
2002-05-20 03:09:11 +00:00
Markus Rost
a2d10c40a8 (yank-excluded-properties): Change :version attribute to a string. 2002-05-20 03:06:24 +00:00
Markus Rost
165cebfa6d (dired-view-command-alist): Change :version attribute to a string. 2002-05-20 03:05:16 +00:00
Markus Rost
6c623a1df3 (xscheme-start-hook): Change :version attribute to a string. 2002-05-20 03:04:05 +00:00
Markus Rost
2b29f15cc4 (find-dired): Implement revert-buffer-function. 2002-05-20 00:42:27 +00:00