Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18852 - addition/modification to profile.d/tcsh-complete
Summary: addition/modification to profile.d/tcsh-complete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 07:16 UTC by david
Modified: 2005-09-30 12:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description david 2003-04-06 07:16:24 UTC
kinda trivial but really drove me nuts until I realised how to fix it.
gv (and ghostview) is set to only autocomplete to *.ps, *.pdf as well would be
really useful

Reproducible: Always
Steps to Reproduce:
touch blah.pdf
gv bl[tab]
Actual Results:  
nothing

Expected Results:  
autocomplete to 'gv blah.pdf'

my fix...

459,460c459,460
<     complete ghostview        'p/*/f:*.ps/'
<     complete gv               'p/*/f:*.ps/'
---
>     complete ghostview        'p/*/f:*.{ps,pdf}/'
>     complete gv               'p/*/f:*.{ps,pdf}/'



*  app-shells/tcsh
      Latest version available: 6.12-r2
      Latest version installed: 6.12-r2
      Size of downloaded files: 804 kB
      Homepage:    http://www.tcsh.org/
      Description: Enhanced version of the Berkeley C shell (csh)


Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(tm) XP
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Lin
ux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
g /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb:/usr/kde/3.1/share/config:/usr/
share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/:/usr/share/c
onfig"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm arts avi crypt cups encode gif jpeg kde gnome libg++ mikm
od mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gd
bm berkdb slang readline tetex bonobo svga tcltk java guile X sdl gpm tcpd pam l
ibwww ssl perl python esd imlib oggvorbis gtk qt motif opengl mozilla"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Fabian Groffen gentoo-dev 2005-09-27 11:42:29 UTC
note to self: done
Comment 2 Fabian Groffen gentoo-dev 2005-09-30 12:34:47 UTC
Fixed in 6.14-r1