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

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

Re: Novice question: my add-hook binding for c-mode doesnt work :(


From: Thien-Thi Nguyen
Subject: Re: Novice question: my add-hook binding for c-mode doesnt work :(
Date: Thu, 01 Dec 2005 17:18:16 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Kpoxman (sent by Nabble.com)" <lists@nabble.com> writes:

> Please advise me what is the problem and how to solve it.

the problem may be that:               (kbd "M-o")
does not return the "expected" value:  [239]

put the expression into *scratch* and type `C-j' after the close-paren
to see for yourself.  fwiw, on my computer i see [134217839].  you can
try "\M-o" instead of "M-o" (note backslash).

thi


reply via email to

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