Bug#102006: just read

2007-03-20 Thread Donny

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of libwmf_0.2.8.4-3_i386.changes

2007-03-20 Thread Archive Administrator
libwmf_0.2.8.4-3_i386.changes uploaded successfully to localhost
along with the files:
  libwmf_0.2.8.4-3.dsc
  libwmf_0.2.8.4-3.diff.gz
  libwmf0.2-7_0.2.8.4-3_i386.deb
  libwmf-bin_0.2.8.4-3_i386.deb
  libwmf-dev_0.2.8.4-3_i386.deb
  libwmf-doc_0.2.8.4-3_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



libwmf_0.2.8.4-3_i386.changes ACCEPTED

2007-03-20 Thread Debian Installer

Accepted:
libwmf-bin_0.2.8.4-3_i386.deb
  to pool/main/libw/libwmf/libwmf-bin_0.2.8.4-3_i386.deb
libwmf-dev_0.2.8.4-3_i386.deb
  to pool/main/libw/libwmf/libwmf-dev_0.2.8.4-3_i386.deb
libwmf-doc_0.2.8.4-3_all.deb
  to pool/main/libw/libwmf/libwmf-doc_0.2.8.4-3_all.deb
libwmf0.2-7_0.2.8.4-3_i386.deb
  to pool/main/libw/libwmf/libwmf0.2-7_0.2.8.4-3_i386.deb
libwmf_0.2.8.4-3.diff.gz
  to pool/main/libw/libwmf/libwmf_0.2.8.4-3.diff.gz
libwmf_0.2.8.4-3.dsc
  to pool/main/libw/libwmf/libwmf_0.2.8.4-3.dsc


Override entries for your package:
libwmf-bin_0.2.8.4-3_i386.deb - optional graphics
libwmf-dev_0.2.8.4-3_i386.deb - optional libdevel
libwmf-doc_0.2.8.4-3_all.deb - optional doc
libwmf0.2-7_0.2.8.4-3_i386.deb - optional libs
libwmf_0.2.8.4-3.dsc - source libs

Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415451: xautomation: xte assumes US keymap

2007-03-20 Thread Herman Robak
On Mon, 19 Mar 2007 18:50:22 +0100, Matej Vela <[EMAIL PROTECTED]> wrote:

> "Herman Robak" <[EMAIL PROTECTED]> writes:
>
>> I can not use xte to send strings containing '/' into the X client being
>> tested.  xte interprets '/' as '7'.  In my case this is a showstopper,
>> since I need to pass URLs to the program.
>
> I'm guessing this is a German-style keyboard, where '/' is Shift+'7'?
> Are the symptoms different if you use the US keymap?

  Ok.  The problem seems to be that xte assumes a US keymap.
When I use AltGr combinations, xte sees and sends the characters
I would have gotten with a US keyboard mapping:

[EMAIL PROTECTED]:~/Devel/Xautomate$ xte
key $
¤

[EMAIL PROTECTED]:~/Devel/Xautomate$ xte
str @£$
Unable to resolve keysym for '£'
Unable to resolve keysym for '£'
" ¤

[EMAIL PROTECTED]:~/Devel/Xautomate$ xte
str æøå
Unable to resolve keysym for 'æ'
Unable to resolve keysym for 'æ'
Unable to resolve keysym for 'ø'
Unable to resolve keysym for 'ø'
Unable to resolve keysym for 'å'
Unable to resolve keysym for 'å'


  It does not matter whether I call xte from a terminal or
 from a Perl script.

-- 
Herman Robak



Bug#415451: xautomation: xte misinterprets '/' as '7'.

2007-03-20 Thread Herman Robak
On Mon, 19 Mar 2007 18:50:22 +0100, Matej Vela <[EMAIL PROTECTED]> wrote:

> "Herman Robak" <[EMAIL PROTECTED]> writes:
>
>> I can not use xte to send strings containing '/' into the X client being
>> tested.  xte interprets '/' as '7'.  In my case this is a showstopper,
>> since I need to pass URLs to the program.
>
> I'm guessing this is a German-style keyboard, where '/' is Shift+'7'?
> Are the symptoms different if you use the US keymap?

  Yes, the symptoms are different with a US keymap;
xte behaves _mostly_ as expected then.

  I'd raise the priority a little above "normal", as this makes
xte rather crippled for non-US users.

