1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs.git for use in CI/development since the upstream savannah git repo is very flakey.
Go to file
Jim Blandy 8c6677ed1f * hippie-exp.el: Renamed from hippie.el.
Changes from Anders Holst, to bring hippie-expand up to version 1.2:
	* hippie-exp.el (hippie-expand-max-buffers): New variable.
	(try-expand-line-all-buffers, try-expand-list-all-buffers,
	try-expand-dabbrev-all-buffers): Use it.
	(try-expand-list, try-expand-list-all-buffers): New functions.
	(he-string-beg, he-string-end, he-search-loc): These values are
	now markers, not integers.  Uses changed.
	(he-reset-string, he-substitute-string): Use a marker to preserve
	the old position of point.
	(try-expand-all-abbrevs): handle case the same way as the
        usual expand-abbrev (which is not a very good way, but for
        consistency...).
	(he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to
        adjust its behavior to different modes.
	(hippie-expand): Don't messages which try function it is using,
        when the expansion itself is done in the minibuffer (it was very
        annoying to have the message obscuring the expansion).
	(try-complete-file-name, try-complete-file-name-partially,
	try-complete-lisp-symbol, try-complete-lisp-symbol-partially,
	try-expand-line, try-expand-line-all-buffers,
	try-expand-all-abbrevs, try-expand-dabbrev,
	try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the
	epansion, when no expansion is done (caused the buffer to be
	marked as changed, although nothing was done, among other things).
	(he-reset-string): Undoing of last expansion at a later occasion, now
        undoes correctly (before, it garbled things up).
	(make-hippie-expand-function): now uses "(function ...)"
        instead of "'" (matters for compilation).
	(try-expand-line, try-expand-line-all-buffers,
	he-line-search-regexp): uses `comint-prompt-regexp' instead of
	`shell-prompt-pattern', to strip off prompt in process buffers.
1993-07-18 06:20:15 +00:00
etc entered into RCS 1993-06-16 15:45:33 +00:00
lib-src * wakeup.c: Use CPP tangle from autoconf manual to #include the 1993-07-18 06:13:07 +00:00
lisp * hippie-exp.el: Renamed from hippie.el. 1993-07-18 06:20:15 +00:00
lispref Initial revision 1993-06-08 20:59:11 +00:00
src (Vhelp_menu_bar_map): Deleted. 1993-07-17 02:10:03 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.guess *** empty log message *** 1993-06-10 20:28:32 +00:00
config.sub if [ "$os" ] --> if [ x"$os" != x"" ] 1993-07-16 18:24:47 +00:00
configure1.in * configure.in (m68k-bull-sysv3): new config. 1993-07-18 06:11:06 +00:00
GETTING.GNU.SOFTWARE Mention that gzip files end in ".gz", not ".z". 1993-06-14 15:12:07 +00:00
INSTALL Initial revision 1993-05-28 04:47:23 +00:00
make-dist * make-dist (tempdir): Don't create lisp/forms-mode directory in 1993-07-07 09:58:18 +00:00
Makefile.in * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src 1993-07-18 06:10:46 +00:00
PROBLEMS Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00