browse-url.el comment
authorGlenn Morris <rgm@gnu.org>
Tue, 6 May 2014 03:55:54 +0000 (20:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 6 May 2014 03:55:54 +0000 (20:55 -0700)
lisp/net/browse-url.el

index 893bfa4..4364490 100644 (file)
@@ -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)