annotate lisp/viper/viper-ex.el @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children bcdc7deadc19
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; viper-ex.el --- functions implementing the Ex commands for Viper
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;; Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ;; This file is part of GNU Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 ;; GNU Emacs is free software; you can redistribute it and/or modify
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ;; it under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 ;; the Free Software Foundation; either version 2, or (at your option)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ;; any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ;; GNU Emacs is distributed in the hope that it will be useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 ;; GNU General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ;; You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 ;; along with GNU Emacs; see the file COPYING. If not, write to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 ;; Boston, MA 02111-1307, USA.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 ;; Code
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 (require 'viper-util)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ;; Compiler pacifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 (defvar read-file-name-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 ;; end compiler pacifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 ;;; Variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 (defconst vip-ex-work-buf-name " *ex-working-space*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 (defconst vip-ex-work-buf (get-buffer-create vip-ex-work-buf-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 (defconst vip-ex-tmp-buf-name " *ex-tmp*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ;;; Variable completion in :set command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 ;; The list of Ex commands. Used for completing command names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 (defconst ex-token-alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 '(("!") ("=") (">") ("&") ("~")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 ("yank") ("xit") ("WWrite") ("Write") ("write") ("wq") ("visual")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 ("version") ("vglobal") ("unmap") ("undo") ("tag") ("transfer") ("suspend")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 ("substitute") ("submitReport") ("stop") ("sr") ("source") ("shell")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 ("set") ("rewind") ("recover") ("read") ("quit") ("pwd")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 ("put") ("preserve") ("PreviousRelatedFile") ("RelatedFile")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 ("next") ("Next") ("move") ("mark") ("map") ("kmark") ("join")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 ("help") ("goto") ("global") ("file") ("edit") ("delete") ("copy")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 ("chdir") ("cd") ("Buffer") ("buffer") ("args")) )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 ;; A-list of Ex variables that can be set using the :set command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 (defconst ex-variable-alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 '(("wrapscan") ("ws") ("wrapmargin") ("wm")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 ("global-tabstop") ("gts") ("tabstop") ("ts")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 ("showmatch") ("sm") ("shiftwidth") ("sw") ("shell") ("sh")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 ("readonly") ("ro")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 ("nowrapscan") ("nows") ("noshowmatch") ("nosm")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 ("noreadonly") ("noro") ("nomagic") ("noma")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 ("noignorecase") ("noic")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 ("global-noautoindent") ("gnoai") ("noautoindent") ("noai")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 ("magic") ("ma") ("ignorecase") ("ic")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 ("global-autoindent") ("gai") ("autoindent") ("ai")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 ;; Token recognized during parsing of Ex commands (e.g., "read", "comma")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 (defvar ex-token nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 ;; Type of token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 ;; If non-nil, gives type of address; if nil, it is a command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 (defvar ex-token-type nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 ;; List of addresses passed to Ex command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 (defvar ex-addresses nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 ;; It seems that this flag is used only for `#', `print', and `list', which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 ;; aren't implemented. Check later.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 (defvar ex-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 ;; "buffer" where Ex commands keep deleted data.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 ;; In Emacs terms, this is a register.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 (defvar ex-buffer nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 ;; Value of ex count.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 (defvar ex-count nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 ;; Flag for global command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 (defvar ex-g-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 ;; If t, global command is executed on lines not matching ex-g-pat.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 (defvar ex-g-variant nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 ;; Save reg-exp used in substitute.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 (defvar ex-reg-exp nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 ;; Replace pattern for substitute.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 (defvar ex-repl nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 ;; Pattern for global command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 (defvar ex-g-pat nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 (defvar ex-unix-type-shell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 (let ((case-fold-search t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 (and (stringp shell-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 (string-match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 (concat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 "\\("
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 "csh$\\|csh.exe$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 "\\|"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 "ksh$\\|ksh.exe$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 "\\|"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 "^sh$\\|sh.exe$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 "\\|"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 "[^a-z]sh$\\|[^a-z]sh.exe$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 "\\|"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 "bash$\\|bash.exe$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 "\\)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 shell-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 "Is the user using a unix-type shell?")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 (defvar ex-unix-type-shell-options
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 (let ((case-fold-search t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 (if ex-unix-type-shell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 (cond ((string-match "\\(csh$\\|csh.exe$\\)" shell-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 "-f") ; csh: do it fast
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 ((string-match "\\(bash$\\|bash.exe$\\)" shell-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 "-noprofile") ; bash: ignore .profile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 "Options to pass to the Unix-style shell.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 Don't put `-c' here, as it is added automatically.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 (defvar ex-nontrivial-find-file-function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 (cond (ex-unix-type-shell 'vip-ex-nontrivial-find-file-unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 ((eq system-type 'emx) 'vip-ex-nontrivial-find-file-ms) ; OS/2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 (vip-ms-style-os-p 'vip-ex-nontrivial-find-file-ms) ; a Microsoft OS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 (vip-vms-os-p 'vip-ex-nontrivial-find-file-unix) ; VMS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 (t 'vip-ex-nontrivial-find-file-unix) ; presumably UNIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 ;; Remembers the previous Ex tag.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 (defvar ex-tag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 ;; file used by Ex commands like :r, :w, :n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 (defvar ex-file nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 ;; If t, tells Ex that this is a variant-command, i.e., w>>, r!, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 (defvar ex-variant nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 ;; Specified the offset of an Ex command, such as :read.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 (defvar ex-offset nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 ;; Tells Ex that this is a w>> command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 (defvar ex-append nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 ;; File containing the shell command to be executed at Ex prompt,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 ;; e.g., :r !date
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 (defvar ex-cmdfile nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 ;; flag used in vip-ex-read-file-name to indicate that we may be reading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 ;; multiple file names. Used for :edit and :next
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 (defvar vip-keep-reading-filename nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 (defconst ex-cycle-other-window t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 "*If t, :n and :b cycles through files and buffers in other window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 Then :N and :B cycles in the current window. If nil, this behavior is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 reversed.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 (defconst ex-cycle-through-non-files nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 "*Cycle through *scratch* and other buffers that don't visit any file.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 ;; Last shell command executed with :! command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 (defvar vip-ex-last-shell-com nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 ;; Indicates if Minibuffer was exited temporarily in Ex-command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 (defvar vip-incomplete-ex-cmd nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 ;; Remembers the last ex-command prompt.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 (defvar vip-last-ex-prompt "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 ;;; Code
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 ;; Check if ex-token is an initial segment of STR
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 (defun vip-check-sub (str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 (let ((length (length ex-token)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 (if (and (<= length (length str))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 (string= ex-token (substring str 0 length)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 (setq ex-token str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 (setq ex-token-type 'non-command))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 ;; Get a complete ex command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 (defun vip-get-ex-com-subr ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 (let (case-fold-search)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 (re-search-forward "[a-zA-Z][a-zA-Z]*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 (setq ex-token-type 'command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 (setq ex-token (buffer-substring (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 (cond ((looking-at "a")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 (cond ((looking-at "ab") (vip-check-sub "abbreviate"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 ((looking-at "ar") (vip-check-sub "args"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 (t (vip-check-sub "append"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 ((looking-at "h") (vip-check-sub "help"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 ((looking-at "c")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 (cond ((looking-at "cd") (vip-check-sub "cd"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 ((looking-at "ch") (vip-check-sub "chdir"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 ((looking-at "co") (vip-check-sub "copy"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 (t (vip-check-sub "change"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 ((looking-at "d") (vip-check-sub "delete"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 ((looking-at "b") (vip-check-sub "buffer"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 ((looking-at "B") (vip-check-sub "Buffer"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 ((looking-at "e")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 (if (looking-at "ex") (vip-check-sub "ex")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 (vip-check-sub "edit")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 ((looking-at "f") (vip-check-sub "file"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 ((looking-at "g") (vip-check-sub "global"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 ((looking-at "i") (vip-check-sub "insert"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 ((looking-at "j") (vip-check-sub "join"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 ((looking-at "l") (vip-check-sub "list"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 ((looking-at "m")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 (cond ((looking-at "map") (vip-check-sub "map"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 ((looking-at "mar") (vip-check-sub "mark"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 (t (vip-check-sub "move"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 ((looking-at "k[a-z][^a-z]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 (setq ex-token "kmark")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 (exchange-point-and-mark)) ; this is canceled out by another
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 ; exchange-point-and-mark at the end
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 ((looking-at "k") (vip-check-sub "kmark"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 ((looking-at "n") (if (looking-at "nu")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 (vip-check-sub "number")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 (vip-check-sub "next")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 ((looking-at "N") (vip-check-sub "Next"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 ((looking-at "o") (vip-check-sub "open"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 ((looking-at "p")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 (cond ((looking-at "pre") (vip-check-sub "preserve"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 ((looking-at "pu") (vip-check-sub "put"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 ((looking-at "pw") (vip-check-sub "pwd"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 (t (vip-check-sub "print"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 ((looking-at "P") (vip-check-sub "PreviousRelatedFile"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 ((looking-at "R") (vip-check-sub "RelatedFile"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 ((looking-at "q") (vip-check-sub "quit"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 ((looking-at "r")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 (cond ((looking-at "rec") (vip-check-sub "recover"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 ((looking-at "rew") (vip-check-sub "rewind"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 (t (vip-check-sub "read"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 ((looking-at "s")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 (cond ((looking-at "se") (vip-check-sub "set"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 ((looking-at "sh") (vip-check-sub "shell"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 ((looking-at "so") (vip-check-sub "source"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 ((looking-at "sr") (vip-check-sub "sr"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 ((looking-at "st") (vip-check-sub "stop"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 ((looking-at "sus") (vip-check-sub "suspend"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 ((looking-at "subm") (vip-check-sub "submitReport"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 (t (vip-check-sub "substitute"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 ((looking-at "t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 (if (looking-at "ta") (vip-check-sub "tag")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 (vip-check-sub "transfer")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 ((looking-at "u")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 (cond ((looking-at "una") (vip-check-sub "unabbreviate"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 ((looking-at "unm") (vip-check-sub "unmap"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 (t (vip-check-sub "undo"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 ((looking-at "v")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 (cond ((looking-at "ve") (vip-check-sub "version"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 ((looking-at "vi") (vip-check-sub "visual"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 (t (vip-check-sub "vglobal"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 ((looking-at "w")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 (if (looking-at "wq") (vip-check-sub "wq")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 (vip-check-sub "write")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 ((looking-at "W")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 (if (looking-at "WW")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 (vip-check-sub "WWrite")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 (vip-check-sub "Write")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 ((looking-at "x") (vip-check-sub "xit"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 ((looking-at "y") (vip-check-sub "yank"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 ((looking-at "z") (vip-check-sub "z")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 ;; Get an ex-token which is either an address or a command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 ;; A token has a type, \(command, address, end-mark\), and a value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 (defun vip-get-ex-token ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 (skip-chars-forward " \t|")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 (cond ((looking-at "#")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 (setq ex-token-type 'command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 (setq ex-token (char-to-string (following-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 ((looking-at "[a-z]") (vip-get-ex-com-subr))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 ((looking-at "\\.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 (setq ex-token-type 'dot))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 ((looking-at "[0-9]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 (re-search-forward "[0-9]*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 (setq ex-token-type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 (cond ((eq ex-token-type 'plus) 'add-number)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 ((eq ex-token-type 'minus) 'sub-number)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 (t 'abs-number)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 (setq ex-token (string-to-int (buffer-substring (point) (mark t)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 ((looking-at "\\$")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 (setq ex-token-type 'end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 ((looking-at "%")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 (setq ex-token-type 'whole))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 ((looking-at "+")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 (cond ((or (looking-at "+[-+]") (looking-at "+[\n|]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 (insert "1")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 (backward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 (setq ex-token-type 'plus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 ((looking-at "+[0-9]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 (setq ex-token-type 'plus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 (error vip-BadAddress))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 ((looking-at "-")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 (cond ((or (looking-at "-[-+]") (looking-at "-[\n|]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 (insert "1")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 (backward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 (setq ex-token-type 'minus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 ((looking-at "-[0-9]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 (setq ex-token-type 'minus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 (error vip-BadAddress))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 ((looking-at "/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 (let ((cont t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 (while (and (not (eolp)) cont)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 ;;(re-search-forward "[^/]*/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 (re-search-forward "[^/]*\\(/\\|\n\\)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 (if (not (vip-looking-back "[^\\\\]\\(\\\\\\\\\\)*\\\\/"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 (setq cont nil))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 (backward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 (setq ex-token (buffer-substring (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 (if (looking-at "/") (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 (setq ex-token-type 'search-forward))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 ((looking-at "\\?")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 (let ((cont t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 (while (and (not (eolp)) cont)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 ;;(re-search-forward "[^\\?]*\\?")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 (re-search-forward "[^\\?]*\\(\\?\\|\n\\)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 (if (not (vip-looking-back "[^\\\\]\\(\\\\\\\\\\)*\\\\\\?"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 (setq cont nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 (backward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 (if (not (looking-at "\n")) (forward-char 1))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 (setq ex-token-type 'search-backward)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 (setq ex-token (buffer-substring (1- (point)) (mark t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 ((looking-at ",")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 (setq ex-token-type 'comma))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 ((looking-at ";")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 (setq ex-token-type 'semi-colon))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 ((looking-at "[!=><&~]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 (setq ex-token-type 'command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 (setq ex-token (char-to-string (following-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 ((looking-at "'")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 (setq ex-token-type 'goto-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 (cond ((looking-at "'") (setq ex-token nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 ((looking-at "[a-z]") (setq ex-token (following-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 (t (error "Marks are ' and a-z")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 ((looking-at "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 (setq ex-token-type 'end-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 (setq ex-token "goto"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 (error vip-BadExCommand)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 ;; Reads Ex command. Tries to determine if it has to exit because command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 ;; is complete or invalid. If not, keeps reading command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 (defun ex-cmd-read-exit ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 (setq vip-incomplete-ex-cmd t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 (let ((quit-regex1 (concat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 "\\(" "set[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 "\\|" "edit[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 "\\|" "[nN]ext[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 "\\|" "unm[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 "\\|" "^[ \t]*rep"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 "\\)"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 (quit-regex2 (concat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 "[a-zA-Z][ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 "\\(" "!" "\\|" ">>"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 "\\|" "\\+[0-9]+"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 "\\)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 "*[ \t]*$"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 (stay-regex (concat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 "\\(" "^[ \t]*$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 "\\|" "[?/].*[?/].*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 "\\|" "[ktgjmsz][ \t]*$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 "\\|" "^[ \t]*ab.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 "\\|" "tr[ansfer \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 "\\|" "sr[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 "\\|" "mo.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 "\\|" "^[ \t]*k?ma[^p]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 "\\|" "^[ \t]*fi.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 "\\|" "v?gl.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 "\\|" "[vg][ \t]*$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 "\\|" "jo.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 "\\|" "^[ \t]*ta.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 "\\|" "^[ \t]*una.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 "\\|" "^[ \t]*su.*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 "\\|['`][a-z][ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 "\\|" "![ \t]*[a-zA-Z].*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 "\\)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 "!*")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 (save-window-excursion ;; put cursor at the end of the Ex working buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 (goto-char (point-max)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 (cond ((vip-looking-back quit-regex1) (exit-minibuffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 ((vip-looking-back stay-regex) (insert " "))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 ((vip-looking-back quit-regex2) (exit-minibuffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 (t (insert " ")))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 ;; complete Ex command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 (defun ex-cmd-complete ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 (let (save-pos dist compl-list string-to-complete completion-result)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 (setq dist (skip-chars-backward "[a-zA-Z!=>&~]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 save-pos (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 (if (or (= dist 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 (vip-looking-back "\\([ \t]*['`][ \t]*[a-z]*\\)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 (vip-looking-back
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 "^[ \t]*[a-zA-Z!=>&~][ \t]*[/?]*+[ \t]+[a-zA-Z!=>&~]+"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 ;; Preceding characters are not the ones allowed in an Ex command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 ;; or we have typed past command name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 ;; Note: we didn't do parsing, so there may be surprises.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 (if (or (vip-looking-back "[a-zA-Z!=>&~][ \t]*[/?]*[ \t]*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 (vip-looking-back "\\([ \t]*['`][ \t]*[a-z]*\\)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 (looking-at "[^ \t\n\C-m]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 (with-output-to-temp-buffer "*Completions*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 (display-completion-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 (vip-alist-to-list ex-token-alist))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 ;; Preceding chars may be part of a command name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 (setq string-to-complete (buffer-substring save-pos (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 (setq completion-result
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 (try-completion string-to-complete ex-token-alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 (cond ((eq completion-result t) ; exact match--do nothing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 (vip-tmp-insert-at-eob " (Sole completion)"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 ((eq completion-result nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 (vip-tmp-insert-at-eob " (No match)"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 (t ;; partial completion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 (goto-char save-pos)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 (delete-region (point) (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 (insert completion-result)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 (let (case-fold-search)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 (setq compl-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 (vip-filter-alist (concat "^" completion-result)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 ex-token-alist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 (if (> (length compl-list) 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 (with-output-to-temp-buffer "*Completions*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 (display-completion-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 (vip-alist-to-list (reverse compl-list)))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 ;; Read Ex commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 ;; Ex commands themselves are implemented in viper-ex.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 (defun vip-ex (&optional string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 (or string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 (setq ex-g-flag nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 ex-g-variant nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 (let* ((map (copy-keymap minibuffer-local-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 (address nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 (cont t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 (dot (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 prev-token-type com-str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 (vip-add-keymap vip-ex-cmd-map map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 (setq com-str (or string (vip-read-string-with-history
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 ":"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 'vip-ex-history
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 (car vip-ex-history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 map)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 ;; just a precaution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 (or (vip-buffer-live-p vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 (setq vip-ex-work-buf (get-buffer-create vip-ex-work-buf-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 (delete-region (point-min) (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 (insert com-str "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 (goto-char (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 (setq ex-token-type nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 ex-addresses nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 (while cont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 (vip-get-ex-token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 (cond ((memq ex-token-type '(command end-mark))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 (if address (setq ex-addresses (cons address ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 (cond ((string= ex-token "global")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 (ex-global nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 (setq cont nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 ((string= ex-token "vglobal")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 (ex-global t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 (setq cont nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 (vip-execute-ex-command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 (cond ((looking-at "|")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 ((looking-at "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 (setq cont nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 (t (error "`%s': %s" ex-token vip-SpuriousText)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 ((eq ex-token-type 'non-command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 (error "`%s': %s" ex-token vip-BadExCommand))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 ((eq ex-token-type 'whole)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 (setq address nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 (setq ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 (if ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 (cons (point-max) ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 (cons (point-max) (cons (point-min) ex-addresses)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 ((eq ex-token-type 'comma)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 (if (eq prev-token-type 'whole)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 (setq address (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 (setq ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 (cons (if (null address) (point) address) ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 ((eq ex-token-type 'semi-colon)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 (if (eq prev-token-type 'whole)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 (setq address (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 (if address (setq dot address))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 (setq ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 (cons (if (null address) (point) address) ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 (t (let ((ans (vip-get-ex-address-subr address dot)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 (if ans (setq address ans)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 (setq prev-token-type ex-token-type))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 ;; Get a regular expression and set `ex-variant', if found
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 (defun vip-get-ex-pat ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 (if (looking-at "!")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 (setq ex-g-variant (not ex-g-variant)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 ex-g-flag (not ex-g-flag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 (let ((c (following-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 (if (string-match "[0-9A-Za-z]" (format "%c" c))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 "Global regexp must be inside matching non-alphanumeric chars"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 (if (looking-at "[^\\\\\n]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 (let ((cont t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 (while (and (not (eolp)) cont)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 (if (not (re-search-forward (format "[^%c]*%c" c c) nil t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 (if (member ex-token '("global" "vglobal"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 "Missing closing delimiter for global regexp")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 (goto-char (point-max))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 (if (not (vip-looking-back
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 (format "[^\\\\]\\(\\\\\\\\\\)*\\\\%c" c)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 (setq cont nil))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 (setq ex-token
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 (if (= (mark t) (point)) ""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 (buffer-substring (1- (point)) (mark t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 (backward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 (setq ex-token nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 c)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 ;; get an ex command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 (defun vip-get-ex-command ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 (if (looking-at "/") (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 (cond ((looking-at "[a-z]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 (vip-get-ex-com-subr)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 (if (eq ex-token-type 'non-command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 (error "`%s': %s" ex-token vip-BadExCommand)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 ((looking-at "[!=><&~]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 (setq ex-token (char-to-string (following-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 (t (error vip-BadExCommand)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 ;; Get an Ex option g or c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 (defun vip-get-ex-opt-gc (c)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 (if (looking-at (format "%c" c)) (forward-char 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 (cond ((looking-at "g")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 (setq ex-token "g")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 ((looking-at "c")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 (setq ex-token "c")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 (t nil))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 ;; Compute default addresses. WHOLE-FLAG means use the whole buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 (defun vip-default-ex-addresses (&optional whole-flag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 (cond ((null ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 (setq ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 (if whole-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 (cons (point-max) (cons (point-min) nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 (cons (point) (cons (point) nil)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 ((null (cdr ex-addresses))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 (setq ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 (cons (car ex-addresses) ex-addresses)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 ;; Get an ex-address as a marker and set ex-flag if a flag is found
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 (defun vip-get-ex-address ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 (let ((address (point-marker)) (cont t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 (setq ex-token "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 (setq ex-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 (while cont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 (vip-get-ex-token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 (cond ((eq ex-token-type 'command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 (if (member ex-token '("print" "list" "#"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 (setq ex-flag t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 cont nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 (error "Address expected in this Ex command")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 ((eq ex-token-type 'end-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 (setq cont nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 ((eq ex-token-type 'whole)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 (error "Trailing address expected"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 ((eq ex-token-type 'comma)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 (error "`%s': %s" ex-token vip-SpuriousText))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 (t (let ((ans (vip-get-ex-address-subr address (point-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 (if ans (setq address ans))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 address))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 ;; Returns an address as a point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 (defun vip-get-ex-address-subr (old-address dot)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 (let ((address nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 (if (null old-address) (setq old-address dot))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 (cond ((eq ex-token-type 'dot)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 (setq address dot))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 ((eq ex-token-type 'add-number)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 (goto-char old-address)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 (forward-line (if (= old-address 0) (1- ex-token) ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 (setq address (point-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 ((eq ex-token-type 'sub-number)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 (goto-char old-address)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 (forward-line (- ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 (setq address (point-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 ((eq ex-token-type 'abs-number)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 (if (= ex-token 0) (setq address 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 (forward-line (1- ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 (setq address (point-marker)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 ((eq ex-token-type 'end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 (setq address (point-max-marker)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 ((eq ex-token-type 'plus) t) ; do nothing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 ((eq ex-token-type 'minus) t) ; do nothing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 ((eq ex-token-type 'search-forward)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 (ex-search-address t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 (setq address (point-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 ((eq ex-token-type 'search-backward)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 (ex-search-address nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 (setq address (point-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 ((eq ex-token-type 'goto-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 (if (null ex-token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 (goto-char (vip-register-to-point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 (1+ (- ex-token ?a)) 'enforce-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 (setq address (point-marker)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 address))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 ;; Search pattern and set address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 (defun ex-search-address (forward)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 (if (string= ex-token "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 (if (null vip-s-string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 (error vip-NoPrevSearch)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 (setq ex-token vip-s-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 (setq vip-s-string ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 (if forward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 (forward-line 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 (re-search-forward ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 (forward-line -1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 (re-search-backward ex-token)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 ;; Get a buffer name and set `ex-count' and `ex-flag' if found
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 (defun vip-get-ex-buffer ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 (setq ex-buffer nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 (setq ex-count nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 (setq ex-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 (if (looking-at "[a-zA-Z]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 (setq ex-buffer (following-char))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 (if (looking-at "[0-9]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 (re-search-forward "[0-9][0-9]*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 (setq ex-count (string-to-int (buffer-substring (point) (mark t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 (if (looking-at "[pl#]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 (setq ex-flag t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 (forward-char 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 (if (not (looking-at "[\n|]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 (error "`%s': %s" ex-token vip-SpuriousText))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 (defun vip-get-ex-count ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 (setq ex-variant nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 ex-count nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 ex-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 (if (looking-at "!")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 (setq ex-variant t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 (forward-char 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 (if (looking-at "[0-9]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 (re-search-forward "[0-9][0-9]*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 (setq ex-count (string-to-int (buffer-substring (point) (mark t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 (if (looking-at "[pl#]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 (setq ex-flag t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 (forward-char 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 (if (not (looking-at "[\n|]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 (error "`%s': %s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 (buffer-substring (point-min) (1- (point-max))) vip-BadExCommand))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 ;; Expand \% and \# in ex command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 (defun ex-expand-filsyms (cmd buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 (let (cf pf ret)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 (set-buffer buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 (setq cf buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 (setq pf (ex-next nil t))) ; this finds alternative file name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 (if (and (null cf) (string-match "[^\\]%\\|\\`%" cmd))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 (error "No current file to substitute for `%%'"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 (if (and (null pf) (string-match "[^\\]#\\|\\`#" cmd))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 (error "No alternate file to substitute for `#'"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 (set-buffer (get-buffer-create vip-ex-tmp-buf-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 (erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 (insert cmd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 (while (re-search-forward "%\\|#" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 (let ((data (match-data))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 (char (buffer-substring (match-beginning 0) (match-end 0))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 (if (vip-looking-back (concat "\\\\" char))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 (replace-match char)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 (store-match-data data)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 (if (string= char "%")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 (replace-match cf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 (replace-match pf)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 (setq ret (buffer-substring (point-min) (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 (message "%s" ret))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 ret))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 ;; Get a file name and set ex-variant, `ex-append' and `ex-offset' if found
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 (defun vip-get-ex-file ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 (let (prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 (setq ex-file nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 ex-variant nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 ex-append nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 ex-offset nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 ex-cmdfile nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 (if (looking-at "!")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 (if (and (not (vip-looking-back "[ \t]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 ;; read doesn't have a corresponding :r! form, so ! is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 ;; immediately interpreted as a shell command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 (not (string= ex-token "read")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 (setq ex-variant t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 (skip-chars-forward " \t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 (setq ex-cmdfile t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 (if (looking-at ">>")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 (setq ex-append t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 ex-variant t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 (forward-char 2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 (if (looking-at "+")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 (re-search-forward "[ \t\n]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 (backward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 (setq ex-offset (buffer-substring (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 (skip-chars-forward " \t")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 ;; this takes care of :r, :w, etc., when they get file names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 ;; from the history list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 (if (member ex-token '("read" "write" "edit" "visual" "next"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 (setq ex-file (buffer-substring (point) (1- (point-max))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 (setq ex-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 ;; For :e, match multiple non-white strings separated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 ;; by white. For others, find the first non-white string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 (if (string-match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 (if (string= ex-token "edit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 "[^ \t\n]+\\([ \t]+[^ \t\n]+\\)*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 "[^ \t\n]+")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 ;; if file name comes from history, don't leave
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 ;; minibuffer when the user types space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 (setq vip-incomplete-ex-cmd nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 ;; this must be the last clause in this progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 (substring ex-file (match-beginning 0) (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 ;; this leaves only the command name in the work area
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 ;; file names are gone
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 (delete-region (point) (1- (point-max)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 (goto-char (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 (skip-chars-backward " \t\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 (setq prompt (buffer-substring (point-min) (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 (setq vip-last-ex-prompt prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 ;; If we just finished reading command, redisplay prompt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 (if vip-incomplete-ex-cmd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 (setq ex-file (vip-ex-read-file-name (format ":%s " prompt)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 ;; file was typed in-line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 (setq ex-file (or ex-file "")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 ;; Completes file name or exits minibuffer. If Ex command accepts multiple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 ;; file names, arranges to re-enter the minibuffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 (defun vip-complete-filename-or-exit ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 (setq vip-keep-reading-filename t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 ;; don't exit if directory---ex-commands don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 (cond ((ex-cmd-accepts-multiple-files-p ex-token) (exit-minibuffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 ;; apparently the argument to an Ex command is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 ;; supposed to be a shell command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 ((vip-looking-back "^[ \t]*!.*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 (setq ex-cmdfile t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 (insert " "))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 (setq ex-cmdfile nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 (minibuffer-complete-word))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 (defun vip-handle-! ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 (if (and (string=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 (buffer-string) (vip-abbreviate-file-name default-directory))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 (member ex-token '("read" "write")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 (erase-buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 (insert "!"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 (defun ex-cmd-accepts-multiple-files-p (token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 (member token '("edit" "next" "Next")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 ;; If user doesn't enter anything, then "" is returned, i.e., the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 ;; prompt-directory is not returned.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 (defun vip-ex-read-file-name (prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 (let* ((str "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 (minibuffer-local-completion-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 (copy-keymap minibuffer-local-completion-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 beg end cont val)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 (vip-add-keymap ex-read-filename-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910 (if vip-emacs-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 minibuffer-local-completion-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 read-file-name-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 (setq cont (setq vip-keep-reading-filename t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 (while cont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 (setq vip-keep-reading-filename nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 val (read-file-name (concat prompt str) nil default-directory))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 (if (string-match " " val)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 (setq val (concat "\\\"" val "\\\"")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 (setq str (concat str (if (equal val "") "" " ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 val (if (equal val "") "" " ")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 ;; Only edit, next, and Next commands accept multiple files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 ;; vip-keep-reading-filename is set in the anonymous function that is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 ;; bound to " " in ex-read-filename-map.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 (setq cont (and vip-keep-reading-filename
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 (ex-cmd-accepts-multiple-files-p ex-token)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 (setq beg (string-match "[^ \t]" str) ; delete leading blanks
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 end (string-match "[ \t]*$" str)) ; delete trailing blanks
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 (if (member ex-token '("read" "write"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 (if (string-match "[\t ]*!" str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 ;; this is actually a shell command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 (setq ex-cmdfile t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 (setq beg (1+ beg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 (setq vip-last-ex-prompt (concat vip-last-ex-prompt " !")))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 (substring str (or beg 0) end)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 ;; Execute ex command using the value of addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 (defun vip-execute-ex-command ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 (vip-deactivate-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 (cond ((string= ex-token "args") (ex-args))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 ((string= ex-token "copy") (ex-copy nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 ((string= ex-token "cd") (ex-cd))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 ((string= ex-token "chdir") (ex-cd))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 ((string= ex-token "delete") (ex-delete))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 ((string= ex-token "edit") (ex-edit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 ((string= ex-token "file") (vip-info-on-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 ((string= ex-token "goto") (ex-goto))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 ((string= ex-token "help") (ex-help))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 ((string= ex-token "join") (ex-line "join"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 ((string= ex-token "kmark") (ex-mark))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 ((string= ex-token "mark") (ex-mark))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 ((string= ex-token "map") (ex-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 ((string= ex-token "move") (ex-copy t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 ((string= ex-token "next") (ex-next ex-cycle-other-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 ((string= ex-token "Next") (ex-next (not ex-cycle-other-window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 ((string= ex-token "RelatedFile") (ex-next-related-buffer 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 ((string= ex-token "put") (ex-put))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 ((string= ex-token "pwd") (ex-pwd))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 ((string= ex-token "preserve") (ex-preserve))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 ((string= ex-token "PreviousRelatedFile") (ex-next-related-buffer -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 ((string= ex-token "quit") (ex-quit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 ((string= ex-token "read") (ex-read))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 ((string= ex-token "recover") (ex-recover))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 ((string= ex-token "rewind") (ex-rewind))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 ((string= ex-token "submitReport") (vip-submit-report))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 ((string= ex-token "set") (ex-set))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 ((string= ex-token "shell") (ex-shell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 ((string= ex-token "source") (ex-source))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 ((string= ex-token "sr") (ex-substitute t t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 ((string= ex-token "substitute") (ex-substitute))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 ((string= ex-token "suspend") (suspend-emacs))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 ((string= ex-token "stop") (suspend-emacs))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 ((string= ex-token "transfer") (ex-copy nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 ((string= ex-token "buffer") (if ex-cycle-other-window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 (vip-switch-to-buffer-other-window)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 (vip-switch-to-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 ((string= ex-token "Buffer") (if ex-cycle-other-window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 (vip-switch-to-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 (vip-switch-to-buffer-other-window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 ((string= ex-token "tag") (ex-tag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 ((string= ex-token "undo") (vip-undo))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 ((string= ex-token "unmap") (ex-unmap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 ((string= ex-token "version") (vip-version))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 ((string= ex-token "visual") (ex-edit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 ((string= ex-token "write") (ex-write nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 ((string= ex-token "Write") (save-some-buffers))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 ((string= ex-token "wq") (ex-write t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 ((string= ex-token "WWrite") (save-some-buffers t)) ; don't ask
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 ((string= ex-token "xit") (ex-write t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 ((string= ex-token "yank") (ex-yank))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 ((string= ex-token "!") (ex-command))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 ((string= ex-token "=") (ex-line-no))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 ((string= ex-token ">") (ex-line "right"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 ((string= ex-token "<") (ex-line "left"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 ((string= ex-token "&") (ex-substitute t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 ((string= ex-token "~") (ex-substitute t t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 ((or (string= ex-token "append")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 (string= ex-token "change")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 (string= ex-token "insert")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 (string= ex-token "open"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 (error "`%s': Obsolete command, not supported by Viper" ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 ((or (string= ex-token "abbreviate")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 (string= ex-token "unabbreviate"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 "`%s': Vi abbrevs are obsolete. Use the more powerful Emacs abbrevs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 ((or (string= ex-token "list")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 (string= ex-token "print")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 (string= ex-token "z")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 (string= ex-token "#"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015 (error "`%s': Command not implemented in Viper" ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 (t (error "`%s': %s" ex-token vip-BadExCommand))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 (defun vip-undisplayed-files ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 (mapcar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 (lambda (b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 (if (null (get-buffer-window b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 (let ((f (buffer-file-name b)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 (if f f
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 (if ex-cycle-through-non-files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 (let ((s (buffer-name b)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 (if (string= " " (substring s 0 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029 s))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 (buffer-list)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 (defun ex-args ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 (let ((l (vip-undisplayed-files))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 (args "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 (file-count 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 (while (not (null l))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 (if (car l)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 (setq args (format "%s %d) %s\n" args file-count (car l))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 file-count (1+ file-count)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 (setq l (cdr l)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 (if (string= args "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 (message "All files are already displayed")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 (with-output-to-temp-buffer " *vip-info*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 (princ "\n\nThese files are not displayed in any window.\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 (princ "\n=============\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 (princ args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 (princ "\n=============\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 (princ "\nThe numbers can be given as counts to :next. ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 (princ "\n\nPress any key to continue...\n\n"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 (vip-read-event))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 ;; Ex cd command. Default directory of this buffer changes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 (defun ex-cd ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 (vip-get-ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 (if (string= ex-file "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 (setq ex-file "~"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 (setq default-directory (file-name-as-directory (expand-file-name ex-file))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 ;; Ex copy and move command. DEL-FLAG means delete
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 (defun ex-copy (del-flag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 (vip-default-ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 (let ((address (vip-get-ex-address))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 (end (car ex-addresses)) (beg (car (cdr ex-addresses))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 (goto-char end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 (push-mark beg t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 (vip-enlarge-region (mark t) (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 (if del-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 (kill-region (point) (mark t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 (copy-region-as-kill (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 (if ex-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 (with-output-to-temp-buffer "*copy text*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 (princ
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 (if (or del-flag ex-g-flag ex-g-variant)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 (current-kill 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 (buffer-substring (point) (mark t)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 (condition-case nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 (read-string "[Hit return to continue] ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 (save-excursion (kill-buffer "*copy text*")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 (quit (save-excursion (kill-buffer "*copy text*"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 (signal 'quit nil))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 (if (= address 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 (goto-char address)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 (forward-line 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 (insert (current-kill 0))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095 ;; Ex delete command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 (defun ex-delete ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 (vip-default-ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 (vip-get-ex-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 (let ((end (car ex-addresses)) (beg (car (cdr ex-addresses))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 (if (> beg end) (error vip-FirstAddrExceedsSecond))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 (if ex-count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 (forward-line (1- ex-count)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 (set-mark end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 (vip-enlarge-region (point) (mark t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 (if ex-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 ;; show text to be deleted and ask for confirmation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 (with-output-to-temp-buffer " *delete text*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 (princ (buffer-substring (point) (mark t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 (condition-case nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 (read-string "[Hit return to continue] ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 (quit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118 (save-excursion (kill-buffer " *delete text*"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 (error "")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 (save-excursion (kill-buffer " *delete text*")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 (if ex-buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 (cond ((vip-valid-register ex-buffer '(Letter))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 (vip-append-to-register
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 (downcase ex-buffer) (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 ((vip-valid-register ex-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 (copy-to-register ex-buffer (point) (mark t) nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 (t (error vip-InvalidRegister ex-buffer))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 (kill-region (point) (mark t))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 ;; Ex edit command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 ;; In Viper, `e' and `e!' behave identically. In both cases, the user is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 ;; asked if current buffer should really be discarded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 ;; This command can take multiple file names. It replaces the current buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 ;; with the first file in its argument list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 (defun ex-edit (&optional file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 (if (not file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 (vip-get-ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 (cond ((and (string= ex-file "") buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 (setq ex-file (vip-abbreviate-file-name (buffer-file-name))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 ((string= ex-file "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 (error vip-NoFileSpecified)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 (let (msg do-edit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 (if buffer-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 (cond ((buffer-modified-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 (setq msg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 (format "Buffer %s is modified. Discard changes? "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 (buffer-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 do-edit t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 ((not (verify-visited-file-modtime (current-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 (setq msg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 (format "File %s changed on disk. Reread from disk? "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156 do-edit t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 (t (setq do-edit nil))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 (if do-edit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 (if (yes-or-no-p msg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 (set-buffer-modified-p nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 (kill-buffer (current-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 (message "Buffer %s was left intact" (buffer-name))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 ) ; let
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 (if (null (setq file (get-file-buffer ex-file)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 (ex-find-file ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 (vip-change-state-to-vi)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 (goto-char (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 (switch-to-buffer file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 (if ex-offset
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 (delete-region (point-min) (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 (insert ex-offset "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 (goto-char (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 (goto-char (vip-get-ex-address))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 (beginning-of-line)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 (ex-fixup-history vip-last-ex-prompt ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 ;; Splits the string FILESPEC into substrings separated by newlines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185 ;; Each line is assumed to be a file name. find-file's each file thus obtained.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 (defun ex-find-file (filespec)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 (let ((nonstandard-filename-chars "[^a-zA-Z0-9_.-/,\\]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 (if (string-match nonstandard-filename-chars filespec)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189 (funcall ex-nontrivial-find-file-function filespec)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 (find-file filespec))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194 ;; Ex global command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 (defun ex-global (variant)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 (let ((gcommand ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197 (if (or ex-g-flag ex-g-variant)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 (error "`%s' within `global' is not allowed" gcommand)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 (if variant
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200 (setq ex-g-flag nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 ex-g-variant t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 (setq ex-g-flag t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 ex-g-variant nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 (vip-get-ex-pat)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205 (if (null ex-token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 (error "`%s': Missing regular expression" gcommand)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 (if (string= ex-token "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 (if (null vip-s-string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 (error vip-NoPrevSearch)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 (setq ex-g-pat vip-s-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 (setq ex-g-pat ex-token
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 vip-s-string ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 (if (null ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 (setq ex-addresses (list (point-max) (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 (vip-default-ex-addresses))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 (let ((marks nil) (mark-count 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 com-str (end (car ex-addresses)) (beg (car (cdr ex-addresses))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 (if (> beg end) (error vip-FirstAddrExceedsSecond))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 (let ((cont t) (limit (point-marker)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 ;; skip the last line if empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227 (if (eobp) (vip-backward-char-carefully))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 (while (and cont (not (bobp)) (>= (point) limit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 (let ((found (re-search-backward ex-g-pat (mark t) t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 (if (or (and ex-g-flag found)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 (and ex-g-variant (not found)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 (setq mark-count (1+ mark-count))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 (setq marks (cons (point-marker) marks)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240 (if (bobp) (setq cont nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 (forward-line -1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 (end-of-line)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 (setq com-str (buffer-substring (1+ (point)) (1- (point-max)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 (while marks
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 (goto-char (car marks))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 (vip-ex com-str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249 (setq mark-count (1- mark-count))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 (setq marks (cdr marks)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 ;; Ex goto command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 (defun ex-goto ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 (if (null ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 (setq ex-addresses (cons (point) nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 (push-mark (point) t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 (goto-char (car ex-addresses))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 (beginning-of-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 ;; Ex line commands. COM is join, shift-right or shift-left
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 (defun ex-line (com)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 (vip-default-ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 (vip-get-ex-count)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 (let ((end (car ex-addresses)) (beg (car (cdr ex-addresses))) point)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 (if (> beg end) (error vip-FirstAddrExceedsSecond))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 (if ex-count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 (forward-line ex-count)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273 (if ex-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 ;; show text to be joined and ask for confirmation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 (with-output-to-temp-buffer " *text*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 (princ (buffer-substring (point) (mark t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 (condition-case nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 (read-string "[Hit return to continue] ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 (ex-line-subr com (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 (quit (ding)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 (save-excursion (kill-buffer " *text*")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 (ex-line-subr com (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 (setq point (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 (goto-char (1- point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 (beginning-of-line)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 (defun ex-line-subr (com beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290 (cond ((string= com "join")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 (goto-char (min beg end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 (while (and (not (eobp)) (< (point) (max beg end)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 (if (and (<= (point) (max beg end)) (not (eobp)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 (forward-line 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 (delete-region (point) (1- (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 (if (not ex-variant) (fixup-whitespace))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 ((or (string= com "right") (string= com "left"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 (indent-rigidly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 (min beg end) (max beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 (if (string= com "right") vip-shift-width (- vip-shift-width)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 (goto-char (max beg end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 (vip-forward-char-carefully))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 ;; Ex mark command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 (defun ex-mark ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 (let (char)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 (if (null ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 (setq ex-addresses
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 (cons (point) nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 (if (looking-at "[a-z]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 (setq char (following-char))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 (forward-char 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 (if (not (looking-at "[\n|]"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 (error "`%s': %s" ex-token vip-SpuriousText)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 (error "`%s' requires a following letter" ex-token)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 (goto-char (car ex-addresses))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 (point-to-register (1+ (- char ?a))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331 ;; Alternate file is the file next to the first one in the buffer ring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 (defun ex-next (cycle-other-window &optional find-alt-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 (catch 'ex-edit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 (let (count l)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 (if (not find-alt-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 (vip-get-ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 (if (or (char-or-string-p ex-offset)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 (and (not (string= "" ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340 (not (string-match "^[0-9]+$" ex-file))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 (ex-edit t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 (throw 'ex-edit nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 (setq count (string-to-int ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 (if (= count 0) (setq count 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 (if (< count 0) (error "Usage: `next <count>' (count >= 0)"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 (setq count 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 (setq l (vip-undisplayed-files))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 (while (> count 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 (while (and (not (null l)) (null (car l)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 (setq l (cdr l)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 (setq count (1- count))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 (if (> count 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 (setq l (cdr l))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 (if find-alt-file (car l)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 (if (and (car l) (get-file-buffer (car l)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 (let* ((w (if cycle-other-window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 (get-lru-window) (selected-window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360 (b (window-buffer w)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 (set-window-buffer w (get-file-buffer (car l)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 (bury-buffer b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 ;; this puts "next <count>" in the ex-command history
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 (ex-fixup-history vip-last-ex-prompt ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 (error "Not that many undisplayed files")))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 (defun ex-next-related-buffer (direction &optional no-recursion)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 (vip-ring-rotate1 vip-related-files-and-buffers-ring direction)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 (let ((file-or-buffer-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 (vip-current-ring-item vip-related-files-and-buffers-ring))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 (old-ring vip-related-files-and-buffers-ring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 (old-win (selected-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376 skip-rest buf wind)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 (or (and (ring-p vip-related-files-and-buffers-ring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 (> (ring-length vip-related-files-and-buffers-ring) 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 (error "This buffer has no related files or buffers"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 (or (stringp file-or-buffer-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 "File and buffer names must be strings, %S" file-or-buffer-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 (setq buf (cond ((get-buffer file-or-buffer-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387 ((file-exists-p file-or-buffer-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388 (find-file-noselect file-or-buffer-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391 (if (not (vip-buffer-live-p buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 (error "Didn't find buffer %S or file %S"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 file-or-buffer-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394 (vip-abbreviate-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 (expand-file-name file-or-buffer-name))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 (if (equal buf (current-buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 (or no-recursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 ;; try again
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 (setq skip-rest t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 (ex-next-related-buffer direction 'norecursion))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 (if skip-rest
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 ;; setup buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407 (if (setq wind (vip-get-visible-buffer-window buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1408 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1409 (setq wind (get-lru-window (if vip-xemacs-p nil 'visible)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 (set-window-buffer wind buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412 (if (vip-window-display-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1413 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1414 (raise-frame (window-frame wind))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1415 (if (equal (window-frame wind) (window-frame old-win))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416 (save-window-excursion (select-window wind) (sit-for 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 (select-window wind)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 (save-window-excursion (select-window wind) (sit-for 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421 (set-buffer buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422 (setq vip-related-files-and-buffers-ring old-ring))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1423
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424 (setq vip-local-search-start-marker (point-marker))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 ;; Force auto save
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429 (defun ex-preserve ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 (message "Autosaving all buffers that need to be saved...")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 (do-auto-save t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433 ;; Ex put
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434 (defun ex-put ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 (let ((point (if (null ex-addresses) (point) (car ex-addresses))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 (vip-get-ex-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 (setq vip-use-register ex-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438 (goto-char point)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 (if (bobp) (vip-Put-back 1) (vip-put-back 1))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 ;; Ex print working directory
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 (defun ex-pwd ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 (message default-directory))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445 ;; Ex quit command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 (defun ex-quit ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 ;; skip "!", if it is q!. In Viper q!, w!, etc., behave as q, w, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 (if (looking-at "!") (forward-char 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 (if (< vip-expert-level 3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 (save-buffers-kill-emacs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 (kill-buffer (current-buffer))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 ;; Ex read command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 (defun ex-read ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 (vip-get-ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 (let ((point (if (null ex-addresses) (point) (car ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 (goto-char point)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 (vip-add-newline-at-eob-if-necessary)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 (if (not (or (bobp) (eobp))) (forward-line 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 (if (and (not ex-variant) (string= ex-file ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 (if (null buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 (error vip-NoFileSpecified))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 (setq ex-file buffer-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 (if ex-cmdfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 (setq command (ex-expand-filsyms ex-file (current-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 (shell-command command t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 (insert-file-contents ex-file)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 (ex-fixup-history vip-last-ex-prompt ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 ;; this function fixes ex-history for some commands like ex-read, ex-edit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 (defun ex-fixup-history (&rest args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 (setq vip-ex-history
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 (cons (mapconcat 'identity args " ") (cdr vip-ex-history))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 ;; Ex recover from emacs \#file\#
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483 (defun ex-recover ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 (vip-get-ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 (if (or ex-append ex-offset)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486 (error "`recover': %s" vip-SpuriousText))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 (if (string= ex-file "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 (if (null buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 (error "This buffer isn't visiting any file"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 (setq ex-file buffer-file-name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 (setq ex-file (expand-file-name ex-file)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 (if (and (not (string= ex-file (buffer-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 (buffer-modified-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 (not ex-variant))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 (error "No write since last change \(:rec! overrides\)"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 (recover-file ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 ;; Tell that `rewind' is obsolete and to use `:next count' instead
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 (defun ex-rewind ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 (message
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 "Use `:n <count>' instead. Counts are obtained from the `:args' command"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 ;; read variable name for ex-set
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 (defun ex-set-read-variable ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 (let ((minibuffer-local-completion-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 (copy-keymap minibuffer-local-completion-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 (cursor-in-echo-area t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 str batch)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 (define-key
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 minibuffer-local-completion-map " " 'minibuffer-complete-and-exit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 (define-key minibuffer-local-completion-map "=" 'exit-minibuffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 (if (vip-set-unread-command-events
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 (ex-get-inline-cmd-args "[ \t]*[a-zA-Z]*[ \t]*" nil "\C-m"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 (setq batch t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 (vip-set-unread-command-events ?\C-m)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 (message ":set <Variable> [= <Value>]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 (or batch (sit-for 2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 (while (string-match "^[ \\t\\n]*$"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 (setq str
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 (completing-read ":set " ex-variable-alist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525 (message ":set <Variable> ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 ;; if there are unread events, don't wait
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 (or (vip-set-unread-command-events "") (sit-for 2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 ) ; while
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 str))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532 (defun ex-set ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 (let ((var (ex-set-read-variable))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 (val 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 (set-cmd "setq")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 (ask-if-save t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 (auto-cmd-label "; don't touch or else...")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 (delete-turn-on-auto-fill-pattern
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 "([ \t]*add-hook[ \t]+'vip-insert-state-hooks[ \t]+'turn-on-auto-fill.*)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 actual-lisp-cmd lisp-cmd-del-pattern
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 val2 orig-var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 (setq orig-var var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 (cond ((member var '("ai" "autoindent"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 (setq var "vip-auto-indent"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 set-cmd "setq"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546 ask-if-save nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 ((member var '("gai" "global-autoindent"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 (kill-local-variable 'vip-auto-indent)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 (setq var "vip-auto-indent"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 set-cmd "setq-default"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 ((member var '("noai" "noautoindent"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 (setq var "vip-auto-indent"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 ask-if-save nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 val "nil"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557 ((member var '("gnoai" "global-noautoindent"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 (kill-local-variable 'vip-auto-indent)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 (setq var "vip-auto-indent"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 set-cmd "setq-default"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 val "nil"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 ((member var '("ic" "ignorecase"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563 (setq var "vip-case-fold-search"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 ((member var '("noic" "noignorecase"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 (setq var "vip-case-fold-search"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 val "nil"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 ((member var '("ma" "magic"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 (setq var "vip-re-search"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 ((member var '("noma" "nomagic"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 (setq var "vip-re-search"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 val "nil"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 ((member var '("ro" "readonly"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 (setq var "buffer-read-only"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 ((member var '("noro" "noreadonly"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 (setq var "buffer-read-only"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 val "nil"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 ((member var '("sm" "showmatch"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581 (setq var "blink-matching-paren"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 ((member var '("nosm" "noshowmatch"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 (setq var "blink-matching-paren"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585 val "nil"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 ((member var '("ws" "wrapscan"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 (setq var "vip-search-wrap-around-t"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 val "t"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 ((member var '("nows" "nowrapscan"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 (setq var "vip-search-wrap-around-t"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591 val "nil")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592 (if (eq val 0) ; value must be set by the user
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 (let ((cursor-in-echo-area t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 (message ":set %s = <Value>" var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595 ;; if there are unread events, don't wait
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596 (or (vip-set-unread-command-events "") (sit-for 2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 (setq val (read-string (format ":set %s = " var)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 (ex-fixup-history "set" orig-var val)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 ;; check numerical values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 (if (member var
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 '("sw" "shiftwidth"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 "ts" "tabstop"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 "gts" "global-tabstop"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 "wm" "wrapmargin"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 (condition-case nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 (or (numberp (setq val2 (car (read-from-string val))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 (error "%s: Invalid value, numberp, %S" var val))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 (error "%s: Invalid value, numberp, %S" var val))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 ((member var '("sw" "shiftwidth"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614 (setq var "vip-shift-width"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 ((member var '("ts" "tabstop"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 ;; make it take effect in curr buff and new bufs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 (setq var "tab-width"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618 set-cmd "setq"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 ask-if-save nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 ((member var '("gts" "global-tabstop"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621 (kill-local-variable 'tab-width)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622 (setq var "tab-width"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623 set-cmd "setq-default"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 ((member var '("wm" "wrapmargin"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 ;; make it take effect in curr buff and new bufs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 (kill-local-variable 'fill-column)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 (setq var "fill-column"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 val (format "(- (window-width) %s)" val)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 set-cmd "setq-default"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 ((member var '("sh" "shell"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631 (setq var "explicit-shell-file-name"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 val (format "\"%s\"" val)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 (ex-fixup-history "set" orig-var))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 (setq actual-lisp-cmd (format "\n(%s %s %s) %s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 set-cmd var val auto-cmd-label))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 (setq lisp-cmd-del-pattern
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638 (format "^\n?[ \t]*([ \t]*%s[ \t]+%s[ \t].*)[ \t]*%s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 set-cmd var auto-cmd-label))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 (if (and ask-if-save
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 (y-or-n-p (format "Do you want to save this setting in %s "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 vip-custom-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 (vip-save-string-in-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 actual-lisp-cmd vip-custom-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 ;; del pattern
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648 lisp-cmd-del-pattern)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649 (if (string= var "fill-column")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 (if (> val2 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 (vip-save-string-in-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 (concat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 "(add-hook 'vip-insert-state-hooks 'turn-on-auto-fill) "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 auto-cmd-label)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 vip-custom-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 delete-turn-on-auto-fill-pattern)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 (vip-save-string-in-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 nil vip-custom-file-name delete-turn-on-auto-fill-pattern)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 (vip-save-string-in-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 nil vip-custom-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 ;; del pattern
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662 lisp-cmd-del-pattern)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 (message "%s %s %s" set-cmd var (if (string-match "^[ \t]*$" val)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 (format "%S" val)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 val))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669 (eval (car (read-from-string actual-lisp-cmd)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670 (if (string= var "fill-column")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 (if (> val2 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 (auto-fill-mode 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 (auto-fill-mode -1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 ;; In inline args, skip regex-forw and (optionally) chars-back.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 ;; Optional 3d arg is a string that should replace ' ' to prevent its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 ;; special meaning
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 (defun ex-get-inline-cmd-args (regex-forw &optional chars-back replace-str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 (re-search-forward regex-forw nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 (let ((beg (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686 end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 (goto-char (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 (if chars-back
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689 (skip-chars-backward chars-back)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 (skip-chars-backward " \t\n\C-m"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 (setq end (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 ;; replace SPC with `=' to suppress the special meaning SPC has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 ;; in Ex commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 (goto-char beg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 (if replace-str
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 (while (re-search-forward " +" nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697 (replace-match replace-str nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 (vip-forward-char-carefully)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 (goto-char end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 (buffer-substring beg end))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 ;; Ex shell command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 (defun ex-shell ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705 (shell))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707 ;; Viper help. Invokes Info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 (defun ex-help ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 (condition-case nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 (pop-to-buffer (get-buffer-create "*info*"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 (info (if vip-xemacs-p "viper.info" "viper"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 (message "Type `i' to search for a specific topic"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 (error (beep 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 (with-output-to-temp-buffer " *vip-info*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 (princ (format "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 The Info file for Viper does not seem to be installed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 This file is part of the standard distribution of %sEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 Please contact your system administrator. "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 (if vip-xemacs-p "X" "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 ))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 ;; Ex source command. Loads the file specified as argument or `~/.vip'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 (defun ex-source ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 (vip-get-ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 (if (string= ex-file "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 (load vip-custom-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 (load ex-file)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 ;; Ex substitute command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 ;; If REPEAT use previous regexp which is ex-reg-exp or vip-s-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 (defun ex-substitute (&optional repeat r-flag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 (let ((opt-g nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 (opt-c nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 (matched-pos nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 (case-fold-search vip-case-fold-search)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 delim pat repl)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 (if repeat (setq ex-token nil) (setq delim (vip-get-ex-pat)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 (if (null ex-token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 (setq pat (if r-flag vip-s-string ex-reg-exp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 (or (stringp pat)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 (error "No previous pattern to use in substitution"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 (setq repl ex-repl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 delim (string-to-char pat)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 (setq pat (if (string= ex-token "") vip-s-string ex-token))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 (setq vip-s-string pat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 ex-reg-exp pat)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 (setq delim (vip-get-ex-pat))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 (if (null ex-token)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 (setq ex-token ""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 ex-repl "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 (setq repl ex-token
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 ex-repl ex-token)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 (while (vip-get-ex-opt-gc delim)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 (if (string= ex-token "g") (setq opt-g t) (setq opt-c t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 (vip-get-ex-count)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 (if ex-count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 (if ex-addresses (goto-char (car ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 (forward-line (1- ex-count))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 (setq ex-addresses (cons (point) (cons (mark t) nil))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 (if (null ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 (setq ex-addresses (cons (point) (cons (point) nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 (if (null (cdr ex-addresses))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 (setq ex-addresses (cons (car ex-addresses) ex-addresses)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 ;(setq G opt-g)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 (let ((beg (car ex-addresses))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 (end (car (cdr ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 eol-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 (let ((limit (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 (goto-char (max (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 (point-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 (goto-char (min (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 (while (< (point) limit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 (setq eol-mark (point-marker))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 (if opt-g
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 (while (and (not (eolp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 (re-search-forward pat eol-mark t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 (if (or (not opt-c) (y-or-n-p "Replace? "))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 (setq matched-pos (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 (if (not (stringp repl))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 (error "Can't perform Ex substitution: No previous replacement pattern"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 (replace-match repl t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 (vip-forward-char-carefully))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 (if (null pat)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 "Can't repeat Ex substitution: No previous regular expression"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 (if (and (re-search-forward pat eol-mark t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 (or (not opt-c) (y-or-n-p "Replace? ")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 (setq matched-pos (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 (if (not (stringp repl))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 (error "Can't perform Ex substitution: No previous replacement pattern"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804 (replace-match repl t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 (end-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 (vip-forward-char-carefully))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 (if matched-pos (goto-char matched-pos))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 (if opt-c (message "done"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 ;; Ex tag command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 (defun ex-tag ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 (let (tag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 (skip-chars-forward "^ |\t\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 (setq tag (buffer-substring (mark t) (point))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 (if (not (string= tag "")) (setq ex-tag tag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 (vip-change-state-to-emacs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 (condition-case conds
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 (if (string= tag "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 (find-tag ex-tag t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 (find-tag-other-window ex-tag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 (vip-change-state-to-vi))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 (vip-change-state-to-vi)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 (vip-message-conditions conds)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 ;; Ex write command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 (defun ex-write (q-flag)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 (vip-default-ex-addresses t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 (vip-get-ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 (let ((end (car ex-addresses)) (beg (car (cdr ex-addresses)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 temp-buf writing-same-file region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 file-exists writing-whole-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839 (if (> beg end) (error vip-FirstAddrExceedsSecond))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 (if ex-cmdfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 (shell-command-on-region (point) (mark t) ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 (if (and (string= ex-file "") (not (buffer-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 (setq ex-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 (read-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 (format "Buffer %s isn't visiting any file. File to save in: "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 (buffer-name)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 (setq writing-whole-file (and (= (point-min) beg) (= (point-max) end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851 ex-file (if (string= ex-file "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 (buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 (expand-file-name ex-file)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854 ;; if ex-file is a directory use the file portion of the buffer file name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 (if (and (file-directory-p ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 buffer-file-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 (not (file-directory-p buffer-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 (setq ex-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 (concat ex-file (file-name-nondirectory buffer-file-name))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 (setq file-exists (file-exists-p ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 writing-same-file (string= ex-file (buffer-file-name)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 (if (and writing-whole-file writing-same-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 (if (not (buffer-modified-p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 (message "(No changes need to be saved)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 (save-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 (ex-write-info file-exists ex-file beg end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 ;; writing some other file or portion of the currents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 ;; file---create temp buffer for it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 ;; disable undo in that buffer, for efficiency
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 (buffer-disable-undo (setq temp-buf (create-file-buffer ex-file)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 (unwind-protect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 (if (and file-exists
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 (not writing-same-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877 (not (yes-or-no-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 (format "File %s exists. Overwrite? " ex-file))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 (error "Quit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 (setq region (buffer-substring (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 (set-buffer temp-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 (set-visited-file-name ex-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 (erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 (if (and file-exists ex-append)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 (insert-file-contents ex-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887 (goto-char (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888 (insert region)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889 (save-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 (ex-write-info file-exists ex-file (point-min) (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 (set-buffer temp-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893 (set-buffer-modified-p nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 (kill-buffer temp-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 ;; this prevents the loss of data if writing part of the buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898 (if (and (buffer-file-name) writing-same-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 (set-visited-file-modtime))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 (or writing-whole-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 (not writing-same-file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 (set-buffer-modified-p t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 (if q-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 (if (< vip-expert-level 2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 (save-buffers-kill-emacs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 (kill-buffer (current-buffer))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 (defun ex-write-info (exists file-name beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 (message "`%s'%s %d lines, %d characters"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 (vip-abbreviate-file-name file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 (if exists "" " [New file]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 (count-lines beg (min (1+ end) (point-max)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 (- end beg)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 ;; Ex yank command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 (defun ex-yank ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 (vip-default-ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 (vip-get-ex-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 (let ((end (car ex-addresses)) (beg (car (cdr ex-addresses))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 (if (> beg end) (error vip-FirstAddrExceedsSecond))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 (vip-enlarge-region beg end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 (exchange-point-and-mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926 (if (or ex-g-flag ex-g-variant)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 (error "Can't execute `yank' within `global'"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 (if ex-count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 (set-mark (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 (forward-line (1- ex-count)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 (set-mark end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 (vip-enlarge-region (point) (mark t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 (if ex-flag (error "`yank': %s" vip-SpuriousText))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 (if ex-buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936 (cond ((vip-valid-register ex-buffer '(Letter))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 (vip-append-to-register
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938 (downcase ex-buffer) (point) (mark t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 ((vip-valid-register ex-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940 (copy-to-register ex-buffer (point) (mark t) nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 (t (error vip-InvalidRegister ex-buffer))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942 (copy-region-as-kill (point) (mark t)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 ;; Execute shell command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 (defun ex-command ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946 (let (command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948 (set-buffer vip-ex-work-buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 (skip-chars-forward " \t")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 (setq command (buffer-substring (point) (point-max)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951 (end-of-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 (setq command (ex-expand-filsyms command (current-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953 (if (and (> (length command) 0) (string= "!" (substring command 0 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 (if vip-ex-last-shell-com
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 (setq command (concat vip-ex-last-shell-com (substring command 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 (error "No previous shell command")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 (setq vip-ex-last-shell-com command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 (if (null ex-addresses)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959 (shell-command command)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 (let ((end (car ex-addresses)) (beg (car (cdr ex-addresses))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 (if (null beg) (setq beg end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 (goto-char beg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964 (set-mark end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 (vip-enlarge-region (point) (mark t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966 (shell-command-on-region (point) (mark t) command t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 (goto-char beg)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 ;; Print line number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 (defun ex-line-no ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 (message "%d"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972 (1+ (count-lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 (point-min)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 (if (null ex-addresses) (point-max) (car ex-addresses))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976 ;; Give information on the file visited by the current buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977 (defun vip-info-on-file ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1979 (let ((pos1 (vip-line-pos 'start))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 (pos2 (vip-line-pos 'end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1981 lines file info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1982 (setq lines (count-lines (point-min) (vip-line-pos 'end))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 file (if (buffer-file-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 (concat (vip-abbreviate-file-name (buffer-file-name)) ":")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985 (concat (buffer-name) " [Not visiting any file]:"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986 info (format "line=%d/%d pos=%d/%d col=%d %s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1987 (if (= pos1 pos2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 (1+ lines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 lines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990 (count-lines (point-min) (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991 (point) (1- (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992 (1+ (current-column))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 (if (buffer-modified-p) "[Modified]" "[Unchanged]")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994 (if (< (+ 1 (length info) (length file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 (window-width (minibuffer-window)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996 (message (concat file " " info))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1998 (with-output-to-temp-buffer " *vip-info*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999 (princ (concat "\n"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2000 file "\n\n\t" info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 "\n\n\nPress any key to continue...\n\n")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002 (vip-read-event)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2003 (kill-buffer " *vip-info*")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2004 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2005
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2006
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2007 (provide 'viper-ex)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2009 ;;; viper-ex.el ends here