Is it possible to make isearch disregard line breaks, i.e. a search for foo bar will find
.......... foo
bar .....
I get bitten by isearch failing on such queries regularly when navigating long documents, and it's rather annoying. I am aware that word-search-forward finds matches across lines, but it has certain shortcomings (e.g. it forces you to use complete words, so a search for "foo b" will fail; it doesn't highlight search results), and, more importantly, it's a little silly to use a different command depending on whether you are searching for one word or two.
global-visual-line-modeto wrap lines without affecting buffer contents. If there is an actual carriage return across lines, well, that seems like it should be something you would have to search for, since it is a paragraph break or a new statement in the program code, for example.global-visual-line-modeandlonglines-modewhich preceded it are fairly young by emacs standards? Lots of legacy documents to deal with.