emacs-devel
[Top][All Lists]
Advanced

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

Re: Best way to intercept terminal escape sequences?


From: Stefan Monnier
Subject: Re: Best way to intercept terminal escape sequences?
Date: Sat, 28 Aug 2010 01:50:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> You should set it to raw-text, do your mouse code preprocessing, and
> afterwards decode the remainder using the intended coding system.

I'm not sure when this decoding takes place nowadays (it used to be
performed in key-translation-map, which was too late), but if it's done
very early as I suspect, changing keyboard-coding-system might not have
any effect because the translation might have taken place already.


        Stefan




reply via email to

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