bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] bash_completion: djvu for evince


From: Tobias Florek
Subject: [patch] bash_completion: djvu for evince
Date: Sun, 03 Dec 2006 18:47:46 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060918)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi devs,
evince can also open djvu-files.
attached is a unified patch to /etc/bash_completion against 3.1.5
(latest ubuntu release). if this is the wrong forum, i would appreciate,
if you could point me to the maintainers of bash_completion.

cheers,
~ibotty
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFcw3Cwy/BM+jXgqMRAhS7AJwJeuEAiLqGArFn0GeW4/SqWM0zJACcDp73
lFZIjPaW0QVq3qEX6noTwoQ=
=5ZrR
-----END PGP SIGNATURE-----
--- /etc/bash_completion        2006-12-03 18:37:03.331460840 +0100
+++ bash_completion.orig        2006-12-03 18:37:48.000000000 +0100
@@ -89,7 +89,7 @@
 complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi
 complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype kdvi dvipdf advi
 complete -f -X '!*.@(pdf|PDF)' acroread gpdf xpdf kpdf
-complete -f -X 
'!*.@(@(?(e)ps|?(E)PS)?(.gz|.GZ)|pdf|PDF|djvu|DJVU|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)'
 evince
+complete -f -X 
'!*.@(@(?(e)ps|?(E)PS)?(.gz|.GZ)|pdf|PDF|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)'
 evince
 complete -f -X '!*.@(?(e)ps|?(E)PS)' ps2pdf
 complete -f -X '!*.texi*' makeinfo texi2html
 complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex 
slitex jadetex pdfjadetex pdftex pdflatex texi2dvi

reply via email to

[Prev in Thread] Current Thread [Next in Thread]