Re: [AUCTeX-devel] [Bug] No install target for latex-flymake

2018-02-25 Thread Alex Branham
On Sun 25 Feb 2018 at 06:52, Vladimir Lomov wrote: > Hello, > ** Alex Branham [2018-02-23 09:26:33 -0600]: > >> >> On Fri 23 Feb 2018 at 05:38, Arash Esbati wrote: >> >>> Vladimir Lomov writes: >>> >>>> ** Arash Esbati [2018-02-20 21:2

Re: [AUCTeX-devel] [Bug] No install target for latex-flymake

2018-02-26 Thread Alex Branham
On Sun 25 Feb 2018 at 21:57, Vladimir Lomov wrote: > Hello, > ** Alex Branham [2018-02-25 11:03:14 -0600]: > >> >> On Sun 25 Feb 2018 at 06:52, Vladimir Lomov wrote: >> [...] >> Flymake requires a backend function (or functions) so it can find >> warnings

[AUCTeX-devel] Refine flymake initialization

2018-02-26 Thread Alex Branham
The attached patch sets up flymake directly in TeX-latex-mode, rather than putting a hook in LaTeX-mode-hook. This avoids changing LaTeX-mode-hook. >From 805200dd9602030fc9d8e9da645a600b96862e8f Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Mon, 26 Feb 2018 10:18:55 -0600 Subject: [PA

[AUCTeX-devel] What is the proper way to install auctex as a user?

2018-03-07 Thread Alex Branham
Hi all - I'm running into some font-lock issues that I didn't have before switching over to building auctex from the git repo. I'm wondering how I'm supposed to build and activate auctex. I clone auctex to ~/.emacs.d/lib/auctex and then do the following: ./autogen.sh ./configure --prefix=$HOME ma

Re: [AUCTeX-devel] What is the proper way to install auctex as a user?

2018-03-07 Thread Alex Branham
On Wed 07 Mar 2018 at 11:26, Alex Branham wrote: > Hi all - > > I'm running into some font-lock issues that I didn't have before > switching over to building auctex from the git repo. I'm wondering how > I'm supposed to build and activate auctex. I clone au

Re: [AUCTeX-devel] What is the proper way to install auctex as a user?

2018-03-07 Thread Alex Branham
On Wed 07 Mar 2018 at 14:19, Arash Esbati wrote: >> ./autogen.sh >> ./configure --prefix=$HOME >> make > > Hi Alex, > > I do basically the same thing, but issue a `make extraclean' before > `./autogen.sh'. Do you want to give it a roll? Thanks for the reply. This seems to have solved the issue

Re: [AUCTeX-devel] What is the proper way to install auctex as a user?

2018-03-08 Thread Alex Branham
On Thu 08 Mar 2018 at 00:01, Colin Baxter wrote: >>>>>> Arash Esbati writes: > > > Alex Branham writes: > >> I'm running into some font-lock issues that I didn't have before > >> switching over to building auctex from the git

Re: [AUCTeX-devel] What is the proper way to install auctex as a user?

2018-03-13 Thread Alex Branham
ttached that removes it. Thanks, Alex >From f402fdac4af17512e02defa87273e6a041e89b05 Mon Sep 17 00:00:00 2001 From: Alex Branham 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(-)

Re: [AUCTeX-devel] What is the proper way to install auctex as a user?

2018-03-29 Thread Alex Branham
ould fix the issue, it at least seems to on my end. Can you test it out? Alex >From fa322d82537763f63ee0e21c479c40b89acbc20a Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Thu, 29 Mar 2018 07:08:05 -0500 Subject: [PATCH] Fix TeX-dwim-master * tex.el(TeX-dwim-master): cl-return is much easier to work wi

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e783b973e9c367d1ab31ca07bc31a0b19c110f28

2018-03-29 Thread Alex Branham
--- commit e783b973e9c367d1ab31ca07bc31a0b19c110f28 Author: Alex Branham Date: Thu Mar 29 21:24:15 2018 +0900 Fix TeX-dwim-master * tex.el (TeX-dwim-master): `cl-return' is much easier to work with if we're alerady using cl- functions, so convert `dolist' to `cl-loop.' Signed-off-

[AUCTeX-devel] reftex-reference not including autoref

2018-04-19 Thread Alex Branham
Hi all - I've been having this issue for a while, ever since switching to Emacs 26 where C-c ) (reftex-reference) does not include "[a] \autoref" even though I have hyperref in the preamble of my document. I've tried setting reftex-ref-style-default-list to '("Hyperref" "Default") but that doesn't

Re: [AUCTeX-devel] reftex-reference not including autoref

2018-04-20 Thread Alex Branham
On Fri 20 Apr 2018 at 15:36, Arash Esbati wrote: > Alex Branham writes: > > as it stands, RefTeX doesn't parse the packages used in a .tex file and > sets a specific behaviour. I presume you use AUCTeX with RefTeX and it > that case, AUCTeX has these lines in hyperref.el:

Re: [AUCTeX-devel] reftex-reference not including autoref

2018-04-24 Thread Alex Branham
On Tue 24 Apr 2018 at 09:52, Ikumi Keita wrote: > I guess that you didn't issue `make install' and instead write something > like `(load "~/.emacs.d/lib/auctex/auctex.el" nil t t)' in your init > file. > If this guess is correct, then a situation like > >> a TeX-data-directory with the value >>

Re: [AUCTeX-devel] reftex-reference not including autoref

2018-05-23 Thread Alex Branham
On Fri 18 May 2018 at 14:40, Arash Esbati wrote: > Ikumi Keita writes: > >> In other words, the git checkout directory cannot be used as an >> alternative of installation. > > Hi Keita and Alex, > > I'm using AUCTeX out of the git directory for some times now. I have > these lines in my init f