Thursday, September 6, 2012

Re: who install verilog_emacsauto.vim? help me

On Thursday, September 6, 2012 1:49:38 AM UTC-5, jun wang wrote:
> Hi:
>          I can't install verilog_emacsauto.vim.
>  
>          Who can help me?

What problems did you run into?

I assume you are talking about the script at http://www.vim.org/scripts/script.php?script_id=1875. If this is the case, looking at only the documentation on the page, I can tell that you will need:

1. In your .vimrc, you need "filetype plugin on" at a minimum. "filetype plugin indent on" will also work.
2. On Unix-like systems, a ~/.vim/ftplugin directory and a ~/elisp directory. On Windows, a $HOME/vimfiles/ftplugin directory and a $HOME/elisp directory. HOME can either be set as an environment variable outside of Vim, or you can use whatever Vim calculates it to be. Ask Vim where it is by doing ":echo $HOME" within Vim.
3. The script downloaded from the link above, placed in the correct ftplugin directory for your system.
4. The verilog-mode.el script mentioned in the link above, downloaded from the link on that page and placed in the appropriate elisp directory for your system.
5. Edit a file which Vim detects as the verilog filetype, or set the filetype manually to verilog.

If you do not have all these things in place, please try them now. If you try them and still have problems, come back with a specific sequence of steps you tried and what happened, and what you expected to happen.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: