Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8b3115e7
Commit
8b3115e7
authored
Jun 02, 2011
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/emacs.c (main): Warn when starting a GTK emacs in daemon mode.
parent
14eca62f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/emacs.c
src/emacs.c
+5
-0
No files found.
src/ChangeLog
View file @
8b3115e7
2011-06-02 Dan Nicolaescu <dann@ics.uci.edu>
* emacs.c (main): Warn when starting a GTK emacs in daemon mode.
2011-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* fringe.c (update_window_fringes): Don't update overlay arrow bitmap
...
...
src/emacs.c
View file @
8b3115e7
...
...
@@ -1120,6 +1120,11 @@ main (int argc, char **argv)
}
#ifndef NS_IMPL_COCOA
#ifdef USE_GTK
fprintf
(
stderr
,
"
\n
Warning: due to a long standing Gtk+ bug
\n
http://bugzilla.gnome.org/show_bug.cgi?id=85715
\n
\
Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
\n
\
Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
\n
"
);
#endif
f
=
fork
();
#else
/* NS_IMPL_COCOA */
/* Under Cocoa we must do fork+exec as CoreFoundation lib fails in
...
...
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