home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!nigel.msen.com!yale.edu!jvnc.net!nuscc!iti.gov.sg!nicholas
- From: nicholas@odin.iti.gov.sg (Nicholas Tan)
- Subject: Re: emacsclient - how do I use it?
- Message-ID: <1992Aug22.041509.21761@iti.gov.sg>
- Sender: news@iti.gov.sg (News Admin)
- Organization: Information Technology Institute, National Computer Board, Singapore
- References: <KEVIN.92Aug21110652@buffalobill.edscom.demon.co.uk>
- Date: Sat, 22 Aug 1992 04:15:09 GMT
- Lines: 14
-
- You can find out how to use emacsclient in the FAQ that comes along with the emacsclient distribution in the etc/ sub-directory.
-
- However, I had to modify my emacsclient.c file slightly to get it to work. In line 206 of etc/emacsclient.c, I changed
- s = msgget( key, 0600 );
- to
- s = msgget( key, 0600 | IPC_CREAT );
-
- That got it to work on both my HP9000s400 running hpux8.0 and DECstation 5000/125 running ultrix4.2.
-
-
- - Nicholas Tan
- Member of Technical Staff
- Knowledge Systems Laboratory
- Information Technology Institute
-