summaryrefslogtreecommitdiff
path: root/lisp/emulation/vi.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
|
* * progmodes/idlw-help.el: Require browse-url unconditionally, itDan Nicolaescu2007-11-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | is available by default. (idlwave-help-browse-url-available): Change default to t. * emulation/edt.el (defgroup, defcustom): Remove definition. (eval-when-compile): Remove. (c-mark-function): * textmodes/reftex-dcr.el (bibtex-beginning-of-entry): * textmodes/fill.el (comment-search-forward) (comment-string-strip): * progmodes/prolog.el (comint-mode, comint-send-string) (comint-send-region, comint-send-eof): * progmodes/dcl-mode.el (imenu-default-create-index-function): * emulation/viper-util.el (viper-forward-Word): * emulation/vi.el (c-mark-function): * emulation/edt-vt100.el (vt100-wide-mode): * emacs-lisp/timer.el (diary-entry-time): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): Declare as functions. * url-privacy.el (url-device-type): Define unconditionally.
* * textmodes/two-column.el (2C-split, 2C-merge):Dan Nicolaescu2007-10-191-3/+3
| | | | | | | | | | | | | | | | | | * textmodes/bib-mode.el (bib-find-key, mark-bib): * progmodes/idlw-shell.el (idlwave-shell-move-or-history): * progmodes/etags.el (find-tag-in-order, etags-tags-apropos) * progmodes/ada-xref.el (ada-get-all-references): * obsolete/mlsupport.el (ml-next-line, ml-previous-line): * emulation/vi.el (vi-previous-line-first-nonwhite) (vi-effective-range, vi-put-before): * emulation/edt.el (edt-next-line, edt-previous-line) (edt-paragraph-forward): Use forward-line. * progmodes/etags.el (tags-apropos): Require apropos at compile time too. * progmodes/prolog.el: Require comint when compiling. (inferior-prolog-flavor): Move defvar before use.
* (vi-next-line): Ignore return value of line-move.Richard M. Stallman2007-08-121-1/+1
|
* (vi-char-argument): Doc fix.Juanma Barranquero2006-12-101-1/+1
|
* (vi-mark-region): Use c-mark-function.Richard M. Stallman2005-07-031-3/+4
| | | | | (c-mark-function): Add point-moving-unit property. (vi-goto-line): Use with-no-warnings.
* (vi-goto-insert-state): Fix quoting in docstring.Juanma Barranquero2005-06-141-1/+1
|
* (vi-mode-setup): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* find-file-hooks -> find-file-hook.Stefan Monnier2005-03-241-29/+29
|
* (vi-mode): Remove extra format string argument.Andreas Schwab2004-02-081-7/+8
| | | | | | | | | (vi-repeat-last-search): Likewise. (vi-reverse-last-search): Likewise. (vi-goto-mark): Likewise. (vi-reverse-last-find-char): Likewise. (vi-repeat-last-find-char): Likewise. (vi-locate-def): Likewise.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-20/+20
|
* Fixes to follow coding conventions.Pavel Janík2001-07-161-3/+4
|
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* (vi-join-lines): Locally bind count.Richard M. Stallman1997-05-271-32/+50
| | | | | | | | | (vi-search-forward, vi-search-backward): Use isearch-update-ring. (vi-repeat-last-search, vi-reverse-last-search): Get string from the ring. (vi-mode-old-major-mode, vi-mode-old-mode-name): New defvars. (vi-mode-old-local-map, vi-mode-old-case-fold): Likewise. (vi-tilde-map): Move the defvar and bindings to the front.
* Comment change.Richard M. Stallman1997-05-271-0/+1
|
* (vi-backward-windowful): Renamed from vi-backward-windowfull.Karl Heuer1996-01-041-7/+7
| | | | (vi-forward-windowful): Renamed from vi-forward-windowfull.
* (vi-scroll-amount, vi-shift-width): Fix syntax of doc strings.Richard M. Stallman1995-07-311-5/+5
|
* (vi-switch-mode, vi-back-to-old-mode): Use force-mode-line-update.Karl Heuer1995-04-251-4/+4
| | | | (vi-mode, vi-goto-insert-state): Use force-mode-line-update.
* Explain why public domain.Richard M. Stallman1995-04-021-1/+4
|
* (vi-kill-region): Pass args to kill-region.Karl Heuer1994-11-091-6/+6
| | | | (vi-mark-region): Don't pass unexpected args.
* (vi-switch-mode, vi-ex-cmd): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-2/+8
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-3/+3
|
* Doc fix.Christopher Zaborsky1992-11-101-25/+29
|
* entered into RCSEric S. Raymond1992-07-221-1/+0
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-151-1/+1
|
* *** empty log message ***Eric S. Raymond1992-07-141-0/+7
|
* *** empty log message ***Jim Blandy1992-06-101-9/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-091-0/+1
|
* Initial revisionRichard M. Stallman1987-01-071-0/+1446