unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Francis Moreau" <francis.moro@gmail.com>
To: gnu-emacs-help@gnu.org
Subject: M-x term in char mode issue
Date: Tue, 16 Sep 2008 23:13:49 +0200	[thread overview]
Message-ID: <38b2ab8a0809161413w283aa577k71a08722eb287704@mail.gmail.com> (raw)

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




             reply	other threads:[~2008-09-16 21:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-16 21:13 Francis Moreau [this message]
     [not found] <mailman.19382.1221599646.18990.help-gnu-emacs@gnu.org>
2008-09-17 23:12 ` M-x term in char mode issue Xah

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38b2ab8a0809161413w283aa577k71a08722eb287704@mail.gmail.com \
    --to=francis.moro@gmail.com \
    --cc=gnu-emacs-help@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).