Re: new toolbar

2010-03-08 Thread Nicolas Aggelidis
On Mon, Mar 8, 2010 at 11:02 PM, epanda wrote: > Hi, > > I have relinked Gvim with an augmented height toolbar. > I know that the aim of vim is to ficus on text features but watch this > new look : > nice! here is the link: http://img21.imageshack.us/img21/7841/myvimtoolbar.jpg -- You received

Programming With Proportional Fonts?

2010-01-23 Thread Nicolas Aggelidis
have you seen this? http://developers.slashdot.org/story/10/01/17/0715219/Programming-With-Proportional-Fonts?from=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29 whats your opinion? is there anyway to use some proportional fonts ,like Lucida San

Re: Minimap in VIM ?

2009-11-16 Thread Nicolas Aggelidis
On Mon, Nov 16, 2009 at 12:10 AM, Tony Mechelynck wrote: > > Maybe Emacs does it, that doesn't mean we have to ape it. Emacs can host > a shell in a split-window, Bram has firmly set his foot down, and > mainline Vim shall never do that. Emacs may include everything and the > kitchen sink, Vim do

Re: Minimap in VIM ?

2009-10-19 Thread Nicolas Aggelidis
> Could we write a plugin ? I dont know the architecture of VIM if it > supports plugin or not !?! > > They have done it in Emacs ;) then we have to find a way : > http://www.emacswiki.org/emacs/MiniMap > wow! sublime minimap looks great! --~--~-~--~~~---~--~~ Yo

Re: python autocomplete

2009-08-26 Thread Nicolas Aggelidis
On Wed, Aug 26, 2009 at 4:38 AM, Kevin wrote: > > Ok, I was drifting around the  internet and saw this article: > > http://blog.fluther.com/blog/2008/10/17/django-vim/ > i 've followed the same guide, but i haven't managed to make it work under windows vista... although i can complete with succes

Re: Problem with minibuf explorer and project plugin

2009-08-21 Thread Nicolas Aggelidis
On Thu, Aug 20, 2009 at 6:09 PM, Alessandro Antonello wrote: > > Could you send the versions of MiniBufExplorer and Project plugins that you > are using? And, I forgot, your are running gVim on Windows, Linux or Mac? I > use both plugins for more than 3 years and never had a problem like that. I'm

Re: Problem with minibuf explorer and project plugin

2009-08-19 Thread Nicolas Aggelidis
sorry for the follow up. The settings in my vimrc concerning minibufexplorer are: let g:miniBufExplorerMoreThanOne=1 let g:miniBufExplUseSingleClick = 1 let g:miniBufExplModSelTarget = 1 let g:miniBufExplMapCTabSwitchBufs = 1 let python_highlight_all =1 let python_slow_sync = 1 --~--~-~-

Problem with minibuf explorer and project plugin

2009-08-19 Thread Nicolas Aggelidis
Hi vimmers, need your help again... among other plugins i use (since yesterday!) project and minibufexpl. I noticed that many times when i have opened some buffers and then i switch to project buffer and select another file, instead of having the minibufexpl bar update itself by adding a new ent

Re: weird plug in problem

2009-08-19 Thread Nicolas Aggelidis
thanks martin, you solved my problem! best regards, nicolas --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

weird plug in problem

2009-08-18 Thread Nicolas Aggelidis
hi vimmers, i have nerd commenter plug in installed. Today i tried installing Efficient python folding. After installing the folding plugin nerd stopped functioning correctly. Instead of commenting with #. it did /* ... */ any other python programmers with the same problem? anyway to sol

Re: Four vimrc questions: converting buffers to tabs, making buffers vertical, changing open start position and limiting empty lines

2009-08-05 Thread Nicolas Aggelidis
> > Is there a way to make Vim use only one open file buffer per GUI tab? > > For example, my Vim has GUI tabs enabled, so... > 1) I open Vim. > 2) I open a file; say, my vimrc. > 3) I go into normal mode (as opposed to INSERT mode), and pull up :help > 4) That tab now displays both my vimrc and h

