synchrony / smsn-mode

Emacs client for Semantic Synchrony knowledge graphs
GNU General Public License v3.0
11 stars 6 forks source link

Line-wrap not working when buffer split vertically #19

Closed JeffreyBenjaminBrown closed 7 years ago

joshsh commented 7 years ago

Please always include a description, including steps to reproduce the issue, even if the title seems clear.

I don't see a difference in line wrap behavior when I split the window vertically and/or horizontally.

JeffreyBenjaminBrown commented 7 years ago

When I press ";" in move mode, if the window is split vertically, it has no effect; long lines still run off the right side of the page.

The big font I use might be part of the problem. I have the following in my .emacs file:

(custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "DejaVu Sans Mono" :foundry "PfEd" :slant normal :weight normal :height 200 :width normal)))))

joshsh commented 7 years ago

I am still unable to reproduce this. Side-by side buffers, move-mode, and toggle --> the text wraps as expected. Did the font turn out to be a factor?

joshsh commented 7 years ago

Closing this issue. Please re-open it if you still think it is a smsn-mode issue.

JeffreyBenjaminBrown commented 7 years ago

It's working for me now!