auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Sun, 06 Dec 2009 12:00:27 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    09/12/06 12:00:10

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.657
retrieving revision 5.658
diff -u -b -r5.657 -r5.658
--- tex.el      31 Oct 2009 17:03:05 -0000      5.657
+++ tex.el      6 Dec 2009 12:00:09 -0000       5.658
@@ -4161,50 +4161,39 @@
      "-"
      ["Hide All in Current Buffer" TeX-fold-buffer
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-b"
       :help "Hide all configured TeX constructs in the current buffer"]
      ["Hide All in Current Region" TeX-fold-region
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-r"
       :help "Hide all configured TeX constructs in the marked region"]
      ["Hide All in Current Paragraph" TeX-fold-paragraph
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-p"
       :help "Hide all configured TeX constructs in the paragraph containing 
point"]
      ["Hide Current Macro" TeX-fold-macro
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-m"
       :help "Hide the macro containing point"]
      ["Hide Current Environment" TeX-fold-env
       :visible (not (eq major-mode 'plain-tex-mode))
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-e"
       :help "Hide the environment containing point"]
      ["Hide Current Comment" TeX-fold-comment
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-c"
       :help "Hide the comment containing point"]
      "-"
      ["Show All in Current Buffer" TeX-fold-clearout-buffer
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o b"
       :help "Permanently show all folded content again"]
      ["Show All in Current Region" TeX-fold-clearout-region
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o r"
       :help "Permanently show all folded content in marked region"]
      ["Show All in Current Paragraph" TeX-fold-clearout-paragraph
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o p"
       :help "Permanently show all folded content in paragraph containing 
point"]
      ["Show Current Item" TeX-fold-clearout-item
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o i"
       :help "Permanently show the item containing point"]
      "-"
      ["Hide or Show Current Item" TeX-fold-dwim
       :active (and (boundp 'TeX-fold-mode) TeX-fold-mode)
-      :keys "C-c C-o C-o"
       :help "Hide or show the item containing point"]))
    "Menu definition for commands from tex-fold.el.")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]