[Lunar-commits] r18881 - moonbase/trunk/doc-tools/auctex

Dennis Veatch stumbles at lunar-linux.org
Sat Feb 25 14:23:52 UTC 2006


Author: stumbles
Date: 2006-02-25 14:23:49 +0000 (Sat, 25 Feb 2006)
New Revision: 18881

Modified:
   moonbase/trunk/doc-tools/auctex/BUILD
   moonbase/trunk/doc-tools/auctex/DETAILS
Log:

Already in version 11.81 the way to activate AUCTeX changed substantially.
This should now be done with `(load "auctex.el" nil t t)' instead of the
former `(require 'tex-site)'.

AUCTeX now can automatically insert a pair of braces in math constructs if
the new variable `TeX-electric-sub-and-superscript' is set to a non-nil value.

Completion support for options of some LaTeX packages was added.


and others



Modified: moonbase/trunk/doc-tools/auctex/BUILD
===================================================================
--- moonbase/trunk/doc-tools/auctex/BUILD	2006-02-25 06:54:55 UTC (rev 18880)
+++ moonbase/trunk/doc-tools/auctex/BUILD	2006-02-25 14:23:49 UTC (rev 18881)
@@ -1,8 +1,10 @@
 (
 
     EMACSDIR=/usr/share/emacs/site-lisp       &&
+
+    default_build                             $$
     make $OPTS                                &&
     prepare_install                           &&
-    make lispdir=$EMACSDIR install            
-    
+    make lispdir=$EMACSDIR install
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/doc-tools/auctex/DETAILS
===================================================================
--- moonbase/trunk/doc-tools/auctex/DETAILS	2006-02-25 06:54:55 UTC (rev 18880)
+++ moonbase/trunk/doc-tools/auctex/DETAILS	2006-02-25 14:23:49 UTC (rev 18881)
@@ -1,14 +1,15 @@
           MODULE=auctex
-         VERSION=11.14
-	  SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/auctex/$VERSION/
+         VERSION=11.82
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=$GNU_URL/auctex/
+      SOURCE_VFY=sha1:30362e622bb085a4b593088b5084f329111c4d4a
         WEB_SITE=http://www.nongnu.org/auctex/
          ENTERED=20030213
-         UPDATED=20030603
+         UPDATED=20060225
            SHORT="AucTeX is the ultimate (La)TeX mode for emacs"
 cat << EOF
- Emacs is an advanced and extensible editor. A Major Mode customizes Emacs for 
- editing text of a particular sort. AucTeX is a major mode for (La)TeX 
+ Emacs is an advanced and extensible editor. A Major Mode customizes Emacs for
+ editing text of a particular sort. AucTeX is a major mode for (La)TeX
  documents.
 
 EOF



More information about the Lunar-commits mailing list