/[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.39 by rms, Thu Nov 4 10:15:37 2004 UTC revision 1.40 by rms, Sun Nov 7 04:00:18 2004 UTC
# Line 357  Defaults to the value of `browse-url-epi Line 357  Defaults to the value of `browse-url-epi
357    :type '(repeat (string :tag "Argument"))    :type '(repeat (string :tag "Argument"))
358    :group 'browse-url)    :group 'browse-url)
359    
360    ;; GNOME means of invoking either Mozilla or Netrape.
361    (defvar browse-url-gnome-moz-program "gnome-moz-remote")
362    
363    (defcustom browse-url-gnome-moz-arguments '()
364      "*A list of strings passed to the GNOME mozilla viewer as arguments."
365      :version "21.1"
366      :type '(repeat (string :tag "Argument"))
367      :group 'browse-url)
368    
369  (defcustom browse-url-mozilla-new-window-is-tab nil  (defcustom browse-url-mozilla-new-window-is-tab nil
370    "*Whether to open up new windows in a tab or a new window.    "*Whether to open up new windows in a tab or a new window.
371  If non-nil, then open the URL in a new tab rather than a new window if  If non-nil, then open the URL in a new tab rather than a new window if
# Line 1032  used instead of `browse-url-new-window-f Line 1041  used instead of `browse-url-new-window-f
1041                 browse-url-epiphany-program                 browse-url-epiphany-program
1042                 (append browse-url-epiphany-startup-arguments (list url))))))                 (append browse-url-epiphany-startup-arguments (list url))))))
1043    
 ;; GNOME means of invoking either Mozilla or Netrape.  
 (defvar browse-url-gnome-moz-program "gnome-moz-remote")  
 (defcustom browse-url-gnome-moz-arguments '()  
   "*A list of strings passed to the GNOME mozilla viewer as arguments."  
   :version "21.1"  
   :type '(repeat (string :tag "Argument"))  
   :group 'browse-url)  
   
1044  ;;;###autoload  ;;;###autoload
1045  (defun browse-url-gnome-moz (url &optional new-window)  (defun browse-url-gnome-moz (url &optional new-window)
1046    "Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.    "Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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