veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
256 stars 90 forks source link

Emacs 29: Verilog Mode Font Hilighting: module keyword highlights following label in a comment block. #1874

Closed dspain55 closed 6 months ago

dspain55 commented 6 months ago

hilight_Issue

In Emacs 29 running under Cygwin (I sure hope that doesn't matter) the module keyword wants to hi-light the next word as a label even though they are both in a comment block.

I tried to copy a screen capture of the issue. Haven't seen this before until I started using Emacs 29. If the screen capture took okay, you can see the example for both type of comment blocks // and / ... /. Doesn't happen on Emacs 27.1 under Ubuntu 22.04LTS.

Hi Wilson. Sorry to "bug" you. More wonderful Emacs tomfoolery. Hope all is well with you and yours.

David Spain

wsnyder commented 6 months ago

I recreated this, it appears a bug specifically with Emacs 29. No verilog-mode change is needed; conformed works on 29.2 and 30.0.50; once Emacs 29.3 hits Cygwin, this will be fixed.

dspain55 commented 6 months ago

Just to be thoroughly pedantic, I should have stated I see this in Emacs 29.3 under cygwin (see Emacs version line in the screen shot). I'll look for the fix in any subsequent version to 29.3. Thanks!