public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Pasting text in plain bash window
@ 2002-07-22 11:15 f.daly
  0 siblings, 0 replies; 24+ messages in thread
From: f.daly @ 2002-07-22 11:15 UTC (permalink / raw)
  To: cygwin; +Cc: f.daly, rrschulz

> This is no doubt true because you have a line something like this
> one in your "$HOME/.inputrc" file:
> "\M-[2~": paste-from-clipboard

Actually, yes: it's "\e[2~": paste-from-clipboard. Spooky or what. Fergus


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-23  5:55                   ` egor duda
  2002-07-23  8:13                     ` egor duda
  2002-07-23  8:32                     ` Nicholas Wourms
@ 2002-07-23 11:29                     ` Sylvain Petreolle
  2 siblings, 0 replies; 24+ messages in thread
From: Sylvain Petreolle @ 2002-07-23 11:29 UTC (permalink / raw)
  To: cygwin


> ME is not supported either.
> 
> >> when run it says:
> >> error allocating memory in remote process.error starting remote
> thread
> >> and I cannot recompile it:
> >> ttyfier.o(.eh_frame+0x11):ttyfier.cc: undefined reference to
> >> `__gxx_personality_v0'
> >> mingw_misc.o(.eh_frame+0x11):misc.cc: undefined reference to
> >> `__gxx_personality_v0'
> 
> Sylvain, which version of gcc are you using?

latest gcc version, gcc-3.1.1-4.
 


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-23  5:55                   ` egor duda
  2002-07-23  8:13                     ` egor duda
@ 2002-07-23  8:32                     ` Nicholas Wourms
  2002-07-23 11:29                     ` Sylvain Petreolle
  2 siblings, 0 replies; 24+ messages in thread
From: Nicholas Wourms @ 2002-07-23  8:32 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 924 bytes --]


