Skip to main content

Questions tagged [line-break]

Breaking of lines on the display or in the file

1 vote
1 answer
69 views

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 ...
Andrii Kozytskyi's user avatar
0 votes
0 answers
113 views

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 ...
cjorssen's user avatar
  • 197
2 votes
1 answer
947 views

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 ...
Yuji's user avatar
  • 133
2 votes
1 answer
189 views

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: ...
Pkkm's user avatar
  • 283
4 votes
1 answer
948 views

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 ...
Steve Petersen's user avatar
5 votes
1 answer
595 views

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 ...
jbssm's user avatar
  • 233
12 votes
1 answer
3k views

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 ...
incandescentman's user avatar
10 votes
1 answer
1k views

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. ...
MostlyHarmless's user avatar

15 30 50 per page