[Bug 194157] Re: vim can't expand buffer names after detaching/reattaching from a screen session

2008-07-31 Thread interp
I can't verify this in Ubuntu 8.04.

Proposed sequence of commands (screen, vim, detach, reattach,
completion) works fine and as expected for me.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04.1

$ vim --version
VIM - Vi IMproved 7.1 (2007 May 12, compiled Jan 31 2008 12:00:11)
Included patches: 1-138
Compiled by [EMAIL PROTECTED]
Huge version with GTK2-GNOME GUI. 

Maybe close this bug?

-- 
vim can't expand buffer names after detaching/reattaching from a screen session
https://bugs.launchpad.net/bugs/194157
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 183483] Re: From line in message list does not handle embedded encoding

2008-01-25 Thread interp
Pedro Villavicencio wrote 
(https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/183483/comments/3)
 upstream comment is :

 not Evolution's fault. it's malformed and missing the ?= at the end of the
 token.

Pedro, as far as I can see, this is Evolution's fault, as the bug submitter at 
http://bugzilla.gnome.org/show_bug.cgi?id=498456
also replied.

 please file a bug against the email application that was used by the sender 
 and
 point them at RFC 2047 section 8.

The attached message snippet 
(http://launchpadlibrarian.net/11374079/message.txt) 
causing the misbehavior contains

From: [EMAIL PROTECTED] (Eric =?utf-8?Q?B=C3=B6se-Wolf?=)

The interesting part is =?utf-8?Q?B=C3=B6se-Wolf?=
which matches the syntax given in RFC 2047, section 2 (and contains the pointed 
out ?=).
It uses a known and registered charset (utf-8) and encoding (Q = quoted 
printable).
B=C3=B6se-Wolf is the correct encoding of Böse Wolf.

Thus, as far as I can see, the header is well-formed, so I expected
Evolution to display the name correctly. 

Furthermore, as the screenshot shows, Evolution can display the name correctly, 
but _only_ in the message view (bottom), not in the message list (top)
At least, Evolution should consistently show the header wrongly.

Thus, I suggest to change the status back from invalid to normal or
similar.

-- 
From line in message list does not handle embedded encoding
https://bugs.launchpad.net/bugs/183483
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 172653] Re: package debian-helper-scripts None [modified: /var/lib/dpkg/info/debian-helper-scripts.list] failed to install/upgrade: trying to overwrite `/usr/share/man/man8/service.8.gz', which i

2008-01-16 Thread interp
debian-helper-scripts and sysvconfig should have a note that they
conflict.

** Also affects: sysvconfig (Ubuntu)
   Importance: Undecided
   Status: New

-- 
package debian-helper-scripts None [modified: 
/var/lib/dpkg/info/debian-helper-scripts.list] failed to install/upgrade: 
trying to overwrite `/usr/share/man/man8/service.8.gz', which is also in 
package sysvconfig
https://bugs.launchpad.net/bugs/172653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 40866] Re: [dapper] Cannot use the 'Super_L' key for shortcuts

2008-01-16 Thread interp
Same problem here on Ubuntu 7.10.

Workaround:
Run gconf-editor
Change keys in 
/apps/metacity/global_keybindings
apps/metacity/window_keybindings
Say Mod3 or Mod4 or Mod5 to tell the key you mean, Mod4m

You can find and set the modification bits with xmodmap:
$ xmodmap
xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lock  
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Alt_L (0x7d),  Meta_L (0x9c)
mod2Num_Lock (0x4d)
mod3Super_L (0x7f)
mod4Hyper_L (0x80)
mod5Mode_switch (0x5d),  ISO_Level3_Shift (0x74),  ISO_Level3_Shift 
(0x7c)

If your map does not look like this one, use xmodmap to change the modification 
bits:
clear Mod4
add Mod4 = Hyper_L
or similar
An alternative is to use xkbcomp (read out keyboard table, change, read back 
in), but this is trickier.

-- 
[dapper] Cannot use the 'Super_L' key for shortcuts
https://bugs.launchpad.net/bugs/40866
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 40866] Re: [dapper] Cannot use the 'Super_L' key for shortcuts

2008-01-16 Thread interp
For the xkbcomp workaround to set the modifier bits correctly:
Read out the xkbcomp with
$ xkbcomp -o my-xkbcomp :0.0
Modify the xkbcomp map with your editor.
Read it back in with
$ xkbcomp my-xkbcomp :0.0
(ignore the warnings of undefined keys).
Attached is the diff of my xkbcomp, if this helps.
See at the end of the diff to see how to change the modifier bits.

** Attachment added: diff of default xkbcomp (qwerty) vs. my xkbcomp with 
changed modifier bits
   http://launchpadlibrarian.net/11372465/xkbcomp.diff

-- 
[dapper] Cannot use the 'Super_L' key for shortcuts
https://bugs.launchpad.net/bugs/40866
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 183483] From line in message list does not handle embedded encoding

2008-01-16 Thread interp
Public bug reported:

Names in emails with From headers that have embedded encoding like
From: [EMAIL PROTECTED] (Eric =?utf-8?Q?B=C3=B6se-Wolf?=)

are not displayed correctly in the message list (see attached screenshot),
but are correctly displayed in the message preview.

The message list wrongly says
Eric_B=F6se-Wolf [EMAIL PROTECTED]
Note how evolution seems to have changed the encoding internally from utf-8 to 
iso-8859-1
(bu for the mail address, not the mailer's name) and inserted 
underscores (between Eric and Böse Wolf and at the end of the email 
message).

The message preview correctly says
Eric Böse-Wolf [EMAIL PROTECTED]

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New

-- 
From line in message list does not handle embedded encoding
https://bugs.launchpad.net/bugs/183483
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 183483] Re: From line in message list does not handle embedded encoding

2008-01-16 Thread interp
here's the screenshot mentioned in the bug report

** Attachment added: screenshot of evolution showing bad encoding of from line 
in message list
   http://launchpadlibrarian.net/11374076/Screenshot.png

-- 
From line in message list does not handle embedded encoding
https://bugs.launchpad.net/bugs/183483
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183483] Re: From line in message list does not handle embedded encoding

2008-01-16 Thread interp
here's the message source from the screenshot, stripped for privacy

** Attachment added: example message making evolution display from line 
wrongly in message list
   http://launchpadlibrarian.net/11374079/message.txt

-- 
From line in message list does not handle embedded encoding
https://bugs.launchpad.net/bugs/183483
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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