zsh-workers
 help / color / mirror / code / Atom feed
* Missing options in Unix/_metaflac
@ 2008-01-03  9:04 DervishD
  2008-01-04  0:25 ` Clint Adams
  0 siblings, 1 reply; 3+ messages in thread
From: DervishD @ 2008-01-03  9:04 UTC (permalink / raw)
  To: Zsh Workers

Hi all :)

The completion file for "metaflac" in Zsh 4.3.4 as shipped with Ubuntu
Gutsy lacks a couple of options and doesn't complete filenames if those
missing options are given in the command line.

The options I've noticed are "--no-utf8-convert" and "--list". Since I
don't know who maintains the file I've decided to post the problem here.
I don't know if just adding the options to the lists already present in
the _metaflac file will do the job :??

Thanks :)

Raúl Núñez de Arenas Coronado
-- 
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!
We are waiting for 13 Feb 2009 23:31:30 +0000 ...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Missing options in Unix/_metaflac
  2008-01-03  9:04 Missing options in Unix/_metaflac DervishD
@ 2008-01-04  0:25 ` Clint Adams
  2008-01-04  6:58   ` DervishD
  0 siblings, 1 reply; 3+ messages in thread
From: Clint Adams @ 2008-01-04  0:25 UTC (permalink / raw)
  To: Zsh Workers

On Thu, Jan 03, 2008 at 10:04:37AM +0100, DervishD wrote:
> The options I've noticed are "--no-utf8-convert" and "--list". Since I
> don't know who maintains the file I've decided to post the problem here.
> I don't know if just adding the options to the lists already present in
> the _metaflac file will do the job :??

Yes.  Looks like a bunch of others are missing too.

Index: Completion/Unix/Command/_metaflac
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_metaflac,v
retrieving revision 1.1
diff -u -r1.1 _metaflac
--- Completion/Unix/Command/_metaflac	18 Jul 2006 03:59:44 -0000	1.1
+++ Completion/Unix/Command/_metaflac	4 Jan 2008 00:21:27 -0000
@@ -9,6 +9,7 @@
     '--preserve-modtime' 
     '--with-filename[prefix output with filename]' 
     '--no-filename' 
+    '--no-utf8-convert'
     '--dont-use-padding[always rewrite the file]' 
 )
 _metaflac_shorts=(
@@ -41,6 +42,7 @@
     '--block-type=:: '
     '--except-block-type=:: '
     '--application-data-format=:: '
+    '--list'
     '--remove'
     '--remove-all'
     '--merge-padding'


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Missing options in Unix/_metaflac
  2008-01-04  0:25 ` Clint Adams
@ 2008-01-04  6:58   ` DervishD
  0 siblings, 0 replies; 3+ messages in thread
From: DervishD @ 2008-01-04  6:58 UTC (permalink / raw)
  To: Zsh Workers

Hi Clint :)

* Clint Adams <clint@zsh.org> dixit:
> On Thu, Jan 03, 2008 at 10:04:37AM +0100, DervishD wrote:
> > The options I've noticed are "--no-utf8-convert" and "--list". Since I
> > don't know who maintains the file I've decided to post the problem here.
> > I don't know if just adding the options to the lists already present in
> > the _metaflac file will do the job :??
> 
> Yes.  Looks like a bunch of others are missing too.

Well, knowing that just adding to the array will do, I can fix that
myself and post the patches here.

Thanks a lot :)))

Raúl Núñez de Arenas Coronado
-- 
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!
We are waiting for 13 Feb 2009 23:31:30 +0000 ...


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-04  6:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-03  9:04 Missing options in Unix/_metaflac DervishD
2008-01-04  0:25 ` Clint Adams
2008-01-04  6:58   ` DervishD

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).