Re: tmux bug (?) and problem (and more)

2014-06-26 Thread Nicholas Marriott
Yes, you will need to get the source from git then # patch <~/saved-email # sh autogen.sh # ./configure # make Then copy the tmux binary to replace your existing one. On Wed, Jun 25, 2014 at 05:05:33AM +0200, Emanuel Berg wrote: > Nicholas Marriott writes: > > > There are two problems here. O

[tmux:tickets] #136 allow searching for non-ASCII / unicode in copy-mode

2014-06-26 Thread Kevin Brubeck Unhammer
--- ** [tickets:#136] allow searching for non-ASCII / unicode in copy-mode** **Status:** open **Created:** Wed Jun 25, 2014 07:37 PM UTC by Kevin Brubeck Unhammer **Last Updated:** Wed Jun 25, 2014 07:37 PM UTC **Owner:** nobody In copy-mode, it's not possible to search for non-ASCII characte

Re: C-[aeuk] not working after building from source

2014-06-26 Thread Kartik Agaram
Could you elaborate on how you're interpreting the server log? > tmux got ^A, ^U and ^D correctly My report is regarding ^A, ^E and ^K (to correct it, ^U seems to be working. I'm not sure if I made some mistake or if something changed). The fact that tmux got ^A is perhaps the thread I should tu

Re: tmux bug (?) and problem (and more)

2014-06-26 Thread Emanuel Berg
Nicholas Marriott writes: > There are two problems here. One (the big problem), I > made the mistake of changing from flock() to lockf() > which is badly designed and next to useless. Two, > there is a small window where two clients could race > and both create a server. > > So please try this wh

Re: C-[aeuk] not working after building from source

2014-06-26 Thread Kartik Agaram
Ah, thanks! 'bindkey -e' did indeed do the trick. So in my default shells I get emacs mode before I set EDITOR, but in any child shells (not just tmux) the presence of EDITOR switches me to vi mode? Am I understanding this correctly? Many thanks again.

Re: C-[aeuk] not working after building from source

2014-06-26 Thread Kartik Agaram
Oh sorry, I expect ^A to move cursor to start of line, ^E to end of line, ^K to delete from cursor to end of line, ^U to delete from cursor to start of line. (I shared a screenshot earlier in this thread showing that they print to screen. Sorry to waste your time.)