Re: Copy/Paste doesn't run on Cygwin

2007-09-13 Thread Jose Luis


I have fixed this issue deleting the line:

  set mouse=a

in the ".vimrc" file.



Jose Luis wrote:
> 
> 
> Hi,
> 
> Without the ".vimrc" file the copy/paste runs fine in a vim's edited file,
> but when I copy the example vimrc file
> (/usr/share/vim/vim71/vimrc_example.vim) in $HOME/.vimrc, the selected
> text isn't copy automatically on the clipboard.
> 
> The ".vimrc" is attached.
> 
>  http://www.nabble.com/file/p12232667/.vimrc .vimrc 
> 
> Some information about Cygwin is attached too. 
> 
>  http://www.nabble.com/file/p12232667/cygcheck.out cygcheck.out 
> 
> 
> The vim version is:
> 
> $ vim --version
> VIM - Vi IMproved 7.1 (2007 May 12, compiled May 14 2007 16:29:51)
> Compilado por [EMAIL PROTECTED]
> Versión «enorme» sin GUI.  Aspectos incluidos (+) o no (-):
> +arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset
> +cindent
> -clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info
> +comments
> +cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
> +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path
> +find_in_path
> +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand
> +jumplist
>  +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap
> +menu
> +mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
> -mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang
> -mzscheme
> -netbeans_intg -osfiletype +path_extra -perl +postscript +printer +profile
> -python +quickfix +reltime +rightleft -ruby +scrollbind +signs
> +smartindent
> -sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
> -tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar
> +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
> +vreplace
> +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
> -xterm_clipboard -xterm_save
>  fichero «vimrc» del sistema: "$VIM/vimrc"
>  fichero «vimrc» del usuario: "$HOME/.vimrc"
>   fichero «exrc» del usuario: "$HOME/.exrc"
> localización de $VIM: "/usr/share/vim"
> Compilación: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2
> Enlazado:
> gcc   -L/usr/local/lib -o vim.exe   -lncurses  -liconv -lintl
> 
> 
> 
> Any help?
> 
> 
> Thanks in advance,
> Jose Luis
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Copy-Paste-doesn%27t-run-on-Cygwin-tf4297657.html#a12669551
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: Copy/Paste doesn't run on Cygwin

2007-08-20 Thread Jose Luis



Here there is another link about this issue:

http://www.nabble.com/Serious-flaw-in-Cygwin-X-clipboard-integration-prevents-paste-from-X-to-Windows-apps-tf946678.html#a2458589


It seems that it is a Cygwin X bug. 

Does anybody know if there is a fix to this problem?

Regards,
Jose Luis.





Jose Luis wrote:
> 
> 
> Thanks for your help.
> 
> 
> I have tried it, but the problem persist.
> 
> I have found som information about this issue on a "Vim Forum":
> 
> http://www.nabble.com/Patch-for-problems-with-X11-GUI---XTERM-clipboard-integration-with-native-Win-applications---was-%22clipboard-support-with-GTK-GUI-under-cygwin%22-tf935831.html#a2424350
> 
> 
> Regards,
> Jose Luis
> 
> 
> 
> 
> Dave Korn wrote:
>> 
>> On 20 August 2007 10:26, Jose Luis wrote:
>> 
>>> Hi,
>>> 
>>> Without the ".vimrc" file the copy/paste runs fine in a vim's edited
>>> file,
>>> but when I copy the example vimrc file
>>> (/usr/share/vim/vim71/vimrc_example.vim) in $HOME/.vimrc, the selected
>>> text
>>> isn't copy automatically on the clipboard.
>> 
>>   When the behaviour of vim changes in the presence of a .vimrc file,
>> suspect something to do with the vi-compatible mode, which is disabled by
>> doing so.  Does adding '-C' to the command-line help?
>> 
>> 
>> cheers,
>>   DaveK
>> -- 
>> Can't think of a witty .sigline today
>> 
>> 
>> --
>> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>> Problem reports:   http://cygwin.com/problems.html
>> Documentation: http://cygwin.com/docs.html
>> FAQ:   http://cygwin.com/faq/
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Copy-Paste-doesn%27t-run-on-Cygwin-tf4297657.html#a12233534
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: Copy/Paste doesn't run on Cygwin