-- 
Herman Robak


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415586: vcg: FTBFS on GNU/kFreeBSD: buggy OS detection

2007-03-20 Thread Cyril Brulebois
Package: vcg
Version: 1.30debian-5
Severity: important
Tags: patch

Hi,

currently this package FTBFS on GNU/kFreeBSD since it uses directly the
output of "uname -s" in filenames, although this output can contain
slashes.

The attached patch catches GNU/kFreeBSD as well as GNU(/Hurd) and
make them look like Linux, which allows at least a fine build on
GNU/kFreeBSD.

Cheers,

-- 
Cyril Brulebois
--- vcg-1.30debian/Makefile 2003-02-20 22:06:27.0 +0100
+++ vcg-1.30debian/Makefile 2007-03-20 16:41:33.0 +0100
@@ -24,6 +24,10 @@
 
 SHELL = /bin/sh
 
+# GNU/kFreeBSD and GNU(/Hurd) are like Linux
+UNAME = $(shell uname -s | sed -e 's/GNU\/kFreeBSD/Linux/' | sed -e 
's/GNU/Linux/')
+
+
 #-- Rules --
 
 #all: stamp-all
@@ -54,7 +58,7 @@
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/rm -f Makefile x11setup x11setup2; \
  xmkmf; make | sed -e "s/^make.*//" > x11setup); \
