Penguin

Differences between current version and previous revision of TabStops.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 15 Last edited on Sunday, July 23, 2006 11:09:28 pm by AristotlePagaltzis
Older page: version 14 Last edited on Sunday, July 23, 2006 9:13:41 pm by DanielLawson Revert
@@ -5,9 +5,9 @@
 !! But vim/emacs support mode lines so you can see which tab width you use! 
  
 Except: 
 * They don't agree on the syntax, so you need two sets of modelines, one for each application. 
-* <tt>grep</tt>/<tt>patch</tt>/<tt>diff</tt>/<tt>sed</tt>/<tt>lpr</tt>/</ tt>less</tt> don't read modelines. 
+* <tt>grep</tt>/<tt>patch</tt>/<tt>diff</tt>/<tt>sed</tt>/<tt>lpr</tt>/<tt>less</tt> don't read modelines. 
  
 !! You can run things through a preprocessor to convert tabs to the correct number of spaces! 
  
 A converted diff does not apply as a proper patch anymore. A converted MakeFile bombs out due to a "missing delimiter". A converted <tt>sendmail.cf</tt> means no mail is delivered.