RE: Its about you - what about a github based wiki ? - demo ready

2013-05-06 Thread John Beckett
Christian Brabandt wrote:
 Well, there is wikipediafs¹, but this project seems dead and
 I couldn't convince it to either mount the wikipedia.org nor
 vim.wikia. So I would say, it doesn't seem to be working currently.

 ¹) http://wikipediafs.sourceforge.net/

I played with that a few years ago. I forget exactly what the
problems were, but it was not usable. I think the main issue was
that it was too easy to write to the wiki (if you do anything in
Vim which writes the file, it gets written to the wiki). You
really need to preview stuff because it is easy to mess up the
simplest markup system.

I also tried a couple of the edit with Vim schemes which
invoke Vim when a web browser opens an edit window. I found them
too klunky. Most of my wiki editing does occur in Vim, but I
prefer to just copy/paste between a running Vim and the browser
edit window.

John

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Feedback on color scheme

2013-05-06 Thread Gabor Urban
Hi,

I have uploaded my color schame to the vim site, named dubs-scheme. You may
find it at the link: http://www.vim.org/scripts/script.php?script_id=4468

I see that three users gave it a bad karma, but I would like to have some
feedback.

I would like to now your oppinion about it, for I plan to do some changes
and improvements in the next future. I hope to make it before the summer
holidays. Should I start a discussion on vim wiki?

Thanks for any information

Gabor Urban

-- 
Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Feedback on color scheme

2013-05-06 Thread Marcin Szamotulski
On 12:25 Mon 06 May , Gabor Urban wrote:
 Hi,
 
 I have uploaded my color schame to the vim site, named dubs-scheme. You may
 find it at the link: http://www.vim.org/scripts/script.php?script_id=4468
 
 I see that three users gave it a bad karma, but I would like to have some
 feedback.
 
 I would like to now your oppinion about it, for I plan to do some changes
 and improvements in the next future. I hope to make it before the summer
 holidays. Should I start a discussion on vim wiki?
 
 Thanks for any information
 
 Gabor Urban
 
 -- 
 Linux is like a wigwam: no Gates, no Windows and an Apache inside.
 
 -- 
 -- 
 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
 
 --- 
 You received this message because you are subscribed to the Google Groups 
 vim_use group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to vim_use+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 

The small issue I had (on Linux) is that I had to change the line ending
to unix style ones.  Using unix file format for vim scripting (even on
Windows) is to use Unix type new lines (checkout ':help script', and then
search for fileformat; also ':help :source_crnl').  Running

:e ff=unix

solves the issue.  The color schemes is a quite personal setting so
don't worry about negative karma points too much.  Colorscheme which
I love the most is not that popular either.  Your colorscheme supports
only the default syntax, there are many other syntax groups defined by
different filetypes which can make the user experience much nicer.

Best regards,
and have fun with Vim
Marcin

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




can't use vimrc

2013-05-06 Thread skyworld
Hi experts,

my system administrator has changed original gvim path from /usr/bin/gvim to 
/grid/common/bin/gvim. In this case, I found I can't load my setup file which 
locates at ~/.vimrc. Every time when I launch gvim, a default setup for gvim 
was load which annoy me much. Can anybody help me to find how to load my 
original setup? thanks.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: can't use vimrc

2013-05-06 Thread Marc Weber
Excerpts from skyworld's message of Tue May 07 04:02:00 +0200 2013:
 Hi experts,
 
 my system administrator has changed original gvim path from
 /usr/bin/gvim to /grid/common/bin/gvim. In this case, I found I can't
 load my setup file which locates at ~/.vimrc.

the location of the :h VIMRUNTIME files should not change behaviour of
your ~/.vimrc (which should be sourced always). Check which gvim/vim is
actually beeing used, maybe its nvi, not vim.
type gvim in bash should tell you whether gvim is a path (the one you
want), an alias or a function.

Marc Weber

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: can't use vimrc

