mailr2562 - in /1.2/docs: latex/develop.tex relax.pdf


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 15, 2006 - 06:49:
Author: bugman
Date: Fri Sep 15 06:27:15 2006
New Revision: 2562

URL: http://svn.gna.org/viewcvs/relax?rev=2562&view=rev
Log:
Modifications to the development chapter to point to the vimrc files for all 
operating systems.


Modified:
    1.2/docs/latex/develop.tex
    1.2/docs/relax.pdf

Modified: 1.2/docs/latex/develop.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/latex/develop.tex?rev=2562&r1=2561&r2=2562&view=diff
==============================================================================
--- 1.2/docs/latex/develop.tex (original)
+++ 1.2/docs/latex/develop.tex Fri Sep 15 06:27:15 2006
@@ -45,7 +45,7 @@
 \subsection{Indentation}
 
 \index{indentation|textbf}
-Indentation should be set to four spaces rather than a tab character.  This 
is the recommendation given in the python style guide found at 
\href{http://www.python.org/doc/essays/styleguide.html}{http://www.python.org/doc/essays/styleguide.html}.
  Emacs should automatically set the tabstop correctly.  For vi add the 
following lines to \texttt{`$\sim$/.vimrc'}:
+Indentation should be set to four spaces rather than a tab character.  This 
is the recommendation given in the python style guide found at 
\href{http://www.python.org/doc/essays/styleguide.html}{http://www.python.org/doc/essays/styleguide.html}.
  Emacs should automatically set the tabstop correctly.  For vi add the 
following lines to the \texttt{vimrc} file:
 
 \begin{exampleenv}
 set tabstop=4 \\
@@ -53,7 +53,7 @@
 set expandtab
 \end{exampleenv}
 
-Certain versions of vim, those within the 6.2 series, contain a bug where 
the tabstop value cannot be changed using the \texttt{`$\sim$/.vimrc'} file 
(although typing \texttt{`:set tabstop=4'} in vim will fix it).  One solution 
is to edit the file \texttt{`python.vim'} which on GNU/Linux systems is 
located in the path \texttt{`/usr/share/vim/ftplugin/'}.  It contains the two 
lines
+For UNIX systems, including Linux and Mac OS X, the \texttt{vimrc} file is 
\texttt{`$\sim$/.vimrc'} whereas in MS Windows the file is 
\texttt{`\$VIM/\_vimrc'} which is usually \texttt{`C:$\backslash$Program 
Files$\backslash$vim$\backslash$\_vimrc'}.  Certain versions of vim, those 
within the 6.2 series, contain a bug where the tabstop value cannot be 
changed using the \texttt{vimrc} file (although typing \texttt{`:set 
tabstop=4'} in vim will fix it).  One solution is to edit the file 
\texttt{`python.vim'} which on GNU/Linux systems is located in the path 
\texttt{`/usr/share/vim/ftplugin/'}.  It contains the two lines
 
 \begin{exampleenv}
 " Python always uses a `tabstop' of 8. \\

Modified: 1.2/docs/relax.pdf
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/relax.pdf?rev=2562&r1=2561&r2=2562&view=diff
==============================================================================
Binary files - no diff available.




Related Messages


Powered by MHonArc, Updated Fri Sep 15 07:00:09 2006