[Bash-completion-commits] ./current r1249: Add/compact *Emacs, vi and friends indentation etc settings.

Ville Skyttä ville.skytta at iki.fi
Wed Jan 14 20:17:14 UTC 2009


------------------------------------------------------------
revno: 1249
committer: Ville Skyttä <ville.skytta at iki.fi>
branch nick: current
timestamp: Wed 2009-01-14 22:17:14 +0200
message:
  Add/compact *Emacs, vi and friends indentation etc settings.
modified:
  bash_completion
  contrib/_subversion
  contrib/apache2ctl
  contrib/bitkeeper
  contrib/bittorrent
  contrib/cksfv
  contrib/clisp
  contrib/dsniff
  contrib/freeciv
  contrib/gcl
  contrib/gkrellm
  contrib/gnatmake
  contrib/gpg2
  contrib/harbour
  contrib/hg
  contrib/isql
  contrib/larch
  contrib/lilypond
  contrib/lisp
  contrib/lzma
  contrib/mailman
  contrib/mcrypt
  contrib/modules
  contrib/monodevelop
  contrib/mtx
  contrib/p4
  contrib/povray
  contrib/qdbus
  contrib/ri
  contrib/sbcl
  contrib/sitecopy
  contrib/snownews
  contrib/ssh
  contrib/svk
  contrib/unace
  contrib/unrar
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-01-13 22:00:38 +0000
+++ b/bash_completion	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 #   bash_completion - programmable completion functions for bash 3.x
 #		      (backwards compatible with bash 2.05b)
 #
@@ -9283,9 +9286,3 @@
 
 set $BASH_COMPLETION_ORIGINAL_V_VALUE
 unset BASH_COMPLETION_ORIGINAL_V_VALUE
-
-###  Local Variables:
-###  mode: shell-script
-###  sh-basic-offset: 8
-###  indent-tabs-mode: t
-###  End:

=== modified file 'contrib/_subversion'
--- a/contrib/_subversion	2009-01-12 19:27:36 +0000
+++ b/contrib/_subversion	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # svn completion
 #
 have svn &&

=== modified file 'contrib/apache2ctl'
--- a/contrib/apache2ctl	2008-09-27 10:28:09 +0000
+++ b/contrib/apache2ctl	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # apache2ctl(1) completion
 #
 have apache2ctl && {

=== modified file 'contrib/bitkeeper'
--- a/contrib/bitkeeper	2008-05-10 16:04:06 +0000
+++ b/contrib/bitkeeper	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # BitKeeper completion adapted from code by  Bart Trojanowski <bart at jukie.net>
 #
 # $Id: bitkeeper,v 1.2 2002/06/12 22:03:23 ianmacd Exp $
@@ -18,4 +21,3 @@
 	return 0
 }
 complete -F _bk bk
-

=== modified file 'contrib/bittorrent'
--- a/contrib/bittorrent	2008-05-10 16:04:06 +0000
+++ b/contrib/bittorrent	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # btdownloadheadless(1) completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: bittorrent,v 1.1 2004/10/14 08:53:25 ianmacd Exp $

=== modified file 'contrib/cksfv'
--- a/contrib/cksfv	2008-05-10 16:04:06 +0000
+++ b/contrib/cksfv	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # cksfv completion by Chris <xris at forevermore.net>
 #
 # $Id: cksfv,v 1.3 2004/03/30 22:39:11 ianmacd Exp $

=== modified file 'contrib/clisp'
--- a/contrib/clisp	2008-05-10 16:04:06 +0000
+++ b/contrib/clisp	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # bash brogrammable completion for various Common Lisp implementations by
 # Nikodemus Siivola <nikodemus at random-state.net>
 #

