On Mon 12 Mar 2018 at 15:20, Arash Esbati <ar...@gnu.org> wrote:

> Following up myself, I think I found the problem.  I installed this
> patch which replaces `case' macro from `cl' with `cl-case' from
> `cl-lib'.
>
> Can you please update your repo, compile the files and try it again?

Thanks, that seems to have done it, though like I said it's an on-again,
off-again problem. I'll let you know if it pops up again though.

Sorry for missing that the first time. I went through and rechecked for
any pesky cl functions and found one. Patch attached that removes it.

Thanks,
Alex

>From f402fdac4af17512e02defa87273e6a041e89b05 Mon Sep 17 00:00:00 2001
From: Alex Branham <bran...@utexas.edu>
Date: Tue, 13 Mar 2018 08:23:14 -0500
Subject: [PATCH] * tex.el: prefer 'cl-return' over 'return'

---
 tex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index b7891a14..d9a0b934 100644
--- a/tex.el
+++ b/tex.el
@@ -2399,7 +2399,7 @@ this variable to \"<none>\"."
       (when (with-current-buffer buf
 	      (and (equal dir default-directory)
 		   (stringp TeX-master)))
-	(return (with-current-buffer buf TeX-master))))))
+	(cl-return (with-current-buffer buf TeX-master))))))
 
 (defun TeX-master-file-ask ()
   "Ask for master file, set `TeX-master' and add local variables."
-- 
2.16.2

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to