auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 10047fb2bcff4934acddc


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 10047fb2bcff4934acddc7e08bcc42698fbe681c
Date: Fri, 2 Nov 2018 17:17:02 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  10047fb2bcff4934acddc7e08bcc42698fbe681c (commit)
      from  d8c6f94eaa98cbcbf62fd915726544135c5faa04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 10047fb2bcff4934acddc7e08bcc42698fbe681c
Author: Arash Esbati <address@hidden>
Date:   Fri Nov 2 22:16:39 2018 +0100

    * style/fancyvrb.el (LaTeX-fancyvrb-key-val-options): Add vspace key.

diff --git a/style/fancyvrb.el b/style/fancyvrb.el
index cc673f9..cafd016 100644
--- a/style/fancyvrb.el
+++ b/style/fancyvrb.el
@@ -1,4 +1,4 @@
-;;; fancyvrb.el --- AUCTeX style for `fancyvrb.sty' version 2.8.
+;;; fancyvrb.el --- AUCTeX style for `fancyvrb.sty' version 3.0.
 
 ;; Copyright (C) 2013, 2014, 2016--2018 Free Software Foundation, Inc.
 
@@ -25,7 +25,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `fancyvrb.sty' version 2.8.
+;; This file adds support for `fancyvrb.sty' version 3.0.
 
 ;; This style has some capabilities to parse user defined macros,
 ;; environments and saved blocks with `SaveVerbatim' environments and
@@ -47,7 +47,7 @@
 (require 'tex)
 
 (defvar LaTeX-fancyvrb-key-val-options
-  '(("commentchar" ("none"))
+  `(("commentchar" ("none"))
     ("gobble")
     ("formatcom")
     ;; Undocumented key
@@ -89,6 +89,10 @@
     ("defineactive")
     ;; Undocumented key
     ("defineactive*")
+    ;; Undocumented key and introduced in version 2.81 2011/04/06
+    ("vspace" ,(mapcar (lambda (x)
+                        (concat TeX-esc (car x)))
+                      (LaTeX-length-list)))
     ;; Actually, the following options are used only by the `BVerbatim'
     ;; environment.
     ("boxwidth" ("auto" "dimension"))

-----------------------------------------------------------------------

Summary of changes:
 style/fancyvrb.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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