Giter Club home page Giter Club logo

Comments (4)

TheBB avatar TheBB commented on May 22, 2024

Original comment by York Zhao (Bitbucket: york, GitHub: york):


This works now. Thank you very much for the explanation.

from evil.

TheBB avatar TheBB commented on May 22, 2024

Original comment by Vegard Øye (Bitbucket: epsil, GitHub: epsil):


Ah, I see the problem. Should be fixed in commit bf2f858; I ran some quick tests with the dictionary library (installed with sudo apt-get install dictionary-el), and things seem to behave properly now.

The background for these newfangled bugs is that in order for Evil to work well with "meta-modes" like noweb-mode and MuMaMo (issue #33), Evil should be initialized only //once// in each buffer. Changing the major mode of the buffer should //not// re-initialize Evil. However, when Evil is initialized in a new buffer, the major mode may not have enabled yet (the buffer is still in fundamental-mode). So Evil needs to find a way to postpone parts of its initialization until //after// the buffer itself has been set up. In this case, the postponement was overridden by something else.

from evil.

TheBB avatar TheBB commented on May 22, 2024

Original comment by York Zhao (Bitbucket: york, GitHub: york):


This works much better now, for example, Info-mode now shows up in Motion State,
however, it's still not working in all the cases, an example being the
dictionary-mode, in my .emacs I have the following:

(setq evil-motion-state-modes
'(apropos-mode
Buffer-menu-mode
calendar-mode
command-history-mode
compilation-mode
help-mode
Info-mode
speedbar-mode
view-mode
undo-tree-visualizer-mode
;; These mode I want them to be in motion state
dictionary-mode
browse-kill-ring-mode))

(require 'evil)
(evil-mode 1)

I have confirmed that dictionary-mode' is in evil-motion-state-modes' by "C-h
v". But the problem is that dictionary-mode' still shows up in Normal State. In contrary, I have set browse-kill-ring-mode' to be in Motion State as well which
works correctly, that is, it shows up in Motion State. I have no idea why
browse-kill-ring-mode' works but not dictionary-mode'.

By the way, `dictionary-mode' always worked for me in Motion State.

I'm sorry for the format, but I don't know why the format gets changed and how to
keep the format as what I had entered.

from evil.

TheBB avatar TheBB commented on May 22, 2024

Original comment by Vegard Øye (Bitbucket: epsil, GitHub: epsil):


Should be fixed in commit 31ffed6.

from evil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.