bug#30640: [patch] replace last cl

2018-03-01 Thread Alex Branham
On Thu 01 Mar 2018 at 09:35, Mosè Giordano wrote: > Hi Alex, > > 2018-02-28 1:47 GMT+01:00 Alex Branham : >> I think this takes case of the last (require 'cl) statement. > > thanks again for working on this! However, I can't compile AUCTeX > with your patch: > > latex.el:6542:8:Error: Wrong

bug#30640: [patch] replace last cl

2018-03-01 Thread Mosè Giordano
2018-03-01 16:43 GMT+01:00 Alex Branham : > Whoops! I didn't think about checking the other files for cl functions. > Since this removes the last cl function, the byte-compiler didn't know > about the cl functions anymore. There was one lurking in latex.el that > we must've missed before. Now

bug#30640: [patch] replace last cl

2018-03-01 Thread Mosè Giordano
Hi Alex, 2018-02-28 1:47 GMT+01:00 Alex Branham : > I think this takes case of the last (require 'cl) statement. thanks again for working on this! However, I can't compile AUCTeX with your patch: latex.el:6542:8:Error: Wrong type argument: sequencep, beg-col Could you please have a look at