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
03e49c06
Commit
03e49c06
authored
Mar 13, 2008
by
Johan Bockgård
Browse files
(browse-url-text-xterm): Unquote browse-url-text-browser.
parent
699b9291
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/browse-url.el
lisp/net/browse-url.el
+1
-1
No files found.
lisp/ChangeLog
View file @
03e49c06
2008-03-13 Johan Bockg$(Q)[(Brd <bojohan@gnu.org>
* net/browse-url.el (browse-url-text-xterm): Unquote
browse-url-text-browser.
2008-03-13 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org-mouse.el: Version number change.
...
...
lisp/net/browse-url.el
View file @
03e49c06
...
...
@@ -1331,7 +1331,7 @@ with possible additional arguments `browse-url-xterm-args'."
(
interactive
(
browse-url-interactive-arg
"Text browser URL: "
))
(
apply
#'
start-process
`
(
,
(
concat
browse-url-text-browser
url
)
nil
,
browse-url-xterm-program
,@
browse-url-xterm-args
"-e"
browse-url-text-browser
,@
browse-url-xterm-args
"-e"
,
browse-url-text-browser
,
url
)))
;; --- Lynx in an Emacs "term" 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