Live data from Hacker News

Emacs 31: An unofficial guide to Markdown-ts-mode

rahuljuliato.com

1–10 of 92 posts

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#4
What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#5

What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

Which AI coding package? Agent-shell? Gptel-agent?

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#6

What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

Agent Shell connected via ACP to local Claude Code.

https://github.com/xenodium/agent-shell

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#7
post #6

What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

Agent Shell connected via ACP to local Claude Code. https://github.com/xenodium/agent-shell

Can't say enough good things about agent-shell.el! Xenodium has done amazing work there.

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#8
post #6

Earlier quoted context omitted.

Agent Shell connected via ACP to local Claude Code. https://github.com/xenodium/agent-shell

Can't say enough good things about agent-shell.el! Xenodium has done amazing work there.

I'll have to try it again. It definitely feels like the right way to do things, but when I tried it it had a couple of show-stopper limitations and a show-stopper bug, so I've been using claude-code-ide.el instead.

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#9

What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

I’ve been using gptel, I’ll have it generate org babel blocks I can tangle (write to files) or have it use tools to write and edit files in the project I’m working in, and then review with magit.

Re: Emacs 31: An unofficial guide to Markdown-ts-mode

#10

What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

IMO, generative coding on Emacs works nicely because magit is awesome for code review. A good agent integration package is going to have a command you can use to send the current cursor line & file to the agent so you can reference and comment.
Post reply on HN