2013-05-06 Thread skyworld
在 2013年5月7日星期二UTC+8上午10时09分51秒,MarcWeber写道:
 Excerpts from skyworld's message of Tue May 07 04:02:00 +0200 2013:
 
  Hi experts,
 
  
 
  my system administrator has changed original gvim path from
 
  /usr/bin/gvim to /grid/common/bin/gvim. In this case, I found I can't
 
  load my setup file which locates at ~/.vimrc.
 
 
 
 the location of the :h VIMRUNTIME files should not change behaviour of
 
 your ~/.vimrc (which should be sourced always). Check which gvim/vim is
 
 actually beeing used, maybe its nvi, not vim.
 
 type gvim in bash should tell you whether gvim is a path (the one you
 
 want), an alias or a function.
 
 
 
 Marc Weber

Hi Marc,

thanks for your kind reply. I checked my path and found both are real, not 
path. And I found /usr/bin/gvim is version 7.0 while /grid/common/bin/gvim is 
version 7.1. I guess maybe gvim 7.1 also load my .vimrc, but because they are 
different versions, so there is some difference when they show text on display, 
for example, they show different font. Does I understand this right? thanks.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: can't use vimrc

2013-05-06 Thread Marc Weber
 thanks for your kind reply. I checked my path and found both are
 real, not path. And I found /usr/bin/gvim is version 7.0 while
 /grid/common/bin/gvim is version 7.1. I guess maybe gvim 7.1 also load
 my .vimrc, but because they are different versions, so there is some
 difference when they show text on display, for example, they show
 different font. Does I understand this right? thanks.

vim 7.3 is current. Whether 7.1 behaves other than 7.0 in your use case
- I don't know. Just try it - there is not that much which can go wrong:

VIMRUNTIME=/grid/common/share/vim/vim71 bin/gvim

Verify that the vim71 path exists, otherwise try to locate it.
vs /usr/bin/gvim (I guess this picks up the right VIMRUNTIME on its own)

Howover this all is probably not related to the .vimrc issue.

You can define such an alias in your .bashrc or .bash_profile file:

alias gvim=path-to-gvim -u ~/.vimrc

If gvim still doesn't load your .vimrc then I don't know how to help.

How to compare fonts in gvim?

:echo guifont

Copy paste this into your .gvimrc to hardcode it. Select other font by dialog 
this way: :set guifont=*

Marc Weber

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: can't use vimrc

2013-05-06 Thread skyworld
在 2013年5月7日星期二UTC+8上午10时24分22秒,MarcWeber写道:
  thanks for your kind reply. I checked my path and found both are
 
  real, not path. And I found /usr/bin/gvim is version 7.0 while
 
  /grid/common/bin/gvim is version 7.1. I guess maybe gvim 7.1 also load
 
  my .vimrc, but because they are different versions, so there is some
 
  difference when they show text on display, for example, they show
 
  different font. Does I understand this right? thanks.
 
 
 
 vim 7.3 is current. Whether 7.1 behaves other than 7.0 in your use case
 
 - I don't know. Just try it - there is not that much which can go wrong:
 
 
 
 VIMRUNTIME=/grid/common/share/vim/vim71 bin/gvim
 
 
 
 Verify that the vim71 path exists, otherwise try to locate it.
 
 vs /usr/bin/gvim (I guess this picks up the right VIMRUNTIME on its own)
 
 
 
 Howover this all is probably not related to the .vimrc issue.
 
 
 
 You can define such an alias in your .bashrc or .bash_profile file:
 
 
 
 alias gvim=path-to-gvim -u ~/.vimrc
 
 
 
 If gvim still doesn't load your .vimrc then I don't know how to help.
 
 
 
 How to compare fonts in gvim?
 
 
 
 :echo guifont
 
 
 
 Copy paste this into your .gvimrc to hardcode it. Select other font by dialog 
 this way: :set guifont=*
 
 
 
 Marc Weber

Hi Marc,

let me ask a new question: I found my gvim 7.0 use font San/Regular/size 12 
but I can't find this font in gvim 7.1. How can I copy this font library from 
gvim7.0 and install it to gvim7.1? thanks.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.