emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read a reply from the terminal


From: Johan Bockgård
Subject: Re: read a reply from the terminal
Date: Sun, 15 Jul 2007 00:16:00 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

Is there a way to make Emacs always interpret ^G as a normal
character?

Here's an illustration of the problem:

    emacs -nw -Q

In *scratch*, press C-j after

     (read-key-sequence "Paste: ")

Assuming that the X selection contains the characters `a b c ^G 1 2
3', a <middle-click> produces

    "^G"
    123

"abc" are lost.

(The same thing happens with responses to send-string-to-terminal.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]