Re: slightly OT: other diff programs

2009-07-20 Thread Nicolas Aggelidis
> diff/merge operation that Vim+diff.exe can't handle. I checked out the > home page for meld...it didn't look like there is a Windows version. > Anybody know better? I wouldn't mind giving it a shot. Hi Ben, i don't think there is a Windows version for meld... --~--~-~--~~-

Re: slightly OT: other diff programs

2009-07-19 Thread Nicolas Aggelidis
An interesting topic What diff application fellow vimmers use? i use vimdiff and sometimes meld or the integrated diff application of smartsvn... --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://w

Re: problem with file encodings and vimball

2009-07-19 Thread Nicolas Aggelidis
> Could be. What's the answer to > >        :verbose setglobal bomb? > > (with the question mark)? > i have the following in my .vimrc if has("multi_byte") if &termencoding == "" let &termencoding = &encoding endif set encoding=utf-8"Sets the character encoding used inside Vim. se

Re: problem with file encodings and vimball

2009-07-19 Thread Nicolas Aggelidis
> > As a first attempt, try (in a Vim with 'encoding' set to utf-8) > >        :args ~/vimfiles/doc/*.txt >        :argdo setlocal nobomb | update > > to remove all BOMs; then try > >        :helptags ~/vimfiles/doc > > again. Does it help? Thank you Tony, that did the trick. One little problem,

problem with file encodings and vimball

2009-07-19 Thread Nicolas Aggelidis
hi, when i try to install a vimball or do something like: :helptags $HOME\vimfiles\doc i get E670: Mix of file encodings within a language when i open the doc files i see that some are in utf8 others in latin1 and others utf8 with bom is there any way to deal with this problem? if eve

Re: vim and windows 7

2009-07-14 Thread Nicolas Aggelidis
On Tue, Jul 14, 2009 at 7:14 PM, George V. Reilly wrote: > > [Changed Subject line] > > I've been running Vim on the 64-bit version of Windows 7 for the last > few weeks without any problems. Feels just like it did on Vista, XP, > Server 2003, etc. > > The only thing that needs changing is that th

vim and windows vista

2009-07-14 Thread Nicolas Aggelidis
hi vimmers! i am interested in testing windows 7, so i am wondering if vim is compatible with them... best regards, nicolas --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -

Re: repos of binary vim (patched)

2009-06-13 Thread Nicolas Aggelidis
> The Cream project is currently nice enough to provide downloads for > up-to-date windows vim binaries that don't include the Cream runtime > changes. This can be used to get a recent vim patchlevel on windows > without needing to compile vim yourself. > > http://cream.sf.net/download.html > tha

repos of binary vim (patched)

2009-06-12 Thread Nicolas Aggelidis
hi to all, is it possible for someone to acquire a newer patched version of vim, without compiling? secondly, if i have to compile is it possible to use Microsoft's compiler and not cygwin-gcc? thanks in advance, nicolas --~--~-~--~~~---~--~~ You received this m

Re: changing modes with non-english language

2009-06-12 Thread Nicolas Aggelidis
> > Try > :h langmap > :h keymap > thanks if i understood correctly the help file i need langmap to map in normal mode, all greek letters to english ones. so i do set langmap=ΑA,ΒB,ΨC,ΔD,ΕE,ΦF,ΓG,ΗH,ΙI,ΞJ,ΚK,ΛL,ΜM,ΝN,ΟO,ΠP,QQ,ΡR, ΣS,ΤT,ΘU,ΩV,WW,ΧX,ΥY,ΖZ,αa,βb,ψc,δd,εe,φf,γg,ηh,ιi,ξj,κk,λl,μm,νn

changing modes with non-english language

2009-06-11 Thread Nicolas Aggelidis
hi vimers! i recently "discovered" the following problem: when all i use is English language then no problem switching between normal and insert mode... but when i am writing in Greek i loose the ability for normal mode editing without switching back to English for example: i am writing Gr

Re: omnicomplete and CSS

2009-05-26 Thread Nicolas Aggelidis
On Mon, May 25, 2009 at 11:32 AM, Simon Ruderich wrote: >> Matt your are probably right, but how can i see which plugin >> mapped the ? >> >> -nicolas > > :verbose map! > > Simon thank you Simon, for your tip! after some research it seems like the problem isn't caused by a bad mapping but by pl

Re: omnicomplete and CSS

2009-05-25 Thread Nicolas Aggelidis
On Mon, May 25, 2009 at 1:34 AM, Matt Wozniski wrote: > When you press , you should see it change from > -- INSERT -- > to > -- ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y) > If that's not what you're seeing, you may not be running vim 7, or you > may have :imap'ed to something else. > > ~Matt Thanks

Re: omnicomplete and CSS

2009-05-24 Thread Nicolas Aggelidis
On Sun, May 24, 2009 at 7:00 PM, Nicolas Aggelidis wrote: > hi guys i am trying to use omnicomplete with a css file, and it doesn't > work > > i followed instructions from here: > > http://amix.dk/blog/viewEntry/19021 > > specifically i added the following t

omnicomplete and CSS

2009-05-24 Thread Nicolas Aggelidis
hi guys i am trying to use omnicomplete with a css file, and it doesn't work i followed instructions from here: http://amix.dk/blog/viewEntry/19021 specifically i added the following to my vimrc autocmd FileType python set omnifunc=pythoncomplete#Complete autocmd FileType javascript set omn

Re: OS-agnostic path separator

2009-05-02 Thread Nicolas Aggelidis
Now i have the following code on my vimrc "for windows if has("win16") || has("win32") || has("win64") source $HOME/vimfiles/key_bindings.vim source $HOME/vimfiles/matchings.vim "for unix else source $HOME/.vim/key_bindings.vim source $HOME/.vim/matchings.vim

Re: OS-agnostic path separator

2009-05-01 Thread Nicolas Aggelidis
On Fri, May 1, 2009 at 9:39 PM, Matt Wozniski wrote: > This should work perfectly fine, both / and \ are recognized as path > separators on windows. you were right! i had renamed .vim file to _vim so this was the problem... --~--~-~--~~~---~--~~ You received this

OS-agnostic path separator

2009-05-01 Thread Nicolas Aggelidis
hi guys, in my vimrc i have lines that look like source $HOME/.vim/key_bindings.vim this works fine in unix, but fails in windows I know that i can change the direction of the slashes, but i want to maintain the same sources for both windows and linux... Is it possible to write source $HOM

setting vim tabline

2009-03-31 Thread Nicolas Aggelidis
hi to all the list! a fellow vimmer (from the list) has posted the following tabline for gvim [i don't recall if it was exactly the same]: function! VimTabLabel() let label = '' let bufnrlist = tabpagebuflist(v:lnum) " Add '+' if one of the buffers in the tab page is modified for bufnr in bu

Auto-complete in substitution

2009-02-02 Thread Nicolas Aggelidis
hi to all the list! I want to ask if it possible to have auto-complete feature with the substitute command Many times i want some long variable names, and i miss having the autocomplete a workaround would be to use a named register (or the default) but this requires that you copy stuff p

Re: open a file as readonly

2009-01-29 Thread Nicolas Aggelidis
thanks for the suggestions! best regards, nicolas --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Text Substitution

2009-01-28 Thread Nicolas Aggelidis
On Wed, Jan 28, 2009 at 5:20 PM, Brett Stahlman wrote: > There are any number of ways this could be done: perl, sed, awk, > etc... If I were going to do it entirely with Vim, I would create a hi bret, there is no need to do it entirely within VIMbut i am asking to find out the most efficient

Text Substitution

2009-01-28 Thread Nicolas Aggelidis
A lot of times the documentation of varius functions vary very little, so instead of copy-pasting alot of stuff , i thought to use a function (or maybe a placeholder) for this that will generate documentation dynamically. So what i want is to be able to take a file, and produce another one, by pr

Re: open a file as readonly

2009-01-28 Thread Nicolas Aggelidis
On Wed, Jan 28, 2009 at 4:02 PM, StarWing wrote: > > just :set nomodifiable thank you starwing! --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--

open a file as readonly

2009-01-28 Thread Nicolas Aggelidis
hi to all, sometimes i open some files to view their contents, in the same time i have open some other files that i edit... because alot of times the names are very similar, is there any way to mark a file temporarily {for the session} as readonly? thanks in advance for your time, nicolas --~-

Re: offtopic - readability in programing fonts

2009-01-28 Thread Nicolas Aggelidis
Saluton Raúl On Wed, Jan 28, 2009 at 12:28 PM, Raúl Núñez de Arenas Coronado wrote: > I must confess I will have a hard time choosing between my old Deja Vu > Sans, the Monaco and the Inconsolata! I think that currently Inconsolata > is the winner, although it looks VERY bad if rendered without

Re: offtopic - readability in programing fonts

2009-01-28 Thread Nicolas Aggelidis
On Tue, Jan 27, 2009 at 9:17 PM, fREW Schmidt wrote: > I use terminus in linux and consolas in windows, both around 8 or 10 in > size. > > And I love the InkPot colorscheme. It's not too dark or light. hi fREW, if you like consolas in windows, have you tried using inconsolata fonts on linux? T

Re: diff on buffers

2009-01-26 Thread Nicolas Aggelidis
On Fri, Jan 23, 2009 at 3:41 PM, Tim Chase wrote: > So there's something unspecified in your setup or initial > conditions that's causing it to fail (could you detail what > "didn't work" means? Which step didn't do what you expected?) > > -tim hi Tim, sorry for not answering earlier, but i did

Re: Color Schemes?

2009-01-26 Thread Nicolas Aggelidis
On Mon, Jan 26, 2009 at 8:19 AM, wrote: > Hi everyone, > > How do I add .vim color schemes to vim? > Hi, if you want to add a colorscheme you go to www.vim.org, find the one you like. Afterwards you download a .vim colorscheme file. Now you place this file on your home's directory .vim folder,

Re: Navigating complicated file hierarchies

2009-01-23 Thread Nicolas Aggelidis
> Hold your hats now, but Emacs users can do this. From Emacs they do > the equivalent of running :shell, then navigate to another directory > which becomes Emacs working directory. Now they can do the equivalent > of :e . > > Thanks! > -Per Thulin hi Per, i had the same need as you, and indeed

Re: diff on buffers

2009-01-23 Thread Nicolas Aggelidis
> Assuming those are the only two buffers you've got open: > > 1) :tabnew > 2) :vert all > 3) :windo diffthis thank you Tim for your help, unfortunately the method above, {the first you posted} didn't work... the other one worked like a charm... any ideas why the first didn't work? --~--~--

diff on buffers

2009-01-23 Thread Nicolas Aggelidis
hi to all, one "quick" question: let's say that i have 2 files on 2 tabs, is it possible to open a third tab and gvimdiff the other 2 tabs to rephrase it, is it possible to vimdiff on 2 already opened buffers on a third buffer... thanks in advance for your time, nicolas --~--~-

Re: Menu gone in gvim (guioptions)

2009-01-14 Thread Nicolas Aggelidis
i am sorry, but i didn't understand your issue. has your menu disappeared and you want it back? or you want it gone but it keeps reappearing? best regards, nicolas --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information,

Re: enable options based on variables

2009-01-12 Thread Nicolas Aggelidis
thank you all, you 've been really helpfull! now i do things like this: if !has("gui_running") colorscheme developer endif if has("gui_running") colorscheme desert endif also i use bash-IDE script(in linux and bsd), i do something like this: set sh=/bin/bash if (g:freebsd == 1)

enable options based on variables

2009-01-12 Thread Nicolas Aggelidis
hi, i use vim both at work and at home so i share configuration files between them. is there any way to enable some options based on the value of global variable? i.e. athome=1 if (athome=1) set cursorline else set nocursorline or if (athome=1) let g:LookupFile_DefaultCmd = ':LUTags'

Re: Remove *TeX leftovers

2009-01-06 Thread Nicolas Aggelidis
On Tue, Jan 6, 2009 at 2:45 AM, cflmish wrote: > > *TeX and Metapost processes leave various files behind > ( .log, .aux, .mpx, etc.) that are not needed once the source-and- > product files are satisfactory. These files clutter directories and > take time to delete. > > Many TeX oriented 'front

Re: Vim and Bash-scripts navigation

2009-01-05 Thread Nicolas Aggelidis
On Tue, Dec 23, 2008 at 7:56 PM, Marc Weber wrote: >> the problem is that i want to navigate quickly in those files [that >> may have 500-1000 lines]. From what >> i see in the exuberant ctags website >> [http://ctags.sourceforge.net/languages.html], bash isn't in the >> supported languages. > Wh

Re: Vim and Bash-scripts navigation

2008-12-23 Thread Nicolas Aggelidis
On Tue, Dec 23, 2008 at 3:25 PM, Anton Sharonov wrote: > >> i see in the exuberant ctags website >> [http://ctags.sourceforge.net/languages.html], bash isn't in >> the supported languages. > > #27 from the list of supported languages by ctags: > > Shell scripts (Bourne/Korn/Z) > > And since bash

Vim and Bash-scripts navigation

2008-12-23 Thread Nicolas Aggelidis
hi to all the list, i have a bunch of files that are full of bash functions i.e. function name-1() { #varius actions } function name-2() { #varius actions } ... ... ... function name-n() { #varius actions } the problem is that i want to navigate quickly in those files [t

Re: mksession doesn't work as expected

2008-12-19 Thread Nicolas Aggelidis
Thanks for all your help guys, Tony i think i have some questions regarding the use of the statuslinei will search a bit a more and then i will come back and ask! thanks -nicolas --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. Fo

Re: mksession doesn't work as expected

2008-12-18 Thread Nicolas Aggelidis
one more thing conserning sessions, i want to keep all the session files in a specific folder i.e. ~/sessions/session_name.vim is there any way to make vim save by default all sessions in the specific folder and load from this specific folder. so that i can do the following: mksession session_na

Re: mksession doesn't work as expected

2008-12-18 Thread Nicolas Aggelidis
Thank you guys for your answers! i think the problem is solved! amenu &simple.Enable\ autochdir :set autochdir amenu &simple.Disable\ autochdir :set noautochdir amenu &simple.autochdir\ Status :verbose set autochdir? i have added a menu so that i can disable and enable autochdir with buttons

mksession doesn't work as expected

2008-12-17 Thread Nicolas Aggelidis
hi to all the list, i have the following problem , and once again i need your help. i have the following configuration for sessions: set sessionoptions+=resize set sessionoptions+=slash set sessionoptions+=unix set sessionoptions+=winpos to save a session i do: mksession ~/sessions/session_nam

Re: tabline showing only the basename

2008-12-04 Thread Nicolas Aggelidis
Thank you guys, problem solved! --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

tabline showing only the basename

2008-12-03 Thread Nicolas Aggelidis
hi to all the list, is there any way to make the tabline of gvim display only the basename of the file and not its full name. i.e /large/path/to/a/file.c to be displayed like file.c because when you open a lot of tabs that are from different directories the tabline size is messed up... thanks

Re: vim and bash

2008-12-03 Thread Nicolas Aggelidis
thank you Cory! the "verbose set shell", saved my day! --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

vim and bash

2008-12-03 Thread Nicolas Aggelidis
hi guys, in vim when i try to do something like this: :!ls i get==>> cannot execute shell /usr/local/bin/bash which is logical since my bash is at /bin/bash. Is there anyway to point vim to the correct path? thanks in advance, nicolas --~--~-~--~~~---~--~~ You

Re: Introduce a PDF Viewer, and its behaviour like Vim

2008-11-20 Thread Nicolas Aggelidis
Excellent work! I am looking forward to see this project mature! I will test the reader this sunday. --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~