auctex-devel
[Top][All Lists]
Advanced

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

Re: font-latex-match-warning-make void function.


From: Stefan Monnier
Subject: Re: font-latex-match-warning-make void function.
Date: Thu, 25 Mar 2021 11:13:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Get your shits together, Stefan,

I'll try to mess up in a more challenging way next time, I promise.

> I've just merged master into externals/auctex.  Could you please check
> if everything's right there, i.e., foremost that changes in *.el.in
> files on master are in the corresponding *.el file in externals/auctex.

That worked fine for preview.el but not for auctex.el, apparently.
[ I'm not surprised: the same thing happened to me when rebasing my
  branch from the elpa.git code to the auctex.git code ;-)  ]

Also, I had changes in the `README` which I had to throw out because
I couldn't find anything corresponding to it in the auctex.git code.

See patch below.
For good measure, I threw in a tweak to `.gitignore`.


        Stefan


diff --git a/.gitignore b/.gitignore
index 658ce83fcd..f625e65b26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 #*
 *.aux
+*.orig
 *.elc
 *.log
 *.synctex.gz
@@ -49,3 +50,7 @@ auctex-autoloads.el
 tests/*/auto/*
 *.dynvars
 auctex-dynvars
+
+# ELPA-generated files
+/auctex-autoloads.el
+/auctex-pkg.el
diff --git a/README b/README
index fe474cf8be..c9a8c12f79 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This is the README file for the AUCTeX distribution.
 
-     Copyright (C) 2008, 2017 Free Software Foundation, Inc.
+     Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without
      modification, are permitted in any medium without royalty provided
@@ -48,10 +48,10 @@ new features for your own needs.  It is a GNU project and 
distributed
 under the 'GNU General Public License Version 3'.
 
 The most recent version is always available at
-<http://ftp.gnu.org/pub/gnu/auctex/>.
+<https://ftp.gnu.org/pub/gnu/auctex/>.
 
 WWW users may want to check out the AUCTeX page at
-<http://www.gnu.org/software/auctex/>.
+<https://www.gnu.org/software/auctex/>.
 
 For comprehensive information about how to install AUCTeX read the file
 'INSTALL' or 'INSTALL.windows', respectively.
@@ -175,7 +175,7 @@ case, 'dvipng' will be used for converting DVI files and 
Ghostscript
 (with a 'PNG' device) for converting PDF files.  'dvipng' is much faster
 than the combination of Dvips and Ghostscript.  You can get downloads,
 access to its CVS archive and further information from its project site
-(http://savannah.nongnu.org/projects/dvipng).
+(https://savannah.nongnu.org/projects/dvipng).
 
 5 More documentation
 ********************
@@ -204,9 +204,9 @@ will display it.
 **************
 
 The preview-latex project is now part of AUCTeX and accessible as part
-of the AUCTeX project page (http://savannah.gnu.org/projects/auctex).
+of the AUCTeX project page (https://savannah.gnu.org/projects/auctex).
 You can get its files from the AUCTeX download area
-(ftp://ftp.gnu.org/pub/gnu/auctex).  As of AUCTeX 11.81, preview-latex
+(https://ftp.gnu.org/pub/gnu/auctex).  As of AUCTeX 11.81, preview-latex
 should already be integrated into AUCTeX, so no separate download will
 be necessary.
 
@@ -222,7 +222,7 @@ installation fails (but this should be a rare event), 
report bugs to
 <bug-auctex@gnu.org>.
 
 There is a general discussion list for AUCTeX which also covers
-preview-latex, look at <http://lists.gnu.org/mailman/listinfo/auctex>.
+preview-latex, look at <https://lists.gnu.org/mailman/listinfo/auctex>.
 For more information on the mailing list, send a message with just the
 word "help" as subject or body to <auctex-request@gnu.org>.  For the
 developers, there is the <auctex-devel@gnu.org> list; it would probably
diff --git a/auctex.el b/auctex.el
index ea9d858605..13cc562a15 100644
--- a/auctex.el
+++ b/auctex.el
@@ -1,4 +1,4 @@
-;;; auctex.el --- Integrated environment for *TeX*
+;;; auctex.el --- Integrated environment for *TeX*  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
@@ -6,7 +6,7 @@
 ;; URL: https://www.gnu.org/software/auctex/
 ;; Maintainer: auctex-devel@gnu.org
 ;; Notifications-To: auctex-diffs@gnu.org
-;; Package-Requires: ((emacs "24.3") (cl-lib "1.0"))
+;; Package-Requires: ((emacs "24.3"))
 ;; Keywords: TeX LaTeX Texinfo ConTeXt docTeX preview-latex
 
 ;; This file is part of GNU Emacs.




reply via email to

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