comparison lisp/bindings.el @ 85070:628c4c3a906d

(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
author Juri Linkov <juri@jurta.org>
date Sat, 06 Oct 2007 22:15:43 +0000
parents e6e2af0f00c5
children 5b96a46cc08a 14c4a6aac623
comparison
equal deleted inserted replaced
85069:8058943a15e4 85070:628c4c3a906d
1039 (define-key ctl-x-map "ro" 'open-rectangle) 1039 (define-key ctl-x-map "ro" 'open-rectangle)
1040 (define-key ctl-x-map "rt" 'string-rectangle) 1040 (define-key ctl-x-map "rt" 'string-rectangle)
1041 (define-key ctl-x-map "rw" 'window-configuration-to-register) 1041 (define-key ctl-x-map "rw" 'window-configuration-to-register)
1042 (define-key ctl-x-map "rf" 'frame-configuration-to-register) 1042 (define-key ctl-x-map "rf" 'frame-configuration-to-register)
1043 1043
1044 (define-key esc-map "q" 'fill-paragraph) 1044 (define-key esc-map "q" 'fill-paragraph-or-region)
1045 ;; (define-key esc-map "g" 'fill-region)
1046 (define-key ctl-x-map "." 'set-fill-prefix) 1045 (define-key ctl-x-map "." 'set-fill-prefix)
1047 1046
1048 (define-key esc-map "{" 'backward-paragraph) 1047 (define-key esc-map "{" 'backward-paragraph)
1049 (define-key esc-map "}" 'forward-paragraph) 1048 (define-key esc-map "}" 'forward-paragraph)
1050 (define-key esc-map "h" 'mark-paragraph) 1049 (define-key esc-map "h" 'mark-paragraph)