annotate lisp/dos-vars.el @ 102453:c861e9f4fc71

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 09 Mar 2009 01:12:39 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38412
253f761ad37b Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents: 23919
diff changeset
1 ;;; dos-vars.el --- MS-Dos specific user options
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
74439
ddcbd2c1b70d Update copyright years.
Glenn Morris <rgm@gnu.org>
parents: 68651
diff changeset
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
100908
a9dc0e7c3f2b Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100171
diff changeset
4 ;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 ;; Maintainer: FSF
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 ;; Keywords: internal
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 ;; This file is part of GNU Emacs.
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 ;; it under the terms of the GNU General Public License as published by
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
13 ;; the Free Software Foundation, either version 3 of the License, or
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
14 ;; (at your option) any later version.
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 ;; GNU Emacs is distributed in the hope that it will be useful,
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 ;; GNU General Public License for more details.
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 ;; You should have received a copy of the GNU General Public License
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23
38412
253f761ad37b Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents: 23919
diff changeset
24 ;;; Commentary:
253f761ad37b Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents: 23919
diff changeset
25
253f761ad37b Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents: 23919
diff changeset
26 ;;; Code:
253f761ad37b Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents: 23919
diff changeset
27
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 (defgroup dos-fns nil
22073
fd752226ef74 Doc fix.
Richard M. Stallman <rms@gnu.org>
parents: 22072
diff changeset
29 "MS-DOS specific functions."
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 :group 'environment)
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32 (defcustom msdos-shells '("command.com" "4dos.com" "ndos.com")
100171
d42aff5ca541 * align.el:
Lute Kamstra <lute@gnu.org>
parents: 94678
diff changeset
33 "List of shells that use `/c' instead of `-c' and a backslashed command."
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34 :type '(repeat string)
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
35 :group 'dos-fns)
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
36
23919
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
37 (defcustom dos-codepage-setup-hook nil
100171
d42aff5ca541 * align.el:
Lute Kamstra <lute@gnu.org>
parents: 94678
diff changeset
38 "List of functions to be called after the DOS terminal and coding
23919
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
39 systems are set up. This is the place, e.g., to set specific entries
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
40 in `standard-display-table' as appropriate for your codepage, if
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
41 `IT-display-table-setup' doesn't do a perfect job."
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
42 :group 'dos-fns
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
43 :type '(hook)
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
44 :version "20.3.3")
3b3a9cd1785a (dos-codepage-setup-hook): New defcustom.
Eli Zaretskii <eliz@gnu.org>
parents: 22677
diff changeset
45
93975
1e3a407766b9 Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 79721
diff changeset
46 ;; arch-tag: dce8a0d9-ab29-413f-84ed-8b89d6190546
22072
88b4af26a094 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
47 ;;; dos-vars.el ends here