Alexander Lamaison

Results 10 comments of Alexander Lamaison

Do you know how to pass the desired subdirectory to `cmake --build`? Or even if it's possible? That command is mostly undocumented.

It may be that the behaviour you are seeing is a feature of make, not of CMake

This was intentional to prevent non-CMake-based projects that happen to be nested in a CMake-based source tree (third-party dependencies for instance) from being treated as CMake projects. Perhaps I should...

I am a pretty swamped, but patch writing is not the holdup yet. First we need to work out what we would actually like the behaviour to be. Can you...

The problem seems to be with the submodule search. If I kill sh.exe that's doing the submodule search, emacs unhangs and grepping continues. I'm not sure what the solution is.

Also Irony has integration with build systems, like cmake, so it gets the same include paths and #defines that are used in the real build

> You can pull this from my fork, where it's templated Thanks. > Do you know if anyone actually uses the wchar_t variants? You have to on Windows if you...

Yes, it's 24.4 On Thu, 19 May 2016 15:44 benma, [email protected] wrote: > What Emacs version are you using? I think it might be a version below > 25.0, for...

The problem has reoccurred for me. `query-replace-from-to-separator` is defined: ``` query-replace-from-to-separator is a variable defined in `visual-regexp.el'. Its value is #(" → " 0 3 (face minibuffer-prompt)) Documentation: String that...