=== modified file 'contrib/dsniff'
--- a/contrib/dsniff	2008-05-10 16:04:06 +0000
+++ b/contrib/dsniff	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # dsniff util completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: dsniff,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/freeciv'
--- a/contrib/freeciv	2008-05-10 16:04:06 +0000
+++ b/contrib/freeciv	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # civserver completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: freeciv,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/gcl'
--- a/contrib/gcl	2008-05-10 16:04:06 +0000
+++ b/contrib/gcl	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # bash programmable completion for various Common Lisp implementations by
 # Nikodemus Siivola <nikodemus at random-state.net>
 #

=== modified file 'contrib/gkrellm'
--- a/contrib/gkrellm	2008-12-11 19:15:30 +0000
+++ b/contrib/gkrellm	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # gkrellm(1) completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: gkrellm,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/gnatmake'
--- a/contrib/gnatmake	2008-05-10 16:04:06 +0000
+++ b/contrib/gnatmake	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # Gnatmake completion by Ralf_Schroth at t-online.de (Ralf Schroth)
 #
 # $Id: gnatmake,v 1.1 2002/08/19 16:57:44 ianmacd Exp $

=== modified file 'contrib/gpg2'
--- a/contrib/gpg2	2008-09-27 10:25:19 +0000
+++ b/contrib/gpg2	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # gpg2(1) completion
 #
 have gpg2 && {

=== modified file 'contrib/harbour'
--- a/contrib/harbour	2003-12-31 07:22:37 +0000
+++ b/contrib/harbour	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # harbour completion by Dave Pearson <davep at davep.org>
 # http://www.harbour-project.org/
 #
@@ -5,4 +8,3 @@
 
 complete -f -X '!*.@([Pp][Rr][Gg]|[Cc][Ll][Pp])' harbour gharbour hbpp
 complete -f -X '!*.[Hh][Rr][Bb]' hbrun
-

=== modified file 'contrib/hg'
--- a/contrib/hg	2006-02-25 23:25:41 +0000
+++ b/contrib/hg	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # Mercurial completion by Alexis S. L. Carvalho <alexis at cecm.usp.br>
 #
 # See: http://www.selenic.com/pipermail/mercurial/2005-August/003378.html

=== modified file 'contrib/isql'
--- a/contrib/isql	2008-05-10 16:04:06 +0000
+++ b/contrib/isql	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # isql completion by Victor Bogado da Silva Lins <victor at bogado.net>
 #
 # $Id: isql,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/larch'
--- a/contrib/larch	2008-05-10 16:04:06 +0000
+++ b/contrib/larch	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # larch(1) completion by Alex Shinn <foof at synthcode.com>
 #
 # $Id: larch,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/lilypond'
--- a/contrib/lilypond	2003-12-31 07:22:37 +0000
+++ b/contrib/lilypond	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # lilypond completion by Laurent Martelli <laurent at bearteam.org>
 #
 # $Id: lilypond,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/lisp'
--- a/contrib/lisp	2008-05-10 16:04:06 +0000
+++ b/contrib/lisp	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # bash programmable completion for various Common Lisp implementations by
 # Nikodemus Siivola <nikodemus at random-state.net>
 #

=== modified file 'contrib/lzma'
--- a/contrib/lzma	2009-01-13 18:45:07 +0000
+++ b/contrib/lzma	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # lzma(1) completion
 #
 have lzma &&

=== modified file 'contrib/mailman'
--- a/contrib/mailman	2008-05-10 16:04:06 +0000
+++ b/contrib/mailman	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # Mailman completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: mailman,v 1.1 2004/03/30 23:05:34 ianmacd Exp $

=== modified file 'contrib/mcrypt'
--- a/contrib/mcrypt	2008-05-10 16:04:06 +0000
+++ b/contrib/mcrypt	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # mcrypt(1) completion by Ariel Fermani <the_end at bbs.frc.utn.edu.ar>
 #
 # $Id: mcrypt,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/modules'
--- a/contrib/modules	2008-05-10 16:04:06 +0000
+++ b/contrib/modules	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # module completion by Ted Stern <stern at cray.com>
 #
 # $Id: modules,v 1.2 2005/07/11 17:49:14 ianmacd Exp $
@@ -81,7 +84,3 @@
 }
 complete -o default -F _module module
 }
