[Bug 46428] Re: python-ming is misnamed and basically empty

2006-09-20 Thread Noufal Ibrahim
This is the state of the package in dapper as well as edgy. However, the
corresponding package on Debian has the correct _mingc.so and the .py
files to actually use ming.

-- 
python-ming is misnamed and basically empty
https://launchpad.net/bugs/46428

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70634] Incorrect output from logging module

2006-11-06 Thread Noufal Ibrahim
Public bug reported:

Binary package hint: python2.4

The logging module is part of the python2.4 package.

This issue is visible in edgy but not in dapper. The version of python
on edgy is 2.4.4c1 whereas with in dapper, it is 2.4.3.

If the logging module is used as follows

$ cat foo.py 
import logging

logger = logging.getLogger("pydagogue")
handler = logging.StreamHandler()
handler.setFormatter(logging.Formatter("[%(levelname)s]%(pathname)s:%(lineno)d 
%(message)s"))
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

logger.debug("Hello there!")

$ python foo.py 
[DEBUG]logging/__init__.py:1072 Hello there!

The "logging/__init__.py" and "1072" are the name and line number from
the logging module itself. It should have printed

[DEBUG]foo.py:10 Hello there!

This problem exists in edgy but not in dapper. It is also fixed in the
latest released version of python (2.5).

** Affects: python2.4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Incorrect output from logging module
https://launchpad.net/bugs/70634

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299019] Re: GTK Emacs and Metacity lockup

2009-01-16 Thread Noufal Ibrahim
*** This bug is a duplicate of bug 231034 ***
https://bugs.launchpad.net/bugs/231034

** This bug has been marked a duplicate of bug 231034
   desktop freeze when moving emacs in workspace switcher

-- 
GTK Emacs and Metacity lockup
https://bugs.launchpad.net/bugs/299019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231034] Re: desktop freeze when moving emacs in workspace switcher

2009-01-17 Thread Noufal Ibrahim
I can confirm this. If I go to 
System -> Preferences -> Assistive technologies 
and uncheck the "Enabe assistive technologies" button, My Emacs (snapshot-gtk) 
starts to behave fine. 

The window switch is still perceptibly slower than for other apps
though.

I came across this issue on Ubuntu 8.10 (Intrepid Ibex) and reported it
here

https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/299019

-- 
desktop freeze when moving emacs in workspace switcher
https://bugs.launchpad.net/bugs/231034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46428] Re: python-ming is misnamed and basically empty

2006-09-20 Thread Noufal Ibrahim
This is the state of the package in dapper as well as edgy. However, the
corresponding package on Debian has the correct _mingc.so and the .py
files to actually use ming.

-- 
python-ming is misnamed and basically empty
https://launchpad.net/bugs/46428

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70634] Incorrect output from logging module

2006-11-06 Thread Noufal Ibrahim
Public bug reported:

Binary package hint: python2.4

The logging module is part of the python2.4 package.

This issue is visible in edgy but not in dapper. The version of python
on edgy is 2.4.4c1 whereas with in dapper, it is 2.4.3.

If the logging module is used as follows

$ cat foo.py 
import logging

logger = logging.getLogger("pydagogue")
handler = logging.StreamHandler()
handler.setFormatter(logging.Formatter("[%(levelname)s]%(pathname)s:%(lineno)d 
%(message)s"))
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

logger.debug("Hello there!")

$ python foo.py 
[DEBUG]logging/__init__.py:1072 Hello there!

The "logging/__init__.py" and "1072" are the name and line number from
the logging module itself. It should have printed

[DEBUG]foo.py:10 Hello there!

This problem exists in edgy but not in dapper. It is also fixed in the
latest released version of python (2.5).

** Affects: python2.4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Incorrect output from logging module
https://launchpad.net/bugs/70634

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299019] Re: GTK Emacs and Metacity lockup

2009-01-16 Thread Noufal Ibrahim
*** This bug is a duplicate of bug 231034 ***
https://bugs.launchpad.net/bugs/231034

** This bug has been marked a duplicate of bug 231034
   desktop freeze when moving emacs in workspace switcher

-- 
GTK Emacs and Metacity lockup
https://bugs.launchpad.net/bugs/299019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231034] Re: desktop freeze when moving emacs in workspace switcher

2009-01-17 Thread Noufal Ibrahim
I can confirm this. If I go to 
System -> Preferences -> Assistive technologies 
and uncheck the "Enabe assistive technologies" button, My Emacs (snapshot-gtk) 
starts to behave fine. 

The window switch is still perceptibly slower than for other apps
though.

I came across this issue on Ubuntu 8.10 (Intrepid Ibex) and reported it
here

https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/299019

-- 
desktop freeze when moving emacs in workspace switcher
https://bugs.launchpad.net/bugs/231034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46428] Re: python-ming is misnamed and basically empty

2006-09-20 Thread Noufal Ibrahim
This is the state of the package in dapper as well as edgy. However, the
corresponding package on Debian has the correct _mingc.so and the .py
files to actually use ming.

-- 
python-ming is misnamed and basically empty
https://launchpad.net/bugs/46428

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299019] Re: GTK Emacs and Metacity lockup

