Re: escape codes in emacs

2005-03-01 Thread Reiner Steib
On Tue, Mar 01 2005, Guy Thomas wrote: > How do I reproduce in emacs the vi combination > > i (insert) > Ctrl-V (start escape code) > ESC > > Displayed in vi: ^[ ,[ C-h f quoted-insert RET ] | quoted-insert is an interactive compiled Lisp function in `simple'. | It is bound to C-q. | (quoted-

Re: escape codes in emacs

2005-03-01 Thread Albert Reiner
[Guy Thomas <[EMAIL PROTECTED]>, Tue, 01 Mar 2005 15:24:24 GMT]: > How do I reproduce in emacs the vi combination > > i (insert) > Ctrl-V (start escape code) > ESC > > Displayed in vi: ^[ Does that insert a literal ESC? I think you need C-q ESC to get that:  HTH, Albert.

escape codes in emacs

2005-03-01 Thread Guy Thomas
How do I reproduce in emacs the vi combination i (insert) Ctrl-V (start escape code) ESC Displayed in vi: ^[ ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs