Bug#606947: [vim-runtime] Spanish localization bug

2010-12-13 Thread vituko
Package: vim-runtime
Version: 2:7.3.035+hg~8fdc1210-1
Severity: normal
Tags: l10n patch

--- Please enter the report below this line. ---


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.rediris.es 
  990 testing debian-multimedia.org 
  500 unstableftp.de.debian.org 
 1001 experimental-snapshots qt-kde.debian.net 

--- Package information. ---
Package's Depends field is empty.

Recommends   (Version) | Installed
==-+-===
vim| 2:7.3.035+hg~8fdc1210-1
 OR vim-gnome  | 
 OR vim-gtk| 
 OR vim-lesstif| 
 OR vim-nox| 
 OR vim-tiny   | 2:7.3.035+hg~8fdc1210-1


Package's Suggests field is empty.






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



Bug#606948: [vim-runtime] Spanish localization bug

2010-12-13 Thread vituko
Package: vim-runtime
Version: 2:7.3.035+hg~8fdc1210-1
Severity: normal
Tags: l10n patch

--- Please enter the report below this line. ---
An old annoying bug in the spanish localization that makes impossible to 
select an option in the recover dialog.

src/po/es.po:

4960c4960,4961
 BorrarSalir\n
---
 Borrar\n
 Salir\n

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.rediris.es 
  990 testing debian-multimedia.org 
  500 unstableftp.de.debian.org 
 1001 experimental-snapshots qt-kde.debian.net 

--- Package information. ---
Package's Depends field is empty.

Recommends   (Version) | Installed
==-+-===
vim| 2:7.3.035+hg~8fdc1210-1
 OR vim-gnome  | 
 OR vim-gtk| 
 OR vim-lesstif| 
 OR vim-nox| 
 OR vim-tiny   | 2:7.3.035+hg~8fdc1210-1


Package's Suggests field is empty.






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



Bug#557092: screen: verticality

2009-11-19 Thread vituko
Package: screen
Version: 4.0.3-11+lenny1
Severity: normal
Tags: patch



-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-vserver-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages screen depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncursesw5  5.7+20081213-1 shared libraries for terminal hand
ii  libpam0g  1.0.1-5+lenny1 Pluggable Authentication Modules l

screen recommends no packages.

screen suggests no packages.

-- no debconf information

1-
First, not well documented the resize options, just when using more than 2 
args, you get this error
usage: resize [-h] [-v] [-l] [num]
Looking at the code there is one more option -b (both) and num can be suffixed 
whith %

2-
I've also found an error :
related to 01CVS.dpatch, lenny-11.diff, line 5539 and squeeze-14.diff, line 
5857 :
ResizeRegions(*args, 0);
should be ResizeRegions(*args, i); (suggestion)
because now it just ignores the resizing mode (h/v/b/l) when giving 2 args, 
when giving just 1 it works in interactive mode.
And it's important to work in batch mode (screenrc)

3-
args[0] = up;
args[1] = 0;
SaveAction(ktab + T_BACKTAB - T_CAPS + 256, RC_FOCUS, args, 0);
What does it mean? SHIFT + TAB does not work, which is the default keybind for 
reverse cycling over regions?

4-
And related to 525998, I think this bug should also be applied to lenny, like 
this one if it's accepted.
I use lenny and spent a lot of time just because googling, found that ^a+| and 
vert_split should already work in lenny and yes, ^a+| worked but vert_split is 
split -v and only looking at the code found the solution, screen is a very 
usefull tool, vertical splitting, moving and resizing are also very usefull... 
and in lenny too!!

Thanks



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