Bug 112930 - path to a2ps program in a2ps.el is incorrect
Summary: path to a2ps program in a2ps.el is incorrect
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: a2ps
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-06 05:59 UTC by J G Miller
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 4.13b-31
Clone Of:
Environment:
Last Closed: 2004-01-06 10:45:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description J G Miller 2004-01-06 05:59:56 UTC
Description of problem:

In /usr/share/emacs/site-lisp/a2ps.el and the compile .elc file,
the path to the a2ps program is incorrectly defined with

;;path to the a2ps program
(defvar a2ps-program "/usr/local/bin/a2ps")

when it should be define as

(defvar a2ps-program "/usr/bin/a2ps")

As a2ps-progam is incorrectly defined, the a2ps process fails at

(start-process "a2psprocess" "*a2ps output*" a2ps-program "-e")

Version-Release number of selected component (if applicable):
a2ps-4.13b-30


Note You need to log in before you can comment on or make changes to this bug.