Bug#1064446: Acknowledgement (confused by changing absolute pathname)

2024-02-27 Thread Zefram
Upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69436 -zefram

Bug#1064443: Acknowledgement (confused by changing absolute pathname)

2024-02-27 Thread Zefram
Upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69436 -zefram

Bug#1064437: filename on command line gets mangled

2024-02-23 Thread Zefram
hat a single upstream fix would resolve both bugs. A near-identical customisation can also be applied to the guile-2.2 package, to ameliorate the same problems there, which I reported as Bug#1064444 and Bug#1064445. -zefram

Bug#1064470: barfs on superfluous environment variable

2024-02-22 Thread Zefram
ModuleLoader.nqp:130 (/usr/share/nqp/lib/ModuleLoader.moarvm:load_setting) from :1 (/usr/lib/perl6/runtime/perl6.moarvm:) $ raku(1) should not be failing because of an environment variable that isn't controlling anything and isn't being referenced. -zefram

Bug#1064446: confused by changing absolute pathname

2024-02-22 Thread Zefram
uot;; while(1) { rename("a", "b"); rename("b", "a"); }' & [1] 390457 $ guile-2.2 --no-auto-compile ok.scm ok $ guile-2.2 --no-auto-compile ok.scm Backtrace: 0 (primitive-load "/home/zefram/tmp/g0/b/ok.scm") ERROR: In procedure primitiv

Bug#1064445: filename on command line gets rejected

2024-02-22 Thread Zefram
e_DE.iso88591 guile-2.2 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v perplexity $ LC_ALL=de_DE.utf8 guile-2.2 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v ;;; Stat of /home/zefram/tmp/g0/fooM-tM-^PM-^@M-^@bar.scm failed: ;;; Throw to key

Bug#1064444: filename on command line gets mangled

2024-02-22 Thread Zefram
of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#1064443: confused by changing absolute pathname

2024-02-22 Thread Zefram
uot;; while(1) { rename("a", "b"); rename("b", "a"); }' & [1] 389562 $ guile-3.0 --no-auto-compile ok.scm ok $ guile-3.0 --no-auto-compile ok.scm Backtrace: 0 (primitive-load "/home/zefram/tmp/g0/b/ok.scm") ERROR: In procedure prim

Bug#1064440: filename on command line gets rejected

2024-02-22 Thread Zefram
e_DE.iso88591 guile-3.0 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v perplexity $ LC_ALL=de_DE.utf8 guile-3.0 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v ;;; Stat of /home/zefram/tmp/g0/fooM-tM-^PM-^@M-^@bar.scm failed: ;;; Throw to key

Bug#1064437: filename on command line gets mangled

2024-02-22 Thread Zefram
of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#1061180: help output stumbles over charset

2024-01-20 Thread Zefram
the environmentally-selected locale. For ASCII and Latin-1 locales this implies that it can't use that en dash, and must substitute an ASCII "-". I have no strong opinion about whether it should use the en dash in a UTF-8 locale. -zefram

Bug#1061103: locale charset not respected

2024-01-18 Thread Zefram
specifically seeing that result with a Latin-1 terminal emulator and the C locale. -zefram

Bug#1041291: ts with extra args behaves badly

2023-07-30 Thread Zefram
would then always be empty by the time that loop is reached. But it would still be good style to change <> to , to better indicate the program's intended behaviour. >If it is, I would like to include your reasoning into a patch for >upstream, ok? Sure. You may use that text freely. -zefram

Bug#1041329: debconf-set-selections mishandles funny filenames

2023-07-17 Thread Zefram
'|echo wibble' wibble # These arise from its use of the <> Perl operator, which is not suitable for the implementation of a read-from-list-of-files kind of command. Because the range of misbehaviour includes writing to arbitrary files and running arbitrary commands, this is a more severe bug than normal. -zefram

Bug#1041294: xindy mishandles funny filenames

2023-07-16 Thread Zefram
Package: xindy Version: 2.5.1.20160104-10 Severity: important xindy(1) does various funny things if a filename contains characters that are not usually used in filenames: $ touch '>t0' $ ls -l total 0 -rw-rw-r-- 1 zefram zefram 0 Jul 17 01:21 '>t0' $ xindy '>t0' 2>/dev/null $ ls -l

