unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Installing gnuserv?
@ 2005-10-19 19:02 Paminu
  2005-10-19 19:41 ` Qiwei Wang
  2005-10-19 21:51 ` Lennart Borgman
  0 siblings, 2 replies; 3+ messages in thread
From: Paminu @ 2005-10-19 19:02 UTC (permalink / raw)


I have now downloaded gnuserv, since I read on google that is needed to do
the inverse search in emacs when using auctex. But I need to edit the 
Makefile here:

#INCLUDES = -I/afs/cs/misc/lemacs/build/src/lemacs-19.9/src -I.

But I don't know what dir I should type. The README file says something
about the src dir beneath my emacs dir. I have installed emacs in:

C:\Programmer\Emacs\bin

But there is no dir called src.

Here is an extract from the README FILE:
--------------------------------------------------------

To install, copy gnuserv.el into a directory on your GNU Emacs
loadpath. Edit Makefile and change INCLUDES to point to the src
directory underneath your emacs source tree (or make yourself a
config.h file in this directory by hand, starting with config.h.proto
as a first cut) and type:
nnn make
-----------------------------------------------------------

Any hint on how to change the:

#INCLUDES = -I/afs/cs/misc/lemacs/build/src/lemacs-19.9/src -I.

line? 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Installing gnuserv?
  2005-10-19 19:02 Installing gnuserv? Paminu
@ 2005-10-19 19:41 ` Qiwei Wang
  2005-10-19 21:51 ` Lennart Borgman
  1 sibling, 0 replies; 3+ messages in thread
From: Qiwei Wang @ 2005-10-19 19:41 UTC (permalink / raw)


if your system is windoz, you don't need to do this.
1. put the gnuserv.el into one of your load-path
2. put the *.exe files into "your/path/to/emacs/bin"
3. put following elisp into ~/.emacs
--------------------------------------------------   
   (require 'gnuserv)
   (server-start)
   (setq gnuserv-frame (selected-frame))
   (setenv "GNUSERV_SHOW_EMACS" "1")
-----------------------------------------------------

it is ok. make sure open files with "gnuservtw.exe"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Installing gnuserv?
  2005-10-19 19:02 Installing gnuserv? Paminu
  2005-10-19 19:41 ` Qiwei Wang
@ 2005-10-19 21:51 ` Lennart Borgman
  1 sibling, 0 replies; 3+ messages in thread
From: Lennart Borgman @ 2005-10-19 21:51 UTC (permalink / raw)
  Cc: help-gnu-emacs

Paminu wrote:

>I have now downloaded gnuserv, since I read on google that is needed to do
>the inverse search in emacs when using auctex. But I need to edit the 
>Makefile here:
>  
>
Since you seem to be on MS Windows I suggest that you read on the page 
http://www.emacswiki.org/cgi-bin/wiki?GnuClient .

There are several versions of gnuclient/server but above you will find 
links to the latest binaries for MS Windows. There is also an automatic 
setup of it with MS Windows integration in EmacsW32.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-19 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19 19:02 Installing gnuserv? Paminu
2005-10-19 19:41 ` Qiwei Wang
2005-10-19 21:51 ` Lennart Borgman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).