Question regarding evil mode in emacs and xcscope.el
Michael Markert
markert.michael at googlemail.com
Fri Sep 14 12:36:43 CEST 2012
On Fri, Sep 14 2012 (04:26), Maindoor <sanjeevfiles at yahoo.com> wrote:
> I'd like to start the xcscope results window in insert mode
> instead of the default normal mode. How do I do this ?
You've got the right function: `evil-set-initial-state'.
> None of the below works. Maybe I'm doing it wrong with
> the mode names. any suggestions ?
Yes, the mode name is the problem.
(evil-set-initial-state 'cscope-list-entry-mode 'insert)
should do it.
I'm certain you got error messages/backtraces with your approaches:
please add them the next time.
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/20120914/d580f265/attachment.pgp
More information about the implementations-list
mailing list