added galeon support (I hope it works) based on Neil W. Van Dyke's code.
original commit: 7fc3ca807a94a48daff0dd3c22947eba5cd47011
This commit is contained in:
parent
619a309d1b
commit
b0ce6ac5b0
|
@ -37,6 +37,12 @@
|
||||||
(if separate-window?
|
(if separate-window?
|
||||||
(format "~a,new-window" str)
|
(format "~a,new-window" str)
|
||||||
str))))]
|
str))))]
|
||||||
|
[(use-browser 'galeon preferred)
|
||||||
|
=>
|
||||||
|
(lambda (browser-path)
|
||||||
|
(process*/close-ports browser-path
|
||||||
|
(if separate-window? "-w" "-x")
|
||||||
|
str))]
|
||||||
[(or (use-browser 'mozilla preferred)
|
[(or (use-browser 'mozilla preferred)
|
||||||
(use-browser 'netscape preferred))
|
(use-browser 'netscape preferred))
|
||||||
=>
|
=>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user