summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
Commit message (Collapse)AuthorAgeFilesLines
* Provide hideif; require cc-mode.Richard M. Stallman1995-10-261-0/+4
|
* (hide-ifdef-hiding): Delete duplicate defvar.Richard M. Stallman1995-08-271-3/+0
|
* (hide-ifdef-mode-prefix-key): Change to C-c @.Richard M. Stallman1995-05-021-13/+13
| | | | (hide-ifdef-mode-submap): Get rid of \e from all bindings.
* (hide-ifdef-toggle-read-only): Use force-mode-line-update.Karl Heuer1995-04-251-6/+2
| | | | (hide-ifdef-toggle-outside-read-only): Use force-mode-line-update.
* Comment change.Richard M. Stallman1995-04-141-1/+1
|
* Handle ==, !=, + and -.Richard M. Stallman1994-09-191-38/+51
| | | | | | | | | (hif-tokenize): Handle ==, !=, + and -. (hif-token-regexp): Handle ==, !=, + and -. (hif-notequal, hif-plus, hif-minus, hif-mathify): New functions. (hif-math, hif-eq-expr): New functions. (hif-term): Call hif-eq-expr. (hide-ifdef-define): Pass 1 to hif-set-var.
* (hide-ifdefs): Doc fix.Richard M. Stallman1994-07-291-1/+1
|
* (minor-mode-map-alist): Add missing quote.Richard M. Stallman1994-06-301-1/+1
|
* (hide-ifdef-syntax-table): New variable.Karl Heuer1994-05-071-54/+57
| | | | | (hif-tokenize): Use it. (hide-ifdef-mode): Don't clobber `c-mode-syntax-table'.
* (show-ifdefs, hide-ifdefs): Bind inhibit-read-only.Richard M. Stallman1994-05-041-66/+54
| | | | | | | | | | | | | | | | | | | | Set buffer-read-only directly. (hide-ifdef-block): Likewise. (show-ifdef-block): Bind inhibit-read-only; don't set buffer-read-only. Delete bindings for C-c C-f, C-c C-b, C-c C-u, C-c C-d, C-c C-p and C-c C-n. Move C-c C-h to C-c C-d. (define-hide-ifdef-mode-map): Remove this code from a function and execute it at load time. (hide-ifdef-mode-submap): New variable holds the list of commands. (hide-ifdef-mode-map): Set this up with a prefix key and put it in minor-mode-map-alist. (hide-ifdef-mode-map-before): Variable deleted. (hide-ifdef-mode): Use force-mode-line-update. Delete the code to manipulate keymaps. (define-hide-ifdef-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.
* (hif-tokenize): Handle // comments after #if.Richard M. Stallman1994-01-111-0/+5
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-4/+4
|
* (define-hide-ifdef-mode-map): Don't bind C-c LETTER.Richard M. Stallman1993-06-031-9/+11
| | | | | Use C-c ESC LETTER instead. Handle case where where-is-internal returns nil.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-9/+9
|
* Doc fix.Christopher Zaborsky1992-10-251-10/+11
|
* entered into RCSJim Blandy1992-08-191-0/+4
|
* *** empty log message ***Jim Blandy1992-08-041-1/+1
|
* *** empty log message ***Richard M. Stallman1992-07-291-1/+17
|
* *** empty log message ***Jim Blandy1992-07-221-3/+0
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-2/+3
|
* *** empty log message ***Eric S. Raymond1992-07-161-36/+44
|
* *** empty log message ***Eric S. Raymond1992-05-301-3/+4
|
* *** empty log message ***Jim Blandy1991-03-061-86/+52
|
* Initial revisionRichard M. Stallman1989-08-051-0/+1041