waymondo / frog-jump-buffer

The fastest buffer-jumping Emacs lisp package around
157 stars 5 forks source link

Frog-jump-buffer display does not display buffer names, only letters for selection (Emacs 27.1) #20

Closed nausher closed 4 years ago

nausher commented 4 years ago

I installed frog-jump-buffer and restarted emacs. When I try to invoke the frog-jump-buffer the pop-up menu only displays the letters for selection, I cannot see the buffer names.

image

It does appear that the selection itself is working. As when I press one of the displayed letters I am taken to a buffer/file.

waymondo commented 4 years ago

What theme are you using? Is it possible your posframe face's foreground color matches its background color?

nausher commented 4 years ago

I had to change the background color of frog-menu-posframe-background-face to make the menu items visible. Posting steps for anyone else who faces this issue.

I followed this answer on stackoverflow - https://stackoverflow.com/questions/57447830/how-to-set-color-of-flycheck-posframe.

Steps to customize 1) Customize face - M-x customize-face 2) Type the background face - frog-menu-posframe-background-face 3) Choose the color and "Apply & Save" to apply for all future sessions. I chose Black to make the light text become visible.

image