GNU bug report logs - #12842
24.2.50; ansi-term does not recognize escape sequence

Previous Next

Package: emacs;

Reported by: Marcelo Lacerda <marceloslacerda <at> gmail.com>

Date: Fri, 9 Nov 2012 16:57:02 UTC

Severity: important

Found in version 24.2.50

Fixed in version 24.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 12842 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Marcelo Lacerda <marceloslacerda <at> gmail.com>
Cc: 12842 <at> debbugs.gnu.org
Subject: Re: bug#12842: 24.2.50; ansi-term does not recognize escape sequence
Date: Fri, 09 Nov 2012 14:45:04 -0500
I suppose this change will bring back the traditional ansi-term
behaviour. The other option is to remove this term-set-escape-char call
altogether (then we get the same bug report from someone used to the C-x
binding).

*** lisp/term.el	2012-09-27 07:05:37 +0000
--- lisp/term.el	2012-11-09 19:41:36 +0000
***************
*** 4180,4186 ****
    ;; your mileage may definitely vary, maybe it's better to put this in your
    ;; .emacs ...
  
!   (term-set-escape-char ?\C-x)
  
    (switch-to-buffer term-ansi-buffer-name))
  
--- 4180,4187 ----
    ;; your mileage may definitely vary, maybe it's better to put this in your
    ;; .emacs ...
  
!   (let (term-escape-char)
!     (term-set-escape-char ?\C-x))
  
    (switch-to-buffer term-ansi-buffer-name))




This bug report was last modified 12 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.