all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* M-x term in char mode issue
@ 2008-09-16 21:13 Francis Moreau
  0 siblings, 0 replies; 2+ messages in thread
From: Francis Moreau @ 2008-09-16 21:13 UTC (permalink / raw)
  To: gnu-emacs-help

Hello,

I'm still struggling with the term mode.

According to info on term mode, In char mode, each character
is sent directly to the inferior subshell, except for the Term escape
character, normally `C-c'.

However if I type "C-xC-e" in char mode, emacs runs the command
eval-last-sexp. Could anybody tell me why ?

In line mode, doing in my .emacs:

(defun my-term-mode-hook ()
  (define-key term-mode-map "\C-x\C-e" nil))
(add-hook 'term-mode-hook 'my-term-mode-hook)

"C-xC-e" still runs eval-last-sexp.

Confusing...
-- 
Francis




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-17 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.19382.1221599646.18990.help-gnu-emacs@gnu.org>
2008-09-17 23:12 ` M-x term in char mode issue Xah
2008-09-16 21:13 Francis Moreau

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.