2007-08-20 Thread Jose Luis


Thanks for your help.


I have tried it, but the problem persist.

I have found som information about this issue on a "Vim Forum":

http://www.nabble.com/Patch-for-problems-with-X11-GUI---XTERM-clipboard-integration-with-native-Win-applications---was-%22clipboard-support-with-GTK-GUI-under-cygwin%22-tf935831.html#a2424350


Regards,
Jose Luis




Dave Korn wrote:
> 
> On 20 August 2007 10:26, Jose Luis wrote:
> 
>> Hi,
>> 
>> Without the ".vimrc" file the copy/paste runs fine in a vim's edited
>> file,
>> but when I copy the example vimrc file
>> (/usr/share/vim/vim71/vimrc_example.vim) in $HOME/.vimrc, the selected
>> text
>> isn't copy automatically on the clipboard.
> 
>   When the behaviour of vim changes in the presence of a .vimrc file,
> suspect something to do with the vi-compatible mode, which is disabled by
> doing so.  Does adding '-C' to the command-line help?
> 
> 
> cheers,
>   DaveK
> -- 
> Can't think of a witty .sigline today
> 
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://cygwin.com/docs.html
> FAQ:   http://cygwin.com/faq/
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Copy-Paste-doesn%27t-run-on-Cygwin-tf4297657.html#a12233308
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: Copy/Paste doesn't run on Cygwin

2007-08-20 Thread Dave Korn
On 20 August 2007 10:26, Jose Luis wrote:

> Hi,
> 
> Without the ".vimrc" file the copy/paste runs fine in a vim's edited file,
> but when I copy the example vimrc file
> (/usr/share/vim/vim71/vimrc_example.vim) in $HOME/.vimrc, the selected text
> isn't copy automatically on the clipboard.

  When the behaviour of vim changes in the presence of a .vimrc file, suspect 
something to do with the vi-compatible mode, which is disabled by doing so.  
Does adding '-C' to the command-line help?


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Copy/Paste doesn't run on Cygwin

2007-08-20 Thread Jose Luis


Hi,

Without the ".vimrc" file the copy/paste runs fine in a vim's edited file,
but when I copy the example vimrc file
(/usr/share/vim/vim71/vimrc_example.vim) in $HOME/.vimrc, the selected text
isn't copy automatically on the clipboard.

The ".vimrc" is attached.

http://www.nabble.com/file/p12232667/.vimrc .vimrc 

Some information about Cygwin is attached too. 

http://www.nabble.com/file/p12232667/cygcheck.out cygcheck.out 


The vim version is:

$ vim --version
VIM - Vi IMproved 7.1 (2007 May 12, compiled May 14 2007 16:29:51)
Compilado por [EMAIL PROTECTED]
Versión «enorme» sin GUI.  Aspectos incluidos (+) o no (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info
+comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+folding -footer +fork() +gettext -hangul_input +iconv +insert_expand
+jumplist
 +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
-netbeans_intg -osfiletype +path_extra -perl +postscript +printer +profile
-python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace
+wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
 fichero «vimrc» del sistema: "$VIM/vimrc"
 fichero «vimrc» del usuario: "$HOME/.vimrc"
  fichero «exrc» del usuario: "$HOME/.exrc"
localización de $VIM: "/usr/share/vim"
Compilación: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2
Enlazado:
gcc   -L/usr/local/lib -o vim.exe   -lncurses  -liconv -lintl



Any help?


Thanks in advance,
Jose Luis


-- 
View this message in context: 
http://www.nabble.com/Copy-Paste-doesn%27t-run-on-Cygwin-tf4297657.html#a12232667
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/