2009-01-16 Thread Noufal Ibrahim
*** This bug is a duplicate of bug 231034 ***
https://bugs.launchpad.net/bugs/231034

** This bug has been marked a duplicate of bug 231034
   desktop freeze when moving emacs in workspace switcher

-- 
GTK Emacs and Metacity lockup
https://bugs.launchpad.net/bugs/299019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231034] Re: desktop freeze when moving emacs in workspace switcher

2009-01-17 Thread Noufal Ibrahim
I can confirm this. If I go to 
System -> Preferences -> Assistive technologies 
and uncheck the "Enabe assistive technologies" button, My Emacs (snapshot-gtk) 
starts to behave fine. 

The window switch is still perceptibly slower than for other apps
though.

I came across this issue on Ubuntu 8.10 (Intrepid Ibex) and reported it
here

https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/299019

-- 
desktop freeze when moving emacs in workspace switcher
https://bugs.launchpad.net/bugs/231034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70634] Incorrect output from logging module

2006-11-06 Thread Noufal Ibrahim
Public bug reported:

Binary package hint: python2.4

The logging module is part of the python2.4 package.

This issue is visible in edgy but not in dapper. The version of python
on edgy is 2.4.4c1 whereas with in dapper, it is 2.4.3.

If the logging module is used as follows

$ cat foo.py 
import logging

logger = logging.getLogger("pydagogue")
handler = logging.StreamHandler()
handler.setFormatter(logging.Formatter("[%(levelname)s]%(pathname)s:%(lineno)d 
%(message)s"))
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

logger.debug("Hello there!")

$ python foo.py 
[DEBUG]logging/__init__.py:1072 Hello there!

The "logging/__init__.py" and "1072" are the name and line number from
the logging module itself. It should have printed

[DEBUG]foo.py:10 Hello there!

This problem exists in edgy but not in dapper. It is also fixed in the
latest released version of python (2.5).

** Affects: python2.4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Incorrect output from logging module
https://launchpad.net/bugs/70634

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46428] Re: python-ming is misnamed and basically empty

2006-09-20 Thread Noufal Ibrahim
This is the state of the package in dapper as well as edgy. However, the
corresponding package on Debian has the correct _mingc.so and the .py
files to actually use ming.

-- 
python-ming is misnamed and basically empty
https://launchpad.net/bugs/46428

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70634] Incorrect output from logging module

2006-11-06 Thread Noufal Ibrahim
Public bug reported:

Binary package hint: python2.4

The logging module is part of the python2.4 package.

This issue is visible in edgy but not in dapper. The version of python
on edgy is 2.4.4c1 whereas with in dapper, it is 2.4.3.

If the logging module is used as follows

$ cat foo.py 
import logging

logger = logging.getLogger("pydagogue")
handler = logging.StreamHandler()
handler.setFormatter(logging.Formatter("[%(levelname)s]%(pathname)s:%(lineno)d 
%(message)s"))
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

logger.debug("Hello there!")

$ python foo.py 
[DEBUG]logging/__init__.py:1072 Hello there!

The "logging/__init__.py" and "1072" are the name and line number from
the logging module itself. It should have printed

[DEBUG]foo.py:10 Hello there!

This problem exists in edgy but not in dapper. It is also fixed in the
latest released version of python (2.5).

** Affects: python2.4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Incorrect output from logging module
https://launchpad.net/bugs/70634

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46428] Re: python-ming is misnamed and basically empty

2006-09-20 Thread Noufal Ibrahim
This is the state of the package in dapper as well as edgy. However, the
corresponding package on Debian has the correct _mingc.so and the .py
files to actually use ming.

-- 
python-ming is misnamed and basically empty
https://launchpad.net/bugs/46428

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70634] Incorrect output from logging module

2006-11-06 Thread Noufal Ibrahim
Public bug reported:

Binary package hint: python2.4

The logging module is part of the python2.4 package.

This issue is visible in edgy but not in dapper. The version of python
on edgy is 2.4.4c1 whereas with in dapper, it is 2.4.3.

If the logging module is used as follows

$ cat foo.py 
import logging

logger = logging.getLogger("pydagogue")
handler = logging.StreamHandler()
handler.setFormatter(logging.Formatter("[%(levelname)s]%(pathname)s:%(lineno)d 
%(message)s"))
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

logger.debug("Hello there!")

$ python foo.py 
[DEBUG]logging/__init__.py:1072 Hello there!

The "logging/__init__.py" and "1072" are the name and line number from
the logging module itself. It should have printed

[DEBUG]foo.py:10 Hello there!

This problem exists in edgy but not in dapper. It is also fixed in the
latest released version of python (2.5).

** Affects: python2.4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Incorrect output from logging module
https://launchpad.net/bugs/70634

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299019] Re: GTK Emacs and Metacity lockup

2009-01-16 Thread Noufal Ibrahim
*** This bug is a duplicate of bug 231034 ***
https://bugs.launchpad.net/bugs/231034

** This bug has been marked a duplicate of bug 231034
   desktop freeze when moving emacs in workspace switcher

-- 
GTK Emacs and Metacity lockup
https://bugs.launchpad.net/bugs/299019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231034] Re: desktop freeze when moving emacs in workspace switcher

2009-01-17 Thread Noufal Ibrahim
I can confirm this. If I go to 
System -> Preferences -> Assistive technologies 
and uncheck the "Enabe assistive technologies" button, My Emacs (snapshot-gtk) 
starts to behave fine. 

The window switch is still perceptibly slower than for other apps
though.

I came across this issue on Ubuntu 8.10 (Intrepid Ibex) and reported it
here

https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/299019

-- 
desktop freeze when moving emacs in workspace switcher
https://bugs.launchpad.net/bugs/231034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299019] Re: GTK Emacs and Metacity lockup

2009-01-16 Thread Noufal Ibrahim
*** This bug is a duplicate of bug 231034 ***
https://bugs.launchpad.net/bugs/231034

** This bug has been marked a duplicate of bug 231034
   desktop freeze when moving emacs in workspace switcher

-- 
GTK Emacs and Metacity lockup
https://bugs.launchpad.net/bugs/299019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231034] Re: desktop freeze when moving emacs in workspace switcher

2009-01-17 Thread Noufal Ibrahim
I can confirm this. If I go to 
System -> Preferences -> Assistive technologies 
and uncheck the "Enabe assistive technologies" button, My Emacs (snapshot-gtk) 
starts to behave fine. 

The window switch is still perceptibly slower than for other apps
though.

I came across this issue on Ubuntu 8.10 (Intrepid Ibex) and reported it
here

https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/299019

-- 
desktop freeze when moving emacs in workspace switcher
https://bugs.launchpad.net/bugs/231034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 46428] Re: python-ming is misnamed and basically empty

2006-09-20 Thread Noufal Ibrahim
This is the state of the package in dapper as well as edgy. However, the
corresponding package on Debian has the correct _mingc.so and the .py
files to actually use ming.

-- 
python-ming is misnamed and basically empty
https://launchpad.net/bugs/46428

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70634] Incorrect output from logging module

2006-11-06 Thread Noufal Ibrahim
Public bug reported:

Binary package hint: python2.4

The logging module is part of the python2.4 package.

This issue is visible in edgy but not in dapper. The version of python
on edgy is 2.4.4c1 whereas with in dapper, it is 2.4.3.

If the logging module is used as follows

$ cat foo.py 
import logging

logger = logging.getLogger("pydagogue")
handler = logging.StreamHandler()
handler.setFormatter(logging.Formatter("[%(levelname)s]%(pathname)s:%(lineno)d 
%(message)s"))
logger.addHandler(handler)
logger.setLevel(logging.DEBUG)

logger.debug("Hello there!")

$ python foo.py 
[DEBUG]logging/__init__.py:1072 Hello there!

The "logging/__init__.py" and "1072" are the name and line number from
the logging module itself. It should have printed

[DEBUG]foo.py:10 Hello there!

This problem exists in edgy but not in dapper. It is also fixed in the
latest released version of python (2.5).

** Affects: python2.4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Incorrect output from logging module
https://launchpad.net/bugs/70634

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299019] Re: GTK Emacs and Metacity lockup

2009-01-16 Thread Noufal Ibrahim
*** This bug is a duplicate of bug 231034 ***
https://bugs.launchpad.net/bugs/231034

** This bug has been marked a duplicate of bug 231034
   desktop freeze when moving emacs in workspace switcher

-- 
GTK Emacs and Metacity lockup
https://bugs.launchpad.net/bugs/299019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231034] Re: desktop freeze when moving emacs in workspace switcher

2009-01-17 Thread Noufal Ibrahim
I can confirm this. If I go to 
System -> Preferences -> Assistive technologies 
and uncheck the "Enabe assistive technologies" button, My Emacs (snapshot-gtk) 
starts to behave fine. 

The window switch is still perceptibly slower than for other apps
though.

I came across this issue on Ubuntu 8.10 (Intrepid Ibex) and reported it
here

https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/299019

-- 
desktop freeze when moving emacs in workspace switcher
https://bugs.launchpad.net/bugs/231034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs