Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 19:21:25 +0900 (JST)
From:      MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43466: editors/gnuserv: gnuserv.el should be modified
Message-ID:  <20020929102125.3D67A78B4@kikyou.m.ayame.com>

next in thread | raw e-mail | index | archive | help

>Number:         43466
>Category:       ports
>Synopsis:       editors/gnuserv: gnuserv.el should be modified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 29 03:30:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     MOROHOSHI Akihiko
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD kikyou.m.ayame.com 4.6-STABLE FreeBSD 4.6-STABLE #4: Thu Jul 11 10:42:33 JST 2002 moro@kikyou.m.ayame.com:/home/tmp/obj/home/stable/src/sys/KIKYOU i386


	
>Description:
editors/gnuserv changes name of installed commands to *-emacs,
but variable gnuserv-program in gnuserv.el are not changed.
pkg-message tells users to set it in his/her ~/.emacs.el,
but it should be done in gnuserv.el.
Current situation adds unnecessary inconvenience especially
when dotfiles are shared among several environments.

>How-To-Repeat:
	
>Fix:
add this patch as files/patch-ab.

--- gnuserv.el.orig	Thu Jan 25 19:41:59 2001
+++ gnuserv.el	Sun Sep 29 19:16:03 2002
@@ -173,7 +173,7 @@
 		(function :tag "Other"))
   :group 'gnuserv)
 
-(defcustom gnuserv-program "gnuserv"
+(defcustom gnuserv-program "gnuserv-emacs"
   "*Program to use as the editing server."
   :type 'string
   :group 'gnuserv)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020929102125.3D67A78B4>