[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 0271e15695518580b3540c3146bdba6922254cb5

Ville Skyttä ville.skytta at iki.fi
Tue Mar 23 22:34:02 UTC 2010


The following commit has been merged in the master branch:
commit 0271e15695518580b3540c3146bdba6922254cb5
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Mar 24 00:33:42 2010 +0200

    Do basic text editor completion with xemacs, sxemacs, kate, and kwrite.

diff --git a/CHANGES b/CHANGES
index 3845158..521a052 100644
--- a/CHANGES
+++ b/CHANGES
@@ -57,6 +57,7 @@ bash-completion (2.x)
     and Epiphany.
   * Do basic diff/patch completion with cdiff and kompare.
   * Don't install mock completion by default, it's in upstream mock > 1.1.0.
+  * Do basic text editor completion with xemacs, sxemacs, kate, and kwrite.
 
   [ Freddy Vulto ]
   * Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)
diff --git a/bash_completion b/bash_completion
index f7b7a38..f33a091 100644
--- a/bash_completion
+++ b/bash_completion
@@ -102,7 +102,7 @@ complete -f -X '!*.fig' xfig
 complete -f -X '!*.@(mid?(i)|MID?(I)|cmf|CMF)' playmidi
 complete -f -X '!*.@(mid?(i)|MID?(I)|rmi|RMI|rcp|RCP|[gr]36|[GR]36|g18|G18|mod|MOD|xm|XM|it|IT|x3m|X3M|s[3t]m|S[3T]M|kar|KAR)' timidity
 complete -f -X '!*.@(m[eo]d|M[EO]D|s[3t]m|S[3T]M|xm|XM|it|IT)' modplugplay
-complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' vi vim gvim rvim view rview rgvim rgview gview emacs
+complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' vi vim gvim rvim view rview rgvim rgview gview emacs xemacs sxemacs kate kwrite
 complete -f -X '!*.@([eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR])' wine
 complete -f -X '!*.@(zip|ZIP|z|Z|gz|GZ|tgz|TGZ)' bzme
 # konqueror not here on purpose, it's more than a web/html browser

-- 
bash-completion



More information about the Bash-completion-commits mailing list