Questions tagged [line-break]
Breaking of lines on the display or in the file
26 questions
1 vote
1 answer
69 views
Keep LaTeX inline math snippets together when filling paragraphs
I'm trying to get math snippets of the form $a + b = c$, spaces inside included, to be treated as a single word when filling paragraphs and not allow them to be broken across lines. I have written a ...
0 votes
0 answers
113 views
Hard return to soft return of a .tex file
I have tons of LaTeX files with hard returns at column 80 like the test file below: \documentclass{article} \begin{document} Foo bar foobar Foo bar foobar Foo bar foobar Foo bar foobar Foo bar ...
2 votes
1 answer
947 views
How to avoid term turn line wrap into line break for long output
When the output in term is longer than the frame it will wrap the line. But when I copy and paste the output, I found the output will break under the wrap point, because it treat it as line break. How ...
2 votes
1 answer
189 views
Increase spacing between physical lines only
How can I add spacing where there are linebreaks in the file, but not where a line is word-wrapped? This would be very useful for reading log files with long lines. Here's a mockup of what I'm after: ...
4 votes
1 answer
948 views
Loading adaptive wrap as default
I've been using emacs for a long time but still have little understanding of elisp; I basically copy code I find on websites into my .emacs until it seems to do what I want. I only recently ...
5 votes
1 answer
595 views
Truncate lines at a specific visual column instead of truncating in the last visual column
How can I visually truncate the lines of a buffer at a specific column instead at the last column of the buffer? Is this even possible in Emacs? If, so, is it possible to also choose at which column ...
12 votes
1 answer
3k views
make org-blank-before-new-entry distinguish between a TODO list and a text outline?
Like many of us, I use org-mode for two different things: As a TODO list manager As a text outliner I'd like my blank lines to work differently based on context. TODO list: no blank lines text ...
10 votes
1 answer
1k views
Is it possible to have word-wrap as standard but truncate some lines in a buffer at the same time?
I'm working with large LaTeX tables in AucTEX and it would be helpful to display them in truncated lines, like here: The red marks are the "&" characters which separate the columns of the table. ...