Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03810324
Commit
03810324
authored
May 05, 2014
by
Glenn Morris
Browse files
browse-url.el comment
parent
0c4decae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/net/browse-url.el
lisp/net/browse-url.el
+3
-0
No files found.
lisp/net/browse-url.el
View file @
03810324
...
...
@@ -1340,6 +1340,9 @@ used instead of `browse-url-new-window-flag'."
(
kill-buffer
nil
)))
(
if
(
and
pid
(
zerop
(
signal-process
pid
0
)))
; Mosaic running
(
save-excursion
;; This is a predictable temp-file name, which is bad,
;; but it is what Mosaic uses/used.
;; So it's not Emacs's problem. http://bugs.debian.org/747100
(
find-file
(
format
"/tmp/Mosaic.%d"
pid
))
(
erase-buffer
)
(
insert
(
if
(
browse-url-maybe-new-window
new-window
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment