Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4cf9b38d
Commit
4cf9b38d
authored
Jun 02, 2012
by
Stefan Merten
Browse files
(rst-mode-map): Fix meaning of C-M-a / C-M-e.
parent
37269466
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/textmodes/rst.el
lisp/textmodes/rst.el
+4
-4
No files found.
lisp/ChangeLog
View file @
4cf9b38d
...
...
@@ -74,6 +74,7 @@
2012-06-02 Stefan Merten <smerten@oekonux.de>
* textmodes/rst.el: Always require `cl'.
(rst-mode-map): Fix meaning of C-M-a / C-M-e.
2012-06-02 Chong Yidong <cyd@gnu.org>
...
...
lisp/textmodes/rst.el
View file @
4cf9b38d
...
...
@@ -123,7 +123,7 @@ and before TAIL-RE and DELIM-RE in VAR or DEFAULT for no match."
;; Use CVSHeader to really get information from CVS and not other version
;; control systems.
(
defconst
rst-cvs-header
"$CVSHeader: sm/rst_el/rst.el,v 1.257.2.1
0
2012-06-02
09:38
:4
0
stefan Exp $")
"$CVSHeader: sm/rst_el/rst.el,v 1.257.2.1
1
2012-06-02
12:20
:4
1
stefan Exp $"
)
(
defconst
rst-cvs-rev
(
rst-extract-version
"\\$"
"CVSHeader: \\S + "
"[0-9]+\\(?:\\.[0-9]+\\)+"
" .*"
rst-cvs-header
"0.0"
)
...
...
@@ -546,11 +546,11 @@ well but give an additional message."
(rst-define-key map [?\C-\M-h] 'rst-mark-section
;; Same as mark-defun sgml-mark-current-element.
[?\C-c ?\C-m])
;; Move
for
ward/
back
ward between section titles.
(rst-define-key map [?\C-\M-a] 'rst-
for
ward-section
;; Move
back
ward/
for
ward between section titles.
(rst-define-key map [?\C-\M-a] 'rst-
back
ward-section
;; Same as beginning-of-defun.
[?\C-c ?\C-n])
(rst-define-key map [?\C-\M-e] 'rst-
back
ward-section
(rst-define-key map [?\C-\M-e] 'rst-
for
ward-section
;; Same as end-of-defun.
[?\C-c ?\C-p])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment