Re: Terminal-based auto-paste.

2006-07-10 Thread Sean Reifschneider
On Mon, Jul 10, 2006 at 07:34:12AM +0200, Pierre Habouzit wrote: >> and that's a workable solution. It's still annoying how clicking and >> selecting text causes vim to move my cursor around and requires me to >> press escape when I'm done selecting. > >maybe you could read :he mouse then (and rea

Re: Terminal-based auto-paste.

2006-07-10 Thread Nikolai Weibull
On 7/10/06, Sean Reifschneider <[EMAIL PROTECTED]> wrote: A new feature in vim would make it work extremely well, using the stock packages as built in Fedora Core and Ubuntu (neither builds --with-x=yes in the non-gvim version). Well tell them to fix that, or you'll never get access t

Re: Terminal-based auto-paste.

2006-07-10 Thread Sean Reifschneider
On Sat, Jul 08, 2006 at 01:41:26AM +0200, Nikolai Weibull wrote: >But what's the point? Some characters will already have been inserted >and they won't have had 'paste' set. I fail to see how this is a path >to follow. Absolutely, the first N characters of your text may have been pasted incorrec

Re: Terminal-based auto-paste.

2006-07-10 Thread Yakov Lerner
On 7/10/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: On 7/10/06, Sean Reifschneider <[EMAIL PROTECTED]> wrote: >A new feature in vim would make it work extremely well, using the stock >packages as built in Fedora Core and Ubuntu (neither builds --with-x=yes >in the non-gvim version

Re: Terminal-based auto-paste.

2006-07-10 Thread Sean Reifschneider
On Mon, Jul 10, 2006 at 09:26:54AM +0200, Nikolai Weibull wrote: >Well tell them to fix that, or you'll never get access to "* or "+ from Vim. As I said in the previous message, I've already opened a bug request with Fedora about it. It wasn't until late today that I also tested it on Ubuntu. Ho

Re: Terminal-based auto-paste.

2006-07-10 Thread Sean Reifschneider
On Mon, Jul 10, 2006 at 07:38:02AM +, Yakov Lerner wrote: >It is so much easier and predictable to build & install vim from >sources youself, (with exactly the features you need), than hunt I understand that some people believe this, but as a large-scale system administrator I disagree. If I

Resizing the window with very long lines of text.

2006-07-10 Thread Soon-Ping Phang
Hi, I'm trying to determine whether I should submit a bug report for a problem I encountered or if one was already submitted. Basically, I'm finding that if I paste a long line of text (4650+ characters) into an 80x25 Vim window (v7.0 on WinXP), and then, while leaving the cursor at the end of th

Re: vim-7.0.035 linux motif gui crashes immediately (test16)

2006-07-10 Thread raf
Bram Moolenaar wrote: > Raf wrote: > > > on linux-2.6.17.1 (ubuntu-6.06, core duo), vim-7.0.035 with motif/lesstif > > crashes immediately when :gui or -g is used (e.g. test16). or is it just me? > > the :version output and two examples are included below. > > > > :version > > VIM - Vi IMproved

VIM 7.0 scripts, ctags and taglist.vim

2006-07-10 Thread Mikhail Shvarts
VIM 7.0 is known have been extended with rather advanced scripting capabilities such as complex data structures and object-oriented programming in embryo. So, now we can define methods for some object type in such a way: let MyObjectType = {} function! MyObjectType.method1() echo 'Hello

Re: BUG: indirect 'configure' invocation hides exit status

2006-07-10 Thread mwoehlke
(re-send because I forgot to CC vim-dev; sorry) Bram Moolenaar wrote: Matthew Woehlke wrote: [snip] The indirect 'configure' scripts need to preserve the exit status. The fix, which is trivial, I leave as an exercise. So, what is the fix? I'm lazy. Goodness, I'll say. :) vim/config

Re: Terminal-based auto-paste.

2006-07-10 Thread Yakov Lerner
On 7/10/06, Sean Reifschneider <[EMAIL PROTECTED]> wrote: I have submitted a suggestion to the Fedora packager I wish you god luck waiting from Fedora packager. I referred to the possibility of installing vim under $HOME/bin, for one user only, you. (This is possible even if user is root). Th

Re: Terminal-based auto-paste.

2006-07-10 Thread Yakov Lerner
On 7/10/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: I penetrated this barrier once ~ 6 years ago, the barrier between the stock-rpm-vim and self-build-rpm. Correction. I wanted to write: ... the barrier between the stock-rpm-vim and self-build-vim.

Re: Terminal-based auto-paste.

2006-07-10 Thread Sean Reifschneider
On Mon, Jul 10, 2006 at 07:56:13PM +0300, Yakov Lerner wrote: >Vim is special. I believe that being organic extension of >programmer/sysadmin fingers, it deserves special attitude >that other packages. The point you missed, assuming I was being absurd, is that I can probably find someone on the de

Re: vim mac close button state patch

2006-07-10 Thread Nicolas Weber
Hi, this patch sets the close button state according to "Indicating Changes With the Close Button" in the Apple HIG ( http:// developer.apple.com/documentation/UserExperience/Conceptual/ OSXHIGuidelines/XHIGWindows/chapter_17_section_3.html ). I haven't tried it but it's good to try to make V

Re: Resizing the window with very long lines of text.

2006-07-10 Thread Bram Moolenaar
Soon-Ping Phang wrote: > I'm trying to determine whether I should submit a bug > report for a problem I encountered or if one was > already submitted. > > Basically, I'm finding that if I paste a long line of > text (4650+ characters) into an 80x25 Vim window (v7.0 > on WinXP), and then, while l

Re: Resizing the window with very long lines of text.

2006-07-10 Thread Ron Blaschke
Bram Moolenaar wrote: > Soon-Ping Phang wrote: > >> I'm trying to determine whether I should submit a bug >> report for a problem I encountered or if one was >> already submitted. >> >> Basically, I'm finding that if I paste a long line of >> text (4650+ characters) into an 80x25 Vim window (v7.0

Re: Resizing the window with very long lines of text.

2006-07-10 Thread Charles E Campbell Jr
Bram Moolenaar wrote: Soon-Ping Phang wrote: I'm trying to determine whether I should submit a bug report for a problem I encountered or if one was already submitted. Basically, I'm finding that if I paste a long line of text (4650+ characters) into an 80x25 Vim window (v7.0 on WinXP), and

Re: Resizing the window with very long lines of text.

2006-07-10 Thread Peter Cech
On Mon, Jul 10, 2006 at 20:52:00 +0100, Ron Blaschke wrote: > Bram Moolenaar wrote: > > Soon-Ping Phang wrote: > > > >> I'm trying to determine whether I should submit a bug > >> report for a problem I encountered or if one was > >> already submitted. > >> > >> Basically, I'm finding that if I pas

Re: vim-7.0.035 linux motif gui crashes immediately (test16)

2006-07-10 Thread Bram Moolenaar
Raf wrote: > > > on linux-2.6.17.1 (ubuntu-6.06, core duo), vim-7.0.035 with motif/lesstif > > > crashes immediately when :gui or -g is used (e.g. test16). or is it just > > > me? > > > the :version output and two examples are included below. > > > > > > :version > > > VIM - Vi IMproved 7.0 (20

Re: Terminal-based auto-paste.

2006-07-10 Thread Gary Johnson
On 2006-07-10, Sean Reifschneider <[EMAIL PROTECTED]> wrote: > On Mon, Jul 10, 2006 at 07:38:02AM +, Yakov Lerner wrote: > >package-maintiners and expect them to fine-tune binary packages > >to your inquiries/needs/wishes. Unless you are package-maintiner > > Having an expert tune the package