joostkremers / ebib

A BibTeX database manager for Emacs.
https://joostkremers.github.io/ebib/
BSD 3-Clause "New" or "Revised" License
275 stars 37 forks source link

Problems with adding keywords -- C-M-j does not finish #290

Closed scfrank-pri closed 7 months ago

scfrank-pri commented 7 months ago

K calls "Add keyword (C-M-j to finish) []" But C-M-j does not finish the selection, instead it shrinks the whole frame by a few lines, vertically. I am confused by this, because I cannot leave "Add keyword" - and the frame gets smaller and smaller with each try to finish. I double checked with a blank emacs configuration. Turns out that this seems the new standard behavior of "C-M-j". I am using emacs 29.1

joostkremers commented 7 months ago

Which completion mechanism do you use? The key in the message "(C-M-j to finish)" should depend on the completion mechanism.

scfrank-pri commented 7 months ago

I use swiper/ivy/counsel. But even when I start emacs without any init file, "C-M-j" shrinks the frame.

scfrank-pri commented 7 months ago

Here comes the solution. The problem was not caused by emacs or ebib, but by the gnome extension gTile, which has occupied . I have uninstalled it, and everything works as before.

joostkremers commented 7 months ago

Well, I'm glad you found that out, because I never would have...