introduction + first question that will set the tone for me

2013-05-19 Thread Yuma Antoine Decaux
Hi all, As per the subject, i have a simple question, before i go on and try to work VIM out. Is this potentially accessible to blind users? I've been more and more nudged towards using command line only at UNI as all GUI oriented applications are either horribly slow or unusable with a screen

Re: introduction + first question that will set the tone for me

2013-05-19 Thread Steven Michalske
Hello, I have blind co-workers that program. I will make an effort to ask them their preferred coding environment. Steve On May 18, 2013, at 11:59 PM, Yuma Antoine Decaux jamy...@gmail.com wrote: Hi all, As per the subject, i have a simple question, before i go on and try to work VIM

Re: make distclean fails to remove src/config.cache

2013-05-19 Thread Bram Moolenaar
Doing 'make distclean' doesn't remove src/config.cache. Shouldn't it? I went to compare this to the BramVim repo, but found that the BramVim repo's ./configure script never even creates src/config.cache in the first place. If I forget to do the export CC=clang bit before ./configuring on

Re: make distclean fails to remove src/config.cache

2013-05-19 Thread dv1445
Bram Moolenaar wrote: Doing 'make distclean' doesn't remove src/config.cache. Shouldn't it? I went to compare this to the BramVim repo, but found that the BramVim repo's ./configure script never even creates src/config.cache in the first place. If I forget to do the export

Re: using % inside quotes ( ) - e.g. ':call ScreenShellSend(echo %:p)'

2013-05-19 Thread peiman khosravi
Here is the solution: :call ScreenShellSend(printf('echo %s', expand(%:p))) *www.peimankhosravi.co.uk* || Subscribe to RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss *To receive emails about upcoming concerts visit this pagehttp://spectralkimia.wordpress.com/ enter your email address in

Re: introduction + first question that will set the tone for me

2013-05-19 Thread Yuma Antoine Decaux
Hi Steven, That would be very well appreciated. There are no other blind programming students here at uni so no-one really knows how to go about certain obstacles i'm encountering, and some knowledge of best practice methods on a screen reader would really help me advance in my courses. Best