gnu-emacs-sources
[Top][All Lists]
Advanced

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

Re: cldoc.el 1.6 --- show Common Lisp operators' information in echo are


From: Helmut Eller
Subject: Re: cldoc.el 1.6 --- show Common Lisp operators' information in echo area
Date: Fri, 17 Sep 2004 08:09:23 GMT
User-agent: Gnus/5.110001 (No Gnus v0.1) Emacs/20.7 (gnu/linux)

Yuji Minejima <address@hidden> writes:

> To slime users, please tell me how to disable slime-space binding
> and restore the normal space binding cleanly. I'd like to write about
> it in the documentation.

SLIME is a minor mode with its own keymap. So

 (define-key slime-mode-map " " nil)

disables slime-space.

Helmut.


reply via email to

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