Jeff Abrahamson on 10 Jun 2005 08:09:59 -0000 |
On Thu, Jun 09, 2005 at 11:20:03AM -0400, Walt Mankowski wrote: > On Thu, Jun 09, 2005 at 08:41:08AM -0400, Jeff Abrahamson wrote: > > I've also discovered that something is interpreting C-s as a prefix. > > So if I want to search for "dog" in emacs and type "C-s d o g" I see > > the "C-s d" disappear (even "C-h k" doesn't see it, so I'm pretty sure > > emacs isn't seeing it at all), then "og" inserts. Any ideas? > > Odd, that works fine for me... This problem turns out to be solvable with stty: stty -ixon To be extra safe, I (un)set -ixoff, too. Apparently (I'm slightly guessing), emacs tries to set this itself, but screen is intervening at some level. Apparently it's also helpful to change the line speed from 9600 (default) to 115200 using stty. The backspace key problem is also related to screen's presence, but I haven't figured out what to do about it. I think Bill even said it, but I perhaps didn't do what he said exactly. Happily, backspace seems to be the sole remaining anomaly for me. Thanks for all your help on this so far, all who have offered help. -- Jeff Jeff Abrahamson <http://www.purple.com/jeff/> +1 215/837-2287 GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|