Bug#1041292: extractres usage message has bad program name

2023-07-16 Thread Zefram
Package: psutils Version: 1.17.dfsg-4 Severity: minor If the extractres(1) program attempts to display a usage message, it gets its own name wrong: $ extractres -q Usage: 1 [-merge] [file] $ -zefram

Bug#1041291: ts with extra args behaves badly

2023-07-16 Thread Zefram
ers that are not usually used in filenames: $ ls -l total 4 -rw-rw-r-- 1 zefram zefram 2 Jul 17 00:45 t0 $ ts %F '>t1' $ ls -l total 4 -rw-rw-r-- 1 zefram zefram 2 Jul 17 00:45 t0 -rw-rw-r-- 1 zefram zefram 0 Jul 17 00:49 t1 $ echo c > 't2 ' $ ts %F 't2 ' Can't open t2 : No such file or

Bug#1041289: extractres mishandles funny filenames

2023-07-16 Thread Zefram
Package: psutils Version: 1.17.dfsg-4 Severity: important extractres(1) does various funny things if a filename contains characters that are not usually used in filenames: $ touch '>t0.ps' $ ls -l total 0 -rw-rw-r-- 1 zefram zefram 0 Jul 17 00:25 '>t0.ps' $ extractres '>t0.ps' $ ls -

Bug#1041287: markdown doesn't accept multiple input files

2023-07-16 Thread Zefram
even an attempt to open the additional files: $ echo a >t0 $ echo b >t1 $ markdown t0 t1 a $ markdown t1 t0 b $ markdown t2doesnotexist Can't open t2doesnotexist: No such file or directory at /usr/bin/markdown line 221. $ markdown t0 t2doesnotexist a $ -zefram

Bug#1041286: markdown mishandles funny filenames

2023-07-16 Thread Zefram
Package: markdown Version: 1.0.1-10.1 Severity: important markdown(1) does various funny things if a filename contains characters that are not usually used in filenames: $ echo a > '>t0' $ ls -l total 4 -rw-rw-r-- 1 zefram zefram 2 Jul 16 23:20 '>t0' $ markdown '>t0' $ ls -l total 4

Bug#1033233: spurious colour output from git init

2023-03-20 Thread Zefram
3mhint: \tgit branch -m "..., 36) = 36 And a configuration extract: $ sed -n 6,7p ~/.gitconfig [color] ui = never -zefram

Bug#1032173: identity recoding is too identical

2023-03-02 Thread Zefram
king step and non-checking conversion recombine into an ordinary checking conversion of the kind you already have. -zefram

Bug#1032173: identity recoding is too identical

2023-02-28 Thread Zefram
. Apparently it's being optimised incorrectly, to a pure identity transformation without the checking. -zefram

Bug#1030606: bad job control on suspended shell function

2023-02-13 Thread Zefram
condition. -zefram

Bug#1031245: wonky current job with suspended shell function

2023-02-13 Thread Zefram
for efficient job control. I use the commands "fg" (foregrounding the current job) and "%-" (foregrounding the previous job) all the time, and I'm thus heavily affected by this bug. -zefram

Bug#1031240: filename on command line gets mangled

2023-02-13 Thread Zefram
syntax. If it cannot be made to handle arbitrary filenames correctly, then clojure(1) must at least detect that it can't handle the specified filename. It must signal an error on any filename it can't handle, and not use any mangled form of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#1030606: bad job control on suspended shell function

2023-02-05 Thread Zefram
attached patch therefore fixes this bug in a very simple way, by deleting the logic that switches focus to the subjob. With this patch in place, the above test case produces this pleasing output: % t0 () { sleep 1000; } % t0 ^Zzsh: suspended t0 % echo foo foo % : % jobs [1] + suspended (signal)

Bug#1030344: filename on command line gets mangled

2023-02-03 Thread Zefram
orrectly, then node(1) must at least detect that it can't handle the specified filename. It must signal an error on any filename it can't handle, and not use any mangled form of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#903988: xinit does not run as normal user but as root only

2023-01-12 Thread Zefram
to the invoking user, for the duration of its use by the X server. -zefram

Bug#878055: heading in list produces rendering glitch

2017-10-09 Thread Zefram
ly-yellow text is now rendered in white, until you get up to the first post-list text "foo", at which point all the text rendered on the screen, plus the help text, turns yellow. -zefram

