Mercurial > emacs
annotate lispref/index.unperm @ 33019:6306740f6938
2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-preserve-cursor-color): new test that avoids
rewrawing the screen when changing cursor color.
(viper-insert-state-pre-command-sentinel,
viper-replace-state-pre-command-sentinel,
viper-replace-state-post-command-sentinel): use
viper-preserve-cursor-color.
Many functions changed to use viper= instead of = when comparing
characters.
* viper-util.el (viper-memq-char,viper=): new functions for
working with characters.
(viper-change-cursor-color): fixed buglet.
Many functions changed to use viper= instead of = when comparing
characters.
* viper.el (viper-insert-state-mode-list): added eshell.
* ediff-init.el (ediff-before-setup-hook): new hook.
Several typos fixed in various docstrings.
* ediff-merg.el (ediff-show-clashes-only): docstring typo fixed.
* ediff-nult.el (ediff-before-session-group-setup-hooks): new
hook.
(ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks.
* ediff-util.el (ediff-setup): run ediff-before-setup-hook.
(ediff-other-buffer): use selected buffers if in Buffer-menu buffer.
(ediff-get-selected-buffers): new function.
* ediff-vers.el (ediff-vc-internal,ediff-rcs-internal,
ediff-vc-merge-internal,ediff-rcs-merge-internal): use
save-window-excursion.
* ediff-wind.el (ediff-skip-unsuitable-frames): more robust
termination check in while loop.
* ediff.el (ediff-get-default-file-name): better defaults when in
dired buffer.
(ediff-files,ediff-merge-files,ediff-files3,
ediff-merge-files-with-ancestor): use ediff-get-default-file-name.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Sun, 29 Oct 2000 04:56:45 +0000 |
parents | 3fdcd0afea4b |
children |
rev | line source |
---|---|
26693 | 1 @c -*-texinfo-*- |
2 @setfilename ../info/index | |
3 | |
4 @c Indexing guidelines | |
5 | |
6 @c I assume that all indexes will be combinded. | |
7 @c Therefore, if a generated findex and permutations | |
8 @c cover the ways an index user would look up the entry, | |
9 @c then no cindex is added. | |
10 @c Concept index (cindex) entries will also be permuted. Therefore, they | |
11 @c have no commas and few irrelevant connectives in them. | |
12 | |
13 @c I tried to include words in a cindex that give the context of the entry, | |
14 @c particularly if there is more than one entry for the same concept. | |
15 @c For example, "nil in keymap" | |
16 @c Similarly for explicit findex and vindex entries, e.g. "print example". | |
17 | |
18 @c Error codes are given cindex entries, e.g. "end-of-file error". | |
19 | |
20 @c pindex is used for .el files and Unix programs | |
21 | |
22 @node Index, New Symbols, Standard Hooks, Top | |
23 @unnumbered Index | |
24 | |
25 @c Print the indices | |
26 | |
27 @printindex fn | |
28 | |
29 |