[Bug 541556] Re: bash completion for lilypond doesn't complete directories

Peter Cordes peter at cordes.ca
Sun Nov 30 05:38:18 UTC 2014


works for me on trusty.  I don't have lilypond installed, but lilypond
completion is in the main bash_completion script now, so I can test it.


** Changed in: bash-completion (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/541556

Title:
  bash completion for lilypond doesn't complete directories

Status in bash-completion package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: bash-completion

  On Ubuntu 9.10, if my current directory is ~ and I have a file called ~/lily/test.ly and I type
  $ lilypond lil <TAB>
  then the directory "lily" is not completed.

  I can fix this problem by adding '-o dirnames' to
  /etc/bash_completion.d/lilypond, so that the complete file reads:

  # -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
  # ex: ts=8 sw=8 noet filetype=sh
  #
  # lilypond completion by Laurent Martelli <laurent at bearteam.org>

  complete -o dirnames -f -X '!*.ly' lilypond ly2dvi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/541556/+subscriptions



More information about the foundations-bugs mailing list