Bug#865736: doc misuses metric prefixes

2017-06-24 Thread Zefram
ion should instead use the IEC prefixes "kibi-", "mebi-", and "gibi-". -zefram

Bug#865027: stumbles on Youtube age gate

2017-06-18 Thread Zefram
deal.) libquvi ought to work around the age gate. It should not impose this censorship on its users. I found a discussion of the same issue being addressed in some other code at <https://github.com/fent/node-ytdl-core/issues/19>. Maybe the fix they used can be adopted. -zefram

Bug#863008: failing to load previously-loaded pages of some websites

2017-05-21 Thread Zefram
the rendered x0.html file, and then rewrites the status line back to its normal state. It then rewrites the rendered display again with different colouration, and finally waits for input. -zefram

Bug#863008: failing to load previously-loaded pages of some websites

2017-05-21 Thread Zefram
displayed page, as if ey had never selected the link to the other page, or as if loading had failed due to a network problem (though no error message is displayed). This is not long-standing behaviour in my experience: it is new and problematic. -zefram

Bug#863008: failing to load previously-loaded pages of some websites

2017-05-19 Thread Zefram
between attempts, doesn't make it succeed. After a successful repeated page load, further attempts to load the same page again go back to failing. -zefram

Bug#861583: -geometry and -fs not fully honoured

2017-04-30 Thread Zefram
ecify size or position should continue to not set those bits, and should accept whatever geometry the window manager imposes as a result. mplayer should never be moving or replacing the window after it has been mapped. -zefram

Bug#861019: git bisect colour output contrary to configuration

2017-04-23 Thread Zefram
te(1, "\33[33mcommit 613abc6d16e99bd9834fe6afd79beb61a3a4734d\33[m\n", 56) = 56 Given the configulation, that line should be free of escape sequences. -zefram

Bug#858668: STA_NANO confuses adjtimex(8)

2017-04-23 Thread Zefram
ompletely unchanged, and add a new command-line option that provides the same information in the new format. -zefram

Bug#858668: STA_NANO confuses adjtimex(8)

2017-04-21 Thread Zefram
er is still whitespace-delimited and the first thing following the colon, so it's still easy to parse out in a backward-compatible way. What do you think? -zefram

Bug#860559: timex.offset unit ambiguity

2017-04-19 Thread Zefram
Michael Kerrisk (man-pages) wrote: >fixed in upstream quite a long time back (2014). Ah, cool. The version at <http://man7.org/linux/man-pages/man2/adjtimex.2.html> is fine. -zefram

Bug#860559: timex.offset unit ambiguity

2017-04-18 Thread Zefram
in either microseconds or nanoseconds, depending on the STA_NANO status flag, just like timex.time.tv_usec. -zefram

Bug#858668: STA_NANO confuses adjtimex(8)

2017-04-18 Thread Zefram
ts (like "-o +200us", whose meaning would be unaffected by STA_NANO). -zefram diff -ur adjtimex-1.29.orig/adjtimex.8 adjtimex-1.29/adjtimex.8 --- adjtimex-1.29.orig/adjtimex.8 2009-03-12 00:31:07.0 + +++ adjtimex-1.29/adjtimex.82017-04-18 17:00:46.129859207 +0100

Bug#858668: STA_NANO confuses adjtimex(8)

2017-03-24 Thread Zefram
anoseconds*. The true raw time is different from both of the values shown, and for the call made above should have been shown as raw time: 1490397277s 23837440ns = 1490397277.023837440 -zefram

Bug#785208: adjtimex postinst adjusts clock

2015-12-11 Thread Zefram
so did not configure the package during installation. The default configuration shouldn't be mucking about with the running system in uninvited ways. -zefram

Bug#785208: adjtimex postinst adjusts clock

2015-12-11 Thread Zefram
Control: tags -1 -moreinfo thanks

Bug#806461: spurious colour output from bisect

2015-11-27 Thread Zefram
1a24855e760e71ee9a20a1a90 is the first bad commit\n", 65) = 65 20408 open("/home/zefram/.gitconfig", O_RDONLY) = 3 20408 read(3, "[user]\n\tname = Zefram\n\temail = zef...@fysh.org\n\tsigningkey = 0x8E1E1EC1\n\n[color]\n\tui = never\n", 4096) = 93 20408 r

