Bug#651420: Can someone confirm this bug please?

2012-04-11 Thread Pierre Courtieu
Hello, I confirm that when locales are set to fr_FR.utf8 the bug
disappears. Well done Hendriks.

Best regards,
P.



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



Bug#651420: Can someone confirm this bug please?

2012-04-06 Thread Pierre Courtieu
Since there is no news about it, I would like to ask if at least
sopmeone can reproduce this bug please.

Actually it is making some features of the mode ProofGeneral unuseable to me.

Best regards,
P.C.



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



Bug#651420: emacs23-common: compilation mode read-only raise error on subprocess output

2011-12-08 Thread Pierre Courtieu
Package: emacs23-common
Version: 23.3+1-4
Severity: important

Dear Maintainer,

It seems that the read-only status of the compilation buffer is too strict with
debian emacs version (testing): the output from the subprocess is not displated
and gives an error instead: "buffer is read-only". This seems to be a bug of
the debian package because several people told me that the following code
behaves differently in non debian installation of emacs-23.3.1:

 (let ((buf (get-buffer-create "xxx")))
  (with-current-buffer buf
(compilation-mode))
  (condition-case err
  (progn
(call-process "/bin/cat"
  "/proc/cpuinfo"
  buf
  t)
(message "No call-process error"))
(error
 (message "call-process error: %s %s" (car err) (cdr err)

This produces "No call-process error" in regular emacs, and "call-process
error" with debian emacs-23.3.1. For the story this was found when using
Proofgeneral mode when launching background compilations.

Best regards,
Pierre



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

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs23-common depends on:
ii  dpkg1.16.1.1
ii  emacsen-common  1.4.22
ii  install-info4.13a.dfsg.1-8

emacs23-common recommends no packages.

Versions of packages emacs23-common suggests:
pn  emacs23-common-non-dfsg  
pn  emacs23-el   

-- no debconf information



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