bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65154: vhdl-mode bug


From: Gonzalo Larumbe
Subject: bug#65154: vhdl-mode bug
Date: Tue, 8 Aug 2023 19:55:59 +0200

Hello,

While developing some features for `vhdl-ext` MELPA package (https://github.com/gmlarumbe/vhdl-ext) I believe I have come across a bug in `vhdl-mode` function `vhdl-corresponding-begin`.

Inside the cond block, for the "end component" condition, it seems that the enclosing parentheses to set capture group 1 in the `looking-at` string argument are missing.

I attach a simple patch that fixes it.

Thanks!

Gonzalo

Attachment: vhdl-corresponding-begin.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]