-   (cd preconf; cd X11cc`uname -s`; \
+   (cd preconf; cd X11cc$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -67,7 +71,7 @@
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/rm -f Makefile x11setup x11setup2; \
  xmkmf; make | sed -e "s/^make.*//" > x11setup); \
-   (cd preconf; cd X11gcc`uname -s`; \
+   (cd preconf; cd X11gcc$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -80,7 +84,7 @@
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/rm -f Makefile x11setup x11setup2; \
  xmkmf; make | sed -e "s/^make.*//" > x11setup); \
-   (cd preconf; cd X11g++`uname -s`; \
+   (cd preconf; cd X11g++$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -93,7 +97,7 @@
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/rm -f Makefile x11setup x11setup2; \
  xmkmf; make | sed -e "s/^make.*//" > x11setup); \
-   (cd preconf; cd X11c89`uname -s`; \
+   (cd preconf; cd X11c89$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -105,7 +109,7 @@
 xvcg_cc_noxmkmf:
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/cp ../x11setup ../x11setup2 .); \
-   (cd preconf; cd X11cc`uname -s`; \
+   (cd preconf; cd X11cc$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -117,7 +121,7 @@
 xvcg_gcc_noxmkmf:
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/cp ../x11setup ../x11setup2 .); \
-   (cd preconf; cd X11gcc`uname -s`; \
+   (cd preconf; cd X11gcc$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -129,7 +133,7 @@
 xvcg_c89_noxmkmf:
if (test ! -r tMakefile) then \
(cd preconf/X11; /bin/cp ../x11setup ../x11setup2 .); \
-   (cd preconf; cd X11c89`uname -s`; \
+   (cd preconf; cd X11c89$(UNAME); \
  /bin/cp tMakefile ../../Make.tmp; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.tmp); \
@@ -140,7 +144,7 @@
 
 vcg_gcc:
if (test ! -r tMakefile) then \
-   (cd preconf; cd SunVgcc`uname -s`; \
+   (cd preconf; cd SunVgcc$(UNAME); \
  /bin/cp tMakefile ../../tMakefile; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.csh); \
@@ -148,7 +152,7 @@
 
 vcg_cc:
if (test ! -r tMakefile) then \
-   (cd preconf; cd SunVcc`uname -s`; \
+   (cd preconf; cd SunVcc$(UNAME); \
  /bin/cp tMakefile ../../tMakefile; \
  /bin/cp globals.h ../../src; \
  /bin/cp demo.csh ../../demo/demo.csh); \
@@ -160,29 +164,29 @@
/bin/cp demo/demo.csh preconf/  
 
 prepare_x11gcc:
-   /bin/cp tMakefile preconf/X11gcc`uname -s`/ 
-   /bin/cp src/globals.h preconf/X11gcc`uname -s`/ 
-   /bin/cp demo/demo.csh preconf/X11gcc`uname -s`/ 
+   /bin/cp tMakefile preconf/X11gcc$(UNAME)/   
+   /bin/cp src/globals.h preconf/X11gcc$(UNAME)/   
+   /bin/cp demo/demo.csh preconf/X11gcc$(UNAME)/   
 
 pr

Processed: tags 328362 - patch

2007-03-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # no patch for the pmksetup segfault
> tags 328362 - patch
Bug#328362: pmk: postinst fails, missing depends?
Tags were: patch confirmed
Tags removed: patch

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415470: emacs-snapshot-gtk: mini-buffer tab-complete segfault

2007-03-20 Thread Sven Joachim
dann frazier writes:
> Package: emacs-snapshot-gtk
> Version: 1:20070302-1
> Severity: normal
> 
> To reproduce:
> 1) start emacs
> 2) use meta+x to enter command buffer
> 3) hit tab
> [SEGV]
> 
> I can reproduce w/ both the -q and -Q parameters (as suggested by reportbug).

I cannot reproduce this under i386, so it probably specific to
your hardware.  And since emacs-snapshot is orphaned :-(, you probably
will not get much help here.

Your best bet is probably to report this upstream using
M-x report-emacs-bug.  Even then you may have to debug this yourself,
since I don't know if the Emacs developer have access to an Itanium
machine.

Note that there is a new pretest tarball at

ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.96.tar.gz,

you may want to see if your problem occurs with that version.


Good Luck,

Sven


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#75036: marked as done (wmsysmon; typo in help output)

2007-03-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Mar 2007 22:02:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#75036: fixed in wmsysmon 0.7.7-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wmsysmon
Version: 0.7.6-0.1
Severity: wishlist

There is a typo which makes it hard to impossible to understand the
meaning of the four lights on the lower-right corner of the display.
Here is the wrong info:

| |
| 01234567   WX   |  <--- 0-F are hardware interrupts 0-15
| 89ABCDEF   YZ   |  <--- W,X are Page IN/OUT, W,X are Swap IN/OUT
---

As you see, there is no mention of Y and Z.

-- System Information
Debian Release: woody
Kernel Version: Linux pot 2.2.13 #17 Tue May 9 13:12:19 CEST 2000 i686 unknown

Versions of the packages wmsysmon depends on:
hi  xlib6g 3.3.6-10   shared libraries required by X clients
ii  libc6  2.1.95-1   GNU C Library: Shared libraries and Timezone
ii  xpm4g  3.4k-5 the X PixMap library
^^^ (Provides virtual package libxpm4)

--- End Message ---
--- Begin Message ---
Source: wmsysmon
Source-Version: 0.7.7-5

We believe that the bug you reported is fixed in the latest version of
wmsysmon, which is due to be installed in the Debian FTP archive:

wmsysmon_0.7.7-5.diff.gz
  to pool/main/w/wmsysmon/wmsysmon_0.7.7-5.diff.gz
wmsysmon_0.7.7-5.dsc
  to pool/main/w/wmsysmon/wmsysmon_0.7.7-5.dsc
wmsysmon_0.7.7-5_i386.deb
  to pool/main/w/wmsysmon/wmsysmon_0.7.7-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Bedogni <[EMAIL PROTECTED]> (supplier of updated wmsysmon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 16 Mar 2007 13:45:10 +0100
Source: wmsysmon
Binary: wmsysmon
Architecture: source i386
Version: 0.7.7-5
Distribution: unstable
Urgency: low
Maintainer: Luca Bedogni <[EMAIL PROTECTED]>
Changed-By: Luca Bedogni <[EMAIL PROTECTED]>
Description: 
 wmsysmon   - WindowMaker dock-app for monitoring your system
Closes: 75036 390871
Changes: 
 wmsysmon (0.7.7-5) unstable; urgency=low
 .
   * New Maintainer (Closes: #390871)
   * Modified copyright for making it more explicative.
   * Added a Makefile and modified the existing one.
   * Added a patch (01-break.dpatch) instead of modifing upstream code as 
previous version did.
   * Added another patch (02-output.dpatch) for fixing a typo (Closes: #75036)
   * Modified manpage.
   * Changed priority from extra to optional.
Files: 
 96afe73f7db20285aea730bde62d15cc 604 x11 optional wmsysmon_0.7.7-5.dsc
 f8c580fc492aaf2680cce21360be5b99 4302 x11 optional wmsysmon_0.7.7-5.diff.gz
 df7bceaa1f2b4247980d001f17fd9670 18268 x11 optional wmsysmon_0.7.7-5_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGAFbw+C5cwEsrK54RAoW9AKCh95Bow86tSAaHd+0a5N2jTXRslACgsZCL
BdraG7y94C4GpFCwoSeJVyw=
=XTET
-END PGP SIGNATURE-

--- End Message ---


Etes-vous au courant?

2007-03-20 Thread VERTBAUDET
Maman, regarde comme j'ai grandi!


Votre privilège Internet :

-30% sur toute la mode*
+
-25% sur le reste de votre commande*
+
la livraison GRATUITE**

Votre code AVANTAGES : 8131

Cliquez ici : http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhpT0K4Ebf0PAj0BCIP0F4

0 euro aujourd'hui, 
ne payez que dans 3 mois***
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhpT0K4Ebf0PAj0BDAK0Fr

Je demande la livraison express en 48h
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhpT0K4Ebf0PAj0BF1q0FH

A bientôt sur www.vertbaudet.fr
L'équipe Internet de VERTBAUDET

Offre valable une seule fois 2 semaines à réception, non cumulable avec toute 
autre offre promotionnelle présentée par ailleurs.

Vous recevez cet e-mail car vous êtes abonné(e) à la newsletter Vertbaudet.
Conformément à la loi Informatique et Libertés du 6 janvier 1978, je dispose 
d'un droit d'accès, de rectification
et d'opposition aux informations me concernant qui peut s'exercer sur le site 
www.vertbaudet.fr, rubrique "contactez-nous" ou par courrier VERTBAUDET service 
Relations Clientèle 59200 TOURCOING en indiquant nom, prénom, adresse et n° de 
client. Par votre intermédiaire, je peux être amené à recevoir des propositions 
commerciales d'autres entreprises ou organismes, ou être informé également de 
vos offres par mail, téléphone, SMS ou par courrier. Je demande à recevoir vos 
offres commerciales. Si je ne le souhaite pas il suffit de vous le signaler sur 
www.vertbaudet.fr, rubrique "contactez-nous".
Si vous ne souhaitez plus recevoir d’informations de VERTBAUDET par email, 
veuillez simplement cliquer ici :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhpT0K4Ebf0PAj0BB4A0FS

* Offre de réduction de -30% sur les collections Histoires d'enfants et VB2U 
(20% si article étoilé), -25% sur le reste de votre commande dans les 
collections Printemps-Eté 2007 (20% si article étoilé) sauf puériculture, "prix 
malice", "prix net", "happy prices", prix "flèche orange", bonnes affaires et 
e-boutiques portant la mention "non cumulable", catalogues "Tops", "les Défis" 
et offres spéciales.

** Frais de traitement offerts, sauf taxe en vigueur pour un achat en 
contre-remboursement. Offre valable une seule fois jusqu'au 04/04/07 pour toute 
commande dans les collections Printemps-Eté 2007. Ne s'applique pas aux 
services de livraison à domicile, Colissimo suivi en Chronopost.

*** Offre exclusivement réservée aux clients VERTBAUDET, valable pour toute 
commande entre 30 et 380 euros. Bénéficiez immédiatement de vos articles et ne 
payez que dans 3 mois. Sans aucuns frais supplémentaires et sous réserve 
d'acceptation par VERTBAUDET.

Si vous ne visualisez pas correctement ce message, cliquez ici :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhpT0K4Ebf0PAj0BcM20FB

Oups, mon enfant a grandi... Jusqu'a -30% ... VITE !

2007-03-20 Thread VERTBAUDET
Maman, regarde comme j'ai grandi!


Votre privilège Internet :

-30% sur toute la mode*
+
-25% sur le reste de votre commande*
+
la livraison GRATUITE**

Votre code AVANTAGES : 2541

Cliquez ici : http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhvf0K4Ebf0PBi0BCIP0FT

0 euro aujourd'hui, 
ne payez que dans 3 mois***
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhvf0K4Ebf0PBi0BDAK0FH

Je demande la livraison express en 48h
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhvf0K4Ebf0PBi0BF1q0Ff

A bientôt sur www.vertbaudet.fr
L'équipe Internet de VERTBAUDET

Offre valable une seule fois 2 semaines à réception, non cumulable avec toute 
autre offre promotionnelle présentée par ailleurs.

Vous recevez cet e-mail car vous êtes abonné(e) à la newsletter Vertbaudet.
Conformément à la loi Informatique et Libertés du 6 janvier 1978, je dispose 
d'un droit d'accès, de rectification
et d'opposition aux informations me concernant qui peut s'exercer sur le site 
www.vertbaudet.fr, rubrique "contactez-nous" ou par courrier VERTBAUDET service 
Relations Clientèle 59200 TOURCOING en indiquant nom, prénom, adresse et n° de 
client. Par votre intermédiaire, je peux être amené à recevoir des propositions 
commerciales d'autres entreprises ou organismes, ou être informé également de 
vos offres par mail, téléphone, SMS ou par courrier. Je demande à recevoir vos 
offres commerciales. Si je ne le souhaite pas il suffit de vous le signaler sur 
www.vertbaudet.fr, rubrique "contactez-nous".
Si vous ne souhaitez plus recevoir d’informations de VERTBAUDET par email, 
veuillez simplement cliquer ici: 
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhvf0K4Ebf0PBi0BB4A0Fq

* offre de réduction de -30% sur les collections Histoires d'enfants et VB2U 
(20% si article étoilé), -25% sur le reste de votre commande dans les 
collections Printemps-Eté 2007 (20% si article étoilé) sauf puériculture, "prix 
malice", "prix net", "happy prices", prix "flèche orange", bonnes affaires et 
e-boutiques portant la mention "non cumulable", catalogues "Tops", "les Défis" 
et offres spéciales.

** Frais de traitement offerts, sauf taxe en vigueur pour un achat en 
contre-remboursement. Offre valable une seule fois jusqu'au 04/04/07 pour toute 
commande dans les collections Printemps-Eté 2007. Ne s'applique pas aux 
services de livraison à domicile, Colissimo suivi en Chronopost.

*** Offre exclusivement réservée aux clients VERTBAUDET, valable pour toute 
commande entre 30 et 380 euros. Bénéficiez immédiatement de vos articles et ne 
payez que dans 3 mois. Sans aucuns frais supplémentaires et sous réserve 
d'acceptation par VERTBAUDET.

Si vous ne recevez pas correctement cet e-mail, cliquez ici :  
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhvf0K4Ebf0PBi0BcZ80Fs

Re: File type misclassification

2007-03-20 Thread Kim F. Storm
David Kastrup <[EMAIL PROTECTED]> writes:

>> 1) Restrict the magic for PostScript files to %!PS
>>
>>  ("%!PS" . ps-mode)
>
> And probably EPS?

Dunno.

>>
>> 2) Recognize the specific case of TEX
>>
>>  ("%![^VT]" . ps-mode)

> Sigh.  Seems like a magic string for the "TeXshop" TeX editor.  But I
> think just ruling out [VT] is still asking for trouble.

So maybe add this to the magic-mode-alist before the ps rule:

  ("%!TEX" . tex-mode)

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



File type misclassification

2007-03-20 Thread David Kastrup

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Hi,

opening the following file in emacs-snapshot from Ubuntu Edgy
(sorry, I don't have a fresher CVS Emacs at work) will throw the
buffer into PostScript mode, presumably because it starts with "%!".
This seems rather like overkill.

Maybe it is already fixed in CVS: no idea.

%!TEX encoding = UTF-8 Unicode
%
% Example of Greek input
%
\documentclass[a4paper,greek]{europecv}
%\usepackage[T1]{fontenc}
\usepackage[10pt]{type1ec} % To use CB-Greek
\usepackage[greek,english]{babel} % This is mandatory
\usepackage{graphicx}
\ecvlastname{Επώνυμο}
\ecvfirstname{Όνομα}
\ecvaddress{Οδός, αριθμός, ταχυδρομικός κωδικός, πόλη, χώρα (Προαιρετικά, βλ. οδηγίες)}
\ecvtelephone{(Προαιρετικά, βλ. οδηγίες)}
\ecvfax{(Προαιρετικά, βλ. οδηγίες)}
\ecvemail{(Προαιρετικά, βλ. οδηγίες)}
\ecvnationality{(Προαιρετικά, βλ. οδηγίες)}
\ecvgender{(Προαιρετικά, βλ. οδηγίες)}
\ecvdateofbirth{\foreignlanguage{english}{You can use the Latin alphabet.}}

\begin{document}
\selectlanguage{greek}
  \begin{europecv}
  \ecvpersonalinfo
  \end{europecv}
\end{document} 

If emacs crashed, and you have the emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/share/emacs/22.0.50/etc/DEBUG for instructions.


In GNU Emacs 22.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.10.3)
 of 2006-09-19 on rothera, modified by Debian
 (Debian emacs-snapshot package, version 1:20060915-1)
X server distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 
'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' 
'--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--with-pop=yes' 
'--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/22.0.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.0.50/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.0.50/leim'
 '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 
'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g 
-O2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: PostScript

Minor modes in effect:
  server-buffer-clients: (server <*5*>)
  shell-dirtrack-mode: t
  TeX-PDF-mode: t
  server-mode: t
  desktop-save-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
   B  y e s  
q g M-x g n u  C-g C-x C-v  n o  
C-c C-n M-x r e v e r t - b u   y e s 
 M-x r e p o r t - e m  

Recent messages:
nnml: Reading incoming mail from file...
nnml: Reading incoming mail (no new mail)...done
Opening nndoc server on /tmp/bastmail...done
Checking new news...done
Auto-saving...
Loading ps-mode...done
When done with a buffer, type C-x #
Quit
find-alternate-file: Aborted
Loading emacsbug...done

-- 
David Kastrup


Re: File type misclassification

2007-03-20 Thread Richard Stallman
1) Restrict the magic for PostScript files to %!PS

 ("%!PS" . ps-mode)

Do Postscript files normally start with `%!PS'?  If so, that
change is clearly correct. 

2) Recognize the specific case of TEX

 ("%![^VT]" . ps-mode)

In TeX, the % is a comment character.  There is no reason
for it to be followed by `!TEX'.

Is there some convention about using %! to start a file
which is being followed here?  It looks like one is in use,
but I have never heard of it.


To take this out of magic-mode-alist, and leave recognition of
Postscript to file names alone, might be a good change, but I am not
sure of usage practices.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Exclu Internet : -30% pour vous + Livraison GRATUITE!

2007-03-20 Thread VERTBAUDET
Chouette je n'ai plus rien à me mettre!
***

Votre privilège Internet :

-30% sur toute la mode*
+
-25% sur la chambre et la déco*
+
la livraison GRATUITE**

Votre code AVANTAGES : 2341

Cliquez ici : http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhaU0K4Ebf0Ozd0BCIP0Ff

En plus, pour vous,
-50% de réduction sur une super sélection
dans vos catalogues Printemps-été 2007***
cliquez ici : 
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhaU0K4Ebf0Ozd0Bbo60FO

0 euro aujourd'hui, 
ne payez que dans 3 mois
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhaU0K4Ebf0Ozd0BDAK0FT

Je demande la livraison express en 48h
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhaU0K4Ebf0Ozd0BF1q0Fr

A bientôt sur www.vertbaudet.fr
L'équipe Internet de VERTBAUDET

Offre valable une seule fois 2 semaines à réception, non cumulable avec toute 
autre offre promotionnelle présentée par ailleurs.

Vous recevez cet e-mail car vous êtes abonné(e) à la newsletter Vertbaudet.
Conformément à la loi Informatique et Libertés du 6 janvier 1978, je dispose 
d'un droit d'accès, de rectification
et d'opposition aux informations me concernant qui peut s'exercer sur le site 
www.vertbaudet.fr, rubrique "contactez-nous" ou par courrier VERTBAUDET service 
Relations Clientèle 59200 TOURCOING en indiquant nom, prénom, adresse et n° de 
client. Par votre intermédiaire, je peux être amené à recevoir des propositions 
commerciales d'autres entreprises ou organismes, ou être informé également de 
vos offres par mail, téléphone, SMS ou par courrier. Je demande à recevoir vos 
offres commerciales. Si je ne le souhaite pas il suffit de vous le signaler sur 
www.vertbaudet.fr, rubrique "contactez-nous".
Si vous ne souhaitez plus recevoir d’informations de VERTBAUDET par email, 
veuillez simplement cliquer ici :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhaU0K4Ebf0Ozd0BB4A0F3

*offre de réduction de -30% sur les collections Histoires d'enfants et VB2U 
(20% si article étoilé), -25% sur le reste valable dans les collections 
printemps-été 2007 (20% si article étoilé) sauf puériculture, "prix malice", 
"prix net", "happy prices", prix "flèche orange", bonnes affaires et 
e-boutiques portant la mention "non cumulable", catalogues "Tops", "les Défis" 
et offres spéciales.

** Frais de traitement offerts, sauf taxe en vigueur pour un achat en 
contre-remboursement. Offre valable une seule fois jusqu'au 04/04/07 pour toute 
commande dans les collections Printemps-Eté 2007. Ne s'applique pas aux 
services de livraison à domicile, Colissimo suivi en Chronopost.

***jusqu'a -50% sur une sélection de 120 articles de votre catalogue 
Printemps-Eté 2007 valable jusqu'au 18/04/07.

Offre exclusivement réservée aux clients VERTBAUDET, valable pour toute 
commande entre 30 et 380 euros. Bénéficiez immédiatement de vos articles et ne 
payez que dans 3 mois. Sans aucuns frais supplémentaires et sous réserve 
d'acceptation par VERTBAUDET.

Si vous ne recevez pas correctement cet e-mail, cliquez ici :
http://emailing.vertbaudet.fr/cgi-bin2/DM/y/mhaU0K4Ebf0Ozd0Bbo70FP

Re: File type misclassification

2007-03-20 Thread David Kastrup
[EMAIL PROTECTED] (Kim F. Storm) writes:

> David Kastrup <[EMAIL PROTECTED]> writes:
>
>>> 1) Restrict the magic for PostScript files to %!PS
>>>
>>>  ("%!PS" . ps-mode)
>>
>> And probably EPS?
>
> Dunno.
>
>>>
>>> 2) Recognize the specific case of TEX
>>>
>>>  ("%![^VT]" . ps-mode)
>
>> Sigh.  Seems like a magic string for the "TeXshop" TeX editor.  But I
>> think just ruling out [VT] is still asking for trouble.
>
> So maybe add this to the magic-mode-alist before the ps rule:
>
>   ("%!TEX" . tex-mode)

That makes "%!" even less discriminatory than your last proposal.  The
PostScript magic is _far_ too lenient.

I find strings like the following:

%!PS-Adobe-2.0

The Ghostscript example files (created manually, apparently) start
with

%!

and nothing else.  I think it perfectly feasible to detect their
document type on the file name alone.

EPS files seem to start with something like

%!PS-Adobe-2.0 EPSF-2.0

So I'd propose making the magic string for PostScript at least
%!PS

While it may be conceivable to also allow %! on a line of its own, I
would judge that too weak for content-based detection.

-- 
David Kastrup


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: File type misclassification

2007-03-20 Thread Juanma Barranquero

On 3/20/07, David Kastrup <[EMAIL PROTECTED]> wrote:


opening the following file in emacs-snapshot from Ubuntu Edgy
(sorry, I don't have a fresher CVS Emacs at work) will throw the
buffer into PostScript mode, presumably because it starts with "%!".
This seems rather like overkill.


Yep. It's magic-mode-alist's doing:

("%![^V]" . ps-mode)


Maybe it is already fixed in CVS: no idea.


No.
Juanma


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: File type misclassification

2007-03-20 Thread Lennart Borgman (gmail)

Juanma Barranquero wrote:

On 3/20/07, David Kastrup <[EMAIL PROTECTED]> wrote:


opening the following file in emacs-snapshot from Ubuntu Edgy
(sorry, I don't have a fresher CVS Emacs at work) will throw the
buffer into PostScript mode, presumably because it starts with "%!".
This seems rather like overkill.


Yep. It's magic-mode-alist's doing:

("%![^V]" . ps-mode)


Maybe it is already fixed in CVS: no idea.


No.
Juanma



Maybe the spec

* Adobe Technical Note 5001: PostScript Language Document Structuring,
http://partners.adobe.com/public/developer/en/ps/5001.DSC_Spec.pdf

Looks to me like "%!PS ... something ..." should be useful, but I do not 
know what the header can look like in a PostSript file.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: File type misclassification

2007-03-20 Thread David Kastrup
[EMAIL PROTECTED] (Kim F. Storm) writes:

> "Juanma Barranquero" <[EMAIL PROTECTED]> writes:
>
>> On 3/20/07, David Kastrup <[EMAIL PROTECTED]> wrote:
>>
>>> opening the following file in emacs-snapshot from Ubuntu Edgy
>>> (sorry, I don't have a fresher CVS Emacs at work) will throw the
>>> buffer into PostScript mode, presumably because it starts with "%!".
>>> This seems rather like overkill.
>>
>> Yep. It's magic-mode-alist's doing:
>>
>> ("%![^V]" . ps-mode)
>
> First line of the file reads:
>
> %!TEX encoding = UTF-8 Unicode
>
>
> I see three fixes:
>
>
> 1) Restrict the magic for PostScript files to %!PS
>
>  ("%!PS" . ps-mode)

And probably EPS?

>
> 2) Recognize the specific case of TEX
>
>  ("%![^VT]" . ps-mode)

I don't think that there is a special case here: it would be my guess
that the author just picked that string by chance.

[Google]

Sigh.  Seems like a magic string for the "TeXshop" TeX editor.  But I
think just ruling out [VT] is still asking for trouble.

> 3) Remove it from magic-mode-alist.

Also an option in my book.  But I think we should start by making the
string much more discriminatory.  There is no harm if we overdo it: in
general, the file extension will catch what we don't, effectively
giving us option 3) for those cases.

-- 
David Kastrup


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: File type misclassification

2007-03-20 Thread Kim F. Storm
"Juanma Barranquero" <[EMAIL PROTECTED]> writes:

> On 3/20/07, David Kastrup <[EMAIL PROTECTED]> wrote:
>
>> opening the following file in emacs-snapshot from Ubuntu Edgy
>> (sorry, I don't have a fresher CVS Emacs at work) will throw the
>> buffer into PostScript mode, presumably because it starts with "%!".
>> This seems rather like overkill.
>
> Yep. It's magic-mode-alist's doing:
>
> ("%![^V]" . ps-mode)

First line of the file reads:

%!TEX encoding = UTF-8 Unicode


I see three fixes:


1) Restrict the magic for PostScript files to %!PS

 ("%!PS" . ps-mode)

2) Recognize the specific case of TEX

 ("%![^VT]" . ps-mode)

3) Remove it from magic-mode-alist.


-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415669: wmsysmon - FTBFS: cc1: error: unrecognized command line option "-m486"

2007-03-20 Thread Bastian Blank
Package: wmsysmon
Version: 0.7.7-5
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of wmsysmon_0.7.7-5 on lxdebian.bfinv.de by sbuild/s390 98
[...]
> gcc -Wall -O3 -m486 -fomit-frame-pointer -I/usr/X11R6/include-c -o 
> src/wmgeneral.o src/wmgeneral.c
> cc1: error: unrecognized command line option "-m486"
> make[1]: *** [src/wmgeneral.o] Error 1
> make[1]: Leaving directory `/build/buildd/wmsysmon-0.7.7'
> make: *** [install] Error 2
> **
> Build finished at 20070320-2305
> FAILED [dpkg-buildpackage died]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: File type misclassification

2007-03-20 Thread David Kastrup
Stefan Monnier <[EMAIL PROTECTED]> writes:

 Sigh.  Seems like a magic string for the "TeXshop" TeX editor.  But I
 think just ruling out [VT] is still asking for trouble.
>>> I think a bug report to the TeXshop is in order.
>> Uh, you people are joking, right?
>
> Nope!
>
>> It is not a bug in TeXshop if Emacs' magic-mode-alist goes out of control
>> and calls everything "PostScript".
>
> The %! thingy is not Emacs's invention.  It's how postscript was
> specified.

The only relevant standard I can find starts off with "%!PS-Adobe".
In contrast, %! is far too generic to be useful.  It may be a
heuristic for a PostScript interpreter to decide whether it is getting
fed PostScript on stdin.  But it does not sound like a useful
heuristic for a text editor to decide whether a named file contains
PostScript code or anything else.

> And for that reason `file greek-utf8.tex' agrees with Emacs.
>
> This said, I'd be happy to see the %! entry removed from
> magic-mode-alist, because I think magic-mode-alist should really be
> kept to its absolute strictest minimum.

I don't think that "%!PS" has comparable potential to do accidental
harm.  Whether it does noticeable good is a different question
altogether.

However, dvips -i produces PostScript files where the extension is
replaced by a serial number.  Those will not be recognized as
PostScript without magic number detection.  "%!PS" is completely
sufficient for that purpose, however.

I think that little except hand-crafted PostScript would ever start
with "%!" alone, and hand-crafted PostScript will have a proper file
name.

Even if one uses
dvips -N
(which disabled structured comments) the file starts with
%!PS (but not EPSF; comments have been disabled)

So I think that "%!PS" _does_ have some usefulness, and it is clearly
not as overboard as "%!".

-- 
David Kastrup


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]