Skip to main content

Questions tagged [follow-mode]

Follow-mode makes side-by-side windows showing the same buffer act as one very tall window.

0 votes
1 answer
68 views

I am looking for a way to view multiple org files that are siblings in a directory, one after another, similar to the way you might scroll a feed of blog posts. For simplicity let's say I have an org ...
Shir Levkowitz's user avatar
2 votes
1 answer
44 views

If I enable follow-mode in Emacs the behavior of this mode is that the point/cursor leaves the active window if there is another window showing already the text the active window should scroll to. But ...
oOosys's user avatar
  • 515
2 votes
1 answer
100 views

Say a frame is split (by C-x 3) into 2 windows that both display the same buffer. If I enable follow-mode, the left window will always display the content closer to the beginning-of-buffer than the ...
shynur's user avatar
  • 6,200
0 votes
0 answers
40 views

I would like agenda follow mode to not use a different frame, but the same frame where the agenda is showing. My agenda buffer is always showing in a frame divided vertically (into two windows, left ...
Emmanuel Goldstein's user avatar
0 votes
1 answer
574 views

"helm-follow-mode" vs. "follow-mode" Basically: what is the difference between their behaviours?
Emmanuel Goldstein's user avatar
1 vote
1 answer
150 views

Is there a command for Emacs's follow-mode that will advance the text by a whole 'virtual window' rather than just the height of a column? Desired effect: Upon reaching the end of column 4, press PgDn ...
reclined2's user avatar
0 votes
0 answers
88 views

I like to browse history of org file with follow-mode. With old Emacs version 24.5.1 (org version 8.2.10), it showed timestamp line in highlight status when I browse. But with recent Emacs version ...
abbagom's user avatar
2 votes
0 answers
132 views

When learning elisp by reading source code (on a large screen) it would be nice to have something like a "follow mode", which automaticaly displays the output of describe-variable or describe-function ...
student's user avatar
  • 1,199
3 votes
1 answer
443 views

Upon working on org agenda, it's super convenient to employ (org-agenda-follow-mode) The Org Manual: Agenda Commands It display the original contents on other window instantly while scrolling ...
Wizard's user avatar
  • 1,311
2 votes
1 answer
302 views

When I use helm-mark-ring or helm-imenu, I would like to jump to the current candidate automatically in the other buffer while keeping the helm session (i.e., similar to helm-swoop). I tried the ...
AhLeung's user avatar
  • 1,143
4 votes
1 answer
206 views

Is it possible to display a text file in two or more columns without changing the text file itself? I sometimes deal with a text file that contains a long list each of whose items are short. By ...
stacko's user avatar
  • 1,617
6 votes
1 answer
361 views

Is it possible to customize follow mode to open the next PDF page in another buffer? Currently follow-mode has no effect on PDF files.
Tu Do's user avatar
  • 6,902