Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • This is the core of your question, and it's not clear (to me): "Can you help me to extend the behaviour I got also between windows and positions in the same file, not only frame?" Please consider specifying what behavior you are looking for exactly. Commented Jan 30, 2018 at 14:42
  • @Drew basically I want to build a function which allows me to go back and forth between two visible buffers. First you call my-jumping-bookmark-set, then, when you call my-jumping-bookmark-switch, the focus moves to the previous buffer an so on. If the two buffers are in different frame and visible, my code words fine. But not if they belong to the same frame (in two visible windows). Neither it works if I call the two functions I defined from two locations of the same file. Commented Feb 2, 2018 at 2:12
  • So it sounds like you just want a command that switches back and forth between two windows. Is that it? Commented Feb 2, 2018 at 15:11
  • @Drew basically Commented Feb 2, 2018 at 15:34