Package: a2ps
Version: 1:4.14-1
Severity: normal

Starting emacs with a2ps installed generates an error while loading 
etc/emacs/site-start.d/50a2ps.el (void variable a2ps-region)

Patch to fix the issue:


--- /root/50a2ps.el.orig        2009-11-24 11:31:07.000000000 +0100
+++ /etc/emacs/site-start.d/50a2ps.el   2009-11-24 11:31:19.000000000 +0100
@@ -25,7 +25,7 @@
   "Print buffer contents as with Unix command `a2ps'.
     `a2ps-switches' is a list of extra switches (strings) to pass to a2ps."
   t)
-(autoload a2ps-region "a2ps-print"
+(autoload 'a2ps-region "a2ps-print"
   "Print region contents as with Unix command `a2ps'.
     `a2ps-switches' is a list of extra switches (strings) to pass to a2ps."
   t)



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages a2ps depends on:
ii  file                         5.03-2      Determines file type using "magic"
ii  libc6                        2.10.1-7    GNU C Library: Shared libraries
ii  libpaper1                    1.1.23+nmu1 library for handling paper charact
ii  psutils                      1.17-27     A collection of PostScript documen

Versions of packages a2ps recommends:
ii  bzip2                         1.0.5-3    high-quality block-sorting file co
ii  cups-bsd [lpr]                1.4.1-4    Common UNIX Printing System(tm) - 
ii  cups-client [cupsys-client]   1.4.1-4    Common UNIX Printing System(tm) - 
ii  wdiff                         0.5-19     Compares two files word by word

Versions of packages a2ps suggests:
ii  emacsen-common               1.4.19      Common facilities for all emacsen
ii  ghostscript                  8.70~dfsg-2 The GPL Ghostscript PostScript/PDF
pn  groff                        <none>      (no description available)
ii  gv                           1:3.6.7-1   PostScript and PDF viewer for X
pn  html2ps                      <none>      (no description available)
ii  imagemagick                  7:6.5.5.3-1 image manipulation programs
pn  t1-cyrillic                  <none>      (no description available)
pn  texlive-base-bin             <none>      (no description available)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to