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
d9bf544c
Commit
d9bf544c
authored
Nov 05, 2008
by
Chong Yidong
Browse files
(server-process-filter): Only default to emacsclient's terminal in
daemon mode.
parent
610a5df3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/server.el
lisp/server.el
+3
-2
No files found.
lisp/server.el
View file @
d9bf544c
...
...
@@ -936,10 +936,11 @@ The following commands are accepted by the client:
(
or
(
eq
use-current-frame
'always
)
;; We can't use the Emacs daemon's
;; terminal frame.
(
not
(
and
(
=
(
length
(
frame-list
))
1
)
(
not
(
and
(
daemonp
)
(
=
(
length
(
frame-list
))
1
)
(
eq
(
selected-frame
)
terminal-frame
)))))
(
setq
tty-name
nil
)
(
setq
tty-name
nil
tty-type
nil
)
(
if
display
(
server-select-display
display
)))
((
eq
tty-name
'window-system
)
(
server-create-window-system-frame
display
nowait
proc
))
...
...
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