Re: [CMake] Inserting a dependency before Qt moc is run

2013-11-17 Thread Stephen Kelly
Aurélien Gâteau wrote: > I defined a custom command to generate the .json Why a custom target? Wouldn't it make sense to generate the json file at CMake-configure time using execute_process? The desktop file is not generated. If that is possible, it 'makes the problem go away'. However, I th

Re: [CMake] Patch for cmake-mode.el

2013-11-17 Thread Paul Smith
On Sun, 2013-11-17 at 18:19 -0500, Paul Smith wrote: > On Mon, 2013-11-18 at 00:18 +0200, Raphael Kubo da Costa wrote: > > I'm not sure if this is what Roy originally had in mind; it would be > > good if you could file a bug in CMake's bug tracker for this in any > > case. > > I'm sure this isn't

Re: [CMake] Patch for cmake-mode.el

2013-11-17 Thread Paul Smith
On Mon, 2013-11-18 at 00:18 +0200, Raphael Kubo da Costa wrote: > I'm not sure if this is what Roy originally had in mind; it would be > good if you could file a bug in CMake's bug tracker for this in any > case. I'm sure this isn't what Roy was talking about, I just happened to think of it when I

Re: [CMake] Patch for cmake-mode.el

2013-11-17 Thread Raphael Kubo da Costa
Paul Smith writes: > On Sun, 2013-11-17 at 20:03 +0200, Raphael Kubo da Costa wrote: >> Roy Crihfield writes: >> >> > I have a patch the the CMake emacs mode I'd like to have reviewed and >> > push. What is the preferred way to do this - should I just send the >> > patch, or fork and push to th

Re: [CMake] Patch for cmake-mode.el

2013-11-17 Thread Paul Smith
On Sun, 2013-11-17 at 20:03 +0200, Raphael Kubo da Costa wrote: > Roy Crihfield writes: > > > I have a patch the the CMake emacs mode I'd like to have reviewed and > > push. What is the preferred way to do this - should I just send the > > patch, or fork and push to the repository? > > Both send

Re: [CMake] Patch for cmake-mode.el

2013-11-17 Thread Raphael Kubo da Costa
Roy Crihfield writes: > I have a patch the the CMake emacs mode I'd like to have reviewed and > push. What is the preferred way to do this - should I just send the > patch, or fork and push to the repository? Both sending a patch to cmake-devel via `git patch' and sending a pull request with Git