Package: flim
Version: 1:1.14.9+0.20100313-2
Severity: important
Tags: upstream

The old style backquotes, which have been deprecated for over a decade,
have apparently been removed entirely from the latest emacs-snapshot
(emacs-snapshot_1%3a20100705-1_amd64). All instances of old style backquotes
e.g.:

(defmacro my-list (n)
  (` (list (, n))))

need to be converted over to the new usage style, e.g.:

(defmacro my-list (n)
  `(list ,n))

Note that this bug blocks the postinst script for emacs-snapshot and prevents
complete installation/setup.

Regards,

Ryan

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages flim depends on:
ii  apel                      10.8-1         portable library for emacsen
ii  dpkg                      1.15.7.2       Debian package management system
ii  emacs-snapshot [emacsen]  1:20100705-1   The GNU Emacs editor (development 
ii  emacs22 [emacsen]         22.3+1-1.2     The GNU Emacs editor
ii  install-info              4.13a.dfsg.1-5 Manage installed documentation in 

flim recommends no packages.

Versions of packages flim suggests:
pn  semi                          <none>     (no description available)
pn  wl | wl-beta                  <none>     (no description available)
pn  xemacs21-bin                  <none>     (no description available)

-- debconf-show failed



-- 
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