Bug#806460: search highlight glitch

2015-11-27 Thread Zefram
unhighlighted instance). Obviously this is quite an inconvenience when one wants to c some text including the search string. -zefram

Bug#787453: libdata-alias-perl: FTBFS with perl 5.22

2015-10-21 Thread Zefram
guring out which part of the perl build makes the difference. Something I haven't yet tried varying is the C compiler. I'm using Debian gcc 4.7.2-5, which doesn't understand the -fstack-protector-strong option that the failing perls are built with. -zefram

Bug#787453: libdata-alias-perl: FTBFS with perl 5.22

2015-10-21 Thread Zefram
level of which I was not previously aware. I can probably track it down from here. -zefram

Bug#787453: libdata-alias-perl: FTBFS with perl 5.22

2015-10-21 Thread Zefram
to depend on the variable more than it used to. Fixed in Data-Alias-1.20, now on CPAN. -zefram

Bug#787734: libstdc++ breaks dynamic unloading

2015-06-04 Thread Zefram
); if(ret) exit(1); } exit(0); } $ gcc -std=c99 try_dl.c -ldl -o try_dl $ ./try_dl /usr/lib/x86_64-linux-gnu/libperl.so.5.20 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /home/zefram/tmp/try_dl /lib/x86_64-linux-gnu/ld-2.19.so /lib/x86_64-linux-gnu/libc-2.19.so /lib/x86_64

Bug#785208: adjtimex postinst adjusts clock

2015-05-13 Thread Zefram
with the clock. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#756505: undocumented how to show a buffer

2014-07-30 Thread Zefram
is not documented seriously damages the usability of this program to people who don't already know how to use it. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#742949: new magic: Hash::SharedMem

2014-04-26 Thread Zefram
confidence in it. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#743525: symlink permissions misdescribed

2014-04-03 Thread Zefram
: $ ls -l /proc/self/fd total 0 lrwx-- 1 zefram zefram 64 Apr 3 16:45 0 - /dev/pts/13 lrwx-- 1 zefram zefram 64 Apr 3 16:45 1 - /dev/pts/13 lrwx-- 1 zefram zefram 64 Apr 3 16:45 2 - /dev/pts/13 lr-x-- 1 zefram zefram 64 Apr 3 16:45 3 - /proc/5271/fd so the man page is not correct

Bug#742949: new magic: Hash::SharedMem

2014-03-29 Thread Zefram
file, little-endian 8 lequad 0x100 8 byte 2 \b, line size 2^%d byte 9 byte 2 \b, page size 2^%d byte 10 byte 1 10 byte 1 \b, max fanout %d -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#742700: spill fail with -fschedule-insns

2014-03-26 Thread Zefram
the source as shown. If you have difficulty reproducing it, obviously I can supply these files on request. I see this on i386 but not on an amd64 machine that has otherwise the same versions of things installed. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#742271: c% mangles insertion point

2014-03-21 Thread Zefram
, but the space remains. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#741360: statm share badly described

2014-03-11 Thread Zefram
::SizeLimit) that makes that mistake. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734311: guild assumes too much about guile config

2014-01-05 Thread Zefram
to unconditionally and unconfigurably use /usr/bin/guile-2.0. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734313: guild list lists nothing

2014-01-05 Thread Zefram
' $ Subcommands mentioned in the guile documentation are actually available, despite not being listed. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734314: guild help COMMAND crashes

