Mikael Kermorgant

Results 43 comments of Mikael Kermorgant

Unfortunately, I had tried but `let` doesn't help in that situation. I also tried temporarily taking a backup of original value and restoring it in a statement at the end...

Hi @zonuexe Admitedly, this change alters a variable outside phpactor's own scope, which is not ideal. However, for user trying this package for the first time, having all the information...

@MarTango you mean generate the content for `meta`, no ? `annotation` is already used and populated with details from phpactor. That said, I think what you mention does not exclude...

Hi @anthonybocci ! I've been using phpactor for many monthes now and it has definitely been a game changer for my daily php development workflow (no more random completion candidates,...

Hi, Thanks, indeed, some feedback would be very welcome :-) (I'm not using melpa myself as I'm working on sources, so I'm crossing my fingers that it just works as...

hmm, I did not expect that (phpactor-executable being `nil` and getting something from phpactor-status). But phpactor-executable being `nil` is not fine. Have you tried restarting emacs and check after ?...

I was assuming phpactor would be reinstalled during restart but that did not happen. Could you please reinstall ? Yes, I suspect defvar has something to do with the issue...

Oh damned, `phpactor-executable` being nil on the master branch is in fact fine, sorry :-( This is something I've changed in a branch I'm using currently, but that's another story,,,...

Great ! I think you have a point about keybindings, but at the same time, it's a bit tricky to come up with something correct. But in order to be...

I've never used defmacro before, and have no strong opinion about this change as I'm still a elisp beginner. Just a few questions, mainly out of curiosity * How does...