/[emacs]/emacs/lisp/net/browse-url.el
ViewVC logotype

Diff of /emacs/lisp/net/browse-url.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by rms, Mon Nov 19 19:12:31 2001 UTC revision 1.17 by rms, Sun Nov 25 00:04:41 2001 UTC
# Line 335  Defaults to the value of `browse-url-gal Line 335  Defaults to the value of `browse-url-gal
335    :type '(repeat (string :tag "Argument"))    :type '(repeat (string :tag "Argument"))
336    :group 'browse-url)    :group 'browse-url)
337    
338    (defcustom browse-url-galeon-new-window-is-tab nil
339      "Whether to open up new windows in a tab or a new window.
340    If non-nil, then open the URL in a new tab rather than a new window if
341    `browse-url-galeon' is asked to open it in a new window."
342      :type 'boolean
343      :group 'browse-url)
344    
345  ;;;###autoload  ;;;###autoload
346  (defcustom browse-url-new-window-flag nil  (defcustom browse-url-new-window-flag nil
347    "*If non-nil, always open a new browser window with appropriate browsers.    "*If non-nil, always open a new browser window with appropriate browsers.
# Line 893  used instead of `browse-url-new-window-f Line 900  used instead of `browse-url-new-window-f
900                           browse-url-galeon-program                           browse-url-galeon-program
901                           (append                           (append
902                            browse-url-galeon-arguments                            browse-url-galeon-arguments
903                            (if new-window '("-w" "--noraise"))                            (if (browse-url-maybe-new-window new-window)
904                                  (if browse-url-galeon-new-window-is-tab
905                                      '("--new-tab")
906                                    '("--new-window" "--no-raise")))
907                            (list "-x" url)))))                            (list "-x" url)))))
908      (set-process-sentinel process      (set-process-sentinel process
909                            `(lambda (process change)                            `(lambda (process change)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26