Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 236 by em...@accela.net: emacs keymap on mac terminals needs c-v  
twice to pagedown
http://code.google.com/p/yi-editor/issues/detail?id=236

What steps will reproduce the problem?
1. Use Yi in Terminal.app, xterm, etc. on a Mac OSX system
2. Hit Ctrl-v, expecting page down.
3. Hit Ctrl-v again when you realize nothing happened.

What is the expected output? What do you see instead?

In emacs, c-v alone should be sufficient to page down.  The problem seems
to be in default tty settings; if I do

$ stty lnext '<undef>'

before starting Yi, the problem disappears.  Presumably emacs already does
this when it remaps intr.  I suspect Yi should do the same.

Please provide relevant version information:

What version of Yi are you using?
   From darcs as of today; it calls itself 0.5.3
What version of GHC?
   6.10.1
What version of Cabal?
   cabal-install 0.6.0
   cabal library 1.6.0.1
What operating system/version?
   Mac OS 10.5.6 (intel, 64bit)
If you generated it (--debug) please provide your .yi.dbg file
   Can if necessary...

Please provide any additional information below.

cchars settings shown from stty -a:

cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
        eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
        min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
        stop = ^S; susp = ^Z; time = 0; werase = ^W;


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to