You are not logged in.

#1 2015-10-26 18:40:38

akram
Member
Registered: 2015-10-26
Posts: 1

[REQUEST] RTags

A c/c++ client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
Website : http://www.rtags.net

Here is the github repo: https://github.com/Andersbakken/rtags and Readme contains almost all building instructions. I'm quiet new to arch and emacs, otherwise I would have done it. Thanks smile

Last edited by akram (2015-10-26 18:41:40)

Offline

#2 2015-10-29 21:06:53

aport
Member
From: San Diego
Registered: 2008-02-20
Posts: 99

Re: [REQUEST] RTags

Looks like this was added, awesome!

I think it would be super cool to have rdm socket-activated via systemd.

Offline

#3 2016-01-02 21:42:50

Osiris
Member
Registered: 2003-01-18
Posts: 153
Website

Re: [REQUEST] RTags

Socket activation for user sessions (systemctl --user) works for me like that:

% cat ~/.config/systemd/user/rdm.service
[Unit]
Description=RTags Server

[Service]
Type=simple
ExecStart=/usr/bin/rdm

[Install]
WantedBy=default.target

% cat ~/.config/systemd/user/rdm.socket
[Unit]
Description=RTags Server

[Socket]
ListenStream=%h/.rdm

[Install]
WantedBy=default.target

I'm very open for improvements. The rtags-git packages is orphaned at the moment and I plan to take over maintenance. So expect to see that soon in included in the package. Will be my first package to maintain, brace for impact... ;-)

Offline

#4 2016-01-05 12:06:38

Osiris
Member
Registered: 2003-01-18
Posts: 153
Website

Re: [REQUEST] RTags

The systemd files are now contained in the AUR. Use "systemd --user enable rdm.socket" to activate.

Offline

Board footer

Powered by FluxBB