Questions tagged [truncate-lines]
4 questions
0
votes
1 answer
How can I make toggle-truncate-lines work in narrow windows?
With toggle-truncate-lines, there seems to be a limit on the width of the window when this setting works. If the window is smaller than allowed, it doesn't seem to work.
How can I remove this limit?

Jason Hunter
- 519
- 2
- 9
0
votes
0 answers
How can I display continuation lines only for csv-mode?
By default I have set truncate-lines to t, (do not display continuation lines), hence I want to enable it for csv-mode by default.
Code section related to truncate-lines in my config file.
(add-hook 'minibuffer-setup-hook
(lambda () (setq…

alper
- 1,238
- 11
- 30
0
votes
0 answers
Truncate Lines Overridden
Something is overriding my truncation setting.
I have this in my emacs
(setq-default truncate-lines t)
, but I still have to toggle-truncate-lines on every buffer.
This used to work a few weeks ago, but I can't figure out what causing this;)
Is…

Jason Hunter
- 519
- 2
- 9
0
votes
1 answer
Setting `truncate-lines` in `~/.emacs` doesn't work
I want to be able to edit Git commit message without having to either manually break up the text into multiple lines as I write (I do that afterwords using M-x fill-region) or having to scroll horizontally to read everything that I have already…

HelloGoodbye
- 121
- 4