emacs_buffer_write
Replace the entire content of an Emacs buffer and optionally save it to the underlying file. Use this tool to programmatically update or overwrite buffer text in Emacs.
Instructions
Write/replace content in an Emacs buffer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Whether to save the buffer to file (default: false) | |
| buffer | Yes | Buffer name | |
| content | Yes | New content for the buffer |