GNU bug report logs -
#51337
Subject: 27.2; mouse-buffer-menu-mode-groups
Previous Next
Reported by: Peter Scott <peter.scott <at> ericsson.com>
Date: Fri, 22 Oct 2021 18:03:01 UTC
Severity: normal
Fixed in version 28.0.60
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 51337 <at> debbugs.gnu.org (full text, mbox):
Thanks,
I also found that if I reverse the order of the tests the last one is valid. And it works then.
Many thanks
-----Original Message-----
From: Juri Linkov <juri <at> linkov.net>
Sent: Saturday, 23 October 2021 7:58 PM
To: Peter Scott <peter.scott <at> ericsson.com>
Cc: 51337 <at> debbugs.gnu.org
Subject: Re: bug#51337: Subject: 27.2; mouse-buffer-menu-mode-groups
> the verilog files are grouped as "Version Control”. Clearly this is
> not correct. If i switch to a verilog file and do C-h major-mode Ret
> the major mode is listed as verilog.
>
> I've tried to update the mouse-buffer-menu-mode-groups to this
> Value:
> ("log\\|diff\\|vc\\|cvs\\|Git\\|Annotate" . "Version Control")
Oh, it's unfortunate that "log\\|diff..." also matches "verilog".
This regexp should be tightened to match only VC buffers, but not buffers from other modes. Maybe something like
("vc.*log\\|diff\\|vc\\|cvs\\|Git\\|Annotate" . "Version Control")
This bug report was last modified 3 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.