Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
cd68f47e
Commit
cd68f47e
authored
Jan 02, 2016
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve documentation of new Hide-IfDef features
* etc/NEWS: Expand and reword Hide-IfDef section.
parent
723b8bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
7 deletions
+27
-7
etc/NEWS
etc/NEWS
+27
-7
No files found.
etc/NEWS
View file @
cd68f47e
...
@@ -877,16 +877,36 @@ fitting for use in money calculations
...
@@ -877,16 +877,36 @@ fitting for use in money calculations
---
---
*** Factorial works with non-integer inputs.
*** Factorial works with non-integer inputs.
** HideIfDef mode now support full C/C++ expressions, argumented macro
** Hide-IfDef mode
expansions, interactive macro evaluation and automatic scanning of
#defined symbols.
*** New custom variable `hide-ifdef-header-regexp' to define C/C++ header file
---
name patterns. Default case-insensitive .h, .hh, .hpp, .hxx, and .h++.
*** Hide-IfDef mode now support full C/C++ expressions in macros,
macro argument expansion, interactive macro evaluation and automatic
scanning of #define'd symbols.
---
*** New command `hif-evaluate-macro', bound to `C-c @ e', displays the
result of evaluating a macro.
---
*** New command `hif-clear-all-ifdef-define', bound to `C-c @ C', clears
all defined symbols in `hide-ifdef-env'.
---
*** New custom variable `hide-ifdef-header-regexp' to define C/C++ header
file name patterns. Defaults to files whose extension is one of `.h',
`.hh', `.hpp', `.hxx', or `.h++', matched case-insensitively.
---
*** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent
*** New custom variable `hide-ifdef-expand-reinclusion-protection' to prevent
reinclusion protected header files from being fully hidden.
reinclusion protected (a.k.a. "
idempotent
") header files from being hidden.
(This could happen when an idempotent header file is visited again,
when its guard symbol is already defined.) Defaults to `t'.
---
*** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol
*** New custom variable `hide-ifdef-exclude-define-regexp' to define symbol
name patterns (e.g. all "
FOR_DOXYGEN_ONLY_
*
") to be excluded.
name patterns (e.g. all "
FOR_DOXYGEN_ONLY_
*
") to be ignored when
looking for macro definitions. By default, no symbols are ignored.
** TeX mode
** TeX mode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment