From phoemix@trillian.harmless.hu  Sun Mar 19 16:06:36 2006
Return-Path: <phoemix@trillian.harmless.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3834816A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Mar 2006 16:06:36 +0000 (UTC)
	(envelope-from phoemix@trillian.harmless.hu)
Received: from trillian.harmless.hu (trillian.wigner.bme.hu [152.66.224.100])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D66CF43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Mar 2006 16:06:35 +0000 (GMT)
	(envelope-from phoemix@trillian.harmless.hu)
Received: by trillian.harmless.hu (Postfix, from userid 1001)
	id ACE83BDCC; Sun, 19 Mar 2006 17:15:01 +0100 (CET)
Message-Id: <20060319161501.ACE83BDCC@trillian.harmless.hu>
Date: Sun, 19 Mar 2006 17:15:01 +0100 (CET)
From: Gergely CZUCZY <phoemix@trillian.harmless.hu>
Reply-To: Gergely CZUCZY <phoemix@trillian.harmless.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: send-pr.el is missing from send-pr distribution
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         94695
>Category:       gnu
>Synopsis:       send-pr.el is missing from send-pr distribution
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bugmeister
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 19 16:10:16 GMT 2006
>Closed-Date:    
>Last-Modified:  Sun Jan 21 20:00:36 GMT 2007
>Originator:     Gergely CZUCZY
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
none
>Environment:
System: FreeBSD trillian.harmless.hu 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Tue Jan 31 10:51:44 CET 2006 root@trillian.harmless.hu:/usr/obj/usr/src/sys/TRILLIAN i386

>Description:
The send-pr manual page says:
--- chop with axe here ---
EMACS USER INTERFACE
       An  Emacs user interface for send-pr with completion of field values is
       part of the send-pr distribution (invoked with M-x send-pr).   See  the
       file  send-pr.info or the ASCII file INSTALL in the top level directory
       of the distribution for  configuration  and  installation  information.
       The Emacs LISP template file is send-pr-el.in and is installed as send-
       pr.el.
--- chop with axe here ---
whereas:
--- chop with axe here ---
trillian:/usr/ports# locate send-pr-el.in
/usr/src/gnu/usr.bin/send-pr/send-pr-el.in
trillian:/usr/ports# locate send-pr.el
trillian:/usr/ports#
--- chop with axe here ---
the template file does exist but it's not installed as send-pr.el
as the documentation says, so it cannot be loaded into emacs.

>How-To-Repeat:
M-x send-pr RET
it will give you a file-not-found error

>Fix:
install the send-pr-el.in template as send-pr.el into
/usr/share/emacs/site-lisp/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->bugmeister 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Mar 20 05:36:45 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94695 

From: Slaven Rezic <slaven@rezic.de>
To: bug-followup@FreeBSD.org,  phoemix@trillian.harmless.hu
Cc:  
Subject: Re: gnu/94695: send-pr.el is missing from send-pr distribution
Date: Sun, 21 Jan 2007 20:20:19 +0100

 The fix is not enough, there are two variables in send-pr.el.in 
 (@DATADIR@ and @DEFAULT_RELEASE@) which needs to be replaced. This is 
 done through a makefile rule in /usr/src/gnu/usr.bin/send-pr.
 
 Also, the destination should be 
 /usr/local/share/emacs/site-lisp/send-pr.el (note the extra "local").
 
 I am not sure what's the nicest solution for this problem. Maybe the 
 replaced send-pr.el could go as an extra file into the emacs port and be 
 copied while installing emacs.
 
 Regards,
     Slaven
 
>Unformatted:
