Timeline for Frame without split windows
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 9 at 4:04 | comment | added | NickD | Partly yes: my ignorance of what that does made me a bit paranoid. But if the function gets modified in the future, that might add additional concerns. But as I said, it's probably unnecessary, as it stands. | |
| Sep 9 at 3:29 | comment | added | Filangieri | I wonder how one can modify (current-buffer) or (point) when a user runs "M-x deschar-frame" on a buffer at point. Is it because of the call to (select-frame-set-input-focus bframe)? | |
| Sep 9 at 3:03 | comment | added | NickD | Edited the answer. | |
| Sep 9 at 3:00 | history | edited | NickD | CC BY-SA 4.0 | added 7 characters in body |
| Sep 9 at 2:51 | comment | added | Filangieri | What is the reason for storing buf to call (describe-char (point) buf) rather than (describe-char (point))? | |
| Sep 9 at 2:49 | comment | added | Filangieri | Because switch-to-buffer accepts BUFFER-OR-NAME, one could just use (switch-to-buffer "*Help*"). | |
| Sep 9 at 2:48 | vote | accept | Filangieri | ||
| Sep 9 at 2:44 | history | answered | NickD | CC BY-SA 4.0 |