Every time I hit CTRL + Left click in Emacs I get a list of all opened buffers. How can I change the default output in order to pop up a menu customized by myself, I have something like this in mind:
Buffer Menu
-----------
dot.C > ex1.c
dot.java ex2.c
dot.lisp ex3.c
dot.?
...
-----------
For instance, every .c file would be stored inside dot.c entry as showed above.