2014-01-05 Thread Zefram
] 155: 2 [show-help #directory (scripts frisk) 26d1900 #output: file /dev/pts/14] In ice-9/boot-9.scm: 788: 1 [call-with-input-file #f ...] In unknown file: ?: 0 [open-file #f r #:encoding #f #:guess-encoding #f] ERROR: In procedure open-file: ERROR: Wrong type (expecting string): #f $ -zefram

Bug#734323: doc out of date about (integer? +inf.0)

2014-01-05 Thread Zefram
of guile-1.8, which classifies +inf.0 and -inf.0 as integers, and +nan.0 as rational but not integer. guile-2.0 follows R6RS in treating all three of these values as real but not rational. (Mathematically, infinities are not real, and NaN is, as the acronym says, not a number.) -zefram

Bug#734009: auto-compile noise can't be avoided by script

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16364 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734108: interactive use subject to compiler limitations

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16363 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734132: combinatorial explosion in elided stack trace

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16358 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734128: insufficient print abbreviation in error messages

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16357 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734157: compiler disrespects referential integrity

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16362 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734323: doc out of date about (integer? +inf.0)

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16356 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734178: compile cache confused about file identity

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16361 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734313: guild list lists nothing

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16359 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734314: guild help COMMAND crashes

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16360 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734009: auto-compile noise can't be avoided by script

2014-01-04 Thread Zefram
script in this sequence: $ echo '(display hello world\n)' t10 $ guile-2.0 t10 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t10 ;;; compiled /home/zefram/.cache/guile/ccache/2.0-LE-8-2.0

Bug#734157: compiler disrespects referential integrity

2014-01-04 Thread Zefram
the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t9 ;;; compiled /home/zefram/.cache/guile/ccache/2.0-LE-8-2.0/home/zefram/usr/guile/t9.go (5 . 2) (5 . 2) $ guile-2.0 t9 (5 . 2) (5 . 2) In the test case, the explicitly-constructed pair aaa is conflated with the pair

Bug#734158: compiler can't handle object references in code

2014-01-04 Thread Zefram
--no-auto-compile t8 5 $ guile-2.0 t8 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t8 ;;; WARNING: compilation of /home/zefram/usr/guile/t8 failed: ;;; ERROR: build

Bug#734009: auto-compile noise can't be avoided by script

2014-01-04 Thread Zefram
is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t11 ;;; /home/zefram/usr/guile/t11:7:6: warning: possibly unbound variable `arg-hack' ;;; compiled /home/zefram/.cache/guile/ccache/2.0-LE-8-2.0/home/zefram/usr/guile/t11

Bug#734178: compile cache confused about file identity

2014-01-04 Thread Zefram
. Test case: $ echo '(display aaa\n)' t13 $ echo '(display bbb\n)' t14 $ guile-2.0 t13 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t13 ;;; compiled /home/zefram/.cache/guile/ccache

Bug#723573: xterm occasionally forgets BackSpace translation

2014-01-03 Thread Zefram
On Thu, Jan 02, 2014 at 11:44:09AM +, Zefram wrote: Thomas Dickey wrote: which translation was performing the backspace? I'm not sure what you mean by this question. The relevant item in the translations resource is KeyBackSpace: string(0x08) I have other translation items

Bug#734108: interactive use subject to compiler limitations

2014-01-03 Thread Zefram
)) (newline) $ guile-1.8 t2 5 $ guile-2.0 --no-auto-compile t2 5 $ guile-2.0 t2 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t2 ;;; WARNING: compilation of /home/zefram/usr/guile/t2

Bug#734108: interactive use subject to compiler limitations

2014-01-03 Thread Zefram
to it when compilation fails (as the file auto-compilation does). -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734128: insufficient print abbreviation in error messages

2014-01-03 Thread Zefram
) . 48) . 47) . 46) . 45) . 44) . 43) . 42) . 41) . 40) . 39) . 38) . 37) . 36) . 35) . 34) . 33) . 32) . 31) . 30) . 29) . 28) . 27) . 26) . 25) . 24) . 23) . 22) . 21) . 20) . 19) . 18) . 17) . 16) . 15) . 14) . 13) . 12) . 11) . 10) . 9) . 8) . 7) . 6) . 5) . 4) . 3) . 2) . 1) -zefram

Bug#734132: combinatorial explosion in elided stack trace

2014-01-03 Thread Zefram
-9/boot-9.scm:3961:3 ()] 3968: 6 [#procedure e9bcc0 at ice-9/boot-9.scm:3961:3 ()] 1645: 5 [%start-stack load-stack #procedure e9c980 at ice-9/boot-9.scm:3957:10 ()] 1650: 4 [#procedure e9a060 ()] In unknown file: ?: 3 [primitive-load /home/zefram/usr/guile/t6] In ice-9/eval.scm: 387: 2 ^Z zsh

Bug#723573: xterm occasionally forgets BackSpace translation

2014-01-02 Thread Zefram
are inadequately documented. The man page describes translations only as a resource for the vt100 widget, not for the scrollbar widget (except for the implication of the example in a different section of the doc), and has no mention of translations being applied differently depending on focus. -zefram

Bug#734009: auto-compile noise can't be avoided by script

2014-01-02 Thread Zefram
to disable. ;;; compiling /home/zefram/usr/lucifex/on_guile/t0 ;;; WARNING: compilation of /home/zefram/usr/lucifex/on_guile/t0 failed: ;;; ERROR: #. read expansion found and read-eval? is #f. hello world $ I can turn off the auto-compilation from within the script by using the --no-auto-compile

Bug#723573: xterm occasionally forgets BackSpace translation

2013-11-24 Thread Zefram
affect xterm translations. But I wouldn't be too surprised if the bug turns out not to be in the xterm source at all but in one of the X libraries. (nor do I see a way to reproduce the bug) Yes. It only happens apparently at random. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#729334: nvi escapetime option undocumented

2013-11-11 Thread Zefram
Package: nvi Version: 1.81.6-8.2 Severity: minor The escapetime settable option in nvi is not documented in its man page, unlike the majority of options. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#728775: apt-get unwarrantedly consumes input

2013-11-06 Thread Zefram
with that relationship. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#728775: apt-get unwarrantedly consumes input

2013-11-05 Thread Zefram
. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#727841: powl() inaccurate but only at runtime

2013-10-27 Thread Zefram
-multilib4.7.2-5 gcc-multilib4:4.7.2-1 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#724339: parrot won't generate pasm output

2013-09-23 Thread Zefram
bytecode 106.0, 8 byte words, little-endian, x86 12 byte long double floats, Parrot 0.0.0 It's producing pbc output regardless of the output filename. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#724450: bigint library in parrot

2013-09-23 Thread Zefram
= 1234567890123456789 $P1 = $P0 * $P0 say $P1 .end $ parrot t6.pir no bigint lib loaded current instr.: 'main' pc 6 (t6.pir:4) $ ./from_github/parrot t6.pir 1524157875323883675019051998750190521 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#724339: [Pkg-parrot-devel] Bug#724339: parrot won't generate pasm output

2013-09-23 Thread Zefram
between Debian stable and current github, but still claim that -o foo.pasm will produce pasm output. (I'm using the github checkout because that gets me a Parrot with the bigint library built in. Think I'm going to submit a wishlist ticket about having that in the Debian Parrot.) Zefram

Bug#724074: ops doc missing

2013-09-22 Thread Zefram
elsewhere in the Parrot source tree (src/ops/*.ops) whereas most of the documentation is stored directly in the source tree. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#723989: intermittent spurious NUL

2013-09-21 Thread Zefram
as more text is entered before it. It disappears at the end of text entry (following Esc). There's no permanent effect on the file content. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#723877: -fs mode fails entirely

2013-09-20 Thread Zefram
the video. This bug report is concerned with mplayer2's failure to ultimately show the video full-screen. -zefram $ mplayer -fs t0.mp4 MPlayer2 UNKNOWN (C) 2000-2012 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able

Bug#723657: -geometry not fully honoured

2013-09-18 Thread Zefram
. The result is that a window manager that applies its own positioning logic in preference to program-supplied positions, but honours user-supplied positions, will override the user-supplied position with mplayer. The same goes for the USSize hint. -zefram -- To UNSUBSCRIBE, email to debian-bugs

Bug#723560: iceweasel can't run two sessions simultaneously

2013-09-17 Thread Zefram
but distinct Bug#617361 that was deemed not-a-bug. See also Bug#187138 concerning nearly-identical behaviour of Galeon, and Bug#668850 concerning related behaviour of Libreoffice. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#723573: xterm occasionally forgets BackSpace translation

2013-09-17 Thread Zefram
. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#723578: option to disable mouse tracking mode

2013-09-17 Thread Zefram
to use it. Applications that turn the mode on, such as w3m, effectively break normal xterm usage. It would be nice to have an option that prevents mouse tracking being engaged, along the lines of the existing allowTitleOps option that can prevent unwanted changes of window title. -zefram

Bug#721720: -floop-parallelize-all misleadingly accepted

2013-09-03 Thread Zefram
will be to later break compilation. The option should be rejected up front if its implementation is not available. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

  1   2   >