1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521
|
switch os
case unix alias lf !!ls -CF
default alias lf !!dir/w
alias pwd calc getcwd("!*")
alias save {
"Write this file, but only if it has been modified
if modified
then w!? !*
}
alias w {
"Write this file, but if readonly then check it out first
if readonly && "!?!%!*" == ""
then !!co -l %
then w!!
else !%w!? !*
}
alias man split +mantweak !man
alias mantweak {
"Convert nroff output back into man source
local report=0 nosaveregexp
try 1 s/^Reformatting.*ait\.\.\.$//
try %s/\\/\\\\/g
try %s/_\(.\)/\\fI\1\\fR/g
try %s/.\(.\)/\\fB\1\\fR/g
try %s/\\fR\\fB//g
try %s/\\fR\\fI//g
1 i .nf
set bd=man nomod
dis man
}
alias kwic {
"Build a table showing instances of a word from the manual
local d
if "!^" == ""
then error :kwic missing lhs
let d=dirdir(elvispath("elvis.html"))
eval split +"kwictweak !^" !!grep -i -n -w !\^ (d/"*.html")
}
alias kwictweak {
"Convert grep's output to a nice HTML table
local ic report=0
try %s/ / /g
try %s/ \{2,}/ /g
try %s/<[^>]*>//g
try %s/&[[:alnum:]]*;//g
try v/\<!\^\>/d
%s/^\([^:]*\):\([^:]*\):\(.*\)\<\(!\^\)\>\(.*\)$/\3<a href="\1?\2">\4<\/a\>\5/
%s/^/ /
%s/^[^<]*\([^<]\{30}<.*>.\{0,30}\).*$/\1/
1 i <h1>Instances of "!^" in elvis' manual</h1><pre>
$ a </pre>
se bd=html nomod
dis html
1;/>\=!\^
}
alias text {
"Like :tag but for any text in *.c or *.h
local tagprg="grep -nsw '(quote(\"'\",$1))' *.[ch] /dev/null \| sed 's/^\\\\\\(.*\\\\\\):\\\\\\(.*\\\\\\):.*/!^ \\1 \\2/'"
tag!? !*
}
alias btext {
"Like :browse but for any text in *.c or *.h
local tagprg="grep -nsw '(quote(\"'\",$1))' *.[ch] /dev/null \| sed 's/^\\\\\\(.*\\\\\\):\\\\\\(.*\\\\\\):.*/!^ \\1 \\2/'"
browse!! !*
}
if gui=="x11"
then {
alias courier {
"Use courier fonts of a given size (X11 only)
local s=!(18)^
let normalfont="*-courier-medium-r-*-"s"-*"
let italicfont="*-courier-medium-o-*-"s"-*"
let boldfont="*-courier-bold-r-*-"s"-*"
}
alias fork {
"Run a program in the background (X11 only)
!! >/dev/null 2>&1 !* &
}
}
alias copying split (elvispath("license"))
alias howto {
"Search elvis' "How To" appendix. ! makes it try harder.
if "!?" == "!!"
then split +/*!1.*!2.*!3.*!4 (elvispath("howto.html"))
else split +/^<dt>.*!1.*!2.*!3.*!4 (elvispath("howto.html"))
}
alias cbload {
"Load cut-buffers from a file
local b report=0
let b=buffer
if "!1" == ""
then error cbload requires a file name
e !1
%s:^--CBS-- \([a-z]\)$:+;/^--CBS--/-1 y \1:x
eval buffer (b)
}
alias cbsave {
"Save cut-buffers to a file
local a b report=0
let b = buffer
if "!1" == ""
then error cbsave requires a file name
e !1
%d
let a = 'a'
while a <= 'z'
do {
if buffer("Elvis cut buffer "char(a))
then {
eval $ a --CBS-- (char(a))
eval $ put (char(a))
}
let a = a + 1
}
$ a --CBS--
w!?
eval buffer (b)
}
alias cbshow {
"Show contents of cut-buffers
local a b c i=1 l="!*" q u s
if l == ""
then let l = "abcdefghijklmnopqrstuvwxyz123456789"
echo Buf\| Size & Type \| Contents
echo ---+-------------+----------------------------------------------------
while i <= strlen(l)
do {
let c = " "(l" " << i) >> 1
let b = "Elvis cut buffer " c
let a = "(" b ")"
if buffer(b)
then {
eval (a) let u = putstyle << 4;
eval (a) let q = u=="char" ? bufchars - 1 : buflines
let s = q; " "; u; (q == 1 ? " " : "s")
eval (a) calc " "; c; " |"; s >> 12; " | "line\(b,1\) << 52
}
let i = i + 1
}
}
alias config {
"Describe the configuration of this elvis
local m n o
let m="normal"
let m=m (feature("syntax") ? " syntax")
let m=m (feature("hex") ? " hex")
let m=m (feature("html") ? " html man tex")
let n=(feature("ftp") ? "ftp":"none")
let n=n (feature("http") ? " http")
let o=(feature("showtag") ? " showtag")
let o=o (feature("lpr") ? " lpr")
let o=o (feature("alias") ? " alias")
let o=o (feature("mkexrc") ? " mkexrc")
let o=o (feature("complete") ? " complete")
let o=o (feature("ram") ? " ram")
calc "Elvis version: " version
calc "Display modes: " m
calc "Network protocols: " n
calc "Other features: " o
}
alias customize {
"Edit a personal copy of one of elvis' configuration files
local d o n f="!^"
if f == ""
then error :customize requires the name of a configuation file
let o = elvispath(f)
if o == ""
then error "!^" is not a known configuration file
if os=="msdos" || os=="os2" || os == "win32"
then let d=$HOME/"elvislib"
else let d=$HOME/".elvislib"
if dirperm(d) == "new"
then eval !mkdir (d)
let n = d / f
if exists(n)
then eval e (n)
else {
eval e (o)
eval ("("o")") file (n)
}
}
alias left {
"Move text to the left side of each line
local report=0
!%s/^\s*
!%s/\s*$
}
alias right {
"Move text to the right side of each line
local w report=0
!%left
try !%s/ \{2,}/ /g
let w = (textwidth == 0) ? columns : textwidth
eval !%s/.$/&("" << w)
eval !%s/^\\\(.\\{(w)}\\\).*/\\1
!%s/^\(.*[^ ]\)\( \+\)$/\2\1/
}
alias center {
"Move text to the center of each line
local report=0
!%right
!%s/ / /g
}
alias rot13 {
"Perform rot-13 encryption/decryption
local i report=0
let i=0
while i < 13
do {
try eval !%s/(char(i + 'a'))/<TEMP>/g
try eval !%s/(char(i + 'n'))/(char(i + 'a'))/g
try eval !%s/<TEMP>/(char(i + 'n'))/g
try eval !%s/(char(i + 'A'))/<temp>/g
try eval !%s/(char(i + 'N'))/(char(i + 'A'))/g
try eval !%s/<temp>/(char(i + 'N'))/g
let i=i+1
}
}
alias cfmt {
"Adjust C or C++ comment block. Omit the */ line from range.
local report=0 nosaveregexp
if !< == !>
then error you must invoke cfmt with a range of two or more lines
!>a STOP!!
try !%s,^\(\s*\)//\s*,\1,
then {
"C++ comments, already removed the //
!%!!fmt
!<,/^STOP!!$/- s,^\s*,&// ,
}
else {
"C comments, still need to remove the /* or *
!<s,^\s*\([/ ]\*\)\s*,let a="\1",x
!%s,^\(\s*\)[/ ]\*\s*,\1,
!%!!fmt
eval !< s,^\\s*,&(a) ,
try !<+,/^STOP!!$/- s,^\s*,& * ,
}
/^STOP!!$/d
}
alias wascii {
"Write formatted text as plain ASCII
local lptype=dumb nolpheader
if "!*" == ""
then error You must specify a file name
!% lp!? !*
}
alias makehtml {
"Convert plain text to HTML source
local report=0 m=text n=text b=false
"
" m is current line mode -- one of "text", "pre", "ol", or "ul"
" n is next line mode
" b is a flag for detecting series of blank lines.
"
" For each line...
!%g /^/ {
" Protect characters which are special to HTML
try s/&/\&/g
try s/</\</g
try s/>/\>/g
"
" Convert uppercase lines into headings
try s/^[A-Z0-9][A-Z0-9-.) ]*$/<h1>&<\/h1>/
then set n=text
"
" Convert horizontal lines into <hr> tags
try s/^\s*[-=]\{10,}\s*$/<hr>/
then set n=text
"
" Try to be clever about finding links
try s/http:[^">, )]\+/<a href="&">&<\/a>/g
try s/ftp:[^">, )]\+/<a href="&">&<\/a>/g
try s/[a-zA-Z]\w*@[a-zA-Z][[:alnum:].-]\+/<a href="mailto:&">&<\/a>/g
"
" Convert asterisked lines into "ul" list items.
try s/^\s*\* */<li>/
then set n=ul
"
" Convert numbered lines (other than headings) into "ol" list items.
try s/^\s*\d\+[.)] \+/<li>
then set n=ol
"
" if in normal text, then assume indented text is preformatted.
if m=="text"
then {
try s/^\s/set n=pre/x
}
"
" if in preformatted text, then assume non-indented line ends <pre> block
if m=="pre" && n=="pre"
then {
try s/^\S/set n=text/x
}
"
" Any non-blank line turns off the "b" flag.
try s/./set b=false/x
"
" if not in formatted text, then blank lines are paragraph breaks. Avoid
" consecutive <p> tags, though.
if m!="pre" && b=="false"
then {
try s/^$/<p>/
then set b=true
}
"
" if mode switched, then add tags for that.
if m!=n
then {
if m!="text"
then eval i </(m)>
if n!="text"
then eval i <(n)>
let m=n
set b=false
}
}
"
" If converting the whole file, then add <html>...</html>
if "!%" == ""
then {
$a </body></html>
eval 1i <html><head><title>(htmlsafe(filename))</title></head><body>
"
" minor conveniences...
set bufdisplay=html
display html
eval file (dirdir(filename)/basename(filename)).html
}
}
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" The following were contributed by Ian Utley (iu@apertus.uk.com)
alias align {
"Align any = signs (or other given text) in selected line
local f=0 i=0 k report=0 nosaveregexp
"
" The following if tests to see if we have visually highlighted lines.
"
if ( !> !!= "" )
then {
!< mark a
!> mark b
let f=1
}
if ( f == 1)
then {
"
" Initialise i which will store the alignment column.
" Mark the current line to return the cursor at the end.
"
set i=0
mark z
"
" Remove any whitespace before the alignment character.
"
'a,'b s/[ ]*!(=)\$/!(=)\$/
"
" We could be aligning != <= or >= so we want to keep this letter
" near. Of course we may not be aligning an equals but we commonly do.
"
if ( "!(=)\$" == "=" )
then {
'a,'b s/[ ]*\([!!<>]*\)!(=)\$[ ]*/ \1!(=)\$ /
}
"
"
let f=0
'a,'bglobal /!(=)\$/ {
"
" Special case for the top line as -1 will not work.
"
if ( current("line") == 1 )
then {
1 insert ""
let f=1
}
-1
/!(=)\$
"
"
" Remember the largest column number for alignment.
"
if (current("column")>i)
then let i=current("column")
"
" Special case removal
"
if ( current("line") > 1 && f == 1)
then {
1 delete
let f=0
}
}
"
" Do the alignment.
"
let f=0
'a,'bglobal /!(=)\$/ {
"
" Special case for the top line as -1 will not work.
"
if ( current("line") == 1 )
then {
1i ""
let f=1
}
-1
/!(=)\$
"
" Not sure why I need to add +1
"
let k=i-current("column")+1
s/\([!!<>]*\)!(=)\$/ \1!(=)\$/
eval s/ *\\\( \{(k)\}[!!<>]*!(=)\$\\\)/\1
"
" Special case removal
"
if ( current("line") > 1 && f == 1 )
then {
1 delete
let f=0
}
}
"
" Return the cursor to the line it was previously on.
"
'z
}
}
alias match {
"Move to the line where the pairing keyword is located
local a b="" d x y i nowrapscan
"x and y are lists of matching words -- we'll seek forward from x words
"and backward from y words. The words listed here are appropriate for
"Unix shell scripts.
set x="if/then/case/do" y="fi/else/esac/done"
let a=current("word")
if (a == "")
then error Cursor is not on a word
while b=="" && x!="."
do {
if a==dirfile(x)
then {
let b=dirfile(y)
set d=forward
}
if a==dirfile(y)
then {
let b=dirfile(x)
set d=backward
}
let x=dirdir(x)
let y=dirdir(y)
}
if ( b=="" )
then error (a) is not a matchable keyword
mark c
set i=1
if (d=="forward")
then {
while ( i != 0 )
do {
set i=0
try eval /\<(b)\>
else {
" Failed to locate a match
'c
error No matching (b) located
}
mark d
eval 'c,'d global /\<(a)\>/ let i=i+1
eval 'c,'d global /\<(b)\>/ let i=i-1
}
}
if (d=="backward")
then {
while ( i != 0 )
do {
set i=0
try eval ?\<(b)\>
else {
" Failed to find a match
'c
error No matching (b) located
}
mark d
eval 'd,'c global /\<(a)\>/ let i=i+1
eval 'd,'c global /\<(b)\>/ let i=i-1
" global command has moved cursor back to 'c
'd
}
}
}
|