* Ctrl+]
@ 2004-12-30 7:17 Ravi Uday
2004-12-30 10:08 ` Ctrl+] Peter Dyballa
0 siblings, 1 reply; 2+ messages in thread
From: Ravi Uday @ 2004-12-30 7:17 UTC (permalink / raw)
Hi,
I am using emacs21 and have a slight problem.
When i connect to a device using -
M-x telnet <ip.addr> <port>
I get the telnet window and connected to device.
If the device hangs or something
the normal way to return back is to a
"send break" from the telnet prompt
Now when i tried this (pressing 'Ctrl+]' )on emacs it doesnt correctly
map the keyboard ']' key !
I get an error saying
"No recursive edit is in progress"
How do i solve this when in emacs.
Thanks for all your responses.
- Ravi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Ctrl+]
2004-12-30 7:17 Ctrl+] Ravi Uday
@ 2004-12-30 10:08 ` Peter Dyballa
0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2004-12-30 10:08 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 30.12.2004 um 08:17 schrieb Ravi Uday:
> Now when i tried this (pressing 'Ctrl+]' )on emacs it doesnt correctly
> map the keyboard ']' key !
>
> I get an error saying
> "No recursive edit is in progress"
That's completely correct! You are in Emacs so the keyboard event
pressing C-] goes to Emacs which has C-] defined as
abort-recursive-edit.
Check Emacs Help, Info, what's there written about telnet-mode -- you
were using this mode or did you enter 'telnet ...' in an Emacs shell?
Sometimes in shell quoting helps: C-q C-] ...
--
Greetings
Pete
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-30 10:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-30 7:17 Ctrl+] Ravi Uday
2004-12-30 10:08 ` Ctrl+] Peter Dyballa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.