annotate src/s/usg5-4-3.h @ 83488:f47495b26508

Fix ediff problems. (Reported by Dan Nicolaescu.) * lisp/subr.el (with-selected-frame): Make sure the current buffer is restored as well. * src/xfns.c (Fx_create_frame): Use `store_frame_param' to set `window-system' frame parameter, and make sure it overrides any user-supplied setting. * src/xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'. (Also applied in CVS.) * lisp/faces.el (x-create-frame-with-faces): Don't make frame visible until we are done setting up all its parameters. * lisp/ediff-wind.el (ediff-setup-windows-automatic): New function. (ediff-window-setup-function): Use it as default. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-528
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 12 Mar 2006 04:12:31 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15640
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 /* s/ file for System V release 4.3. */
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 #include "usg5-4-2.h"
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
4
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
5 /* Bill_Mann@PraxisInt.com: without this switch emacs generates this error
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
6 on start up for an i486-ncr-sysv4.3 (running the X toolkit):
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
7 _XipOpenIM() Unable to find Atom _XIM_INPUTMETHOD */
30a6926318aa Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
8 #define X11R5_INHIBIT_I18N
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 15640
diff changeset
9
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 15640
diff changeset
10 /* arch-tag: 03ac8b3a-c3d4-4441-a773-1c1d9f111f1a
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 15640
diff changeset
11 (do not change this comment) */