@@ -792,8 +792,8 @@ if [ "$modern_grep" = 1 ]; then skip_dirs="-d skip"; fi
792
792
# # function gr-h () { gr "$@" *.h; }
793
793
# # function gr-h- () { gr- "$@" *.h; }
794
794
795
- function gr-bib () { perlgrep.perl -i -para " $@ " * .bib; }
796
- function gr-biblio () { perlgrep.perl -i -para " $@ " * bib* .ascii; }
795
+ function gr-bib () { perl- perlgrep.perl -i -para " $@ " * .bib; }
796
+ function gr-biblio () { perl- perlgrep.perl -i -para " $@ " * bib* .ascii; }
797
797
798
798
# # OLD
799
799
# # # Searching for files
@@ -1239,6 +1239,7 @@ function summarize-mail- () { $GREP -h "^((From)|(Subject)|(Date)):" "$@" | $PAG
1239
1239
# -b ignore changes in amount of white space
1240
1240
# -B ignore changes that just insert or delete blank lines
1241
1241
if [ " $INCLUDE_MISC_ALIASES " = " 1" ]; then
1242
+ # # TODO2: remove cvs aliases already!
1242
1243
trace CVS stuff
1243
1244
#
1244
1245
function cvs- () { cvs " $@ " > | /tmp/cvs_.$$ 2>&1 ; $PAGER /tmp/cvs_.$$ ; }
@@ -1253,10 +1254,10 @@ if [ "$INCLUDE_MISC_ALIASES" = "1" ]; then
1253
1254
alias cvs-update=' cvs-filtered "^cvs update" update -d'
1254
1255
alias cvs-update-latest=' cvs-filtered "^cvs update" update -A'
1255
1256
alias cvs-examine=' cvs-filtered "^cvs update" -n update -d'
1256
- alias cvs-modified=' cvs- status | $GREP Modified | extract_matches.perl "File: (\S+)" | echoize'
1257
+ alias cvs-modified=' cvs- status | $GREP Modified | perl- extract_matches.perl "File: (\S+)" | echoize'
1257
1258
alias cvs-modules=' cvs checkout -c'
1258
1259
alias cvs-annotate=' cvs- annotate'
1259
- alias cvs-extract-all=' extract_all_versions.perl -cvs'
1260
+ alias cvs-extract-all=' perl- extract_all_versions.perl -cvs'
1260
1261
#
1261
1262
# cvs-update-all: performs 'cvs update' grepping for conflicts and changes
1262
1263
#
1272
1273
1273
1274
# RCS stuff
1274
1275
if [ " $INCLUDE_MISC_ALIASES " = " 1" ]; then
1276
+ # # TODO2: remove rcs aliases already!
1275
1277
# alias get 'co'
1276
1278
function get () { co -M " $@ " ; }
1277
1279
function get-read-only () { co -p " $@ " ; }
@@ -1529,17 +1531,17 @@ alias spanish='spanish-lookup'
1529
1531
alias sp=spanish
1530
1532
# # TODO: reword sp- to sp-loose
1531
1533
alias sp-=spanish-
1532
- alias pp-spanish=' pp_spanish_entry.perl'
1534
+ alias pp-spanish=' perl- pp_spanish_entry.perl'
1533
1535
# # TODO: reword sp-pp- to sp-pp-aux
1534
1536
function sp-pp- () { sp $@ | pp-spanish; }
1535
1537
function sp-pp-loose () { sp- $@ | pp-spanish; }
1536
1538
function sp-pp () { sp-pp- $1 > | $1 .pp; $PAGER $1 .pp; }
1537
1539
1538
- function spanish-trans-phrase () { phrase=$1 ; shift ; echo " $phrase " | $multiling_dir /Spanish/qd_trans_spanish.perl " $@ " -; }
1540
+ function spanish-trans-phrase () { phrase=$1 ; shift ; echo " $phrase " | perl- $multiling_dir /Spanish/qd_trans_spanish.perl " $@ " -; }
1539
1541
alias trans-spanish-phrase=' spanish-trans-phrase'
1540
- alias trans-sp=' qd_trans_spanish.perl -maxlen=256 -redirect -'
1542
+ alias trans-sp=' perl- qd_trans_spanish.perl -maxlen=256 -redirect -'
1541
1543
alias qd-trans-sp=' trans-sp'
1542
- alias old-qd-trans-sp=' qd_trans_spanish.perl -redirect -'
1544
+ alias old-qd-trans-sp=' perl- qd_trans_spanish.perl -redirect -'
1543
1545
1544
1546
# Unicode support
1545
1547
#
0 commit comments