Package: emacs23 Version: 23.3+1-1.1 Severity: normal Dear Maintainer,
Steps to reproduce: With viper-mode loaded, go to the scratch buffer and run the following code: (setq x 3) (viper-save-setting 'x nil "/tmp/.viper" t) (setq x 4) (viper-save-setting 'x nil "/tmp/.viper" t) Expected behavior: The file /tmp/.viper should contain the following: (setq x '4) Actual behavior: The file /tmp/.viper contains the following: (setq x '4 '3) Comments: I don't know lisp so I'm not sure whether the expected behavior is actually for /tmp/.viper to contain (setq x 4) rather than (setq x '4), but I can at least see that (setq x '4 '3) does not conform to the documented syntax for setq. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable'), (99, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-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/dash Versions of packages emacs23 depends on: ii emacs23-bin-common 23.3+1-1.1 ii libasound2 1.0.24.1-4 ii libatk1.0-0 2.0.1-2 ii libc6 2.13-21 ii libcairo2 1.10.2-6~bpo60+1 ii libdbus-1-3 1.4.14-1 ii libfontconfig1 2.8.0-3 ii libfreetype6 2.4.6-2 ii libgconf2-4 2.32.4-1 ii libgdk-pixbuf2.0-0 2.24.0-1 ii libgif4 4.1.6-9 ii libglib2.0-0 2.28.6-1 ii libgpm2 1.20.4-4 ii libgtk2.0-0 2.24.4-3 ii libice6 2:1.0.7-2 ii libjpeg8 8c-2 ii libm17n-0 1.6.2-3 ii libncurses5 5.9-1 ii libotf0 0.9.12-1 ii libpango1.0-0 1.28.4-3 ii libpng12-0 1.2.46-3 ii librsvg2-2 2.34.0-1 ii libsm6 2:1.2.0-2 ii libtiff4 3.9.5-1 ii libx11-6 2:1.4.4-1 ii libxft2 2.2.0-3 ii libxpm4 1:3.5.9-1 ii libxrender1 1:0.9.6-2 ii zlib1g 1:1.2.3.4.dfsg-3 emacs23 recommends no packages. Versions of packages emacs23 suggests: ii emacs23-common-non-dfsg 23.3+1-1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org