Bug#746491: vim: Ctrl+PgUp (and Down) does not switch beteen tabs

2015-08-11 Thread James McCoy
On Mon, Aug 03, 2015 at 10:09:56AM +0200, alberto maurizi wrote:
 On Sun, Aug 02, 2015 at 08:49:49PM -0400, James McCoy wrote:
  Can you try with vim -u NONE -N -p ... and see if that works?
 
 I tried and, when I realized that without vimrc it worked, I started playing
 with my (bare) .vimrc and I found that I did place a colorscheme setting
 __before__ the syntax on. Swapping them makes Ctrl+PgUp||PGDown working
 (in xterm).

I have colorscheme before syntax on in my vimrc, and those keys
work fine.

Can you put echom term in your vimrc after the colorscheme command
and after the syntax on command and see if anything changes, for both
scenarios?  :messages will show the output of the commands, in case
they get lost during startup.

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#746491: vim: Ctrl+PgUp (and Down) does not switch beteen tabs

2015-08-03 Thread alberto maurizi
On Sun, Aug 02, 2015 at 08:49:49PM -0400, James McCoy wrote:
 Hmm.  I thought gnome-terminal captured C-PgUp/C-PgDown, but I know
 xterm doesn't.

True (I didn't know).

 Can you try with vim -u NONE -N -p ... and see if that works?

I tried and, when I realized that without vimrc it worked, I started playing
with my (bare) .vimrc and I found that I did place a colorscheme setting
__before__ the syntax on. Swapping them makes Ctrl+PgUp||PGDown working
(in xterm).

I know my settings din't make any sense and  I'm sorry for the
inconvenience. However, this side-effect looks a bit awkward. Do you think
it deserves some attention?

Cheers,
Alberto

-- 
Alberto Maurizi
  a.maur...@isac.cnr.it ISAC-CNR
  Phone n. +39 051 639 9615 via Gobetti 101
Fax n. +39 051 639 9658 40129 Bologna, Italy
home page:  http://bolchem.isac.cnr.it/staff:alberto_maurizi.do
bolchem project:http://bolchem.isac.cnr.it


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



Bug#746491: vim: Ctrl+PgUp (and Down) does not switch beteen tabs

2015-08-02 Thread alberto maurizi
On Sun, Aug 02, 2015 at 12:55:57AM -0400, James McCoy wrote:
 On Wed, Apr 30, 2014 at 04:49:54PM +0200, Alberto Maurizi wrote:
  it happened recently in sid (don't know exaclty when, but I'd say less than
  two weeks): if I open more files simultaneously with the -p option, the
  Ctrl+PgUp (and Down) key sequence does not switch between tabs anymore.
 
 I'm not able to reproduce this.  I ran “vim -p …” with 10+ files and
 Ctrl+PgUp/PgDown work fine.
 
 What terminal are you using?

I'm using /usr/bin/gnome-terminal.wrapper via
/etc/alternatives/x-terminal-emulator

I just tried: opened 7 files (verified .vimrc not containing any remap):
Ctrl+PgUp/PgDown does nothing. Also verified that Ctrl is not captured by
WM: Ctrl+V enters the visual block as it should.

 Did you happen to start using a different terminal when this started
 happening?

I think I never changed my terminal but, I'm afraid, I cannot be 100% sure.
However, I tried also with xterm and /usr/bin/xfce4-terminal.wrapper and
nothing changes.

Best,
Alberto

-- 
Alberto Maurizi
  a.maur...@isac.cnr.it ISAC-CNR
  Phone n. +39 051 639 9615 via Gobetti 101
Fax n. +39 051 639 9658 40129 Bologna, Italy
home page:  http://bolchem.isac.cnr.it/staff:alberto_maurizi.do
bolchem project:http://bolchem.isac.cnr.it


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



Bug#746491: vim: Ctrl+PgUp (and Down) does not switch beteen tabs

2015-08-02 Thread James McCoy
On Sun, Aug 02, 2015 at 10:36:05PM +0200, alberto maurizi wrote:
 On Sun, Aug 02, 2015 at 12:55:57AM -0400, James McCoy wrote:
  What terminal are you using?
 
 I'm using /usr/bin/gnome-terminal.wrapper via
 /etc/alternatives/x-terminal-emulator
 
 I just tried: opened 7 files (verified .vimrc not containing any remap):
 Ctrl+PgUp/PgDown does nothing. Also verified that Ctrl is not captured by
 WM: Ctrl+V enters the visual block as it should.
 
  Did you happen to start using a different terminal when this started
  happening?
 
 I think I never changed my terminal but, I'm afraid, I cannot be 100% sure.
 However, I tried also with xterm and /usr/bin/xfce4-terminal.wrapper and
 nothing changes.

Hmm.  I thought gnome-terminal captured C-PgUp/C-PgDown, but I know
xterm doesn't.

Can you try with vim -u NONE -N -p ... and see if that works?

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#746491: vim: Ctrl+PgUp (and Down) does not switch beteen tabs

2015-08-01 Thread James McCoy
On Wed, Apr 30, 2014 at 04:49:54PM +0200, Alberto Maurizi wrote:
 it happened recently in sid (don't know exaclty when, but I'd say less than
 two weeks): if I open more files simultaneously with the -p option, the
 Ctrl+PgUp (and Down) key sequence does not switch between tabs anymore.

I'm not able to reproduce this.  I ran “vim -p …” with 10+ files and
Ctrl+PgUp/PgDown work fine.

What terminal are you using?  Did you happen to start using a different
terminal when this started happening?

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#746491: vim: Ctrl+PgUp (and Down) does not switch beteen tabs

2014-04-30 Thread Alberto Maurizi
Package: vim
Version: 2:7.4.253-1
Severity: normal

Dear Maintainer,

it happened recently in sid (don't know exaclty when, but I'd say less than
two weeks): if I open more files simultaneously with the -p option, the
Ctrl+PgUp (and Down) key sequence does not switch between tabs anymore.

Regards,
Alberto

-- Package-specific info:

--- real paths of main Vim binaries ---
/usr/bin/vi is /usr/bin/vim.gtk
/usr/bin/vim is /usr/bin/vim.gtk
/usr/bin/gvim is /usr/bin/vim.gtk

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vim depends on:
ii  libacl1  2.2.52-1
ii  libc62.18-5
ii  libgpm2  1.20.4-6.1
ii  libselinux1  2.2.2-1
ii  libtinfo55.9+20140118-1
ii  vim-common   2:7.4.253-1
ii  vim-runtime  2:7.4.253-1

vim recommends no packages.

Versions of packages vim suggests:
pn  ctagsnone
ii  vim-doc  2:7.4.253-1
pn  vim-scripts  none

-- 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