Live data from Hacker News

Claude Code IDE integration for Emacs

github.com

141–150 of 281 posts

Re: Claude Code IDE integration for Emacs

#141
post #61

Earlier quoted context omitted.

Are you using gptel exclusively, or also things like aider/claude code? I’d love to hear more about your workflow if you have time to share!

Sure. I'm experimenting like everyone else, but I mostly use gptel as the primary interaction surface and Claude Code for a range of refactorings and other "more than mechanical, less than creative" edits. Both of these are very (!!!) well complimented by magit, which is so good at AI supervision it seems designed for it, by a genius. For Claude Code I'm rapidly switching anything I want "vibe coded" into Hadkell for…

Sounds cool. What sort of stuff do you develop, and who's paying for it?

Re: Claude Code IDE integration for Emacs

#143
post #61

Earlier quoted context omitted.

Are you using gptel exclusively, or also things like aider/claude code? I’d love to hear more about your workflow if you have time to share!

Sure. I'm experimenting like everyone else, but I mostly use gptel as the primary interaction surface and Claude Code for a range of refactorings and other "more than mechanical, less than creative" edits. Both of these are very (!!!) well complimented by magit, which is so good at AI supervision it seems designed for it, by a genius. For Claude Code I'm rapidly switching anything I want "vibe coded" into Hadkell for…

I have a couple more!

I take it this is all back-end work? Have you tried out one of the Haskell-y front-end languages? Elm?

> Both of these are very (!!!) well complimented by magit, which is so good at AI supervision it seems designed for it, by a genius.

Can you expand a little on this point?

Re: Claude Code IDE integration for Emacs

#144
post #93

Anyone have good results with something similar for Neovim?

Avante - https://github.com/yetone/avante.nvim . Admittedly I haven't had time to keep up with it's changes and as a result have gone back to VS Code + Copilot, but it's very well integrated last I did use it.

I gave Avante a fair try for about a week and my opinion is that it's not really ready for big time yet. Lots of bugs, slow, and cumbersome. Now I just use Claude Code in a separate tmux pane and its great.

Re: Claude Code IDE integration for Emacs

#145
post #92

Earlier quoted context omitted.

It'd be no different than eglot, project.el, etc. Third party packages experiment with stuff, then a stable implementation appears in core.

That would be a reasonable stance if the difference were in incubating a new project vs excluding functionality from blessing because it interfaces with non free software. The functionality I'm talking about is excluded because of the latter.

In that case it'd just live on in Melpa regardless of what the mailing list thinks.

Re: Claude Code IDE integration for Emacs

#146

Earlier quoted context omitted.

It doesn’t look like that had the /ide integration that Claude-code-ide has

It absolutely does. Give it a try.

I just tried it. It does not support /ide integration. You can test this by typing /ide in claude code. MCP support is not the same thing as IDE support.

Re: Claude Code IDE integration for Emacs

#147

Earlier quoted context omitted.

> Should I be learning how to debug elisp better to understand how the commands interact with my environment? Hell yeah, you should. I just don't understand how the heck people would claim to be using Emacs for decades and still not knowing how to use the built-in profiler, edebug, apropos, macro expansion, advising system, indirect buffers, etc. They would complain how "fickle" Emacs is, without even realizing that…

> I just don't understand how the heck people would claim to be using Emacs for decades and still not knowing how to use the built-in profiler, edebug, apropos, macro expansion, advising system, indirect buffers, etc. The second half of your message is interesting. The first half is needlessly condescending.

> is needlessly condescending.

While this may sound condesending, I believe it's understandable where the snub is coming from. VSCode doesn't need evangelism - it has become the de facto standard that every programmer is expected to know. Emacs occupies a different position entirely, and when curious newcomers encounter comments like "I used Emacs for 15 years before switching to...", they draw conclusions that may not reflect the full picture. Upon closer examination, these long-time "experts" often reveal they barely engaged with Emacs beyond basic editing - they've never published packages (which is actually far simpler than creating VSCode extensions), never written custom functions, never even added a simple advice for their own needs. This isn't truly "using Emacs"; it's merely dabbling in it.

Unlike conventional tools where years translate to expertise along a predictable curve, Emacs rewards deep engagement over mere time served. When someone who spent years passively using Emacs criticizes it publicly, they inadvertently discourage potential users who might have discovered something transformative. The damage is disproportionate: criticizing VSCode barely makes a dent in its massive user base, but dismissing Emacs can deter the very people who would thrive in its ecosystem - those willing to invest in understanding a tool that becomes an extension of their thinking rather than just another tool.

Therefore, of course I would be confrontational. I honestly have not ever seen an accurate, honest, factual review of Emacs criticism and comparison with other tools in the same space, because simply there isn't any other tool that operates at the same level. Critics compare surface features while missing that Emacs is essentially a different category of software altogether.

Re: Claude Code IDE integration for Emacs

#148
post #137

I feel like I still have yet to see any decent answers to this question; Are professional SDE paying for Claude on their own dime, and then logging into their personal account and somehow integrating Claude Code (or other LLMs) into their work repos that way? The startup I work for has chosen their flavor of AI subscription and its frankly not developer focused. Instead they chose Google because of the productivity t…

Yes I pay for the most expensive Claude sub with my own money and use it at work.

I also have to use it via a proxy server I set up to get around the corporate firewall which explicitly blocks it. The company like the results but wouldn't like how I get them..

More corporate ridiculousness

Re: Claude Code IDE integration for Emacs

#149
post #61

Earlier quoted context omitted.

Are you using gptel exclusively, or also things like aider/claude code? I’d love to hear more about your workflow if you have time to share!

Sure. I'm experimenting like everyone else, but I mostly use gptel as the primary interaction surface and Claude Code for a range of refactorings and other "more than mechanical, less than creative" edits. Both of these are very (!!!) well complimented by magit, which is so good at AI supervision it seems designed for it, by a genius. For Claude Code I'm rapidly switching anything I want "vibe coded" into Hadkell for…

Share your dotemacs/gptel config? I'm not in love with emacs eider integration. Wondering how to put direct editing/control to the model. Still very cludgy with gptel though I've been using it for months

Re: Claude Code IDE integration for Emacs

#150

This is great, and I need it and will use it, but what I need even more is some kind of integration with org mode (or just note taking generally). I found out the hard way that github/copilot deletes conversations after 30 days! So much for building a knowledge base with an AI assistant! I really need something a bit like Goog's `notebookllm` for capturing research, except I'd like to control it locally.

Try gptel-mode - your chats are in org buffers, and you can save/restore sessions easily. Also plays nicely with mcp.el for more tooling access.
Post reply on HN