zsh-workers
 help / color / mirror / code / Atom feed
* Completion for firefox is incomplete
@ 2008-05-06 11:11 Vincent Lefevre
  2008-05-06 15:11 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Lefevre @ 2008-05-06 11:11 UTC (permalink / raw)
  To: zsh-workers

Hi,

With zsh-beta under Debian (4.3.6-dev-0+0428):

vin:~> firefox -[TAB]
Completing option
-CreateProfile                        -- specify: profile
-P                                    -- start with profile
-ProfileManager                       -- start with profile manager
-browser                              -- open browser window
-chrome                               -- load the specified chrome
-console                              -- start with debugging console
-contentLocale             -UILocale  -- specify: locale
-display                              -- specify: display
-edit                                 -- start with editor
-geometry                             -- specify: geometry
-height                               -- height of startup window
-help                      -h         -- output help message
-help                      -h         -- show usage message
-inspector                            -- start with DOM Inspector
-install-global-extension             -- install an extension
-jsconsole                            -- start with JavaScript Console
-new-tab                              -- load URL in new tab
-new-window                           -- load URL in new window
-no-remote                            -- run with multiple profiles
-profile                              -- specify profile file
-remote                               -- execute a command in an existing Mozilla
-version                   -v         -- show version
-version                   -v         -- show the version number and build date
-width                                -- width of startup window

but -safe-mode is missing. FYI, "firefox -help" gives:

Usage: /usr/lib/iceweasel/firefox-bin [ options ... ] [URL]
       where options include:

X11 options
        --display=DISPLAY               X display to use
        --sync          Make X calls synchronous
        --no-xshm               Don't use X shared memory extension
        --xim-preedit=STYLE
        --xim-status=STYLE
        --g-fatal-warnings              Make all warnings fatal

Mozilla options
        -height <value>         Set height of startup window to <value>.
        -h or -help             Print this message.
        -width <value>          Set width of startup window to <value>.
        -v or -version          Print Iceweasel version.
        -P <profile>            Start with <profile>.
        -ProfileManager         Start with Profile Manager.
        -UILocale <locale>              Start with <locale> resources as UI Locale.
        -contentLocale <locale>         Start with <locale> resources as content Locale.
        -safe-mode              Disables extensions and themes for this session.
  -jsconsole           Open the Error console.
  -browser            Open a browser window.
  -inspector <url>     Open the DOM inspector.
Usage: firefox [-flags] [<url>]

("-safe-mode" is listed -- note that not all options are present).

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


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

* Re: Completion for firefox is incomplete
  2008-05-06 11:11 Completion for firefox is incomplete Vincent Lefevre
@ 2008-05-06 15:11 ` Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2008-05-06 15:11 UTC (permalink / raw)
  To: zsh-workers

On Tue, May 06, 2008 at 01:11:52PM +0200, Vincent Lefevre wrote:
> but -safe-mode is missing. FYI, "firefox -help" gives:

Index: Completion/X/Command/_mozilla
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/X/Command/_mozilla,v
retrieving revision 1.10
diff -u -r1.10 _mozilla
--- Completion/X/Command/_mozilla	17 Dec 2006 15:33:28 -0000	1.10
+++ Completion/X/Command/_mozilla	6 May 2008 15:10:21 -0000
@@ -23,6 +23,7 @@
     '-profile[specify profile file]:profile file:_files' \
     '-v[show version]' \
     '-version[show version]' \
+    '-safe-mode[disable extensions and themes for this session]'
     )
   else
     mozopts=(


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

end of thread, other threads:[~2008-05-06 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-06 11:11 Completion for firefox is incomplete Vincent Lefevre
2008-05-06 15:11 ` Clint Adams

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).