evil-set-initial-state not working for several modes

Michael Markert markert.michael at googlemail.com
Wed Jan 11 15:39:47 CET 2012


On 11 Jan 2012, Alan Schmitt wrote:

> On 10 Jan 2012, at 8:09, Alan Schmitt wrote:
>
>> On 10 janv. 2012, at 03:11, Leo Alekseyev wrote:
>> Interestingly, I only have these two:

>> (evil-set-initial-state 'Deft-mode 'emacs)
>> (evil-set-initial-state 'Bselect-mode 'emacs)
>>
>> and they don't seem to work either.
>
> I found the cause of my problem: the names should not be
> capitalized. Is it really necessary to distinguish `Deft-mode` from
> `deft-mode` ?

Well:

ELISP> 'deft-mode
deft-mode
ELISP> (eq 'Deft-mode 'deft-mode)
nil

The reader is not case insensitive. And for sure: That's no evil issue.

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : https://lists.ourproject.org/pipermail/implementations-list/attachments/20120111/1b1f3189/attachment.pgp 


More information about the implementations-list mailing list