annotate src/s/dgux5-4-3.h @ 68529:7daec5f4a289

* mh-alias.el (mh-alias-gecos-name): Use mh-replace-regexp-in-string instead of replace-regexp-in-string. (crm, multi-prompt): Use mh-require instead of require. (mh-goto-address-find-address-at-point): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. Use mh-match-string-no-properties instead of match-string-no-properties. * mh-comp.el (mh-modify-header-field): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-compat.el (mailabbrev): Use mh-require instead of require. (mh-assoc-string, mh-display-completion-list, mh-face-foreground) (mh-face-background): Make docstring consistent. (mh-require, mh-cancel-timer, mh-display-color-cells) (mh-line-beginning-position, mh-line-end-position) (mh-match-string-no-properties, mh-replace-regexp-in-string) (mh-view-mode-enter): Move definition here from mh-xemacs.el and add mh- prefix since compatibility functions should have our package prefix (mh-) by Emacs convention and to avoid messing up checks for the same functions in other packages. * mh-e.el (mh-compiling-flag): Move mh-xemacs-compiling-flag here from mh-xemacs.el and rename. (mh-xargs): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. (mh-defface-compat): Use mh-display-color-cells instead of display-color-cells. * mh-folder.el (which-func): Use mh-require instead of require. * mh-funcs.el (mh-list-folders): Use mh-view-mode-enter instead of view-mode-enter. * mh-gnus.el (gnus-util, mm-bodies, mm-decode, mm-view, mml): Use mh-require instead of require. * mh-letter.el (mh-letter-header-end, mh-letter-mode) (mh-letter-next-header-field): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-limit.el (mh-subject-to-sequence-unthreaded): Use mh-match-string-no-properties instead of match-string-no-properties. (mh-narrow-to-header-field): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-mime.el (mh-mime-inline-part, mh-mm-display-part) (mh-mh-quote-unescaped-sharp, mh-mh-directive-present-p): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-search.el (which-func): Use mh-require instead of require. (mh-make-pick-template, mh-index-visit-folder) (mh-pick-parse-search-buffer, mh-swish-next-result) (mh-mairix-next-result, mh-namazu-next-result) (mh-pick-next-result, mh-grep-next-result) (mh-index-create-imenu-index, mh-index-match-checksum) (mh-md5sum-parser, mh-openssl-parser, mh-index-update-maps): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-seq.el (mh-list-sequences): Use mh-view-mode-enter instead of view-mode-enter. (mh-folder-size-flist, mh-parse-flist-output-line) (mh-add-sequence-notation): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-show.el (mh-show-addr): Use mh-require instead of require. * mh-speed.el (mh-folder-speedbar-menu-items, mh-speed-toggle) (mh-speed-view, mh-folder-speedbar-buttons) (mh-speed-highlight, mh-speed-goto-folder) (mh-speed-add-buttons, mh-speed-parse-flists-output) (mh-speed-invalidate-map, mh-speedbar-change-expand-button-char) (mh-speed-add-folder): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. (mh-speed-flists): Use mh-cancel-timer instead of cancel-timer. * mh-thread.el (mh-thread-find-children) (mh-thread-parse-scan-line, mh-thread-generate): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-utils.el (mh-colors-available-p): Use mh-display-color-cells instead of display-color-cells. (mh-folder-list): Use mh-replace-regexp-in-string instead of replace-regexp-in-string. (mh-sub-folders-actual, mh-letter-toggle-header-field-display): Use mh-line-beginning-position and mh-line-end-position instead of line-beginning-position and line-end-position. * mh-comp.el (mh-send-sub): Don't find components file in current directory--this seems to have been a side-effect of commenting out the use of an old mh-etc variable. Improve error message.
author Bill Wohler <wohler@newt.com>
date Wed, 01 Feb 2006 23:24:34 +0000
parents 6358e3c6075c
children 3bd95f4f2941 2d92f5c9d6ae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7242
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
1 /* Definitions file for GNU Emacs running on Data General's DG/UX
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
2 version 5.4 Release 3.00 and above.
64769
6358e3c6075c Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64083
diff changeset
3 Copyright (C) 1994, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
7242
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
4
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
5 This file is part of GNU Emacs.
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
6
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
7 GNU Emacs is free software; you can redistribute it and/or modify
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
9 the Free Software Foundation; either version 2, or (at your option)
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
10 any later version.
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
11
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful,
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
15 GNU General Public License for more details.
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
16
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
18 along with GNU Emacs; see the file COPYING. If not, write to
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 52401
diff changeset
19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 52401
diff changeset
20 Boston, MA 02110-1301, USA. */
7242
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
21
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
22 /* NOTE: DGUX5.4R3.00 will not build with the delivered gcc-2.4.5
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
23 compiler. You must upgraded to at least gcc-2.5.8. If you are
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
24 running DGUX 5.4R3.00 check on the system dg-rtp.dg.com:/pub/gnu
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
25 for gcc-2.5.8 or later compiler.
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
26 -pmr@pajato.com */
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
27
7388
846bf8868a98 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 7242
diff changeset
28 #include "dgux5-4r2.h"
7242
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
29
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
30 /* DGUX 5.4R3.00 brought the definition of `struct inet_addr' into
14036
621a575db6f7 Comment fixes.
Karl Heuer <kwzh@gnu.org>
parents: 7388
diff changeset
31 compliance with the majority of Unix systems. The workaround
7242
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
32 introduced in 5.4R2 is no longer necessary. */
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
33
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
34 #ifdef HAVE_BROKEN_INET_ADDR
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
35 #undef HAVE_BROKEN_INET_ADDR
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
36 #endif
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
37
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
38 /* The `stop on tty output' problem which occurs when using
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
39 INTERRUPT_INPUT and when Emacs is invoked under X11 using a job
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
40 control shell (csh, ksh, etc.) in the background has not been fixed in
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
41 DGUX 5.4R3.00.
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
42 -pmr@pajato.com */
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
43
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
44 #if 0
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
45 #ifdef BROKEN_FIONREAD
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
46 #undef BROKEN_FIONREAD
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
47 #endif
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
48 #ifndef INTERRUPT_INPUT
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
49 #define INTERRUPT_INPUT
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
50 #endif
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
51 #endif
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
52
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
53 /* Under DGUX 5.4R3.00, getting a debuggable executable has been
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
54 greatly simplified and applies to either COFF or ELF
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
55 environments. */
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
56
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
57 #ifdef C_DEBUG_SWITCH
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
58 #undef C_DEBUG_SWITCH
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
59 #define C_DEBUG_SWITCH -g
877a981d34e8 Initial revision
Paul Reilly <pmr@pajato.com>
parents:
diff changeset
60 #endif
23696
ee5224740210 (BSD_PGRPS): Add #undef.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
61
ee5224740210 (BSD_PGRPS): Add #undef.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
62 /* This is needed according to Ehud Karni <ehud@unix.simonwiesel.co.il>
ee5224740210 (BSD_PGRPS): Add #undef.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
63 for m88k-dg-dgux5.4R3.10. */
ee5224740210 (BSD_PGRPS): Add #undef.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
64 #undef BSD_PGRPS
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23696
diff changeset
65
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23696
diff changeset
66 /* arch-tag: c11938c9-0cb0-4652-88aa-7eb80bf1cda9
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 23696
diff changeset
67 (do not change this comment) */