Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 03:01:23 +0900 (JST)
From:      NIIMI Satoshi <sa2c@and.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21681: the startup elisp file of PSGML port has a load-path problem
Message-ID:  <200010011801.e91I1N376469@freebird.and.or.jp>

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

>Number:         21681
>Category:       ports
>Synopsis:       the startup elisp file of PSGML port has a load-path problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 01 11:10:07 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 4.1.1-RELEASE i386
>Organization:
>Environment:

FreeBSD freebird.and.or.jp 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #0: Wed Sep 27 06:24:15 JST 2000     sa2c@freebird.and.or.jp:/usr/obj/usr/src/sys/GENERIC  i386

>Description:

PSGML port comes from a startup lisp file that defines load-path and
some other environments.

>How-To-Repeat:

Emacs 20 works fine.  But use emacs 19 or mule to repeat this problem.

>Fix:

Index: files/psgml-startup.el.in
===================================================================
RCS file: /home/ncvs/ports/editors/psgml-emacs/files/psgml-startup.el.in,v
retrieving revision 1.3
diff -u -r1.3 psgml-startup.el.in
--- files/psgml-startup.el.in	2000/02/09 13:26:40	1.3
+++ files/psgml-startup.el.in	2000/10/01 17:37:48
@@ -3,7 +3,7 @@
 ;;                                            --  by shige@FreeBSD.ORG
 
 ;; setup load-path
-(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
+(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path))
     (setq load-path (append '(
 	"@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/psgml"
     ) load-path)))

>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?200010011801.e91I1N376469>