emacs-devel
[Top][All Lists]
Advanced

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

Re: Strange keymapp behavior: What am I missing?


From: T.V Raman
Subject: Re: Strange keymapp behavior: What am I missing?
Date: Mon, 25 Jul 2022 19:59:31 -0700

Thanks for that -- using symbol-value fixed it:-)



Phil Sainty writes:
 > In your loops you're passing a symbol to keymapp, not
 > an evaluated value.
 > 
 > > (keymapp outline-mode-prefix-map) T
 > 
 > whereas:
 > 
 > (keymapp 'outline-mode-prefix-map)
 > => nil

-- 

Thanks,

--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1  🦮

--

Thanks,

--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1  🦮



reply via email to

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