annotate nt/runemacs.c @ 100267:c851df8e004e

2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-locations-file): Wrap file name with `convert-standard-filename'. (org-id-files): New variable. (org-id-use-hash): New option. (org-id-update-id-locations): Also search in all files current listed in `org-id-files'. Convert the resulting alist to a hash if the user customation says so. (org-id-locations-save): Handle he case if `org-id-locations' is a hash. (org-id-locations-load): Convert the alist to a hash. (org-id-add-location): Handle the hast case. (kill-emacs-hook): Make sure id locations are saved when Emacs is exited. (org-id-hash-to-alist, org-id-alist-to-hash) (org-id-paste-tracker): New functions. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let bindings of calendar variables. * org-table.el (org-table-find-row-type): Renamed from `org-find-row-type'. (org-table-rewrite-old-row-references): Renamed from `org-rewrite-old-row-references'. (org-table-shift-refpart): Renamed from `org-shift-refpart'. (org-table-cleanup-narrow-column-properties): Renamed from `org-cleanup-narrow-column-properties'. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-find-row-type): New arguments DESC and CLINE, for better error messages. (org-table-get-descriptor-line): Supply the new arguments to `org-find-row-type'. (org-table-error-on-row-ref-crossing-hline): New option. * org.el (org-target-link-regexp): Make buffer-local. (org-move-subtree-down): Fix bug with trees at beginning of buffer. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-faces.el (org-set-tag-faces): New function. (org-tags-special-faces-re): New variable. * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions. * org-faces.el (org-tag-faces): New option. (org-tag): Mention `org-tag-faces' in the docstring. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-style-default): Implement new quoting. * org-jsinfo.el (org-infojs-template): Implement new quoting. * org-w3m.el (w3m-minor-mode-hook): Also add the special copy command to the `w3m-minor-mode-map'. * org-archive.el (org-archive-to-archive-sibling): Protect `this-command' to avoid appending kills during archiving. * org-exp.el (org-export-with-priority): New variable. (org-export-add-options-to-plist): Use `org-export-plist-vars' instead of internal list of strings and properties. (org-print-icalendar-entries): Retrieve the location property with inheritance. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-with-todo-keywords): New option. (org-export-plist-vars): Include also the keys for the #+OPTIONS line. (org-default-export-plist, org-export-add-options-to-plist) (org-export-as-ascii, org-export-as-html): Use the new structure of `org-export-plist-vars'. * org.el (org-map-entries): Return all values. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-matcher-time): Recognize more special values. * org-gnus.el (fboundp): Fix defvaralias for XEmacs. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-tags-exclude-from-inheritance): New option. (org-tag-inherit-p, org-remove-uniherited-tags): Respect `org-tags-exclude-from-inheritance'. * org-agenda.el (org-agenda-show-inherited-tags): New option. (org-format-agenda-item): Add inherited tags to the agenda line string, and make sure that properties are kept when downcasing the tags list. (org-agenda-add-inherited-tags): New function. (org-downcase-keep-props): New function. * org.el (org-scan-tags): Mark inherited tags with a text property. (org-get-tags-at): Mark inherited tags with a text property. (org-add-prop-inherited): New function. * org-agenda.el (org-agenda-add-inherited-tags): New function. (org-agenda-show-inherited-tags): New option. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-modules): Add org-w3m to the default modules. * org-table.el (orgtbl-self-insert-command): Make S-SPC work in orgtbl-mode. (orgtabl-create-or-convert-from-region): New command. * org-exp.el (org-export-as-ascii): Remove the handling of targets. (org-export-ascii-preprocess): Handle targets already in this function. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-timer.el (org-timer-start-time): Define this variable. (org-timer-item): Make argument optional. * org-list.el (org-insert-item): Automatically insert a timer item if the current list is a timer list. * org-timer.el: New file. * org-publish.el (org-publish-org-index): Only exclude the index file in the main directory from being added to the site-map. (org-publish-get-project-from-filename): If the current project is a component, start publishing from the parent project. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer. * org-publish.el (org-publish-org-index): Improve removal of temporary buffers.
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 07 Dec 2008 18:36:02 +0000
parents 188974bfdea0
children aeceb2460b39
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
79730
e27f17d9c8ed Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78246
diff changeset
1 /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
75249
4ad431d8e164 Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 73541
diff changeset
2 Free Software Foundation, Inc.
64890
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
3
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
4 This file is part of GNU Emacs.
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
5
94795
188974bfdea0 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79730
diff changeset
6 GNU Emacs is free software: you can redistribute it and/or modify
64890
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
7 it under the terms of the GNU General Public License as published by
94795
188974bfdea0 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79730
diff changeset
8 the Free Software Foundation, either version 3 of the License, or
188974bfdea0 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79730
diff changeset
9 (at your option) any later version.
64890
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
10
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
11 GNU Emacs is distributed in the hope that it will be useful,
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
14 GNU General Public License for more details.
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
15
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
16 You should have received a copy of the GNU General Public License
94795
188974bfdea0 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 79730
diff changeset
17 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
64890
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
18
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 54773
diff changeset
19
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
20 /*
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
21 Simple program to start Emacs with its console window hidden.
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
22
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
23 This program is provided purely for convenience, since most users will
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
24 use Emacs in windowing (GUI) mode, and will not want to have an extra
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
25 console window lying around. */
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
26
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
27 /*
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
28 You may want to define this if you want to be able to install updated
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
29 emacs binaries even when other users are using the current version.
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
30 The problem with some file servers (notably Novell) is that an open
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
31 file cannot be overwritten, deleted, or even renamed. So if someone
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
32 is running emacs.exe already, you cannot install a newer version.
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
33 By defining CHOOSE_NEWEST_EXE, you can name your new emacs.exe
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
34 something else which matches "emacs*.exe", and runemacs will
73541
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
35 automatically select the newest emacs executable in the bin directory.
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
36 (So you'll probably be able to delete the old version some hours/days
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
37 later).
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
38 */
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
39
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
40 /* #define CHOOSE_NEWEST_EXE */
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
41
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
42 #include <windows.h>
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
43 #include <string.h>
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
44 #include <malloc.h>
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
45
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
46 int WINAPI
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
47 WinMain (HINSTANCE hSelf, HINSTANCE hPrev, LPSTR cmdline, int nShow)
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
48 {
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
49 STARTUPINFO start;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
50 SECURITY_ATTRIBUTES sec_attrs;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
51 PROCESS_INFORMATION child;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
52 int wait_for_child = FALSE;
19720
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
53 DWORD priority_class = NORMAL_PRIORITY_CLASS;
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
54 DWORD ret_code = 0;
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
55 char *new_cmdline;
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
56 char *p;
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
57 char modname[MAX_PATH];
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
58
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
59 if (!GetModuleFileName (NULL, modname, MAX_PATH))
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
60 goto error;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
61 if ((p = strrchr (modname, '\\')) == NULL)
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
62 goto error;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
63 *p = 0;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
64
38139
b2e0c0638bf2 (WinMain): Add quotes around executable name.
Jason Rumney <jasonr@gnu.org>
parents: 31089
diff changeset
65 new_cmdline = alloca (MAX_PATH + strlen (cmdline) + 3);
b2e0c0638bf2 (WinMain): Add quotes around executable name.
Jason Rumney <jasonr@gnu.org>
parents: 31089
diff changeset
66 /* Quote executable name in case of spaces in the path. */
b2e0c0638bf2 (WinMain): Add quotes around executable name.
Jason Rumney <jasonr@gnu.org>
parents: 31089
diff changeset
67 *new_cmdline = '"';
b2e0c0638bf2 (WinMain): Add quotes around executable name.
Jason Rumney <jasonr@gnu.org>
parents: 31089
diff changeset
68 strcpy (new_cmdline + 1, modname);
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
69
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
70 #ifdef CHOOSE_NEWEST_EXE
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
71 {
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
72 /* Silly hack to allow new versions to be installed on
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
73 server even when current version is in use. */
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
74
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
75 char * best_name = alloca (MAX_PATH + 1);
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
76 FILETIME best_time = {0,0};
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
77 WIN32_FIND_DATA wfd;
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
78 HANDLE fh;
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
79 p = new_cmdline + strlen (new_cmdline);
38139
b2e0c0638bf2 (WinMain): Add quotes around executable name.
Jason Rumney <jasonr@gnu.org>
parents: 31089
diff changeset
80 strcpy (p, "\\emacs*.exe\" ");
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
81 fh = FindFirstFile (new_cmdline, &wfd);
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
82 if (fh == INVALID_HANDLE_VALUE)
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
83 goto error;
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
84 do
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
85 {
73541
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
86 if (wfd.ftLastWriteTime.dwHighDateTime > best_time.dwHighDateTime
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
87 || (wfd.ftLastWriteTime.dwHighDateTime == best_time.dwHighDateTime
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
88 && wfd.ftLastWriteTime.dwLowDateTime > best_time.dwLowDateTime))
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
89 {
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
90 best_time = wfd.ftLastWriteTime;
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
91 strcpy (best_name, wfd.cFileName);
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
92 }
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
93 }
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
94 while (FindNextFile (fh, &wfd));
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
95 FindClose (fh);
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
96 *p++ = '\\';
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
97 strcpy (p, best_name);
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
98 strcat (p, " ");
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
99 }
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
100 #else
38139
b2e0c0638bf2 (WinMain): Add quotes around executable name.
Jason Rumney <jasonr@gnu.org>
parents: 31089
diff changeset
101 strcat (new_cmdline, "\\emacs.exe\" ");
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
102 #endif
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
103
19720
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
104 /* Append original arguments if any; first look for arguments we
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
105 recognise (-wait, -high, and -low), and apply them ourselves. */
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
106 while (cmdline[0] == '-' || cmdline[0] == '/')
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
107 {
19720
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
108 if (strncmp (cmdline+1, "wait", 4) == 0)
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
109 {
73541
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
110 wait_for_child = TRUE;
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
111 cmdline += 5;
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
112 }
19720
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
113 else if (strncmp (cmdline+1, "high", 4) == 0)
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
114 {
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
115 priority_class = HIGH_PRIORITY_CLASS;
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
116 cmdline += 5;
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
117 }
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
118 else if (strncmp (cmdline+1, "low", 3) == 0)
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
119 {
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
120 priority_class = IDLE_PRIORITY_CLASS;
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
121 cmdline += 4;
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
122 }
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
123 else
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
124 break;
73541
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
125 /* Look for next argument. */
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
126 while (*++cmdline == ' ');
19720
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
127 }
73541
964e568f1d1d (WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero <lekktu@gmail.com>
parents: 69378
diff changeset
128
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
129 strcat (new_cmdline, cmdline);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
130
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
131 /* Set emacs_dir variable if runemacs was in "%emacs_dir%\bin". */
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
132 if ((p = strrchr (modname, '\\')) && stricmp (p, "\\bin") == 0)
15320
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
133 {
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
134 *p = 0;
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
135 for (p = modname; *p; p++)
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
136 if (*p == '\\') *p = '/';
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
137 SetEnvironmentVariable ("emacs_dir", modname);
b76f57d4320b (CHOOSE_NEWEST_EXE): New parameter macro.
Richard M. Stallman <rms@gnu.org>
parents: 15139
diff changeset
138 }
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
140 memset (&start, 0, sizeof (start));
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
141 start.cb = sizeof (start);
69378
45fbf2b25e1a (WinMain): Set screen buffer to 80x25.
Jason Rumney <jasonr@gnu.org>
parents: 68648
diff changeset
142 start.dwFlags = STARTF_USESHOWWINDOW | STARTF_USECOUNTCHARS;
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
143 start.wShowWindow = SW_HIDE;
69378
45fbf2b25e1a (WinMain): Set screen buffer to 80x25.
Jason Rumney <jasonr@gnu.org>
parents: 68648
diff changeset
144 /* Ensure that we don't waste memory if the user has specified a huge
45fbf2b25e1a (WinMain): Set screen buffer to 80x25.
Jason Rumney <jasonr@gnu.org>
parents: 68648
diff changeset
145 default screen buffer for command windows. */
45fbf2b25e1a (WinMain): Set screen buffer to 80x25.
Jason Rumney <jasonr@gnu.org>
parents: 68648
diff changeset
146 start.dwXCountChars = 80;
45fbf2b25e1a (WinMain): Set screen buffer to 80x25.
Jason Rumney <jasonr@gnu.org>
parents: 68648
diff changeset
147 start.dwYCountChars = 25;
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
148
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
149 sec_attrs.nLength = sizeof (sec_attrs);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
150 sec_attrs.lpSecurityDescriptor = NULL;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
151 sec_attrs.bInheritHandle = FALSE;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
152
19720
8d429173786f (WinMain): Allow Emacs process to be started with
Geoff Voelker <voelker@cs.washington.edu>
parents: 15848
diff changeset
153 if (CreateProcess (NULL, new_cmdline, &sec_attrs, NULL, TRUE, priority_class,
54773
a4825fc03ab1 (WinMain): Let emacs environment default to parent.
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
154 NULL, NULL, &start, &child))
15139
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
155 {
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
156 if (wait_for_child)
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
157 {
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
158 WaitForSingleObject (child.hProcess, INFINITE);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
159 GetExitCodeProcess (child.hProcess, &ret_code);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
160 }
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
161 CloseHandle (child.hThread);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
162 CloseHandle (child.hProcess);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
163 }
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
164 else
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
165 goto error;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
166 return (int) ret_code;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
167
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
168 error:
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
169 MessageBox (NULL, "Could not start Emacs.", "Error", MB_ICONSTOP);
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
170 return 1;
4d638e5a9e7d Initial revision
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff changeset
171 }
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 38139
diff changeset
172
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 38139
diff changeset
173 /* arch-tag: 7e02df73-4df7-4aa0-baea-99c6d047a384
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 38139
diff changeset
174 (do not change this comment) */