Skip to main content

Questions tagged [frames]

are the graphical system-level “windows” of Emacs. It initially contains one window and normally also contains a menu bar, tool bar, and echo area.

1 vote
0 answers
23 views

I'm using ace-window to jump around windows and frames. Usually multiple frames are not a problem: When invoking ace-window, every buffer in every frame gets its own "jump character", ...
Lukas Barth's user avatar
0 votes
2 answers
57 views

The following function shows the documentation in a new frame. But it also shows the buffer storing the code. How can I show only the documentation, so the documentation fills the whole frame? (...
Filangieri's user avatar
1 vote
1 answer
51 views

I want to work with child frames. Do child frames support dedication, the property of dedicated frames? Emacs supports window dedication, where a window is locked to a particular buffer, preventing ...
Filangieri's user avatar
0 votes
0 answers
94 views

I want to create and use a dedicated frame where a specific buffer is always shown, and any call to display that buffer brings focus to that dedicated frame (reusing the existing window if present). ...
Filangieri's user avatar
1 vote
0 answers
130 views

If I start emacs with the following init.el ;; Of course, my actual init.el does real work here (sleep-for 1) (load-theme 'wombat t) then the initial frame will first show the light default theme for ...
Marten's user avatar
  • 179
0 votes
1 answer
83 views

I know that there are many ways to logically separate concerns by project in a single Emacs instance. However, what I'd like to do is to get one Emacs instance per project and one instance for any ...
cidra's user avatar
  • 113
0 votes
1 answer
102 views

When I evaluate (tooltip-show "test"), it is my expectation that the tooltip will appear right next to the current location of point. However, the tooltip instead appears in a seemingly ...
user615536's user avatar
1 vote
1 answer
101 views

For instance the expression (mapcar (lambda (frame) (cons frame (list (window-list frame)))) (frame-list)) produces the output: ((#<frame *scratch* 0x55e9a0b70408> (#<window 280 on *...
vfclists's user avatar
  • 1,501

15 30 50 per page
1
2 3 4 5
27