[Clfswm-devel] Dead keys in REPL

Philippe Brochard pbrochard at common-lisp.net
Fri Apr 18 23:46:32 UTC 2014


Eduardo Bellani writes:

> Hello.
>
Hello,

> I'm trying to use the REPL that comes along with CLFSWM, but I'm
> finding that:
>
> * I can't figure out how to paste text in it.
>
This is not implemented yet.

> * I can't type dead keys in it.
>
CLFSWM doesn't support unicode and is limited to standard characters (a
limited set of 96 characters).


> Because of that, I cannot for my life eval this line:
>
> (undefine-main-key ("b" :mod-1)) ;; Frees it for emacs backward-word
>
> Can somebody shed some light on this?
>
I think this line had to be in your configuration file. Something like
this:

--------------------------------------------------
(defun local-binding ()
  (undefine-main-key ("b" :mod-1))) ;; Frees it for emacs backward-word

(add-hook *binding-hook* 'local-binding)
--------------------------------------------------

> Thanks.
>
Cheer,

Philippe




More information about the clfswm-devel mailing list