[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/latex.el,v
From: |
David Kastrup |
Subject: |
[AUCTeX-diffs] Changes to auctex/latex.el,v |
Date: |
Tue, 25 Jul 2006 17:35:59 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: David Kastrup <dak> 06/07/25 17:35:59
Index: latex.el
===================================================================
RCS file: /sources/auctex/auctex/latex.el,v
retrieving revision 5.417
retrieving revision 5.418
diff -u -b -r5.417 -r5.418
--- latex.el 15 Jul 2006 08:40:48 -0000 5.417
+++ latex.el 25 Jul 2006 17:35:59 -0000 5.418
@@ -674,8 +674,10 @@
(insert TeX-esc "end" TeX-grop environment TeX-grcl)
(end-of-line 0)
(if active-mark
+ (progn
(or (assoc environment LaTeX-indent-environment-list)
(LaTeX-fill-region content-start (line-beginning-position 2)))
+ (set-mark content-start))
(indent-according-to-mode))
(save-excursion (beginning-of-line 2) (indent-according-to-mode)))
(TeX-math-input-method-off))
@@ -4530,7 +4532,7 @@
(?\C-m "\\textmd{" "}")
(?\C-n "\\textnormal{" "}" "\\mathnormal{" "}")
(?\C-r "\\textrm{" "}" "\\mathrm{" "}")
- (?\C-s "\\textsl{" "}")
+ (?\C-s "\\textsl{" "}" "\\mathbb{" "}")
(?\C-t "\\texttt{" "}" "\\mathtt{" "}")
(?\C-u "\\textup{" "}")
(?\C-d "" "" t))
- [AUCTeX-diffs] Changes to auctex/latex.el,v, Ralf Angeli, 2006/07/12
- [AUCTeX-diffs] Changes to auctex/latex.el,v, Ralf Angeli, 2006/07/12
- [AUCTeX-diffs] Changes to auctex/latex.el,v, Ralf Angeli, 2006/07/15
- [AUCTeX-diffs] Changes to auctex/latex.el,v, Ralf Angeli, 2006/07/15
- [AUCTeX-diffs] Changes to auctex/latex.el,v,
David Kastrup <=