Could you fix the error that is found by verilog-mode testing on Debian?

2016-10-14 Thread Kiwamu Okabe
Hi Michael and Wilson, Now, I'm trying to make Debian package of your verilog-mode. However, your verilog-mode testing occurs error on my Debian git repo, which has same code as your one. The error log is found at following: https://gist.github.com/master-q/0afe681cc35329fec210691517b30843#fil

Re: Could you fix the error that is found by verilog-mode testing on Debian?

2016-10-14 Thread Wilson Snyder
The test passes for me using XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (x86_64-linux-gnu, Mule) of Sun Dec 27 2015 on lgw01-11 Note my patch level is lower than yours. Immediately above the error is this: Ignoring `eval:' in file's local variables But 0test.el has this: (setq

Re: Could you fix the error that is found by verilog-mode testing on Debian?

2016-10-14 Thread Kiwamu Okabe
Hi Wilson, On Fri, Oct 14, 2016 at 10:03 PM, Wilson Snyder wrote: > Immediately above the error is this: > >Ignoring `eval:' in file's local variables > > But 0test.el has this: > > (setq enable-local-eval t) > > Can you please debug why that setting is being ignored and the "Ignoring" > w