-# Local Variables:
-# mode:shell-script
-# sh-shell:bash
-# End:

=== modified file 'contrib/monodevelop'
--- a/contrib/monodevelop	2008-11-25 14:14:27 +0000
+++ b/contrib/monodevelop	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # Monodevelop completion
 #
 have monodevelop &&

=== modified file 'contrib/mtx'
--- a/contrib/mtx	2008-05-10 16:04:06 +0000
+++ b/contrib/mtx	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # mtx completion by Jon Middleton <jjm at ixtab.org.uk>
 #
 # $Id: mtx,v 1.1 2004/01/01 00:54:41 ianmacd Exp $

=== modified file 'contrib/p4'
--- a/contrib/p4	2008-05-10 16:04:06 +0000
+++ b/contrib/p4	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # Perforce completion by Frank Cusack <frank at google.com>
 #
 # $Id: p4,v 1.3 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/povray'
--- a/contrib/povray	2008-05-10 16:04:06 +0000
+++ b/contrib/povray	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # povray completion by "David Necas (Yeti)" <yeti at physics.muni.cz>
 #
 # $Id: povray,v 1.2 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/qdbus'
--- a/contrib/qdbus	2008-11-25 11:10:55 +0000
+++ b/contrib/qdbus	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # Qt qdbus completion
 #
 have qdbus &&

=== modified file 'contrib/ri'
--- a/contrib/ri	2008-05-10 16:04:06 +0000
+++ b/contrib/ri	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # ri completion for Ruby documentation by Ian Macdonald <ian at caliban.org>
 #
 # $Id: ri,v 1.8 2006/02/25 14:25:59 ianmacd Exp $

=== modified file 'contrib/sbcl'
--- a/contrib/sbcl	2008-05-10 16:04:06 +0000
+++ b/contrib/sbcl	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # bash programmable completion for various Common Lisp implementations by
 # Nikodemus Siivola <nikodemus at random-state.net>
 #

=== modified file 'contrib/sitecopy'
--- a/contrib/sitecopy	2008-05-10 16:04:06 +0000
+++ b/contrib/sitecopy	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # sitecopy(1) completion
 # Copyright 2003 Eelco Lempsink <eelcolempsink at gmx.net>
 # License: GNU GPL v2 or later

=== modified file 'contrib/snownews'
--- a/contrib/snownews	2008-05-10 16:04:06 +0000
+++ b/contrib/snownews	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # snownews completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: snownews,v 1.2 2005/01/03 03:00:44 ianmacd Exp $

=== modified file 'contrib/ssh'
--- a/contrib/ssh	2008-11-08 08:45:31 +0000
+++ b/contrib/ssh	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # ssh(1) completion
 #
 have ssh && {

=== modified file 'contrib/svk'
--- a/contrib/svk	2008-05-10 16:04:06 +0000
+++ b/contrib/svk	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # svk completion by Guillaume Rousse <guillomovitch at zarb.org>
 #
 # $Id: svk,v 1.1 2006/03/01 10:45:03 ianmacd Exp $

=== modified file 'contrib/unace'
--- a/contrib/unace	2008-05-10 16:04:06 +0000
+++ b/contrib/unace	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # unace(1) completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: unace,v 1.3 2003/12/31 08:22:37 ianmacd Exp $

=== modified file 'contrib/unrar'
--- a/contrib/unrar	2008-05-10 16:04:06 +0000
+++ b/contrib/unrar	2009-01-14 20:17:14 +0000
@@ -1,3 +1,6 @@
+# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
+# ex: ts=8 sw=8 et filetype=sh
+#
 # unrar(1) completion by Guillaume Rousse <rousse at ccr.jussieu.fr>
 #
 # $Id: unrar,v 1.4 2004/07/05 23:37:47 ianmacd Exp $



More information about the Bash-completion-commits mailing list