bug#30423: separate flymake into latex-flymake.el

2018-02-21 Thread Alex Branham
On Wed 21 Feb 2018 at 14:52, Arash Esbati wrote: > Alex Branham writes: > >> Sounds great, here's a small patch. I also added the copyright header >> and fixed that one quote. > > Many thanks for the patch. I slightly touched it and committed it under > your name; I also added an entry to the

bug#30423: separate flymake into latex-flymake.el

2018-02-21 Thread Arash Esbati
Alex Branham writes: > Sounds great, here's a small patch. I also added the copyright header > and fixed that one quote. Many thanks for the patch. I slightly touched it and committed it under your name; I also added an entry to the news. I close this bug then. Best, Arash http://git.savanna

bug#30423: separate flymake into latex-flymake.el

2018-02-20 Thread Alex Branham
On Tue 20 Feb 2018 at 14:17, Arash Esbati wrote: > Alex Branham writes: > >> On Sun 18 Feb 2018 at 14:14, Arash Esbati wrote: >> >>> Is there a reason why you didn't add this file to Makefile.in in order >>> to get byte-compiled? >> >> No, I'll do that too. > > I did this one just now. Great,

bug#30423: separate flymake into latex-flymake.el

2018-02-20 Thread Arash Esbati
Alex Branham writes: > On Sun 18 Feb 2018 at 14:14, Arash Esbati wrote: > >> Is there a reason why you didn't add this file to Makefile.in in order >> to get byte-compiled? > > No, I'll do that too. I did this one just now. May I point your attention to this thread? http://lists.gnu.org/archi

bug#30423: separate flymake into latex-flymake.el

2018-02-18 Thread Alex Branham
On Sun 18 Feb 2018 at 14:14, Arash Esbati wrote: > Alex Branham writes: > Hi Alex, > > many thanks for your patch. Some comments: > >> +;;; latex-flymake.el --- Flymake integration -*- lexical-binding: t; -*- > > Could you please add the standard header with Copyright etc. here? Sure thing,

bug#30423: separate flymake into latex-flymake.el

2018-02-18 Thread Arash Esbati
Alex Branham writes: > Here's a different version of the patch I sent with flymake support in > its own file. I also removed the lexical-binding from latex.el. Hi Alex, many thanks for your patch. Some comments: > +;;; latex-flymake.el --- Flymake integration -*- lexical-binding: t; -*- Cou

bug#30423: separate flymake into latex-flymake.el

2018-02-17 Thread Mosè Giordano
Hi Alex, 2018-02-16 17:57 GMT+01:00 Alex Branham : > Here's a different version of the patch I sent with flymake support in > its own file. I also removed the lexical-binding from latex.el. Great! Patch installed, thanks again. Bye, Mosè ___ bug-au

bug#30423: separate flymake into latex-flymake.el

2018-02-16 Thread Alex Branham
Here's a different version of the patch I sent with flymake support in its own file. I also removed the lexical-binding from latex.el. >From b373d749d85addd82d17fe4b6c6ec92a0c52e12b Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Fri, 16 Feb 2018 10:55:52 -0600 Subject: [PATCH] Support flymake