How can you tell how many people would like to use it, or indeed if anyone uses it at all? At any rate, thanks for this fix. It is extremely helpful, and even provides a workaround -- to a degree! -- for the line-wrapping problem, as long as one is writing a document in a markup language like TeX/LaTeX or XML where line breaks are treated the same as spaces. However, the line-wrapping bug is still a major annoyance, at best, and until it is fixed, Emacs cannot claim to be Unicode compliant. I saw that Mr. Stallman chimed in on the line-wrapping bug, does this mean that there's hope that it will get fixed in the forseeable future? On Tue, Jul 18, 2017 at 5:44 PM, Eli Zaretskii wrote: > > From: Itai Berli > > Date: Tue, 18 Jul 2017 16:27:28 +0300 > > > > I've tested the feature, and it works. Thanks! > > Thanks for testing. > > > However, it can only be changed in the current buffer, and only by > executing M-: (setq ...). Can you please > > make it possible to set this variable globally, say in the .emacs file, > as well as to customize it with M-x > > set-variable? > > As with any variable, you can set these two globally by using > setq-default instead of setq. That should work in your .emacs as > well. > > I don't want to make this a defcustom yet, as I'm not sure it should > be a user option. I'd like first to see how many people would like to > use it. >