dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.37k stars 209 forks source link

Emacs 29 (earlier too?) shows warning when entering go-mode #411

Closed the42 closed 1 year ago

the42 commented 1 year ago

in messages

.emacs.d/elpa/go-mode-20220727.115/go-mode.el: Warning: Case 'fail will match ‘quote’.  If that’s intended, write (fail quote) instead.  Otherwise, don’t quote ‘fail’.

and more messages like that, none fatal though, just not 'pleasant to the eye'

dominikh commented 1 year ago

I couldn't reproduce the appearance of these messages in *Messages*. Can you confirm that c8525e627d2ddef8e13e4e25403cbc6b3a819c07 solves the issue for you?

the42 commented 1 year ago

Fix confirmed