Mercurial > emacs
annotate msdos/sed3v2.inp @ 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 | 4c605d08a747 |
children | a4fb0c9be609 |
rev | line source |
---|---|
14967 | 1 # -sed3v2.inp------------------------------------------------------------- |
2 # Configuration script for lib-src/makefile under DJGPP v2 | |
3 # ---------------------------------------------------------------------- | |
4 /^# DIST: /d | |
5 /^SHELL *=/s/^/# / | |
6 /^CC *=/s/=.*$/=gcc/ | |
21594
529f64fddbb6
When installing ${version}, do it replacing @version@.
Richard M. Stallman <rms@gnu.org>
parents:
14967
diff
changeset
|
7 /-DVERSION=/s/@version@/\${version}/ |
14967 | 8 /^configname *=/s/=.*$/=msdos/ |
9 /^archlibdir *=/s!=.*$!=/emacs/bin! | |
10 /^bindir *=/s!=.*$!=/emacs/bin! | |
11 /^libdir *=/s!=.*$!=/emacs/bin! | |
12 /^srcdir *=/s!=.*$!=.! | |
13 /^VPATH *=/s!=.*$!=.! | |
14 /^CFLAGS *=/s!=.*$!=-O2 -g! | |
15 /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! | |
16 /^LOADLIBES *=/s!=.*$!=! | |
30380
4c605d08a747
Define ALLOCA to an empty string.
Eli Zaretskii <eliz@gnu.org>
parents:
21594
diff
changeset
|
17 /^ALLOCA *=/s!@ALLOCA@!! |
14967 | 18 /^INSTALLABLES/s/emacsclient *// |
19 s!^ \./! ! | |
20 /^UTILITIES=/s/ wakeup// | |
21 /^UTILITIES=/s/ movemail// | |
22 /^UTILITIES=/s/ emacsserver// | |
23 /^UTILITIES=/s/ timer// |