I have an AIX6.1 system, with emacs installed from the rpm package emacs-24.5-1.aix6.1.ppc.rpm downloaded from IBM.
However, this only installs emacsclient on the machine, and I could not figure how to start the server (daemon) on this machine, since only emacsclient is available:
rpm -ql emacs-24.5-1
...
/usr/bin/emacsclient
/usr/bin/etags
/usr/bin/gctags
/usr/lib/emacs
So any idea on how to use emacs on AIX?
emacsis the server. You can automatically start a server withemacsclient -a ''(note the empty string, it is not optional).