zsh-workers
 help / color / mirror / code / Atom feed
* Bindkey problem on Solaris 2.6 with zefram4
@ 1998-04-10 21:14 Andy Wick
  1998-04-10 21:48 ` Francisco Solsona
  1998-04-10 22:23 ` Mark Borges
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Wick @ 1998-04-10 21:14 UTC (permalink / raw)
  To: zsh-workers

I am upgrading from 3.0.5 to 3.1.2-zefram4 so sorry if I missed something obvious.  

The arrow keys just don't work.  I tried doing a 
   zsh -f
   bindkey -d
and that does fix them.  I tried doing what I do for 3.0.5
   bindkey "^[OA" up-line-or-search
   bindkey "^[[A" up-line-or-search
and they still just beep at me.

This is on a Solaris 2.6 machines.  Thanks for any help, I can't
LIVE without my arrow keys and had to go back to 3.0.5. :-(

Thanks,
Andy
-- 
awick@vt.edu                                    Andy Wick
awick@purple.org                              Virginia Tech


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

* Re: Bindkey problem on Solaris 2.6 with zefram4
  1998-04-10 21:14 Bindkey problem on Solaris 2.6 with zefram4 Andy Wick
@ 1998-04-10 21:48 ` Francisco Solsona
  1998-04-10 22:08   ` Andy Wick
  1998-04-10 22:23 ` Mark Borges
  1 sibling, 1 reply; 5+ messages in thread
From: Francisco Solsona @ 1998-04-10 21:48 UTC (permalink / raw)
  To: Andy Wick; +Cc: zsh-workers

Andy Wick <awick@actor.cs.vt.edu> writes:

> I am upgrading from 3.0.5 to 3.1.2-zefram4 so sorry if I missed something obvious.  
> 
> The arrow keys just don't work.  I tried doing a 
>    zsh -f
>    bindkey -d
> and that does fix them.  I tried doing what I do for 3.0.5
	   ^^^^^^^^

	You mean "does not" fix them, right? Anyway, maybe it has something 
to do with Solaris 2.6, we're using 3.1.2-zefram4 on Solaris 2.5 and Linux
2.0.32 with not a single problem.

	I use this bindkey in mi .zshrc,

	bindkey -me

and the arrow keys have been working as usual.

hth,
Francisco

-- 
"Make GNU's, not Unix"


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

* Re: Bindkey problem on Solaris 2.6 with zefram4
  1998-04-10 21:48 ` Francisco Solsona
@ 1998-04-10 22:08   ` Andy Wick
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Wick @ 1998-04-10 22:08 UTC (permalink / raw)
  To: zsh-workers

On Fri, Apr 10, 1998 at 04:48:43PM -0500, Francisco Solsona wrote:
> Andy Wick <awick@actor.cs.vt.edu> writes:
> 
> > I am upgrading from 3.0.5 to 3.1.2-zefram4 so sorry if I missed something obvious.  
> > 
> > The arrow keys just don't work.  I tried doing a 
> >    zsh -f
> >    bindkey -d
> > and that does fix them.  I tried doing what I do for 3.0.5
> 	   ^^^^^^^^
> 
> 	You mean "does not" fix them, right? Anyway, maybe it has something 
> to do with Solaris 2.6, we're using 3.1.2-zefram4 on Solaris 2.5 and Linux
> 2.0.32 with not a single problem.

Sorry you are right I meant does NOT!


> 	I use this bindkey in mi .zshrc,
> 
> 	bindkey -me
> 
> and the arrow keys have been working as usual.

Yes this does work!  This gave me an idea.  Arrows work FINE
no matter how I do it *IF* I use up-arrow-or-history (which is what -me does).
But if I use my up-arrow-or-search then it doesn't work.  I did just 
a straight ./configure so I am not use modules or anything.  Do I need to
for the up-arrow-or-search to work?  

Thanks for getting me closer!!!

Thanks,
Andy
-- 
awick@vt.edu                                    Andy Wick
awick@purple.org                              Virginia Tech


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

* Re: Bindkey problem on Solaris 2.6 with zefram4
  1998-04-10 21:14 Bindkey problem on Solaris 2.6 with zefram4 Andy Wick
  1998-04-10 21:48 ` Francisco Solsona
@ 1998-04-10 22:23 ` Mark Borges
  1998-04-14  9:32   ` Andrew Main
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Borges @ 1998-04-10 22:23 UTC (permalink / raw)
  To: zsh-workers

I don't know if this is related, but I'm seeing this old problem,

  test$ ./zsh-3.1.2-zefram4 -l
  sourcing zshrc...
  DISPLAY is test:11.0
  zsh version: "3.1.2-zefram4"
  test$ <Control-D pressed>
  zsh: do you wish to see all 2465 possibilities? 

under,

  test$ uname -a
  SunOS test 5.6 Generic_105181-04 sun4m sparc SUNW,SPARCstation-20

as well.

-- 
  -mb-


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

* Re: Bindkey problem on Solaris 2.6 with zefram4
  1998-04-10 22:23 ` Mark Borges
@ 1998-04-14  9:32   ` Andrew Main
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Main @ 1998-04-14  9:32 UTC (permalink / raw)
  To: Mark Borges; +Cc: zsh-workers

Mark Borges wrote:
>  test$ ./zsh-3.1.2-zefram4 -l
>  sourcing zshrc...
>  DISPLAY is test:11.0
>  zsh version: "3.1.2-zefram4"
>  test$ <Control-D pressed>
>  zsh: do you wish to see all 2465 possibilities? 

What are your tty settings when this happens?

-zefram


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

end of thread, other threads:[~1998-04-14  9:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-10 21:14 Bindkey problem on Solaris 2.6 with zefram4 Andy Wick
1998-04-10 21:48 ` Francisco Solsona
1998-04-10 22:08   ` Andy Wick
1998-04-10 22:23 ` Mark Borges
1998-04-14  9:32   ` Andrew Main

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).