[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
paste-from-clipboard dosen't works on Cygwin platform
From: |
Kirill Yarosh |
Subject: |
paste-from-clipboard dosen't works on Cygwin platform |
Date: |
Tue, 18 Apr 2006 11:42:59 +0300 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.2) Gecko/20060404 SeaMonkey/1.0.1 |
From: kirill_yarosh@yahoo.com
To: bug-bash@gnu.org
Subject: paste-from-clipboard dosen't works on Cygwin platform
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS -I. -I/tmp/bash-3.1
-I/tmp/bash-3.1/include -I/tmp/bash-3.1/lib -O2
uname output: CYGWIN_NT-5.0 kirill-pc 1.5.19(0.150/4/2) 2006-01-20 13:28
i686 Cygwin
Machine Type: i686-pc-cygwin
Bash Version: 3.1
Patch Level: 17
Release Status: release
Description:
keyboard function paste-from-clipboard lost a bound to a key
Repeat-By:
I have a following line in the my .inputrc file:
"\C-v": paste-from-clipboard
After Bash has started the key is unbound:
$ bind -p | grep -i clip
# paste-from-clipboard (not bound)
After "\C-x\C-r" keyboard sequence (re-read-init-file)
it is bind the key to the function but only till next <RETURN> will
typed. After any command or empty
<RETURN> it is come to be unbound.
Fix:
smime.p7s
Description: S/MIME Cryptographic Signature
- paste-from-clipboard dosen't works on Cygwin platform,
Kirill Yarosh <=