• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/net/

Lines Matching defs:tab

390 (defcustom browse-url-mozilla-new-window-is-tab nil
391 "*Whether to open up new windows in a tab or a new window.
392 If non-nil, then open the URL in a new tab rather than a new window if
397 (defcustom browse-url-firefox-new-window-is-tab nil
398 "*Whether to open up new windows in a tab or a new window.
399 If non-nil, then open the URL in a new tab rather than a new window if
407 (defcustom browse-url-galeon-new-window-is-tab nil
408 "*Whether to open up new windows in a tab or a new window.
409 If non-nil, then open the URL in a new tab rather than a new window if
414 (defcustom browse-url-epiphany-new-window-is-tab nil
415 "*Whether to open up new windows in a tab or a new window.
416 If non-nil, then open the URL in a new tab rather than a new window if
421 (defcustom browse-url-netscape-new-window-is-tab nil
422 "*Whether to open up new windows in a tab or a new window.
423 If non-nil, then open the URL in a new tab rather than a new
893 If `browse-url-netscape-new-window-is-tab' is non-nil, then
895 is loaded in a new tab in an existing window instead.
920 (if browse-url-netscape-new-window-is-tab
921 ",new-tab"
967 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
969 new tab in an existing window instead.
991 (if browse-url-mozilla-new-window-is-tab
992 ",new-tab"
1022 If `browse-url-firefox-new-window-is-tab' is non-nil, then
1024 is loaded in a new tab in an existing window instead.
1032 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
1056 (if browse-url-firefox-new-window-is-tab
1057 ",new-tab"
1085 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
1087 new tab in an existing window instead.
1105 (if browse-url-galeon-new-window-is-tab
1106 '("--new-tab")
1134 If `browse-url-epiphany-new-window-is-tab' is non-nil, then whenever a
1136 new tab in an existing window instead.
1154 (if browse-url-epiphany-new-window-is-tab
1155 '("--new-tab")