원클릭으로
emacs-buffer-editing
Work with live Emacs buffers, regions, point, narrowing, and window-local editing state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Work with live Emacs buffers, regions, point, narrowing, and window-local editing state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Inspect Emacs commands, variables, bindings, defaults, and buffer-local values.
Inspect live Emacs runtime state such as buffers, variables, hooks, keymaps, features, warnings, and backtraces.
Reload Emacs configuration safely and diagnose stale package or variable state after configuration changes.
Diagnose Emacs hook ordering, key binding shadowing, remaps, and advice-related behavior.
Use editor-backed language server workflows such as diagnostics, definitions, references, rename, and code actions.
Work with Magit buffers and live Git state inside Emacs.
| name | emacs-buffer-editing |
| title | Emacs Buffer Editing |
| description | Work with live Emacs buffers, regions, point, narrowing, and window-local editing state. |
| type | instruction |
| tools | emacs_eval |
| capability | true |
| source | builtin |
| feature | emacs |
| keywords | buffer, region, point, mark, window, narrow, selected text |
| disclosure | suggested |
| risk | low |
When the task is about live buffer state, prefer Emacs-native buffer operations over shell text processing. Respect point, mark, narrowing, major mode, and buffer-local state.
Inspect before editing, and use save-excursion / save-restriction where appropriate.