I have a strange problem with emacs in terminal (on both linux and mac). when I want to paste (system paste, Ctrl+Shift+V in linux terminal and Command+V in mac) a bibitem such as an article item into an emacs buffer for a .bib file, it only pastes the first line of the bibitem and gives this error on emacs command line: "Not on Bibtex field". a simple example of a bibitem is:
@article{citation,
title = {a title},
author = {an author}
}
when I paste it, it only pastes:
@article{citation,
but it pastes normally in other types of buffers.
Anyone has any idea why this happens?
Thank you.