Skip to main content

Questions tagged [fill-column]

Filter by
Sorted by
Tagged with
1 vote
2 answers
42 views

I want to have an indication of which lines are longer than a given number of columns. I have been using whitespace with the following instructions: (set-face-background 'whitespace-line "grey30&...
point618's user avatar
  • 253
0 votes
1 answer
45 views

For a given Chinese character, C-u C-x = (what-cursor-position DETAIL) says category: .:Base, C:2-byte han, L:Strong L2R, c:Chinese, j:Japanese, |:line breakable How can I remove the 'line breakable'...
Dan Jacobson's user avatar
1 vote
3 answers
427 views

Switching from fill-column-indicator (sadly too many issues now, but it was a good run) to native display-fill-column-indicator has left me with some unsightly gaps: (setq-default line-spacing 0.25) ...
Metric Scantlings's user avatar
0 votes
1 answer
288 views

I'm using Emacs-28.2 (9.0) on MacOS Sonoma 14.3 and Emacs 26.1-10 on RedHat-8.8. In both cases I have the same config with the following setting: (setq fill-column 79) So I was expecting that when I ...
Mark's user avatar
  • 175
2 votes
2 answers
275 views

I am setting the fill column (80) to specify the maximum width of a line before it should be automatically wrapped or broken into multiple lines. Although this setting is useful for ensuring ...
Dilna's user avatar
  • 1,473
0 votes
0 answers
303 views

I have these settings in my init.el: (global-display-fill-column-indicator-mode 1) (setq-default fill-column 120) (setq-default display-fill-column-indicator t) (setq-default display-fill-column-...
Lai Yu-Hsuan's user avatar
2 votes
0 answers
121 views

My code (custom-set-variables '(global-display-fill-column-indicator-mode t) '(minibuffer-mode-hook `(,@minibuffer-mode-hook ,(lambda () (...
shynur's user avatar
  • 6,200
0 votes
1 answer
81 views

With ruler-mode enabled and using (setq fill-column 72), I still see the fill-column icon in ruler-mode at column 70. I want to customise fill-column globally or according to major mode. Can one do ...
Dilna's user avatar
  • 1,473
1 vote
1 answer
176 views

Typically I have two windows, left and right, with the left window (call it the "editing window") showing a buffer in a prog-mode or text-mode and the right window (call it the "...
user570286's user avatar
2 votes
1 answer
456 views

Here is what I want: (fill-string ";; This is a long string to be inserted into a buffer somewhere. Okay that's it.") This should insert line breaks according to the fill-column. Something ...
scribe's user avatar
  • 1,160
0 votes
1 answer
97 views

I want to wrap the LOGBOOK editing window at column width I'm yet to decide. From another answer here I see need to set something along the lines of (add-hook 'some-logbook-mode-hook #'auto-fill-mode) ...
vfclists's user avatar
  • 1,511
3 votes
2 answers
190 views

When I open a Python file I keep seeing Fill column set to 80 (was 80) message in the echo area. I know I have set it this limit , but I don't want to be keep reminded about it. Is it possible to ...
alper's user avatar
  • 1,570
3 votes
3 answers
494 views

How can one enable org-indent-mode (or otherwise indent content to Org headings) while still maintaining a consistent visual fill column?
Matthew Piziak's user avatar
1 vote
0 answers
72 views

How can I automatically set fill-column based on flake8 configuration for python-mode buffers, specifically the max-line-length value in .flake8? Solutions that employs existing extensions are welcome....
xuhdev's user avatar
  • 1,998
0 votes
2 answers
277 views

I don't mind if the occasional code line runs long. For example, the Shopify ruby standard allows lines of 120. But I want comments to be restricted to the first 78 lines or so. Is there any way in ...
Daniel Doherty's user avatar
3 votes
1 answer
518 views

C-h v fill-column gives me 80. Pasting the lorem ipsum text in *scratch* (lines longer than 80) then going M-x fill-paragraph fills around column 66. The same in c-mode. In this mode, comment wraps ...
Gauthier's user avatar
  • 541
0 votes
0 answers
58 views

Since fill-column-indicator is no longer actively maintained, how can I visualize the fill-column? The fill-column-indicator package was quite heavy and had compatibility issues with other packages. ...
ideasman42's user avatar
  • 9,513
1 vote
0 answers
607 views

Python code now often is limited either to 80 columns, or to 88 columns. fci-mode allows drawing a vertical rule at a single column, but not two. I'd like to do something very similar in appearance ...
Croad Langshan's user avatar
6 votes
1 answer
1k views

Emacs and I agree on many things. That's good. However, there is one thing we disagree on – the default value for fill-column for different major modes. In order to alleviate this, I added the ...
d125q's user avatar
  • 1,523
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
0 votes
3 answers
67 views

I want to write a function which equally add "-" character on each sides of bold text. The future line should be no longer then fill-column Input: - <1900-01-01 Mon> *XX century* <1999-12-...
Hellseher's user avatar
  • 123
2 votes
2 answers
313 views

I'm helping a visually impaired user make viewing documentation in Emacs easier. He sets his font size such that he has about 40 columns of text in a full-screen frame with no splits (and he has ...
Ista's user avatar
  • 1,218
4 votes
1 answer
1k views

Is there a reason that the default value of fill-column is 70? In my experience, everyone who cares about the value of fill-column prefers a default value of 80.
Brian Fitzpatrick's user avatar
2 votes
2 answers
2k views

I have tried: (add-hook 'git-commit-mode-hook '(lambda () (setq fill-column 72) (turn-on-auto-fill))) In both cases, auto-fill-...
Mathieu Marques's user avatar
2 votes
1 answer
623 views

When using the fill-column-indicator package with org mode, I get wrong argument errors when exiting the source block editing window, issues with utf-8 character artefacts in source blocks exported to ...
Tim X's user avatar
  • 587
1 vote
1 answer
808 views

*Edit* fci is no longer supported, emacs-27 supports this feature natively. The are various known bugs with the fill-column indicator, there is one well known bug that occurs when the window is too ...
ideasman42's user avatar
  • 9,513
5 votes
3 answers
1k views

How can I change the color of the fill-column-indicator and have the changes visible immediately? (defun my:change-fci-color (color) (setq fci-rule-color color) (fci-redraw-frame)) The previous ...
Joe's user avatar
  • 1,352
1 vote
1 answer
833 views

I'm using Emacs (24.4+1-5) and org mode for writing prose, which means that I need some mechanism for line wrapping that just works, and preferably the same way each time. At the moment I'm using ...
Eirik S.'s user avatar
2 votes
0 answers
357 views

OS windows7 64bit | GNU emacs 24.3.1
user11530's user avatar
3 votes
1 answer
178 views

I use fill-column in my dot-Emacs. And I have the following setting: (turn-on-auto-fill) (set-fill-column 60) The result looks like this: Every time when the input exceeds columnnumber 60, it will ...
ReneFroger's user avatar
  • 3,752
12 votes
1 answer
209 views

In typography, there's a practice called 'protrusion' (or hanging punctuation) that allows certain symbols to hang off the end of the margin: I'd like to do the same thing for my text documents. Can ...
Sean Allred's user avatar
  • 7,111