updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / emacs-rect-mark / emacs-rect-mark.install
blobcd4417372dbb309a92579f7a6415fc33f9b48a9e
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8 echo "# You can add the following keybindings to your .emacs to use rect-mark:"
9 echo "(require 'rect-mark)"
10 echo "(global-set-key (kbd \"C-x r C-SPC\") 'rm-set-mark)"
11 echo "(global-set-key (kbd \"C-x r C-x\")   'rm-exchange-point-and-mark)"
12 echo "(global-set-key (kbd \"C-x r C-w\")   'rm-kill-region)"
13 echo "(global-set-key (kbd \"C-x r M-w\")   'rm-kill-ring-save)"
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 pre_upgrade() {
19   /bin/true
22 # arg 1:  the new package version
23 # arg 2:  the old package version
24 post_upgrade() {
25   /bin/true
28 # arg 1:  the old package version
29 pre_remove() {
30   /bin/true
33 # arg 1:  the old package version
34 post_remove() {
35   /bin/true
38 op=$1
39 shift
40 $op $*