Mercurial > emacs
annotate lwlib/xlwmenu.h @ 83403:51eb0aa362f3
Store client's environment in terminal parameters, not server parameters.
* lisp/loadup.el: Don't load server.
* lisp/ldefs-boot.el: Update.
* lib-src/emacsclient.c (main): Send environment only when a new display
is created.
* lisp/server.el (server-save-buffers-kill-display): Add autoload
cookie. Move stuff not specific to server into `save-buffers-kill-display'.
* lisp/files.el (save-buffers-kill-display): New function.
(ctl-x-map): Bind it to C-x C-c.
* lisp/frame.el (terminal-getenv): New function.
* lisp/international/mule-cmds.el (set-locale-environment): Use it.
* lisp/frame.el (with-terminal-environment): New macro.
* lisp/server.el (server-getenv, server-with-client-environment): Remove.
(server-getenv-from, server-with-environment): New functions.
(server-process-filter): Change syntax of environment
variables. Put environment into terminal parameters, not client parameters.
* lisp/term/rxvt.el: Don't require server.
(rxvt-set-background-mode): Use terminal-getenv, not server-getenv.
* lisp/term/x-win.el (x-initialize-window-system): Ditto.
* lisp/term/xterm.el (terminal-init-xterm): Ditto.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-443
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 19 Nov 2005 19:17:56 +0000 |
parents | 6358e3c6075c |
children | e8a3fb527b77 2d92f5c9d6ae |
rev | line source |
---|---|
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
1 /* Interface of a lightweight menubar widget. |
64769
6358e3c6075c
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64083
diff
changeset
|
2 Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
3 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
4 This file is part of the Lucid Widget Library. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
5 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
6 The Lucid Widget Library is free software; you can redistribute it and/or |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
7 modify it under the terms of the GNU General Public License as published by |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
8 the Free Software Foundation; either version 2, or (at your option) |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
9 any later version. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
10 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
11 The Lucid Widget Library is distributed in the hope that it will be useful, |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
14 GNU General Public License for more details. |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
15 |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
16 You should have received a copy of the GNU General Public License |
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
17 along with GNU Emacs; see the file COPYING. If not, write to the |
64083 | 18 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
19 Boston, MA 02110-1301, USA. */ | |
60584
597c62d04dec
Add missing copyright and license notice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53564
diff
changeset
|
20 |
5626 | 21 #ifndef _XlwMenu_h |
22 #define _XlwMenu_h | |
23 | |
24 /*********************************************************************** | |
25 * | |
26 * XlwMenu Widget | |
27 * | |
28 ***********************************************************************/ | |
29 | |
30 #include "lwlib.h" | |
31 | |
32 /* Resource names used by the XlwMenu widget */ | |
45146
174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík <Pavel@Janik.cz>
parents:
29466
diff
changeset
|
33 #define XtNdisabledForeground "disabledForeground" |
174fe450ad23
(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík <Pavel@Janik.cz>
parents:
29466
diff
changeset
|
34 #define XtCDisabledForeground "DisabledForeground" |
5626 | 35 #define XtNbuttonForeground "buttonForeground" |
36 #define XtCButtonForeground "ButtonForeground" | |
37 #define XtNmargin "margin" | |
38 #define XtNhorizontalSpacing "horizontalSpacing" | |
39 #define XtNverticalSpacing "verticalSpacing" | |
40 #define XtNarrowSpacing "arrowSpacing" | |
41 #define XtNmenu "menu" | |
42 #define XtCMenu "Menu" | |
43 #define XtNopen "open" | |
44 #define XtNselect "select" | |
27339
8b90339beb04
(XtNhighlightCallback): New define.
Gerd Moellmann <gerd@gnu.org>
parents:
8786
diff
changeset
|
45 #define XtNhighlightCallback "highlightCallback" |
5626 | 46 #define XtNmenuBorderWidth "menuBorderWidth" |
47 #define XtNhorizontal "horizontal" | |
48 #define XtCHorizontal "Horizontal" | |
49 #define XtNcursor "cursor" | |
50 #define XtNCursor "Cursor" | |
8786 | 51 #define XtNshowGrip "showGrip" |
52 #define XtCShowGrip "ShowGrip" | |
53 #define XtNresizeToPreferred "resizeToPreferred" | |
54 #define XtCResizeToPreferred "ResizeToPreferred" | |
55 #define XtNallowResize "allowResize" | |
56 #define XtCAllowResize "AllowResize" | |
5626 | 57 |
58 /* Motif-compatible resource names */ | |
59 #define XmNshadowThickness "shadowThickness" | |
60 #define XmCShadowThickness "ShadowThickness" | |
61 #define XmNtopShadowColor "topShadowColor" | |
62 #define XmCTopShadowColor "TopShadowColor" | |
63 #define XmNbottomShadowColor "bottomShadowColor" | |
64 #define XmCBottomShadowColor "BottomShadowColor" | |
65 #define XmNtopShadowPixmap "topShadowPixmap" | |
66 #define XmCTopShadowPixmap "TopShadowPixmap" | |
67 #define XmNbottomShadowPixmap "bottomShadowPixmap" | |
68 #define XmCBottomShadowPixmap "BottomShadowPixmap" | |
69 #define XmRHorizontalDimension "HorizontalDimension" | |
70 | |
71 typedef struct _XlwMenuRec *XlwMenuWidget; | |
72 typedef struct _XlwMenuClassRec *XlwMenuWidgetClass; | |
73 | |
74 extern WidgetClass xlwMenuWidgetClass; | |
75 | |
76 #endif /* _XlwMenu_h */ | |
52401 | 77 |
78 /* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07 | |
79 (do not change this comment) */ |