From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Paminu" Newsgroups: gmane.emacs.help Subject: Installing gnuserv? Date: Wed, 19 Oct 2005 21:02:18 +0200 Organization: UNI-C Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1129748953 19396 80.91.229.2 (19 Oct 2005 19:09:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2005 19:09:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 19 21:09:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESJGL-0001Mn-UW for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Oct 2005 21:06:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESJGL-0008PO-Ch for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Oct 2005 15:06:09 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1129748585 20414 130.225.245.182 (19 Oct 2005 19:03:05 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Wed, 19 Oct 2005 19:03:05 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Original-Xref: shelby.stanford.edu gnu.emacs.help:134797 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30380 Archived-At: 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?