Mercurial > emacs
annotate lisp/progmodes/hideif.el @ 94283:71ec8fd62188
(diary-list-sexp-entries): Doc fix.
(diary-remind): Allow negative DAYS to represent a range 1:DAYS.
Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 23 Apr 2008 03:05:53 +0000 |
parents | 10db3330138c |
children | 52b7a8c22af5 |
rev | line source |
---|---|
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
30805
diff
changeset
|
1 ;;; hideif.el --- hides selected code within ifdef |
793
6fb68a1460a6
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
2 |
87873
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
3 ;; Copyright (C) 1988, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
4 ;; 2008 Free Software Foundation, Inc. |
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
5 |
30805
3cfd3dc474b8
Change authors' mail address.
Gerd Moellmann <gerd@gnu.org>
parents:
30327
diff
changeset
|
6 ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
7324
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
7 ;; Maintainer: FSF |
11455 | 8 ;; Keywords: c, outlines |
793
6fb68a1460a6
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
9 |
895
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
10 ;; This file is part of GNU Emacs. |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
11 |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
12 ;; GNU Emacs is free software; you can redistribute it and/or modify |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
13 ;; it under the terms of the GNU General Public License as published by |
78234
c1ec1c8a8d2e
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
14 ;; the Free Software Foundation; either version 3, or (at your option) |
895
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
15 ;; any later version. |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
16 |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
17 ;; GNU Emacs is distributed in the hope that it will be useful, |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
20 ;; GNU General Public License for more details. |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
21 |
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
22 ;; You should have received a copy of the GNU General Public License |
14169 | 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
64085 | 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
25 ;; Boston, MA 02110-1301, USA. | |
895
81e6b85a9261
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
853
diff
changeset
|
26 |
793
6fb68a1460a6
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
27 ;;; Commentary: |
6fb68a1460a6
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
28 |
14169 | 29 ;; To initialize, toggle the hide-ifdef minor mode with |
30 ;; | |
31 ;; M-x hide-ifdef-mode | |
32 ;; | |
33 ;; This will set up key bindings and call hide-ifdef-mode-hook if it | |
34 ;; has a value. To explicitly hide ifdefs using a buffer-local | |
35 ;; define list (default empty), type | |
36 ;; | |
37 ;; M-x hide-ifdefs or C-c @ h | |
38 ;; | |
39 ;; Hide-ifdef suppresses the display of code that the preprocessor wouldn't | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
40 ;; pass through. The support of constant expressions in #if lines is |
14169 | 41 ;; limited to identifiers, parens, and the operators: &&, ||, !, and |
42 ;; "defined". Please extend this. | |
43 ;; | |
44 ;; The hidden code is marked by ellipses (...). Be | |
45 ;; cautious when editing near ellipses, since the hidden text is | |
46 ;; still in the buffer, and you can move the point into it and modify | |
41619 | 47 ;; text unawares. |
14169 | 48 ;; You can make your buffer read-only while hide-ifdef-hiding by setting |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
49 ;; hide-ifdef-read-only to a non-nil value. You can toggle this |
14169 | 50 ;; variable with hide-ifdef-toggle-read-only (C-c @ C-q). |
51 ;; | |
52 ;; You can undo the effect of hide-ifdefs by typing | |
53 ;; | |
54 ;; M-x show-ifdefs or C-c @ s | |
55 ;; | |
56 ;; Use M-x hide-ifdef-define (C-c @ d) to define a symbol. | |
57 ;; Use M-x hide-ifdef-undef (C-c @ u) to undefine a symbol. | |
58 ;; | |
59 ;; If you define or undefine a symbol while hide-ifdef-mode is in effect, | |
60 ;; the display will be updated. Only the define list for the current | |
61 ;; buffer will be affected. You can save changes to the local define | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
62 ;; list with hide-ifdef-set-define-alist. This adds entries |
14169 | 63 ;; to hide-ifdef-define-alist. |
64 ;; | |
65 ;; If you have defined a hide-ifdef-mode-hook, you can set | |
66 ;; up a list of symbols that may be used by hide-ifdefs as in the | |
67 ;; following example: | |
68 ;; | |
41619 | 69 ;; (add-hook 'hide-ifdef-mode-hook |
29588
0cf06902af64
(hif-compress-define-list)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26519
diff
changeset
|
70 ;; (lambda () |
41619 | 71 ;; (unless hide-ifdef-define-alist |
72 ;; (setq hide-ifdef-define-alist | |
73 ;; '((list1 ONE TWO) | |
74 ;; (list2 TWO THREE)))) | |
75 ;; (hide-ifdef-use-define-alist 'list2))) ; use list2 by default | |
14169 | 76 ;; |
30327
09b01c9914a6
Correct author's email address. Fix typo in comment.
Gerd Moellmann <gerd@gnu.org>
parents:
29588
diff
changeset
|
77 ;; You can call hide-ifdef-use-define-alist (C-c @ U) at any time to specify |
14169 | 78 ;; another list to use. |
79 ;; | |
80 ;; To cause ifdefs to be hidden as soon as hide-ifdef-mode is called, | |
81 ;; set hide-ifdef-initially to non-nil. | |
82 ;; | |
83 ;; If you set hide-ifdef-lines to t, hide-ifdefs hides all the #ifdef lines. | |
84 ;; In the absence of highlighting, that might be a bad idea. If you set | |
85 ;; hide-ifdef-lines to nil (the default), the surrounding preprocessor | |
86 ;; lines will be displayed. That can be confusing in its own | |
87 ;; right. Other variations on display are possible, but not much | |
88 ;; better. | |
89 ;; | |
90 ;; You can explicitly hide or show individual ifdef blocks irrespective | |
91 ;; of the define list by using hide-ifdef-block and show-ifdef-block. | |
92 ;; | |
93 ;; You can move the point between ifdefs with forward-ifdef, backward-ifdef, | |
94 ;; up-ifdef, down-ifdef, next-ifdef, and previous-ifdef. | |
95 ;; | |
96 ;; If you have minor-mode-alist in your mode line (the default) two labels | |
97 ;; may appear. "Ifdef" will appear when hide-ifdef-mode is active. "Hiding" | |
98 ;; will appear when text may be hidden ("hide-ifdef-hiding" is non-nil). | |
99 ;; | |
100 ;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL. | |
101 ;; Extensively modified by Daniel LaLiberte (while at Gould). | |
31 | 102 |
793
6fb68a1460a6
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
660
diff
changeset
|
103 ;;; Code: |
31 | 104 |
13297
9699410bf8bf
Provide hideif; require cc-mode.
Richard M. Stallman <rms@gnu.org>
parents:
12954
diff
changeset
|
105 (require 'cc-mode) |
9699410bf8bf
Provide hideif; require cc-mode.
Richard M. Stallman <rms@gnu.org>
parents:
12954
diff
changeset
|
106 |
20781 | 107 (defgroup hide-ifdef nil |
108 "Hide selected code within `ifdef'." | |
109 :group 'c) | |
110 | |
87873
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
111 (defcustom hide-ifdef-initially nil |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
112 "Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated." |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
113 :type 'boolean |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
114 :group 'hide-ifdef) |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
115 |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
116 (defcustom hide-ifdef-read-only nil |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
117 "Set to non-nil if you want buffer to be read-only while hiding text." |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
118 :type 'boolean |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
119 :group 'hide-ifdef) |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
120 |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
121 (defcustom hide-ifdef-lines nil |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
122 "Non-nil means hide the #ifX, #else, and #endif lines." |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
123 :type 'boolean |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
124 :group 'hide-ifdef) |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
125 |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
126 (defcustom hide-ifdef-shadow nil |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
127 "Non-nil means shadow text instead of hiding it." |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
128 :type 'boolean |
87916
0ed1c2a3adc0
(hide-ifdef-shadow): Add version number for defcustom.
Martin Rudalics <rudalics@gmx.at>
parents:
87895
diff
changeset
|
129 :group 'hide-ifdef |
0ed1c2a3adc0
(hide-ifdef-shadow): Add version number for defcustom.
Martin Rudalics <rudalics@gmx.at>
parents:
87895
diff
changeset
|
130 :version "23.1") |
87873
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
131 |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
132 (defface hide-ifdef-shadow '((t (:inherit shadow))) |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
133 "Face for shadowing ifdef blocks." |
87916
0ed1c2a3adc0
(hide-ifdef-shadow): Add version number for defcustom.
Martin Rudalics <rudalics@gmx.at>
parents:
87895
diff
changeset
|
134 :group 'hide-ifdef |
0ed1c2a3adc0
(hide-ifdef-shadow): Add version number for defcustom.
Martin Rudalics <rudalics@gmx.at>
parents:
87895
diff
changeset
|
135 :version "23.1") |
87873
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
136 |
adc70c059607
Move defcustoms and defface to start of file.
Glenn Morris <rgm@gnu.org>
parents:
87851
diff
changeset
|
137 |
41619 | 138 (defvar hide-ifdef-mode-submap |
139 ;; Set up the submap that goes after the prefix key. | |
140 (let ((map (make-sparse-keymap))) | |
141 (define-key map "d" 'hide-ifdef-define) | |
142 (define-key map "u" 'hide-ifdef-undef) | |
143 (define-key map "D" 'hide-ifdef-set-define-alist) | |
144 (define-key map "U" 'hide-ifdef-use-define-alist) | |
7324
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
145 |
41619 | 146 (define-key map "h" 'hide-ifdefs) |
147 (define-key map "s" 'show-ifdefs) | |
148 (define-key map "\C-d" 'hide-ifdef-block) | |
149 (define-key map "\C-s" 'show-ifdef-block) | |
150 | |
151 (define-key map "\C-q" 'hide-ifdef-toggle-read-only) | |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
152 (define-key map "\C-w" 'hide-ifdef-toggle-shadowing) |
41619 | 153 (substitute-key-definition |
154 'toggle-read-only 'hide-ifdef-toggle-outside-read-only map) | |
155 map) | |
156 "Keymap used by `hide-ifdef-mode' under `hide-ifdef-mode-prefix-key'.") | |
31 | 157 |
11652
1162093d885c
(hide-ifdef-mode-prefix-key): Change to C-c @.
Richard M. Stallman <rms@gnu.org>
parents:
11581
diff
changeset
|
158 (defconst hide-ifdef-mode-prefix-key "\C-c@" |
210 | 159 "Prefix key for all Hide-Ifdef mode commands.") |
31 | 160 |
41619 | 161 (defvar hide-ifdef-mode-map |
162 ;; Set up the mode's main map, which leads via the prefix key to the submap. | |
163 (let ((map (make-sparse-keymap))) | |
164 (define-key map hide-ifdef-mode-prefix-key hide-ifdef-mode-submap) | |
165 map) | |
166 "Keymap used with `hide-ifdef-mode'.") | |
31 | 167 |
79699
1ad384d8d37a
(hide-ifdef-mode-menu): Put hide-ifdef commands
Nick Roberts <nickrob@snap.net.nz>
parents:
78234
diff
changeset
|
168 (easy-menu-define hide-ifdef-mode-menu hide-ifdef-mode-map |
1ad384d8d37a
(hide-ifdef-mode-menu): Put hide-ifdef commands
Nick Roberts <nickrob@snap.net.nz>
parents:
78234
diff
changeset
|
169 "Menu for `hide-ifdef-mode'." |
1ad384d8d37a
(hide-ifdef-mode-menu): Put hide-ifdef commands
Nick Roberts <nickrob@snap.net.nz>
parents:
78234
diff
changeset
|
170 '("Hide-Ifdef" |
94206
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
171 ["Hide some ifdefs" hide-ifdefs |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
172 :help "Hide the contents of some #ifdefs"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
173 ["Show all ifdefs" show-ifdefs |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
174 :help "Cancel the effects of `hide-ifdef': show the contents of all #ifdefs"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
175 ["Hide ifdef block" hide-ifdef-block |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
176 :help "Hide the ifdef block (true or false part) enclosing or before the cursor"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
177 ["Show ifdef block" show-ifdef-block |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
178 :help "Show the ifdef block (true or false part) enclosing or before the cursor"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
179 ["Define a variable..." hide-ifdef-define |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
180 :help "Define a VAR so that #ifdef VAR would be included"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
181 ["Undefine a variable..." hide-ifdef-undef |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
182 :help "Undefine a VAR so that #ifdef VAR would not be included"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
183 ["Define an alist..." hide-ifdef-set-define-alist |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
184 :help "Set the association for NAME to `hide-ifdef-env'"] |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
185 ["Use an alist..." hide-ifdef-use-define-alist |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
186 :help "Set `hide-ifdef-env' to the define list specified by NAME"] |
79699
1ad384d8d37a
(hide-ifdef-mode-menu): Put hide-ifdef commands
Nick Roberts <nickrob@snap.net.nz>
parents:
78234
diff
changeset
|
187 ["Toggle read only" hide-ifdef-toggle-read-only |
94206
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
188 :style toggle :selected hide-ifdef-read-only |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
189 :help "Buffer should be read-only while hiding text"] |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
190 ["Toggle shadowing" hide-ifdef-toggle-shadowing |
94206
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
191 :style toggle :selected hide-ifdef-shadow |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
192 :help "Text should be shadowed instead of hidden"])) |
79699
1ad384d8d37a
(hide-ifdef-mode-menu): Put hide-ifdef commands
Nick Roberts <nickrob@snap.net.nz>
parents:
78234
diff
changeset
|
193 |
31 | 194 (defvar hide-ifdef-hiding nil |
7324
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
195 "Non-nil when text may be hidden.") |
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
196 |
31 | 197 (or (assq 'hide-ifdef-hiding minor-mode-alist) |
198 (setq minor-mode-alist | |
199 (cons '(hide-ifdef-hiding " Hiding") | |
200 minor-mode-alist))) | |
201 | |
7379
822429149720
(hide-ifdef-syntax-table): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
7324
diff
changeset
|
202 ;; fix c-mode syntax table so we can recognize whole symbols. |
822429149720
(hide-ifdef-syntax-table): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
7324
diff
changeset
|
203 (defvar hide-ifdef-syntax-table |
41619 | 204 (let ((st (copy-syntax-table c-mode-syntax-table))) |
205 (modify-syntax-entry ?_ "w" st) | |
206 (modify-syntax-entry ?& "." st) | |
207 (modify-syntax-entry ?\| "." st) | |
208 st) | |
7379
822429149720
(hide-ifdef-syntax-table): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
7324
diff
changeset
|
209 "Syntax table used for tokenizing #if expressions.") |
822429149720
(hide-ifdef-syntax-table): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
7324
diff
changeset
|
210 |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
211 (defvar hide-ifdef-env nil |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
212 "An alist of defined symbols and their values.") |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
213 |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
214 (defvar hif-outside-read-only nil |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
215 "Internal variable. Saves the value of `buffer-read-only' while hiding.") |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
216 |
998 | 217 ;;;###autoload |
41619 | 218 (define-minor-mode hide-ifdef-mode |
210 | 219 "Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. |
15166
83258eb2ede5
(hide-ifdef-mode): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
220 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. |
210 | 221 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor |
31 | 222 would eliminate may be hidden from view. Several variables affect |
223 how the hiding is done: | |
224 | |
41619 | 225 `hide-ifdef-env' |
31 | 226 An association list of defined and undefined symbols for the |
210 | 227 current buffer. Initially, the global value of `hide-ifdef-env' |
228 is used. | |
31 | 229 |
41619 | 230 `hide-ifdef-define-alist' |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
231 An association list of defined symbol lists. |
210 | 232 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env' |
233 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env' | |
234 from one of the lists in `hide-ifdef-define-alist'. | |
31 | 235 |
41619 | 236 `hide-ifdef-lines' |
31 | 237 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and |
238 #endif lines when hiding. | |
239 | |
41619 | 240 `hide-ifdef-initially' |
210 | 241 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode |
31 | 242 is activated. |
243 | |
41619 | 244 `hide-ifdef-read-only' |
31 | 245 Set to non-nil if you want to make buffers read only while hiding. |
210 | 246 After `show-ifdefs', read-only status is restored to previous value. |
31 | 247 |
248 \\{hide-ifdef-mode-map}" | |
61286
e85dd7fe4004
(hide-ifdef-mode): Specify :group.
Lute Kamstra <lute@gnu.org>
parents:
60213
diff
changeset
|
249 :group 'hide-ifdef :lighter " Ifdef" |
31 | 250 (if hide-ifdef-mode |
251 (progn | |
41619 | 252 ;; inherit global values |
253 (set (make-local-variable 'hide-ifdef-env) | |
254 (default-value 'hide-ifdef-env)) | |
255 (set (make-local-variable 'hide-ifdef-hiding) | |
256 (default-value 'hide-ifdef-hiding)) | |
257 (set (make-local-variable 'hif-outside-read-only) buffer-read-only) | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
258 (set (make-local-variable 'line-move-ignore-invisible) t) |
41712
c2b7b74ef973
(hide-ifdef-mode): Only modify
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41645
diff
changeset
|
259 (add-hook 'change-major-mode-hook |
c2b7b74ef973
(hide-ifdef-mode): Only modify
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41645
diff
changeset
|
260 (lambda () (hide-ifdef-mode -1)) nil t) |
31 | 261 |
41619 | 262 (add-to-invisibility-spec '(hide-ifdef . t)) |
31 | 263 |
264 (if hide-ifdef-initially | |
265 (hide-ifdefs) | |
41619 | 266 (show-ifdefs))) |
267 ;; else end hide-ifdef-mode | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
268 (kill-local-variable 'line-move-ignore-invisible) |
41712
c2b7b74ef973
(hide-ifdef-mode): Only modify
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41645
diff
changeset
|
269 (remove-from-invisibility-spec '(hide-ifdef . t)) |
94206
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
270 (when hide-ifdef-hiding |
10db3330138c
* progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
94036
diff
changeset
|
271 (show-ifdefs)))) |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
272 |
31 | 273 |
274 (defun hif-show-all () | |
275 "Show all of the text in the current buffer." | |
276 (interactive) | |
41619 | 277 (hif-show-ifdef-region (point-min) (point-max))) |
31 | 278 |
13855 | 279 ;; By putting this on after-revert-hook, we arrange that it only |
280 ;; does anything when revert-buffer avoids turning off the mode. | |
281 ;; (That can happen in VC.) | |
41619 | 282 (defun hif-after-revert-function () |
13855 | 283 (and hide-ifdef-mode hide-ifdef-hiding |
284 (hide-ifdefs t))) | |
41619 | 285 (add-hook 'after-revert-hook 'hif-after-revert-function) |
13855 | 286 |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
287 (defun hif-end-of-line () |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
288 (end-of-line) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
289 (while (= (logand 1 (skip-chars-backward "\\\\")) 1) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
290 (end-of-line 2))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
291 |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
292 (defun hide-ifdef-region-internal (start end) |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
293 (remove-overlays start end 'hide-ifdef t) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
294 (let ((o (make-overlay start end))) |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
295 (overlay-put o 'hide-ifdef t) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
296 (if hide-ifdef-shadow |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
297 (overlay-put o 'face 'hide-ifdef-shadow) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
298 (overlay-put o 'invisible 'hide-ifdef)))) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
299 |
31 | 300 (defun hide-ifdef-region (start end) |
301 "START is the start of a #if or #else form. END is the ending part. | |
302 Everything including these lines is made invisible." | |
41619 | 303 (save-excursion |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
304 (goto-char start) (hif-end-of-line) (setq start (point)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
305 (goto-char end) (hif-end-of-line) (setq end (point)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
306 (hide-ifdef-region-internal start end))) |
31 | 307 |
308 (defun hif-show-ifdef-region (start end) | |
309 "Everything between START and END is made visible." | |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
310 (remove-overlays start end 'hide-ifdef t)) |
31 | 311 |
312 | |
41619 | 313 ;;===%%SF%% evaluation (Start) === |
31 | 314 |
13855 | 315 ;; It is not useful to set this to anything but `eval'. |
316 ;; In fact, the variable might as well be eliminated. | |
31 | 317 (defvar hide-ifdef-evaluator 'eval |
13855 | 318 "The function to use to evaluate a form. |
319 The evaluator is given a canonical form and returns t if text under | |
31 | 320 that form should be displayed.") |
321 | |
322 (defvar hif-undefined-symbol nil | |
323 "...is by default considered to be false.") | |
324 | |
325 | |
326 (defun hif-set-var (var value) | |
327 "Prepend (var value) pair to hide-ifdef-env." | |
328 (setq hide-ifdef-env (cons (cons var value) hide-ifdef-env))) | |
329 | |
330 | |
331 (defun hif-lookup (var) | |
41619 | 332 ;; (message "hif-lookup %s" var) |
31 | 333 (let ((val (assoc var hide-ifdef-env))) |
334 (if val | |
335 (cdr val) | |
336 hif-undefined-symbol))) | |
337 | |
338 (defun hif-defined (var) | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
339 (if (assoc var hide-ifdef-env) 1 0)) |
31 | 340 |
41619 | 341 ;;===%%SF%% evaluation (End) === |
31 | 342 |
343 | |
344 | |
41619 | 345 ;;===%%SF%% parsing (Start) === |
31 | 346 ;;; The code that understands what ifs and ifdef in files look like. |
347 | |
348 (defconst hif-cpp-prefix "\\(^\\|\r\\)[ \t]*#[ \t]*") | |
349 (defconst hif-ifndef-regexp (concat hif-cpp-prefix "ifndef")) | |
350 (defconst hif-ifx-regexp (concat hif-cpp-prefix "if\\(n?def\\)?[ \t]+")) | |
351 (defconst hif-else-regexp (concat hif-cpp-prefix "else")) | |
352 (defconst hif-endif-regexp (concat hif-cpp-prefix "endif")) | |
353 (defconst hif-ifx-else-endif-regexp | |
354 (concat hif-ifx-regexp "\\|" hif-else-regexp "\\|" hif-endif-regexp)) | |
355 | |
41619 | 356 ;; Used to store the current token and the whole token list during parsing. |
357 ;; Only bound dynamically. | |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
358 (defvar hif-token) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
359 (defvar hif-token-list) |
31 | 360 |
93681
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
361 (defconst hif-token-alist |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
362 '(("||" . or) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
363 ("&&" . and) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
364 ("|" . hif-logior) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
365 ("&" . hif-logand) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
366 ("==" . equal) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
367 ("!=" . hif-notequal) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
368 ("!" . not) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
369 ("(" . lparen) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
370 (")" . rparen) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
371 (">" . hif-greater) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
372 ("<" . hif-less) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
373 (">=" . hif-greater-equal) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
374 ("<=" . hif-less-equal) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
375 ("+" . hif-plus) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
376 ("-" . hif-minus) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
377 ("?" . hif-conditional) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
378 (":" . hif-colon))) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
379 |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
380 (defconst hif-token-regexp |
93681
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
381 (concat (regexp-opt (mapcar 'car hif-token-alist)) "\\|\\w+")) |
31 | 382 |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
383 (defun hif-tokenize (start end) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
384 "Separate string between START and END into a list of tokens." |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
385 (let ((token-list nil)) |
41619 | 386 (with-syntax-table hide-ifdef-syntax-table |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
387 (save-excursion |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
388 (goto-char start) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
389 (while (progn (forward-comment (point-max)) (< (point) end)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
390 ;; (message "expr-start = %d" expr-start) (sit-for 1) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
391 (cond |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
392 ((looking-at "\\\\\n") |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
393 (forward-char 2)) |
31 | 394 |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
395 ((looking-at hif-token-regexp) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
396 (let ((token (buffer-substring (point) (match-end 0)))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
397 (goto-char (match-end 0)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
398 ;; (message "token: %s" token) (sit-for 1) |
93681
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
399 (push (or (cdr (assoc token hif-token-alist)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
400 (if (string-equal token "defined") 'hif-defined) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
401 (if (string-match "\\`[0-9]*\\'" token) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
402 (string-to-number token)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
403 (intern token)) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
404 token-list))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
405 (t (error "Bad #if expression: %s" (buffer-string))))))) |
7379
822429149720
(hide-ifdef-syntax-table): New variable.
Karl Heuer <kwzh@gnu.org>
parents:
7324
diff
changeset
|
406 (nreverse token-list))) |
31 | 407 |
408 ;;;----------------------------------------------------------------- | |
409 ;;; Translate C preprocessor #if expressions using recursive descent. | |
410 ;;; This parser is limited to the operators &&, ||, !, and "defined". | |
8914 | 411 ;;; Added ==, !=, +, and -. Gary Oberbrunner, garyo@avs.com, 8/9/94 |
31 | 412 |
41753
bf8b35f0db41
(hif-nexttoken): Move to before first def.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41712
diff
changeset
|
413 (defsubst hif-nexttoken () |
bf8b35f0db41
(hif-nexttoken): Move to before first def.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41712
diff
changeset
|
414 "Pop the next token from token-list into the let variable \"hif-token\"." |
bf8b35f0db41
(hif-nexttoken): Move to before first def.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41712
diff
changeset
|
415 (setq hif-token (pop hif-token-list))) |
bf8b35f0db41
(hif-nexttoken): Move to before first def.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41712
diff
changeset
|
416 |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
417 (defun hif-parse-if-exp (hif-token-list) |
31 | 418 "Parse the TOKEN-LIST. Return translated list in prefix form." |
419 (hif-nexttoken) | |
420 (prog1 | |
421 (hif-expr) | |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
422 (if hif-token ; is there still a token? |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
423 (error "Error: unexpected token: %s" hif-token)))) |
31 | 424 |
425 (defun hif-expr () | |
13855 | 426 "Parse an expression as found in #if. |
43747
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
427 expr : or-expr | or-expr '?' expr ':' expr." |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
428 (let ((result (hif-or-expr)) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
429 middle) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
430 (while (eq hif-token 'hif-conditional) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
431 (hif-nexttoken) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
432 (setq middle (hif-expr)) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
433 (if (eq hif-token 'hif-colon) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
434 (progn |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
435 (hif-nexttoken) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
436 (setq result (list 'hif-conditional result middle (hif-expr)))) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
437 (error "Error: unexpected token: %s" hif-token))) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
438 result)) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
439 |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
440 (defun hif-or-expr () |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
441 "Parse n or-expr : and-expr | or-expr '||' and-expr." |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
442 (let ((result (hif-and-expr))) |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
443 (while (eq hif-token 'or) |
31 | 444 (hif-nexttoken) |
43747
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
445 (setq result (list 'hif-or result (hif-and-expr)))) |
210 | 446 result)) |
31 | 447 |
43747
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
448 (defun hif-and-expr () |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
449 "Parse an and-expr : eq-expr | and-expr '&&' eq-expr." |
8914 | 450 (let ((result (hif-eq-expr))) |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
451 (while (eq hif-token 'and) |
31 | 452 (hif-nexttoken) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
453 (setq result (list 'hif-and result (hif-eq-expr)))) |
210 | 454 result)) |
31 | 455 |
8914 | 456 (defun hif-eq-expr () |
19528
8fc9b5fc7633
(hif-greater, hif-less, hif-greater-equal)
Richard M. Stallman <rms@gnu.org>
parents:
16182
diff
changeset
|
457 "Parse an eq-expr : math | eq-expr `=='|`!='|`<'|`>'|`>='|`<=' math." |
8914 | 458 (let ((result (hif-math)) |
459 (eq-token nil)) | |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
460 (while (memq hif-token '(equal hif-notequal hif-greater hif-less |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
461 hif-greater-equal hif-less-equal)) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
462 (setq eq-token hif-token) |
8914 | 463 (hif-nexttoken) |
464 (setq result (list eq-token result (hif-math)))) | |
465 result)) | |
466 | |
467 (defun hif-math () | |
13855 | 468 "Parse an expression with + or - and simpler things. |
8914 | 469 math : factor | math '+|-' factor." |
470 (let ((result (hif-factor)) | |
471 (math-op nil)) | |
93681
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
472 (while (memq hif-token '(hif-plus hif-minus hif-logior hif-logand)) |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
473 (setq math-op hif-token) |
8914 | 474 (hif-nexttoken) |
475 (setq result (list math-op result (hif-factor)))) | |
476 result)) | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
477 |
31 | 478 (defun hif-factor () |
13855 | 479 "Parse a factor: '!' factor | '(' expr ')' | 'defined(' id ')' | id." |
31 | 480 (cond |
26519 | 481 ((eq hif-token 'not) |
482 (hif-nexttoken) | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
483 (list 'hif-not (hif-factor))) |
31 | 484 |
26519 | 485 ((eq hif-token 'lparen) |
486 (hif-nexttoken) | |
487 (let ((result (hif-expr))) | |
488 (if (not (eq hif-token 'rparen)) | |
489 (error "Bad token in parenthesized expression: %s" hif-token) | |
490 (hif-nexttoken) | |
491 result))) | |
31 | 492 |
26519 | 493 ((eq hif-token 'hif-defined) |
494 (hif-nexttoken) | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
495 (let ((paren (when (eq hif-token 'lparen) (hif-nexttoken) t)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
496 (ident hif-token)) |
26519 | 497 (if (memq hif-token '(or and not hif-defined lparen rparen)) |
498 (error "Error: unexpected token: %s" hif-token)) | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
499 (when paren |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
500 (hif-nexttoken) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
501 (unless (eq hif-token 'rparen) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
502 (error "Error: expected \")\" after identifier"))) |
26519 | 503 (hif-nexttoken) |
41619 | 504 `(hif-defined (quote ,ident)))) |
31 | 505 |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
506 ((numberp hif-token) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
507 (prog1 hif-token (hif-nexttoken))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
508 |
94036
d669760bc2f0
(hif-factor): Handle unary minus.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93681
diff
changeset
|
509 ;; Unary plus/minus. |
d669760bc2f0
(hif-factor): Handle unary minus.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93681
diff
changeset
|
510 ((memq hif-token '(hif-minus hif-plus)) |
d669760bc2f0
(hif-factor): Handle unary minus.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93681
diff
changeset
|
511 (list (prog1 hif-token (hif-nexttoken)) 0 (hif-factor))) |
d669760bc2f0
(hif-factor): Handle unary minus.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93681
diff
changeset
|
512 |
26519 | 513 (t ; identifier |
514 (let ((ident hif-token)) | |
515 (if (memq ident '(or and)) | |
516 (error "Error: missing identifier")) | |
517 (hif-nexttoken) | |
41619 | 518 `(hif-lookup (quote ,ident)))))) |
31 | 519 |
8914 | 520 (defun hif-mathify (val) |
521 "Treat VAL as a number: if it's t or nil, use 1 or 0." | |
41619 | 522 (cond ((eq val t) 1) |
523 ((null val) 0) | |
8914 | 524 (t val))) |
525 | |
43747
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
526 (defun hif-conditional (a b c) |
91939e9a62ec
Augment expression parser to handle conditional expressions.
Andreas Schwab <schwab@suse.de>
parents:
41753
diff
changeset
|
527 (if (not (zerop (hif-mathify a))) (hif-mathify b) (hif-mathify c))) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
528 (defun hif-and (a b) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
529 (and (not (zerop (hif-mathify a))) (not (zerop (hif-mathify b))))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
530 (defun hif-or (a b) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
531 (or (not (zerop (hif-mathify a))) (not (zerop (hif-mathify b))))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
532 (defun hif-not (a) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
533 (zerop (hif-mathify a))) |
93681
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
534 |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
535 (defmacro hif-mathify-binop (fun) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
536 `(lambda (a b) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
537 ,(format "Like `%s' but treat t and nil as 1 and 0." fun) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
538 (,fun (hif-mathify a) (hif-mathify b)))) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
539 |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
540 (defalias 'hif-plus (hif-mathify-binop +)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
541 (defalias 'hif-minus (hif-mathify-binop -)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
542 (defalias 'hif-notequal (hif-mathify-binop /=)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
543 (defalias 'hif-greater (hif-mathify-binop >)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
544 (defalias 'hif-less (hif-mathify-binop <)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
545 (defalias 'hif-greater-equal (hif-mathify-binop >=)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
546 (defalias 'hif-less-equal (hif-mathify-binop <=)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
547 (defalias 'hif-logior (hif-mathify-binop logior)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
548 (defalias 'hif-logand (hif-mathify-binop logand)) |
c9b42189e94f
(hif-token-alist): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87923
diff
changeset
|
549 |
31 | 550 ;;;----------- end of parser ----------------------- |
551 | |
552 | |
553 (defun hif-canonicalize () | |
41619 | 554 "When at beginning of #ifX, return a Lisp expression for its condition." |
31 | 555 (save-excursion |
556 (let ((negate (looking-at hif-ifndef-regexp))) | |
557 (re-search-forward hif-ifx-regexp) | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
558 (let* ((tokens (hif-tokenize (point) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
559 (progn (hif-end-of-line) (point)))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
560 (expr (hif-parse-if-exp tokens))) |
41619 | 561 ;; (message "hif-canonicalized: %s" expr) |
31 | 562 (if negate |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
563 (list 'hif-not expr) |
31 | 564 expr))))) |
565 | |
566 | |
567 (defun hif-find-any-ifX () | |
13855 | 568 "Move to next #if..., or #ifndef, at point or after." |
41619 | 569 ;; (message "find ifX at %d" (point)) |
31 | 570 (prog1 |
571 (re-search-forward hif-ifx-regexp (point-max) t) | |
572 (beginning-of-line))) | |
573 | |
574 | |
575 (defun hif-find-next-relevant () | |
13855 | 576 "Move to next #if..., #else, or #endif, after the current line." |
41619 | 577 ;; (message "hif-find-next-relevant at %d" (point)) |
31 | 578 (end-of-line) |
41619 | 579 ;; avoid infinite recursion by only going to beginning of line if match found |
31 | 580 (if (re-search-forward hif-ifx-else-endif-regexp (point-max) t) |
210 | 581 (beginning-of-line))) |
31 | 582 |
583 (defun hif-find-previous-relevant () | |
13855 | 584 "Move to previous #if..., #else, or #endif, before the current line." |
41619 | 585 ;; (message "hif-find-previous-relevant at %d" (point)) |
31 | 586 (beginning-of-line) |
41619 | 587 ;; avoid infinite recursion by only going to beginning of line if match found |
31 | 588 (if (re-search-backward hif-ifx-else-endif-regexp (point-min) t) |
210 | 589 (beginning-of-line))) |
31 | 590 |
591 | |
592 (defun hif-looking-at-ifX () ;; Should eventually see #if | |
593 (looking-at hif-ifx-regexp)) | |
594 (defun hif-looking-at-endif () | |
595 (looking-at hif-endif-regexp)) | |
596 (defun hif-looking-at-else () | |
597 (looking-at hif-else-regexp)) | |
598 | |
599 | |
600 | |
601 (defun hif-ifdef-to-endif () | |
602 "If positioned at #ifX or #else form, skip to corresponding #endif." | |
41619 | 603 ;; (message "hif-ifdef-to-endif at %d" (point)) (sit-for 1) |
31 | 604 (hif-find-next-relevant) |
605 (cond ((hif-looking-at-ifX) | |
606 (hif-ifdef-to-endif) ; find endif of nested if | |
607 (hif-ifdef-to-endif)) ; find outer endif or else | |
608 ((hif-looking-at-else) | |
609 (hif-ifdef-to-endif)) ; find endif following else | |
610 ((hif-looking-at-endif) | |
611 'done) | |
612 (t | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3457
diff
changeset
|
613 (error "Mismatched #ifdef #endif pair")))) |
31 | 614 |
615 | |
616 (defun hif-endif-to-ifdef () | |
617 "If positioned at #endif form, skip backward to corresponding #ifX." | |
41619 | 618 ;; (message "hif-endif-to-ifdef at %d" (point)) |
31 | 619 (let ((start (point))) |
620 (hif-find-previous-relevant) | |
621 (if (= start (point)) | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3457
diff
changeset
|
622 (error "Mismatched #ifdef #endif pair"))) |
31 | 623 (cond ((hif-looking-at-endif) |
624 (hif-endif-to-ifdef) ; find beginning of nested if | |
625 (hif-endif-to-ifdef)) ; find beginning of outer if or else | |
626 ((hif-looking-at-else) | |
627 (hif-endif-to-ifdef)) | |
628 ((hif-looking-at-ifX) | |
629 'done) | |
922 | 630 (t))) ; never gets here |
31 | 631 |
632 | |
633 (defun forward-ifdef (&optional arg) | |
634 "Move point to beginning of line of the next ifdef-endif. | |
210 | 635 With argument, do this that many times." |
31 | 636 (interactive "p") |
637 (or arg (setq arg 1)) | |
41619 | 638 (if (< arg 0) (backward-ifdef (- arg)) |
639 (while (< 0 arg) | |
640 (setq arg (- arg)) | |
641 (let ((start (point))) | |
642 (unless (hif-looking-at-ifX) | |
31 | 643 (hif-find-next-relevant)) |
41619 | 644 (if (hif-looking-at-ifX) |
645 (hif-ifdef-to-endif) | |
646 (goto-char start) | |
647 (error "No following #ifdef")))))) | |
31 | 648 |
649 | |
650 (defun backward-ifdef (&optional arg) | |
651 "Move point to beginning of the previous ifdef-endif. | |
210 | 652 With argument, do this that many times." |
31 | 653 (interactive "p") |
654 (or arg (setq arg 1)) | |
41619 | 655 (if (< arg 0) (forward-ifdef (- arg)) |
656 (while (< 0 arg) | |
657 (setq arg (1- arg)) | |
658 (beginning-of-line) | |
659 (let ((start (point))) | |
660 (unless (hif-looking-at-endif) | |
31 | 661 (hif-find-previous-relevant)) |
41619 | 662 (if (hif-looking-at-endif) |
663 (hif-endif-to-ifdef) | |
664 (goto-char start) | |
665 (error "No previous #ifdef")))))) | |
31 | 666 |
667 | |
668 (defun down-ifdef () | |
669 "Move point to beginning of nested ifdef or else-part." | |
670 (interactive) | |
671 (let ((start (point))) | |
672 (hif-find-next-relevant) | |
673 (if (or (hif-looking-at-ifX) (hif-looking-at-else)) | |
674 () | |
675 (goto-char start) | |
210 | 676 (error "No following #ifdef")))) |
31 | 677 |
678 | |
679 (defun up-ifdef () | |
680 "Move point to beginning of enclosing ifdef or else-part." | |
681 (interactive) | |
682 (beginning-of-line) | |
683 (let ((start (point))) | |
41619 | 684 (unless (hif-looking-at-endif) |
685 (hif-find-previous-relevant)) | |
31 | 686 (if (hif-looking-at-endif) |
687 (hif-endif-to-ifdef)) | |
688 (if (= start (point)) | |
210 | 689 (error "No previous #ifdef")))) |
31 | 690 |
691 (defun next-ifdef (&optional arg) | |
692 "Move to the beginning of the next #ifX, #else, or #endif. | |
210 | 693 With argument, do this that many times." |
31 | 694 (interactive "p") |
695 (or arg (setq arg 1)) | |
41619 | 696 (if (< arg 0) (previous-ifdef (- arg)) |
697 (while (< 0 arg) | |
698 (setq arg (1- arg)) | |
699 (hif-find-next-relevant) | |
700 (when (eolp) | |
701 (beginning-of-line) | |
702 (error "No following #ifdefs, #elses, or #endifs"))))) | |
31 | 703 |
704 (defun previous-ifdef (&optional arg) | |
705 "Move to the beginning of the previous #ifX, #else, or #endif. | |
210 | 706 With argument, do this that many times." |
31 | 707 (interactive "p") |
708 (or arg (setq arg 1)) | |
41619 | 709 (if (< arg 0) (next-ifdef (- arg)) |
710 (while (< 0 arg) | |
711 (setq arg (1- arg)) | |
712 (let ((start (point))) | |
713 (hif-find-previous-relevant) | |
714 (if (= start (point)) | |
715 (error "No previous #ifdefs, #elses, or #endifs")))))) | |
31 | 716 |
717 | |
41619 | 718 ;;===%%SF%% parsing (End) === |
31 | 719 |
720 | |
41619 | 721 ;;===%%SF%% hide-ifdef-hiding (Start) === |
31 | 722 |
723 | |
724 ;;; A range is a structure with four components: | |
725 ;;; ELSE-P True if there was an else clause for the ifdef. | |
726 ;;; START The start of the range. (beginning of line) | |
727 ;;; ELSE The else marker (beginning of line) | |
728 ;;; Only valid if ELSE-P is true. | |
729 ;;; END The end of the range. (beginning of line) | |
730 | |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
731 (defsubst hif-make-range (start end &optional else) |
41619 | 732 (list start else end)) |
31 | 733 |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
734 (defsubst hif-range-start (range) (elt range 0)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
735 (defsubst hif-range-else (range) (elt range 1)) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
736 (defsubst hif-range-end (range) (elt range 2)) |
31 | 737 |
738 | |
739 | |
740 ;;; Find-Range | |
741 ;;; The workhorse, it delimits the #if region. Reasonably simple: | |
742 ;;; Skip until an #else or #endif is found, remembering positions. If | |
743 ;;; an #else was found, skip some more, looking for the true #endif. | |
744 | |
745 (defun hif-find-range () | |
41619 | 746 "Return a Range structure describing the current #if region. |
31 | 747 Point is left unchanged." |
41619 | 748 ;; (message "hif-find-range at %d" (point)) |
31 | 749 (save-excursion |
750 (beginning-of-line) | |
751 (let ((start (point)) | |
752 (else nil) | |
753 (end nil)) | |
754 ;; Part one. Look for either #endif or #else. | |
755 ;; This loop-and-a-half dedicated to E. Dijkstra. | |
41619 | 756 (while (progn |
757 (hif-find-next-relevant) | |
758 (hif-looking-at-ifX)) ; Skip nested ifdef | |
759 (hif-ifdef-to-endif)) | |
31 | 760 ;; Found either a #else or an #endif. |
761 (cond ((hif-looking-at-else) | |
762 (setq else (point))) | |
763 (t | |
41619 | 764 (setq end (point)))) ; (save-excursion (end-of-line) (point)) |
31 | 765 ;; If found #else, look for #endif. |
41619 | 766 (when else |
767 (while (progn | |
768 (hif-find-next-relevant) | |
769 (hif-looking-at-ifX)) ; Skip nested ifdef | |
770 (hif-ifdef-to-endif)) | |
771 (if (hif-looking-at-else) | |
772 (error "Found two elses in a row? Broken!")) | |
773 (setq end (point))) ; (save-excursion (end-of-line) (point)) | |
774 (hif-make-range start end else)))) | |
31 | 775 |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
776 |
31 | 777 ;;; A bit slimy. |
778 | |
779 (defun hif-hide-line (point) | |
210 | 780 "Hide the line containing point. Does nothing if `hide-ifdef-lines' is nil." |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
781 (when hide-ifdef-lines |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
782 (save-excursion |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
783 (goto-char point) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
784 (hide-ifdef-region-internal |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
785 (line-beginning-position) (progn (hif-end-of-line) (point)))))) |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
786 |
31 | 787 |
788 ;;; Hif-Possibly-Hide | |
789 ;;; There are four cases. The #ifX expression is "taken" if it | |
790 ;;; the hide-ifdef-evaluator returns T. Presumably, this means the code | |
791 ;;; inside the #ifdef would be included when the program was | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
792 ;;; compiled. |
31 | 793 ;;; |
794 ;;; Case 1: #ifX taken, and there's an #else. | |
795 ;;; The #else part must be hidden. The #if (then) part must be | |
796 ;;; processed for nested #ifX's. | |
797 ;;; Case 2: #ifX taken, and there's no #else. | |
798 ;;; The #if part must be processed for nested #ifX's. | |
799 ;;; Case 3: #ifX not taken, and there's an #else. | |
800 ;;; The #if part must be hidden. The #else part must be processed | |
801 ;;; for nested #ifs. | |
802 ;;; Case 4: #ifX not taken, and there's no #else. | |
803 ;;; The #ifX part must be hidden. | |
804 ;;; | |
805 ;;; Further processing is done by narrowing to the relevant region | |
806 ;;; and just recursively calling hide-ifdef-guts. | |
807 ;;; | |
808 ;;; When hif-possibly-hide returns, point is at the end of the | |
809 ;;; possibly-hidden range. | |
810 | |
811 (defun hif-recurse-on (start end) | |
210 | 812 "Call `hide-ifdef-guts' after narrowing to end of START line and END line." |
31 | 813 (save-excursion |
814 (save-restriction | |
815 (goto-char start) | |
816 (end-of-line) | |
817 (narrow-to-region (point) end) | |
818 (hide-ifdef-guts)))) | |
819 | |
820 (defun hif-possibly-hide () | |
13855 | 821 "Called at #ifX expression, this hides those parts that should be hidden. |
822 It uses the judgement of `hide-ifdef-evaluator'." | |
41619 | 823 ;; (message "hif-possibly-hide") (sit-for 1) |
824 (let ((test (hif-canonicalize)) | |
825 (range (hif-find-range))) | |
826 ;; (message "test = %s" test) (sit-for 1) | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
827 |
41619 | 828 (hif-hide-line (hif-range-end range)) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
829 (if (not (hif-not (funcall hide-ifdef-evaluator test))) |
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
830 (cond ((hif-range-else range) ; case 1 |
31 | 831 (hif-hide-line (hif-range-else range)) |
41644
6546efdc0288
(hif-end-of-line): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41619
diff
changeset
|
832 (hide-ifdef-region (hif-range-else range) |
41619 | 833 (1- (hif-range-end range))) |
834 (hif-recurse-on (hif-range-start range) | |
835 (hif-range-else range))) | |
836 (t ; case 2 | |
837 (hif-recurse-on (hif-range-start range) | |
838 (hif-range-end range)))) | |
839 (cond ((hif-range-else range) ; case 3 | |
840 (hif-hide-line (hif-range-else range)) | |
841 (hide-ifdef-region (hif-range-start range) | |
842 (1- (hif-range-else range))) | |
843 (hif-recurse-on (hif-range-else range) | |
844 (hif-range-end range))) | |
845 (t ; case 4 | |
846 (hide-ifdef-region (point) | |
847 (1- (hif-range-end range)))))) | |
848 (hif-hide-line (hif-range-start range)) ; Always hide start. | |
849 (goto-char (hif-range-end range)) | |
850 (end-of-line))) | |
31 | 851 |
852 | |
853 | |
854 (defun hide-ifdef-guts () | |
13855 | 855 "Does most of the work of `hide-ifdefs'. |
856 It does not do the work that's pointless to redo on a recursive entry." | |
41619 | 857 ;; (message "hide-ifdef-guts") |
31 | 858 (save-excursion |
859 (goto-char (point-min)) | |
860 (while (hif-find-any-ifX) | |
861 (hif-possibly-hide)))) | |
862 | |
41619 | 863 ;;===%%SF%% hide-ifdef-hiding (End) === |
31 | 864 |
865 | |
41619 | 866 ;;===%%SF%% exports (Start) === |
31 | 867 |
868 (defun hide-ifdef-toggle-read-only () | |
41619 | 869 "Toggle `hide-ifdef-read-only'." |
31 | 870 (interactive) |
871 (setq hide-ifdef-read-only (not hide-ifdef-read-only)) | |
872 (message "Hide-Read-Only %s" | |
873 (if hide-ifdef-read-only "ON" "OFF")) | |
874 (if hide-ifdef-hiding | |
875 (setq buffer-read-only (or hide-ifdef-read-only hif-outside-read-only))) | |
11581
e21661a78292
(hide-ifdef-toggle-read-only): Use force-mode-line-update.
Karl Heuer <kwzh@gnu.org>
parents:
11455
diff
changeset
|
876 (force-mode-line-update)) |
31 | 877 |
878 (defun hide-ifdef-toggle-outside-read-only () | |
13855 | 879 "Replacement for `toggle-read-only' within Hide-Ifdef mode." |
31 | 880 (interactive) |
881 (setq hif-outside-read-only (not hif-outside-read-only)) | |
882 (message "Read only %s" | |
883 (if hif-outside-read-only "ON" "OFF")) | |
884 (setq buffer-read-only | |
885 (or (and hide-ifdef-hiding hide-ifdef-read-only) | |
41619 | 886 hif-outside-read-only)) |
11581
e21661a78292
(hide-ifdef-toggle-read-only): Use force-mode-line-update.
Karl Heuer <kwzh@gnu.org>
parents:
11455
diff
changeset
|
887 (force-mode-line-update)) |
31 | 888 |
87851
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
889 (defun hide-ifdef-toggle-shadowing () |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
890 "Toggle shadowing." |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
891 (interactive) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
892 (set (make-local-variable 'hide-ifdef-shadow) (not hide-ifdef-shadow)) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
893 (message "Shadowing %s" (if hide-ifdef-shadow "ON" "OFF")) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
894 (save-restriction |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
895 (widen) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
896 (dolist (overlay (overlays-in (point-min) (point-max))) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
897 (when (overlay-get overlay 'hide-ifdef) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
898 (if hide-ifdef-shadow |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
899 (progn |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
900 (overlay-put overlay 'invisible nil) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
901 (overlay-put overlay 'face 'hide-ifdef-shadow)) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
902 (overlay-put overlay 'face nil) |
6e4b2a69d875
(hide-ifdef-shadow): New option.
Martin Rudalics <rudalics@gmx.at>
parents:
79717
diff
changeset
|
903 (overlay-put overlay 'invisible 'hide-ifdef)))))) |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
904 |
31 | 905 (defun hide-ifdef-define (var) |
906 "Define a VAR so that #ifdef VAR would be included." | |
907 (interactive "SDefine what? ") | |
8914 | 908 (hif-set-var var 1) |
31 | 909 (if hide-ifdef-hiding (hide-ifdefs))) |
910 | |
911 (defun hide-ifdef-undef (var) | |
912 "Undefine a VAR so that #ifdef VAR would not be included." | |
913 (interactive "SUndefine what? ") | |
914 (hif-set-var var nil) | |
915 (if hide-ifdef-hiding (hide-ifdefs))) | |
916 | |
917 | |
13855 | 918 (defun hide-ifdefs (&optional nomsg) |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
919 "Hide the contents of some #ifdefs. |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43747
diff
changeset
|
920 Assume that defined symbols have been added to `hide-ifdef-env'. |
1476 | 921 The text hidden is the text that would not be included by the C |
922 preprocessor if it were given the file with those symbols defined. | |
31 | 923 |
8375 | 924 Turn off hiding by calling `show-ifdefs'." |
31 | 925 |
926 (interactive) | |
927 (message "Hiding...") | |
13856
8046a1616264
(hide-ifdefs): Set hif-outside-read-only here.
Richard M. Stallman <rms@gnu.org>
parents:
13855
diff
changeset
|
928 (setq hif-outside-read-only buffer-read-only) |
41619 | 929 (unless hide-ifdef-mode (hide-ifdef-mode 1)) ; turn on hide-ifdef-mode |
31 | 930 (if hide-ifdef-hiding |
931 (show-ifdefs)) ; Otherwise, deep confusion. | |
41619 | 932 (setq hide-ifdef-hiding t) |
933 (hide-ifdef-guts) | |
7324
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
934 (setq buffer-read-only (or hide-ifdef-read-only hif-outside-read-only)) |
13855 | 935 (or nomsg |
936 (message "Hiding done"))) | |
31 | 937 |
938 | |
939 (defun show-ifdefs () | |
13855 | 940 "Cancel the effects of `hide-ifdef': show the contents of all #ifdefs." |
31 | 941 (interactive) |
7324
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
942 (setq buffer-read-only hif-outside-read-only) |
41619 | 943 (hif-show-all) |
210 | 944 (setq hide-ifdef-hiding nil)) |
31 | 945 |
946 | |
947 (defun hif-find-ifdef-block () | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3457
diff
changeset
|
948 "Utility for hide and show `ifdef-block'. |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
949 Return as (TOP . BOTTOM) the extent of ifdef block." |
31 | 950 (let (max-bottom) |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
951 (cons (save-excursion |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
952 (beginning-of-line) |
41619 | 953 (unless (or (hif-looking-at-else) (hif-looking-at-ifX)) |
954 (up-ifdef)) | |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
955 (prog1 (point) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
956 (hif-ifdef-to-endif) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
957 (setq max-bottom (1- (point))))) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
958 (save-excursion |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
959 (beginning-of-line) |
41619 | 960 (unless (hif-looking-at-endif) |
961 (hif-find-next-relevant)) | |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
962 (while (hif-looking-at-ifX) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
963 (hif-ifdef-to-endif) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
964 (hif-find-next-relevant)) |
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
965 (min max-bottom (1- (point))))))) |
31 | 966 |
967 | |
968 (defun hide-ifdef-block () | |
969 "Hide the ifdef block (true or false part) enclosing or before the cursor." | |
970 (interactive) | |
41619 | 971 (unless hide-ifdef-mode (hide-ifdef-mode 1)) |
972 (let ((top-bottom (hif-find-ifdef-block))) | |
23440
21dd0dd62240
(hide-ifdef-env, hif-outside-read-only):
Andreas Schwab <schwab@suse.de>
parents:
20781
diff
changeset
|
973 (hide-ifdef-region (car top-bottom) (cdr top-bottom)) |
41619 | 974 (when hide-ifdef-lines |
975 (hif-hide-line (car top-bottom)) | |
976 (hif-hide-line (1+ (cdr top-bottom)))) | |
210 | 977 (setq hide-ifdef-hiding t)) |
7324
7e78d145539b
(show-ifdefs, hide-ifdefs): Bind inhibit-read-only.
Richard M. Stallman <rms@gnu.org>
parents:
5560
diff
changeset
|
978 (setq buffer-read-only (or hide-ifdef-read-only hif-outside-read-only))) |
31 | 979 |
980 (defun show-ifdef-block () | |
981 "Show the ifdef block (true or false part) enclosing or before the cursor." | |
982 (interactive) | |
70769
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
983 (let ((top-bottom (hif-find-ifdef-block))) |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
984 (if hide-ifdef-lines |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
985 (hif-show-ifdef-region |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
986 (save-excursion |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
987 (goto-char (car top-bottom)) (line-beginning-position)) |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
988 (save-excursion |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
989 (goto-char (1+ (cdr top-bottom))) |
c1396ff7810f
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
Eli Zaretskii <eliz@gnu.org>
parents:
68773
diff
changeset
|
990 (hif-end-of-line) (point))) |
41619 | 991 (hif-show-ifdef-region (1- (car top-bottom)) (cdr top-bottom))))) |
31 | 992 |
993 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3457
diff
changeset
|
994 ;;; definition alist support |
31 | 995 |
996 (defvar hide-ifdef-define-alist nil | |
41619 | 997 "A global assoc list of pre-defined symbol lists.") |
31 | 998 |
999 (defun hif-compress-define-list (env) | |
1000 "Compress the define list ENV into a list of defined symbols only." | |
41619 | 1001 (let ((new-defs nil)) |
1002 (dolist (def env new-defs) | |
1003 (if (hif-lookup (car def)) (push (car env) new-defs))))) | |
31 | 1004 |
1005 (defun hide-ifdef-set-define-alist (name) | |
1476 | 1006 "Set the association for NAME to `hide-ifdef-env'." |
31 | 1007 (interactive "SSet define list: ") |
41619 | 1008 (push (cons name (hif-compress-define-list hide-ifdef-env)) |
1009 hide-ifdef-define-alist)) | |
31 | 1010 |
1011 (defun hide-ifdef-use-define-alist (name) | |
1476 | 1012 "Set `hide-ifdef-env' to the define list specified by NAME." |
60213
de939ef4dd88
(hide-ifdef-use-define-alist): Use
Kim F. Storm <storm@cua.dk>
parents:
52401
diff
changeset
|
1013 (interactive |
de939ef4dd88
(hide-ifdef-use-define-alist): Use
Kim F. Storm <storm@cua.dk>
parents:
52401
diff
changeset
|
1014 (list (completing-read "Use define list: " |
64119
b83cb76e940c
(hide-ifdef-use-define-alist): Pass a list of
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64085
diff
changeset
|
1015 (mapcar (lambda (x) (symbol-name (car x))) |
b83cb76e940c
(hide-ifdef-use-define-alist): Pass a list of
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64085
diff
changeset
|
1016 hide-ifdef-define-alist) |
b83cb76e940c
(hide-ifdef-use-define-alist): Pass a list of
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64085
diff
changeset
|
1017 nil t))) |
60213
de939ef4dd88
(hide-ifdef-use-define-alist): Use
Kim F. Storm <storm@cua.dk>
parents:
52401
diff
changeset
|
1018 (if (stringp name) (setq name (intern name))) |
31 | 1019 (let ((define-list (assoc name hide-ifdef-define-alist))) |
1020 (if define-list | |
1021 (setq hide-ifdef-env | |
29588
0cf06902af64
(hif-compress-define-list)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26519
diff
changeset
|
1022 (mapcar (lambda (arg) (cons arg t)) |
31 | 1023 (cdr define-list))) |
1024 (error "No define list for %s" name)) | |
210 | 1025 (if hide-ifdef-hiding (hide-ifdefs)))) |
31 | 1026 |
13297
9699410bf8bf
Provide hideif; require cc-mode.
Richard M. Stallman <rms@gnu.org>
parents:
12954
diff
changeset
|
1027 (provide 'hideif) |
9699410bf8bf
Provide hideif; require cc-mode.
Richard M. Stallman <rms@gnu.org>
parents:
12954
diff
changeset
|
1028 |
64119
b83cb76e940c
(hide-ifdef-use-define-alist): Pass a list of
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64085
diff
changeset
|
1029 ;; arch-tag: c6381d17-a59a-483a-b945-658f22277981 |
660
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
210
diff
changeset
|
1030 ;;; hideif.el ends here |