Bug#659861: "list of files" discrepency

2012-03-12 Thread Thien-Thi Nguyen
FYI, there is a discrepency between the "list of files" and the actual .deb contents (the .deb DOES have the file). (I saw that list w/o the dir.gz and downloaded the .deb in hopes that installing it would fix the problem, but alas...) --

Bug#840748: edb: install script failed for emacs25 because of :indent keyword

2016-11-05 Thread Thien-Thi Nguyen
o use any reflection, a pity (IMHO). -- Thien-Thi Nguyen --- (defun responsep (type via) (case type (technical (eq 'mailing-list via)) ...)) 748E A0E8 1CB8 A748 9BFA ---

Bug#840748: edb: install script failed for emacs25 because of :indent keyword

2017-01-13 Thread Thien-Thi Nguyen
FYI, EDB 1.32 is available: https://lists.gnu.org/archive/html/gnu-emacs-sources/2017-01/msg6.html I hope we can close this bug as a result. -- Thien-Thi Nguyen --- (defun responsep (query) (pcase (context query) (`(technical mailing

Bug#474396: /usr/share/file/magic:7983 missing end-of-line space (ASCII 0x20)

2008-04-05 Thread Thien-Thi Nguyen
Package: file Version: 4.17-5etch3 Severity: normal There is a syntax error for the VALUE field of line 7983. It currently reads (modulo double quotes): "0 string Content-Type:\" but i believe it should instead read: "0 string Content-Type:\ " (Note space following ba

Bug#1001123: anytopnm cannot identify Netpbm image from stdin

2021-12-04 Thread Thien-Thi Nguyen
nytopnm 2021-02-07 13:32:35.0 -0500 +++ /home/ttn/bin/anytopnm 2021-12-04 14:41:12.266352672 -0500 @@ -61,7 +61,7 @@ case "$filetype" in -*PBM* | *PGM* | *PPM* ) +*Netpbm* | *PBM* | *PGM* | *PPM* ) cat "$file" ;; I hope this can appear in the nex