Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Pfeifer
dynare
Commits
fcdd810e
Verified
Commit
fcdd810e
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Emacs mode: “periods” and “Sigma_e” commands removed
parent
8aabdaee
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/dynare.el
+4
-4
4 additions, 4 deletions
scripts/dynare.el
with
4 additions
and
4 deletions
scripts/dynare.el
+
4
−
4
View file @
fcdd810e
;;; dynare.el --- major mode for editing Dynare mod files
;; Copyright © 2010 Yannick Kalantzis
;; Copyright © 2019-202
2
Dynare Team
;; Copyright © 2019-202
3
Dynare Team
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
...
...
@@ -55,7 +55,7 @@
;; Also include "end" in this list
(
defvar
dynare-statements
'
(
"var"
"varexo"
"varexo_det"
"trend_var"
"log_trend_var"
"predetermined_variables"
"parameters"
"model_local_variable"
"periods"
"predetermined_variables"
"parameters"
"model_local_variable"
"model_info"
"estimation"
"set_time"
"data"
"varobs"
"varexobs"
"unit_root_vars"
"rplot"
"osr_params"
"osr"
"dynatype"
"dynasave"
"model_comparison"
"change_type"
"load_params_and_steady_state"
...
...
@@ -63,7 +63,7 @@
"write_latex_static_model"
"write_latex_original_model"
"write_latex_steady_state_model"
"steady"
"check"
"simul"
"stoch_simul"
"var_model"
"trend_component_model"
"var_expectation_model"
"pac_model"
"dsample"
"Sigma_e"
"planner_objective"
"ramsey_model"
"ramsey_policy"
"dsample"
"planner_objective"
"ramsey_model"
"ramsey_policy"
"evaluate_planner_objective"
"occbin_setup"
"occbin_solver"
"occbin_write_regimes"
"occbin_graph"
"discretionary_policy"
"identification"
"bvar_density"
"bvar_forecast"
...
...
@@ -86,7 +86,7 @@
;; Keywords that may appear in blocks, and that begin a statement which will be
;; closed by a semicolon
(
defvar
dynare-statements-like
'
(
"stderr"
"values"
"scales"
"restriction"
"exclusion"
"upper_cholesky"
"lower_cholesky"
'
(
"stderr"
"values"
"periods"
"scales"
"restriction"
"exclusion"
"upper_cholesky"
"lower_cholesky"
"bind"
"relax"
"error_bind"
"error_relax"
"add"
"multiply"
)
"Dynare statements-like keywords."
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment