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
45adde32
Commit
45adde32
authored
Dec 02, 2002
by
Stephen Eglen
Browse files
(main): Tell user how to start server within Emacs if socket could not
be found.
parent
c0752905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib-src/emacsclient.c
lib-src/emacsclient.c
+2
-1
No files found.
lib-src/emacsclient.c
View file @
45adde32
...
...
@@ -380,7 +380,8 @@ main (argc, argv)
/* `stat' failed */
if
(
errno
==
ENOENT
)
fprintf
(
stderr
,
"%s: can't find socket; have you started the server?
\n
"
,
"%s: can't find socket; have you started the server?
\n
\
To start the server in Emacs, type
\"
M-x server-start
\"
.
\n
"
,
argv
[
0
]);
else
fprintf
(
stderr
,
"%s: can't stat %s: %s
\n
"
,
...
...
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