--- egor duda <deo@logos-m.ru> wrote:
> Hi!
> 
> Monday, 22 July, 2002 you wrote:
> 
> >> --- Sylvain Petreolle <spetreolle@yahoo.fr> a écrit : > Hehe...
> gotcha
> >>> I found it with yahoo (site has changed his http namespace):
> >>> http://ns.logos-m.ru/~deo/ttyfier.html
> >> doesn't work for me... it's said it isn't supported on Win95,98
> (ME
> >> isn't here ?)
> 
> ME is not supported either.

What were the issues in trying to support Win9x/ME?

> [...] ICQ 5165414 FidoNet
                    ^^^^^^^
I didn't think anyone still used FidoNet...

Cheers,
Nicholas

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-23  5:55                   ` egor duda
@ 2002-07-23  8:13                     ` egor duda
  2002-07-23  8:32                     ` Nicholas Wourms
  2002-07-23 11:29                     ` Sylvain Petreolle
  2 siblings, 0 replies; 24+ messages in thread
From: egor duda @ 2002-07-23  8:13 UTC (permalink / raw)
  To: cygwin

Hi!

Tuesday, 23 July, 2002 egor duda deo@logos-m.ru wrote:

ed> ME is not supported either.

>>> when run it says:
>>> error allocating memory in remote process.error starting remote thread
>>> and I cannot recompile it:
>>> ttyfier.o(.eh_frame+0x11):ttyfier.cc: undefined reference to
>>> `__gxx_personality_v0'
>>> mingw_misc.o(.eh_frame+0x11):misc.cc: undefined reference to
>>> `__gxx_personality_v0'

ed> Sylvain, which version of gcc are you using?

AD>> Doesn't work for me either on XP. There are a lot of complaints like:

AD>> "/etc/termcap", line 150, terminal 'ansi.sysk': exit_alt_charset_mode 
AD>> but no acs_chars
AD>> "/etc/termcap", line 156, terminal 'nansi.sys': enter_alt_charset_mode 
AD>> but no acs_chars

AD>> Then the program runs but no input can be given nor any output. Hitting 
AD>> control-C causes tfy to consume all the CPU.

I've updated ttyfier to version 0.1.4. It should now build cleanly
with current version of gcc. Binaries are now using dll version of
ncurses library, so installing libncurses6 package is required to run
precompiled binaries.

see http://ns.logos-m.ru/~deo/ttyfier.html

egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
       [not found]                 ` <3D3C5EF9.9030801@Salira.com>
@ 2002-07-23  5:55                   ` egor duda
  2002-07-23  8:13                     ` egor duda
                                       ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: egor duda @ 2002-07-23  5:55 UTC (permalink / raw)
  To: cygwin

Hi!

Monday, 22 July, 2002 you wrote:

>> --- Sylvain Petreolle <spetreolle@yahoo.fr> a écrit : > Hehe... gotcha
>>> I found it with yahoo (site has changed his http namespace):
>>> http://ns.logos-m.ru/~deo/ttyfier.html
>> doesn't work for me... it's said it isn't supported on Win95,98 (ME
>> isn't here ?)

ME is not supported either.

>> when run it says:
>> error allocating memory in remote process.error starting remote thread
>> and I cannot recompile it:
>> ttyfier.o(.eh_frame+0x11):ttyfier.cc: undefined reference to
>> `__gxx_personality_v0'
>> mingw_misc.o(.eh_frame+0x11):misc.cc: undefined reference to
>> `__gxx_personality_v0'

Sylvain, which version of gcc are you using?

AD> Doesn't work for me either on XP. There are a lot of complaints like:

AD> "/etc/termcap", line 150, terminal 'ansi.sysk': exit_alt_charset_mode 
AD> but no acs_chars
AD> "/etc/termcap", line 156, terminal 'nansi.sys': enter_alt_charset_mode 
AD> but no acs_chars

AD> Then the program runs but no input can be given nor any output. Hitting 
AD> control-C causes tfy to consume all the CPU.

binary version of ttyfier is linked statically with ncurses library
which expects terminfo database in /usr/local/share/terminfo

With normal cygwin install terminfo database is located in
/usr/share/terminfo

As a workaround, you can create a symlink like this:

mkdir /usr/local/share
ln -s /usr/share/terminfo /usr/local/share/terminfo

The proper way, though, is to recompile and relink everything against
current versions of cygwin libraries.

egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Pasting text in plain bash window
  2002-07-22 18:11           ` Igor Pechtchanski
@ 2002-07-22 18:34             ` Igor Pechtchanski
  0 siblings, 0 replies; 24+ messages in thread
From: Igor Pechtchanski @ 2002-07-22 18:34 UTC (permalink / raw)
  To: cygwin

On Mon, 22 Jul 2002, Igor Pechtchanski wrote:

> On Mon, 22 Jul 2002, Jelks Cabaniss wrote:
> > Andrew DeFaria wrote:
> > > One might try Alt-Space: "E", "P" for the Windows window with bash
> > > running inside it.
> >
> > For the command line, the .inputrc way of setting Insert key to paste
> > from the clipboard (described here earlier) is nice.  But if you're in
> > vi, your method is AFAIK the only way to do that.  Is there a way in
> > vi(m) to say "Make key X be the equivalent of Alt-space, E, P" (where
> > 'key X' is, say, Ctrl-V or the Insert key)?
> >
> > /Jelks
>
> Try this: http://cygwin.com/faq/faq.html#SEC55
> This seems to work in vim as well.  Unless, of course, you wish a
> keyboard-only solution...  In which case, I seem to remember there was
> some discussion of the "* (clipboard) register in vim, although I couldn't
> get it to work on my machine.
>         Igor

Oops, forgot to say that you paste with the right mouse button.  Sorry.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

It took the computational power of three Commodore 64s to fly to the moon.
It takes a 486 to run Windows 95.  Something is wrong here. -- SC sig file


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Pasting text in plain bash window
  2002-07-22 12:55         ` Jelks Cabaniss
@ 2002-07-22 18:11           ` Igor Pechtchanski
  2002-07-22 18:34             ` Igor Pechtchanski
  0 siblings, 1 reply; 24+ messages in thread
From: Igor Pechtchanski @ 2002-07-22 18:11 UTC (permalink / raw)
  To: cygwin

On Mon, 22 Jul 2002, Jelks Cabaniss wrote:

> Andrew DeFaria wrote:
>
> > One might try Alt-Space: "E", "P" for the Windows window with bash
> > running inside it.
>
> For the command line, the .inputrc way of setting Insert key to paste
> from the clipboard (described here earlier) is nice.  But if you're in
> vi, your method is AFAIK the only way to do that.  Is there a way in
> vi(m) to say "Make key X be the equivalent of Alt-space, E, P" (where
> 'key X' is, say, Ctrl-V or the Insert key)?
>
> /Jelks

Try this: http://cygwin.com/faq/faq.html#SEC55
This seems to work in vim as well.  Unless, of course, you wish a
keyboard-only solution...  In which case, I seem to remember there was
some discussion of the "* (clipboard) register in vim, although I couldn't
get it to work on my machine.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

It took the computational power of three Commodore 64s to fly to the moon.
It takes a 486 to run Windows 95.  Something is wrong here. -- SC sig file


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 11:29       ` Jason Tishler
  2002-07-22 11:51         ` Sylvain Petreolle
  2002-07-22 16:34         ` Nicholas Wourms
@ 2002-07-22 16:41         ` Nicholas Wourms
  2 siblings, 0 replies; 24+ messages in thread
From: Nicholas Wourms @ 2002-07-22 16:41 UTC (permalink / raw)
  To: Jason Tishler, cygwin


--- Jason Tishler <jason@tishler.net> wrote:
> Nicholas,
> 
> On Mon, Jul 22, 2002 at 07:25:32AM -0700, Nicholas Wourms wrote:
> > Use rxvt, it works and there isn't anything you can do in
> command.com
> > that you can't do in rxvt.
> 
> Unfortunately, the above is not true.  Certain Win32 apps will not
> display properly under rxvt (and bash with CYGWIN=tty).  One such
> example is Win32 Python (which I use for COM access since Cygwin
> Python
> does not support this extension).  It may be possible to workaround
> this
> issue with Egor's ttyfier:
> 
>     http://www.cygwin.com/ml/cygwin/2001-04/msg01638.html
> 
Thanks Jason,

But as usual, it is a WindowsNT4/5/5.1 only application.

Cheers,
Nicholas

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 11:29       ` Jason Tishler
  2002-07-22 11:51         ` Sylvain Petreolle
@ 2002-07-22 16:34         ` Nicholas Wourms
  2002-07-22 16:41         ` Nicholas Wourms
  2 siblings, 0 replies; 24+ messages in thread
From: Nicholas Wourms @ 2002-07-22 16:34 UTC (permalink / raw)
  To: Jason Tishler, cygwin


--- Jason Tishler <jason@tishler.net> wrote:
> Nicholas,
> 
> On Mon, Jul 22, 2002 at 07:25:32AM -0700, Nicholas Wourms wrote:
> > Use rxvt, it works and there isn't anything you can do in
> command.com
> > that you can't do in rxvt.
> 
> Unfortunately, the above is not true.  Certain Win32 apps will not
> display properly under rxvt (and bash with CYGWIN=tty).  One such
> example is Win32 Python (which I use for COM access since Cygwin
> Python
> does not support this extension).  It may be possible to workaround
> this
> issue with Egor's ttyfier:
> 
>     http://www.cygwin.com/ml/cygwin/2001-04/msg01638.html
> 
Thanks Jason,

But as usual, it is a WindowsNT4/5/5.1 only application.

Cheers,
Nicholas

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Pasting text in plain bash window
  2002-07-22 12:50       ` Andrew DeFaria
@ 2002-07-22 12:55         ` Jelks Cabaniss
  2002-07-22 18:11           ` Igor Pechtchanski
  0 siblings, 1 reply; 24+ messages in thread
From: Jelks Cabaniss @ 2002-07-22 12:55 UTC (permalink / raw)
  To: cygwin

Andrew DeFaria wrote:

> One might try Alt-Space: "E", "P" for the Windows window with bash 
> running inside it.

For the command line, the .inputrc way of setting Insert key to paste
from the clipboard (described here earlier) is nice.  But if you're in
vi, your method is AFAIK the only way to do that.  Is there a way in
vi(m) to say "Make key X be the equivalent of Alt-space, E, P" (where
'key X' is, say, Ctrl-V or the Insert key)?


/Jelks


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22  9:12     ` Nicholas Wourms
  2002-07-22 11:29       ` Jason Tishler
@ 2002-07-22 12:50       ` Andrew DeFaria
  2002-07-22 12:55         ` Jelks Cabaniss
  1 sibling, 1 reply; 24+ messages in thread
From: Andrew DeFaria @ 2002-07-22 12:50 UTC (permalink / raw)
  To: cygwin

Nicholas Wourms wrote:

> --- Sylvain Petreolle <spetreolle@yahoo.fr> wrote:
>
>> I woudl prefer using _plain_ bash...
>> --- David Starks-Browning <starksb@ebi.ac.uk> a écrit : > On Monday 
>> 22 Jul 02, Sylvain Petreolle writes:
>>
>>>> Hi,
>>>>
>>>> Wanting to paste some commands/text when being in bash window 
>>>> (_plain_ bash launched by cygwin.bat), this doesn't work when using 
>>>> Windows ME,but works on Windows NT. Is there a workaround ?
>>>
>>> Use rxvt instead.
>>
> Well you aren't just using "plain" bash. The fact of the matter is you 
> are using an native windows application which acts as a wrapper for 
> command.com. So either way, you still aren't using just plain bash. So 
> why be difficult? Use rxvt, it works and there isn't anything you can 
> do in command.com that you can't do in rxvt.

Because rxvt often doesn't work with certain Windows oriented programs 
(e.g. ActiveState Perl or Rational's cleartool).

One might try Alt-Space: "E", "P" for the Windows window with bash 
running inside it.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 12:40             ` Sylvain Petreolle
@ 2002-07-22 12:41               ` Sylvain Petreolle
       [not found]                 ` <3D3C5EF9.9030801@Salira.com>
  0 siblings, 1 reply; 24+ messages in thread
From: Sylvain Petreolle @ 2002-07-22 12:41 UTC (permalink / raw)
  To: Sylvain Petreolle, Jason Tishler; +Cc: cygwin

 --- Sylvain Petreolle <spetreolle@yahoo.fr> a écrit : > Hehe... gotcha
!
> I found it with yahoo (site has changed his http namespace):
> 
> http://ns.logos-m.ru/~deo/ttyfier.html
> 
doesn't work for me...
it's said it isn't supported on Win95,98 (ME isn't here ?)

when run it says:
error allocating memory in remote process.error starting remote thread

and I cannot recompile it:
ttyfier.o(.eh_frame+0x11):ttyfier.cc: undefined reference to
`__gxx_personality_v0'
mingw_misc.o(.eh_frame+0x11):misc.cc: undefined reference to
`__gxx_personality_v0'


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Pasting text in plain bash window
  2002-07-22 12:24           ` Jason Tishler
  2002-07-22 12:40             ` Sylvain Petreolle
@ 2002-07-22 12:41             ` Norman Vine
  1 sibling, 0 replies; 24+ messages in thread
From: Norman Vine @ 2002-07-22 12:41 UTC (permalink / raw)
  To: cygwin

Jason Tishler writes:
>
>On Mon, Jul 22, 2002 at 08:06:31PM +0200, Sylvain Petreolle wrote:
>> The adress is no more on the site 
>> (http://www.logos-m.ru/~deo/ttyfier.html)
>
>Sorry, but I do not know to where Egor's ttyfier has been relocated (if
>anywhere).

Try
http://ns.logos-m.ru/~deo/ttyfier.html

FYI - I found this with a simple 'google' on 'ttyfier'

Norman

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 12:24           ` Jason Tishler
@ 2002-07-22 12:40             ` Sylvain Petreolle
  2002-07-22 12:41               ` Sylvain Petreolle
  2002-07-22 12:41             ` Norman Vine
  1 sibling, 1 reply; 24+ messages in thread
From: Sylvain Petreolle @ 2002-07-22 12:40 UTC (permalink / raw)
  To: Jason Tishler; +Cc: cygwin

Hehe... gotcha !
I found it with yahoo (site has changed his http namespace):

http://ns.logos-m.ru/~deo/ttyfier.html

> > (http://www.logos-m.ru/~deo/ttyfier.html)
> 
> Sorry, but I do not know to where Egor's ttyfier has been relocated
> (if
> anywhere).
> 
> Jason 

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 11:51         ` Sylvain Petreolle
@ 2002-07-22 12:24           ` Jason Tishler
  2002-07-22 12:40             ` Sylvain Petreolle
  2002-07-22 12:41             ` Norman Vine
  0 siblings, 2 replies; 24+ messages in thread
From: Jason Tishler @ 2002-07-22 12:24 UTC (permalink / raw)
  To: Sylvain Petreolle; +Cc: cygwin

Sylvain,

On Mon, Jul 22, 2002 at 08:06:31PM +0200, Sylvain Petreolle wrote:
> The adress is no more on the site 
> (http://www.logos-m.ru/~deo/ttyfier.html)

Sorry, but I do not know to where Egor's ttyfier has been relocated (if
anywhere).

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 11:29       ` Jason Tishler
@ 2002-07-22 11:51         ` Sylvain Petreolle
  2002-07-22 12:24           ` Jason Tishler
  2002-07-22 16:34         ` Nicholas Wourms
  2002-07-22 16:41         ` Nicholas Wourms
  2 siblings, 1 reply; 24+ messages in thread
From: Sylvain Petreolle @ 2002-07-22 11:51 UTC (permalink / raw)
  To: Jason Tishler, cygwin

> Unfortunately, the above is not true.  Certain Win32 apps will not
> display properly under rxvt (and bash with CYGWIN=tty).  One such
> example is Win32 Python (which I use for COM access since Cygwin
> Python
> does not support this extension).  It may be possible to workaround
> this
> issue with Egor's ttyfier:
> 
>     http://www.cygwin.com/ml/cygwin/2001-04/msg01638.html
> 
The adress is no more on the site 
(http://www.logos-m.ru/~deo/ttyfier.html)

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22  9:12     ` Nicholas Wourms
@ 2002-07-22 11:29       ` Jason Tishler
  2002-07-22 11:51         ` Sylvain Petreolle
                           ` (2 more replies)
  2002-07-22 12:50       ` Andrew DeFaria
  1 sibling, 3 replies; 24+ messages in thread
From: Jason Tishler @ 2002-07-22 11:29 UTC (permalink / raw)
  To: cygwin

Nicholas,

On Mon, Jul 22, 2002 at 07:25:32AM -0700, Nicholas Wourms wrote:
> Use rxvt, it works and there isn't anything you can do in command.com
> that you can't do in rxvt.

Unfortunately, the above is not true.  Certain Win32 apps will not
display properly under rxvt (and bash with CYGWIN=tty).  One such
example is Win32 Python (which I use for COM access since Cygwin Python
does not support this extension).  It may be possible to workaround this
issue with Egor's ttyfier:

    http://www.cygwin.com/ml/cygwin/2001-04/msg01638.html

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22 10:32 f.daly
@ 2002-07-22 11:06 ` Randall R Schulz
  0 siblings, 0 replies; 24+ messages in thread
From: Randall R Schulz @ 2002-07-22 11:06 UTC (permalink / raw)
  To: cygwin

Fergus,

This is no doubt true because you have a line something like this one in 
your "$HOME/.inputrc" file:

     "\M-[2~":   paste-from-clipboard


At least in the past (maybe a year ago when I added this to my own .inputrc 
file), there was no built-in binding of this action to the "Insert" key.

To my knowledge, this is not specific to any particular Windows version or 
versions.

Randall Schulz
Mountain View, CA USA


At 08:54 2002-07-22, f.daly@dundee.ac.uk wrote:
> > Wanting to paste some commands/text when being in bash
> > window (_plain_ bash launched by cygwin.bat), this doesn't
> > work when using Windows ME, but works on Windows NT.
> > Is there a workaround ?
>
>In Windows 98/SE, I find that using either of <Insert> or <Shift-Insert> in
>plain bash copies the *first*line* of whatever is in the Clipboard to the
>bash command line. Is this any use? (Typically, in this context, you would
>only have copied one line to the Clipboard anyway, I suppose ...) Fergus


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
@ 2002-07-22 10:32 f.daly
  2002-07-22 11:06 ` Randall R Schulz
  0 siblings, 1 reply; 24+ messages in thread
From: f.daly @ 2002-07-22 10:32 UTC (permalink / raw)
  To: cygwin; +Cc: fergus, spetreolle

> Wanting to paste some commands/text when being in bash
> window (_plain_ bash launched by cygwin.bat), this doesn't
> work when using Windows ME, but works on Windows NT.
> Is there a workaround ?

In Windows 98/SE, I find that using either of <Insert> or <Shift-Insert> in
plain bash copies the *first*line* of whatever is in the Clipboard to the
bash command line. Is this any use? (Typically, in this context, you would
only have copied one line to the Clipboard anyway, I suppose ...) Fergus



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22  8:54   ` Sylvain Petreolle
  2002-07-22  9:12     ` Nicholas Wourms
@ 2002-07-22  9:14     ` Randall R Schulz
  1 sibling, 0 replies; 24+ messages in thread
From: Randall R Schulz @ 2002-07-22  9:14 UTC (permalink / raw)
  To: Sylvain Petreolle; +Cc: cygwin

Sylvain,

The "BASH" part is the same, whether it runs in a character subsystem 
window (a.k.a. "console") or in RXVT. When run in a console, you're at the 
whims of the OS-specific limitations of those windows. In Weak Windows (Me, 
'98 and '95), console windows have very limited capabilities in comparison 
to console windows in NT, 2000 and XP.

Thus the recommendation to use RXVT is valid. There is another option--a 
replacement for the built-in console for Weak Windows systems called 
"consize." Check it out at CygUtils 
(<http://www.neuro.gatech.edu/users/cwilson/cygutils/>): 
<http://www.neuro.gatech.edu/users/cwilson/cygutils/consize/index.html>.


Randall Schulz
Mountain View, CA USA


At 07:20 2002-07-22, Sylvain Petreolle wrote:
>I woudl prefer using _plain_ bash...
>  --- David Starks-Browning <starksb@ebi.ac.uk> a écrit : > On Monday 22 
> Jul 02, Sylvain Petreolle writes:
> > > Hi,
> > >
> > > Wanting to paste some commands/text when being in bash window
> > > (_plain_ bash launched by cygwin.bat), this doesn't work when using
> > > Windows ME,but works on Windows NT. Is there a workaround ?
> >
> > Use rxvt instead.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22  8:54   ` Sylvain Petreolle
@ 2002-07-22  9:12     ` Nicholas Wourms
  2002-07-22 11:29       ` Jason Tishler
  2002-07-22 12:50       ` Andrew DeFaria
  2002-07-22  9:14     ` Randall R Schulz
  1 sibling, 2 replies; 24+ messages in thread
From: Nicholas Wourms @ 2002-07-22  9:12 UTC (permalink / raw)
  To: Sylvain Petreolle, David Starks-Browning; +Cc: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1156 bytes --]

--- Sylvain Petreolle <spetreolle@yahoo.fr> wrote:
> I woudl prefer using _plain_ bash...
>  --- David Starks-Browning <starksb@ebi.ac.uk> a écrit : > On Monday 22
> Jul 02, Sylvain Petreolle writes:
> > > Hi,
> > > 
> > > Wanting to paste some commands/text when being in bash window
> > > (_plain_ bash launched by cygwin.bat), this doesn't work when using
> > > Windows ME,but works on Windows NT. Is there a workaround ?
> > 
> > Use rxvt instead.
> >  

Well you aren't just using "plain" bash.  The fact of the matter is you
are using an native windows application which acts as a wrapper for
command.com.  So either way, you still aren't using just plain bash.  So
why be difficult?  Use rxvt, it works and there isn't anything you can do
in command.com that you can't do in rxvt.

Cheers,
Nicholas

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Pasting text in plain bash window
  2002-07-22  8:49 ` David Starks-Browning
@ 2002-07-22  8:54   ` Sylvain Petreolle
  2002-07-22  9:12     ` Nicholas Wourms
  2002-07-22  9:14     ` Randall R Schulz
  0 siblings, 2 replies; 24+ messages in thread
From: Sylvain Petreolle @ 2002-07-22  8:54 UTC (permalink / raw)
  To: David Starks-Browning; +Cc: cygwin

I woudl prefer using _plain_ bash...
 --- David Starks-Browning <starksb@ebi.ac.uk> a écrit : > On Monday 22
Jul 02, Sylvain Petreolle writes:
> > Hi,
> > 
> > Wanting to paste some commands/text when being in bash window
> > (_plain_ bash launched by cygwin.bat), this doesn't work when using
> > Windows ME,but works on Windows NT. Is there a workaround ?
> 
> Use rxvt instead.
>  

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Pasting text in plain bash window
  2002-07-22  7:47 Sylvain Petreolle
@ 2002-07-22  8:49 ` David Starks-Browning
  2002-07-22  8:54   ` Sylvain Petreolle
  0 siblings, 1 reply; 24+ messages in thread
From: David Starks-Browning @ 2002-07-22  8:49 UTC (permalink / raw)
  To: Sylvain Petreolle; +Cc: cygwin

On Monday 22 Jul 02, Sylvain Petreolle writes:
> Hi,
> 
> Wanting to paste some commands/text when being in bash window
> (_plain_ bash launched by cygwin.bat), this doesn't work when using
> Windows ME,but works on Windows NT. Is there a workaround ?

Use rxvt instead.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Pasting text in plain bash window
@ 2002-07-22  7:47 Sylvain Petreolle
  2002-07-22  8:49 ` David Starks-Browning
  0 siblings, 1 reply; 24+ messages in thread
From: Sylvain Petreolle @ 2002-07-22  7:47 UTC (permalink / raw)
  To: cygwin

Hi,

Wanting to paste some commands/text when being in bash window
(_plain_ bash launched by cygwin.bat), this doesn't work when using
Windows ME,but works on Windows NT. Is there a workaround ?

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2002-07-23 14:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-22 11:15 Pasting text in plain bash window f.daly
  -- strict thread matches above, loose matches on Subject: below --
2002-07-22 10:32 f.daly
2002-07-22 11:06 ` Randall R Schulz
2002-07-22  7:47 Sylvain Petreolle
2002-07-22  8:49 ` David Starks-Browning
2002-07-22  8:54   ` Sylvain Petreolle
2002-07-22  9:12     ` Nicholas Wourms
2002-07-22 11:29       ` Jason Tishler
2002-07-22 11:51         ` Sylvain Petreolle
2002-07-22 12:24           ` Jason Tishler
2002-07-22 12:40             ` Sylvain Petreolle
2002-07-22 12:41               ` Sylvain Petreolle
     [not found]                 ` <3D3C5EF9.9030801@Salira.com>
2002-07-23  5:55                   ` egor duda
2002-07-23  8:13                     ` egor duda
2002-07-23  8:32                     ` Nicholas Wourms
2002-07-23 11:29                     ` Sylvain Petreolle
2002-07-22 12:41             ` Norman Vine
2002-07-22 16:34         ` Nicholas Wourms
2002-07-22 16:41         ` Nicholas Wourms
2002-07-22 12:50       ` Andrew DeFaria
2002-07-22 12:55         ` Jelks Cabaniss
2002-07-22 18:11           ` Igor Pechtchanski
2002-07-22 18:34             ` Igor Pechtchanski
2002-07-22  9:14     ` Randall R Schulz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).