[gnumeric] Editors: no per-file style setup.



commit c5acbad1b59e71913b06522e8879b56abcbe061a
Author: Morten Welinder <terra gnome org>
Date:   Wed May 16 08:12:11 2018 -0400

    Editors: no per-file style setup.
    
    The Emacs replacement is something like this:
    
    (add-hook 'c-mode-hook
          (lambda ()
            (let ((filename (buffer-file-name)))
              (and filename
                   (string-match "/gnumeric/" filename)
                   (progn
                     (c-set-style "linux"))))))

 component/gnumeric.c                               |    1 -
 plugins/applix/applix-read.c                       |    1 -
 plugins/applix/applix-write.c                      |    1 -
 plugins/applix/boot.c                              |    1 -
 plugins/dif/dif.c                                  |    1 -
 plugins/excel/biff-types.h                         |    1 -
 plugins/excel/boot.c                               |    1 -
 plugins/excel/boot.h                               |    1 -
 plugins/excel/crypt-md4.h                          |    1 -
 plugins/excel/escher-types.h                       |    1 -
 plugins/excel/excel.h                              |    1 -
 plugins/excel/formula-types.h                      |    1 -
 plugins/excel/ms-biff.h                            |    1 -
 plugins/excel/ms-chart.c                           |    1 -
 plugins/excel/ms-chart.h                           |    1 -
 plugins/excel/ms-container.c                       |    1 -
 plugins/excel/ms-container.h                       |    1 -
 plugins/excel/ms-escher.c                          |    1 -
 plugins/excel/ms-escher.h                          |    1 -
 plugins/excel/ms-excel-biff.h                      |    1 -
 plugins/excel/ms-excel-read.c                      |    1 -
 plugins/excel/ms-excel-read.h                      |    1 -
 plugins/excel/ms-excel-util.c                      |    1 -
 plugins/excel/ms-excel-util.h                      |    1 -
 plugins/excel/ms-excel-write.c                     |    1 -
 plugins/excel/ms-excel-write.h                     |    1 -
 plugins/excel/ms-excel-xf.h                        |    1 -
 plugins/excel/ms-formula-read.c                    |    1 -
 plugins/excel/ms-formula-write.c                   |    1 -
 plugins/excel/ms-obj.c                             |    1 -
 plugins/excel/xls-read-pivot.c                     |    1 -
 plugins/excel/xls-write-pivot.c                    |    1 -
 plugins/excel/xlsx-read-docprops.c                 |    1 -
 plugins/excel/xlsx-read-drawing.c                  |    1 -
 plugins/excel/xlsx-read-pivot.c                    |    1 -
 plugins/excel/xlsx-read.c                          |    1 -
 plugins/excel/xlsx-utils.c                         |    1 -
 plugins/excel/xlsx-utils.h                         |    1 -
 plugins/excel/xlsx-write-docprops.c                |    1 -
 plugins/excel/xlsx-write-drawing.c                 |    1 -
 plugins/excel/xlsx-write-pivot.c                   |    1 -
 plugins/excel/xlsx-write.c                         |    1 -
 plugins/excelplugins/ExcelTestModule.c             |    1 -
 plugins/excelplugins/excelplugins.c                |    1 -
 plugins/excelplugins/xlcall32_emulation.c          |    1 -
 plugins/fn-christian-date/functions.c              |    1 -
 plugins/fn-complex/functions.c                     |    1 -
 plugins/fn-complex/gsl-complex.c                   |    1 -
 plugins/fn-database/functions.c                    |    1 -
 plugins/fn-date/functions.c                        |    1 -
 plugins/fn-derivatives/options.c                   |    1 -
 plugins/fn-eng/functions.c                         |    1 -
 plugins/fn-erlang/functions.c                      |    1 -
 plugins/fn-financial/functions.c                   |    1 -
 plugins/fn-financial/sc-fin.c                      |    2 +-
 plugins/fn-financial/sc-fin.h                      |    1 -
 plugins/fn-hebrew-date/functions.c                 |    1 -
 plugins/fn-hebrew-date/hdate.h                     |    1 -
 plugins/fn-hebrew-date/hdate_hdate.c               |    1 -
 plugins/fn-hebrew-date/hdate_strings.c             |    1 -
 plugins/fn-info/functions.c                        |    1 -
 plugins/fn-logical/functions.c                     |    1 -
 plugins/fn-lookup/functions.c                      |    1 -
 plugins/fn-math/functions.c                        |    1 -
 plugins/fn-random/functions.c                      |    1 -
 plugins/fn-stat/functions.c                        |    1 -
 plugins/fn-string/functions.c                      |    1 -
 plugins/fn-tsa/functions.c                         |    1 -
 plugins/gda/plugin-gda.c                           |    1 -
 plugins/gnome-db/plugin-gnomedb.c                  |    1 -
 plugins/html/html.c                                |    1 -
 plugins/html/html_read.c                           |    1 -
 plugins/html/latex.c                               |    1 -
 plugins/lotus-123/lotus-formula.c                  |    1 -
 plugins/lotus-123/lotus-types.h                    |    1 -
 plugins/lotus-123/lotus.c                          |    1 -
 plugins/lotus-123/lotus.h                          |    1 -
 plugins/mps/mps.c                                  |    1 -
 plugins/oleo/oleo.c                                |    1 -
 plugins/openoffice/openoffice-write.c              |    1 -
 plugins/paradox/paradox.c                          |    1 -
 plugins/plan-perfect/pln.c                         |    1 -
 plugins/psiconv/boot.c                             |    1 -
 plugins/psiconv/psiconv-read.c                     |    1 -
 plugins/python-loader/gnm-py-interpreter.c         |    1 -
 plugins/python-loader/gnm-python.c                 |    1 -
 plugins/python-loader/py-command-line.c            |    1 -
 plugins/python-loader/py-gnumeric.c                |    1 -
 plugins/python-loader/py-interpreter-selector.c    |    1 -
 plugins/python-loader/python-loader.c              |    1 -
 plugins/qpro/qpro-read.c                           |    1 -
 plugins/sc/sc.c                                    |    1 -
 plugins/sylk/sylk-write.c                          |    1 -
 plugins/sylk/sylk.c                                |    1 -
 plugins/xbase/boot.c                               |    1 -
 plugins/xbase/xbase.c                              |    1 -
 src/application.c                                  |    1 -
 src/application.h                                  |    1 -
 src/auto-format.c                                  |    1 -
 src/auto-format.h                                  |    1 -
 src/cell-draw.c                                    |    1 -
 src/cell-draw.h                                    |    1 -
 src/cell.c                                         |    1 -
 src/cell.h                                         |    1 -
 src/cellspan.c                                     |    1 -
 src/cellspan.h                                     |    1 -
 src/clipboard.c                                    |    1 -
 src/clipboard.h                                    |    1 -
 src/cmd-edit.c                                     |    1 -
 src/cmd-edit.h                                     |    1 -
 src/collect.c                                      |    1 -
 src/collect.h                                      |    1 -
 src/colrow.c                                       |    1 -
 src/colrow.h                                       |    1 -
 src/command-context-stderr.c                       |    1 -
 src/command-context-stderr.h                       |    1 -
 src/command-context.c                              |    1 -
 src/command-context.h                              |    1 -
 src/commands.c                                     |    1 -
 src/commands.h                                     |    1 -
 src/complete-sheet.c                               |    1 -
 src/complete-sheet.h                               |    1 -
 src/complete.c                                     |    1 -
 src/complete.h                                     |    1 -
 src/complex.h                                      |    1 -
 src/consolidate.h                                  |    1 -
 src/dependent.c                                    |    1 -
 src/dependent.h                                    |    1 -
 src/dialogs/dao-gui-utils.c                        |    1 -
 src/dialogs/dialog-about.c                         |    1 -
 src/dialogs/dialog-advanced-filter.c               |    1 -
 src/dialogs/dialog-analysis-tool-chi-squared.c     |    1 -
 src/dialogs/dialog-analysis-tool-frequency.c       |    1 -
 src/dialogs/dialog-analysis-tool-kaplan-meier.c    |    1 -
 src/dialogs/dialog-analysis-tool-normality.c       |    1 -
 src/dialogs/dialog-analysis-tool-one-mean.c        |    1 -
 .../dialog-analysis-tool-principal-components.c    |    1 -
 src/dialogs/dialog-analysis-tool-sign-test.c       |    1 -
 .../dialog-analysis-tool-wilcoxon-mann-whitney.c   |    1 -
 src/dialogs/dialog-autoformat.c                    |    1 -
 src/dialogs/dialog-autosave.c                      |    1 -
 src/dialogs/dialog-consolidate.c                   |    1 -
 src/dialogs/dialog-data-table.c                    |    1 -
 src/dialogs/dialog-define-names.c                  |    1 -
 src/dialogs/dialog-fill-series.c                   |    1 -
 src/dialogs/dialog-formula-guru.c                  |    1 -
 src/dialogs/dialog-function-select.c               |    1 -
 src/dialogs/dialog-goal-seek.c                     |    1 -
 src/dialogs/dialog-hyperlink.c                     |    1 -
 src/dialogs/dialog-merge.c                         |    1 -
 src/dialogs/dialog-paste-special.c                 |    1 -
 src/dialogs/dialog-plugin-manager.c                |    1 -
 src/dialogs/dialog-preferences.c                   |    1 -
 src/dialogs/dialog-quit.c                          |    1 -
 src/dialogs/dialog-search-replace.c                |    1 -
 src/dialogs/dialog-search.c                        |    1 -
 src/dialogs/dialog-sheet-resize.c                  |    1 -
 src/dialogs/dialog-shuffle.c                       |    1 -
 src/dialogs/dialog-simulation.c                    |    1 -
 src/dialogs/dialog-so-list.c                       |    1 -
 src/dialogs/dialog-so-styled.c                     |    1 -
 src/dialogs/dialog-solver.c                        |    1 -
 src/dialogs/dialog-stf-csv-page.c                  |    1 -
 src/dialogs/dialog-stf-format-page.c               |    1 -
 src/dialogs/help.h                                 |    1 -
 src/dialogs/tool-dialogs.h                         |    1 -
 src/expr-impl.h                                    |    1 -
 src/expr-name.c                                    |    1 -
 src/expr-name.h                                    |    1 -
 src/expr.c                                         |    1 -
 src/expr.h                                         |    1 -
 src/file-autoft.c                                  |    1 -
 src/file-autoft.h                                  |    1 -
 src/format-template.c                              |    1 -
 src/format-template.h                              |    1 -
 src/func-builtin.c                                 |    1 -
 src/func-builtin.h                                 |    1 -
 src/func.c                                         |    1 -
 src/func.h                                         |    1 -
 src/gnm-cell-combo.c                               |    1 -
 src/gnm-cell-combo.h                               |    1 -
 src/gnm-command-impl.h                             |    1 -
 src/gnm-commands-slicer.h                          |    1 -
 src/gnm-data-cache-source.c                        |    1 -
 src/gnm-data-cache-source.h                        |    1 -
 src/gnm-datetime.c                                 |    1 -
 src/gnm-datetime.h                                 |    1 -
 src/gnm-format.c                                   |    1 -
 src/gnm-format.h                                   |    1 -
 src/gnm-graph-window.h                             |    1 -
 src/gnm-i18n.h                                     |    1 -
 src/gnm-pane-impl.h                                |    1 -
 src/gnm-pane.c                                     |    1 -
 src/gnm-pane.h                                     |    1 -
 src/gnm-plugin.c                                   |    1 -
 src/gnm-plugin.h                                   |    1 -
 src/gnm-sheet-slicer-combo.c                       |    1 -
 src/gnm-sheet-slicer-combo.h                       |    1 -
 src/gnm-sheet-slicer.c                             |    1 -
 src/gnm-sheet-slicer.h                             |    1 -
 src/gnm-so-filled.c                                |    1 -
 src/gnm-so-filled.h                                |    1 -
 src/gnm-so-line.c                                  |    1 -
 src/gnm-so-line.h                                  |    1 -
 src/gnm-so-path.c                                  |    1 -
 src/gnm-so-polygon.c                               |    1 -
 src/gnm-so-polygon.h                               |    1 -
 src/gnumeric-conf.c                                |    1 -
 src/gnumeric-conf.h                                |    1 -
 src/gnumeric-simple-canvas.c                       |    1 -
 src/gnumeric-simple-canvas.h                       |    1 -
 src/gnumeric.h                                     |    1 -
 src/go-data-cache-field-impl.h                     |    1 -
 src/go-data-cache-field.c                          |    1 -
 src/go-data-cache-field.h                          |    1 -
 src/go-data-cache-impl.h                           |    1 -
 src/go-data-cache-source.c                         |    1 -
 src/go-data-cache-source.h                         |    1 -
 src/go-data-cache.c                                |    1 -
 src/go-data-cache.h                                |    1 -
 src/go-data-slicer-field-impl.h                    |    1 -
 src/go-data-slicer-field.c                         |    1 -
 src/go-data-slicer-field.h                         |    1 -
 src/go-data-slicer-impl.h                          |    1 -
 src/go-data-slicer.c                               |    1 -
 src/go-data-slicer.h                               |    1 -
 src/go-val.c                                       |    1 -
 src/go-val.h                                       |    1 -
 src/graph.c                                        |    1 -
 src/graph.h                                        |    1 -
 src/gui-clipboard.h                                |    1 -
 src/gui-file.c                                     |    1 -
 src/gui-file.h                                     |    1 -
 src/gui-util.c                                     |    1 -
 src/gui-util.h                                     |    1 -
 src/gutils.c                                       |    1 -
 src/gutils.h                                       |    1 -
 src/history.h                                      |    1 -
 src/hlink.c                                        |    1 -
 src/hlink.h                                        |    1 -
 src/input-msg.c                                    |    1 -
 src/input-msg.h                                    |    1 -
 src/io-context-gtk.c                               |    1 -
 src/item-bar.c                                     |    1 -
 src/item-cursor.c                                  |    1 -
 src/item-edit.c                                    |    1 -
 src/item-grid.c                                    |    1 -
 src/item-grid.h                                    |    1 -
 src/libgnumeric.c                                  |    1 -
 src/libgnumeric.h                                  |    1 -
 src/main-application.c                             |    1 -
 src/mathfunc.h                                     |    1 -
 src/mstyle.h                                       |    1 -
 src/number-match.c                                 |    1 -
 src/number-match.h                                 |    1 -
 src/numbers.h                                      |    1 -
 src/parse-util.c                                   |    1 -
 src/parse-util.h                                   |    1 -
 src/parser.y                                       |    1 -
 src/pattern.c                                      |    1 -
 src/pattern.h                                      |    1 -
 src/position.c                                     |    1 -
 src/position.h                                     |    1 -
 src/preview-grid-impl.h                            |    1 -
 src/preview-grid.c                                 |    1 -
 src/print-cell.c                                   |    1 -
 src/print-cell.h                                   |    1 -
 src/print-info.c                                   |    1 -
 src/print-info.h                                   |    1 -
 src/print.c                                        |    1 -
 src/print.h                                        |    1 -
 src/rangefunc-strings.h                            |    1 -
 src/rangefunc.c                                    |    1 -
 src/rangefunc.h                                    |    1 -
 src/ranges.c                                       |    1 -
 src/ranges.h                                       |    1 -
 src/regression.h                                   |    1 -
 src/rendered-value.c                               |    1 -
 src/rendered-value.h                               |    1 -
 src/search.h                                       |    1 -
 src/selection.c                                    |    1 -
 src/selection.h                                    |    1 -
 src/session.c                                      |    1 -
 src/session.h                                      |    1 -
 src/sheet-autofill.c                               |    1 -
 src/sheet-autofill.h                               |    1 -
 src/sheet-control-gui-priv.h                       |    1 -
 src/sheet-control-gui.c                            |    1 -
 src/sheet-control-gui.h                            |    1 -
 src/sheet-control-priv.h                           |    1 -
 src/sheet-control.h                                |    1 -
 src/sheet-filter-combo.h                           |    1 -
 src/sheet-filter.c                                 |    1 -
 src/sheet-filter.h                                 |    1 -
 src/sheet-merge.c                                  |    1 -
 src/sheet-merge.h                                  |    1 -
 src/sheet-object-cell-comment.c                    |    1 -
 src/sheet-object-cell-comment.h                    |    1 -
 src/sheet-object-component.c                       |    1 -
 src/sheet-object-component.h                       |    1 -
 src/sheet-object-graph.c                           |    1 -
 src/sheet-object-graph.h                           |    1 -
 src/sheet-object-image.c                           |    1 -
 src/sheet-object-image.h                           |    1 -
 src/sheet-object-impl.h                            |    1 -
 src/sheet-object-widget-impl.h                     |    1 -
 src/sheet-object-widget.c                          |    1 -
 src/sheet-object-widget.h                          |    1 -
 src/sheet-object.h                                 |    1 -
 src/sheet-private.h                                |    1 -
 src/sheet-style.c                                  |    1 -
 src/sheet-style.h                                  |    1 -
 src/sheet-utils.c                                  |    1 -
 src/sheet-utils.h                                  |    1 -
 src/sheet-view.c                                   |    1 -
 src/sheet-view.h                                   |    1 -
 src/sheet.c                                        |    1 -
 src/sheet.h                                        |    1 -
 src/sort.c                                         |    1 -
 src/sort.h                                         |    1 -
 src/ssgrep.c                                       |    1 -
 src/ssindex.c                                      |    1 -
 src/stf-export.c                                   |    1 -
 src/stf-export.h                                   |    1 -
 src/stf-parse.c                                    |    1 -
 src/stf-parse.h                                    |    1 -
 src/stf.c                                          |    1 -
 src/stf.h                                          |    1 -
 src/style-border.c                                 |    1 -
 src/style-border.h                                 |    1 -
 src/style-color.c                                  |    1 -
 src/style-color.h                                  |    1 -
 src/style-conditions.h                             |    1 -
 src/style-font.h                                   |    1 -
 src/style.c                                        |    1 -
 src/style.h                                        |    1 -
 src/tools/analysis-anova.c                         |    1 -
 src/tools/analysis-anova.h                         |    1 -
 src/tools/analysis-auto-expression.c               |    1 -
 src/tools/analysis-auto-expression.h               |    1 -
 src/tools/analysis-chi-squared.c                   |    1 -
 src/tools/analysis-chi-squared.h                   |    1 -
 src/tools/analysis-exp-smoothing.c                 |    1 -
 src/tools/analysis-exp-smoothing.h                 |    1 -
 src/tools/analysis-frequency.c                     |    1 -
 src/tools/analysis-frequency.h                     |    1 -
 src/tools/analysis-histogram.c                     |    1 -
 src/tools/analysis-histogram.h                     |    1 -
 src/tools/analysis-kaplan-meier.c                  |    1 -
 src/tools/analysis-kaplan-meier.h                  |    1 -
 src/tools/analysis-normality.c                     |    1 -
 src/tools/analysis-normality.h                     |    1 -
 src/tools/analysis-one-mean-test.c                 |    1 -
 src/tools/analysis-one-mean-test.h                 |    1 -
 src/tools/analysis-principal-components.c          |    1 -
 src/tools/analysis-principal-components.h          |    1 -
 src/tools/analysis-sign-test.c                     |    1 -
 src/tools/analysis-sign-test.h                     |    1 -
 src/tools/analysis-signed-rank-test.c              |    1 -
 src/tools/analysis-signed-rank-test.h              |    1 -
 src/tools/analysis-tools.c                         |    1 -
 src/tools/analysis-tools.h                         |    1 -
 src/tools/analysis-wilcoxon-mann-whitney.c         |    1 -
 src/tools/analysis-wilcoxon-mann-whitney.h         |    1 -
 src/tools/auto-correct.c                           |    1 -
 src/tools/dao.c                                    |    1 -
 src/tools/dao.h                                    |    1 -
 src/tools/data-shuffling.c                         |    1 -
 src/tools/fill-series.c                            |    1 -
 src/tools/filter.c                                 |    1 -
 src/tools/random-generator-cor.c                   |    1 -
 src/tools/random-generator.c                       |    1 -
 src/tools/scenarios.c                              |    1 -
 src/tools/simulation.c                             |    1 -
 src/tools/simulation.h                             |    1 -
 src/undo.c                                         |    1 -
 src/undo.h                                         |    1 -
 src/validation-combo.h                             |    1 -
 src/validation.c                                   |    1 -
 src/validation.h                                   |    1 -
 src/value-sheet.c                                  |    1 -
 src/value.c                                        |    1 -
 src/value.h                                        |    1 -
 src/wbc-gtk-actions.c                              |    1 -
 src/wbc-gtk-edit.c                                 |    1 -
 src/wbc-gtk-impl.h                                 |    1 -
 src/wbc-gtk.c                                      |    1 -
 src/wbc-gtk.h                                      |    1 -
 src/widgets/gnm-cell-combo-view.c                  |    1 -
 src/widgets/gnm-filter-combo-view.c                |    1 -
 src/widgets/gnm-sheet-slicer-combo-view.c          |    1 -
 src/widgets/gnm-so-anchor-mode-chooser.c           |    1 -
 src/widgets/gnm-so-anchor-mode-chooser.h           |    1 -
 src/widgets/gnm-validation-combo-view.c            |    1 -
 src/widgets/gnumeric-expr-entry.c                  |    1 -
 src/workbook-cmd-format.c                          |    1 -
 src/workbook-cmd-format.h                          |    1 -
 src/workbook-control-priv.h                        |    1 -
 src/workbook-control.c                             |    1 -
 src/workbook-control.h                             |    1 -
 src/workbook-priv.h                                |    1 -
 src/workbook-view.c                                |    1 -
 src/workbook-view.h                                |    1 -
 src/workbook.c                                     |    1 -
 src/workbook.h                                     |    1 -
 src/xml-io-version.h                               |    1 -
 src/xml-sax-read.c                                 |    1 -
 src/xml-sax-write.c                                |    1 -
 src/xml-sax.h                                      |    1 -
 409 files changed, 1 insertions(+), 409 deletions(-)
---
diff --git a/component/gnumeric.c b/component/gnumeric.c
index 84b9989..79bcb07 100644
--- a/component/gnumeric.c
+++ b/component/gnumeric.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Gnumeric GOffice component
  * gnumeric.c
diff --git a/plugins/applix/applix-read.c b/plugins/applix/applix-read.c
index 5564375..11da199 100644
--- a/plugins/applix/applix-read.c
+++ b/plugins/applix/applix-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 
 /*
  * applix-read.c : Routines to read applix version 4 & 5 spreadsheets.
diff --git a/plugins/applix/applix-write.c b/plugins/applix/applix-write.c
index e90bdc3..c29e919 100644
--- a/plugins/applix/applix-write.c
+++ b/plugins/applix/applix-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 
 /*
  * applix-write.c : Routines to write applix version 4 spreadsheets.
diff --git a/plugins/applix/boot.c b/plugins/applix/boot.c
index 73c3e78..d9bbe7e 100644
--- a/plugins/applix/boot.c
+++ b/plugins/applix/boot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * boot.c : Installation and bootstraping routines to
diff --git a/plugins/dif/dif.c b/plugins/dif/dif.c
index 3284c49..7ae7558 100644
--- a/plugins/dif/dif.c
+++ b/plugins/dif/dif.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dif.c: read/write sheets using a DIF encoding.
  *
diff --git a/plugins/excel/biff-types.h b/plugins/excel/biff-types.h
index d758e24..b59e237 100644
--- a/plugins/excel/biff-types.h
+++ b/plugins/excel/biff-types.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNM_EXCEL_BIFF_TYPES_H
 #define GNM_EXCEL_BIFF_TYPES_H
 
diff --git a/plugins/excel/boot.c b/plugins/excel/boot.c
index 458a0c3..9812086 100644
--- a/plugins/excel/boot.c
+++ b/plugins/excel/boot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * boot.c: the external interface to the MS Excel import/export
diff --git a/plugins/excel/boot.h b/plugins/excel/boot.h
index 2e260ae..2a7d7dd 100644
--- a/plugins/excel/boot.h
+++ b/plugins/excel/boot.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * boot.h: Start/Stop support
  *
diff --git a/plugins/excel/crypt-md4.h b/plugins/excel/crypt-md4.h
index e512599..8df2aec 100644
--- a/plugins/excel/crypt-md4.h
+++ b/plugins/excel/crypt-md4.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
    Unix SMB/CIFS implementation.
    a implementation of MD4 designed for use in the SMB authentication protocol
diff --git a/plugins/excel/escher-types.h b/plugins/excel/escher-types.h
index 0206e8b..1b5ad53 100644
--- a/plugins/excel/escher-types.h
+++ b/plugins/excel/escher-types.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNM_EXCEL_ESCHER_TYPES_H
 #define GNM_EXCEL_ESCHER_TYPES_H
 
diff --git a/plugins/excel/excel.h b/plugins/excel/excel.h
index a631ec4..6beb442 100644
--- a/plugins/excel/excel.h
+++ b/plugins/excel/excel.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * excel.h: Excel support interface to gnumeric
  *
diff --git a/plugins/excel/formula-types.h b/plugins/excel/formula-types.h
index 9374c84..97d434e 100644
--- a/plugins/excel/formula-types.h
+++ b/plugins/excel/formula-types.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNM_EXCEL_FORMULA_TYPES_H
 #define GNM_EXCEL_FORMULA_TYPES_H
 
diff --git a/plugins/excel/ms-biff.h b/plugins/excel/ms-biff.h
index 5f111f6..7b96d19 100644
--- a/plugins/excel/ms-biff.h
+++ b/plugins/excel/ms-biff.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-biff.h: MS Excel BIFF support for Gnumeric
  *
diff --git a/plugins/excel/ms-chart.c b/plugins/excel/ms-chart.c
index e2b2d07..ba0d49d 100644
--- a/plugins/excel/ms-chart.c
+++ b/plugins/excel/ms-chart.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-chart.c: MS Excel chart support for Gnumeric
  *
diff --git a/plugins/excel/ms-chart.h b/plugins/excel/ms-chart.h
index 0577034..f3238df 100644
--- a/plugins/excel/ms-chart.h
+++ b/plugins/excel/ms-chart.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-chart.h: MS Excel Chart support for Gnumeric
  *
diff --git a/plugins/excel/ms-container.c b/plugins/excel/ms-container.c
index d0a212b..1f2c067 100644
--- a/plugins/excel/ms-container.c
+++ b/plugins/excel/ms-container.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 
 /**
  * ms-container.c: A meta container to handle object import for charts,
diff --git a/plugins/excel/ms-container.h b/plugins/excel/ms-container.h
index 43acb9a..8c6ec01 100644
--- a/plugins/excel/ms-container.h
+++ b/plugins/excel/ms-container.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNM_EXCEL_CONTAINER_H
 #define GNM_EXCEL_CONTAINER_H
 
diff --git a/plugins/excel/ms-escher.c b/plugins/excel/ms-escher.c
index c37647f..66bdd55 100644
--- a/plugins/excel/ms-escher.c
+++ b/plugins/excel/ms-escher.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 /*
  * ms-escher.c: MS Office drawing layer support
  *
diff --git a/plugins/excel/ms-escher.h b/plugins/excel/ms-escher.h
index 0c980f7..933dc98 100644
--- a/plugins/excel/ms-escher.h
+++ b/plugins/excel/ms-escher.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNM_MS_OFFICE_ESCHER_H
 #define GNM_MS_OFFICE_ESCHER_H
 
diff --git a/plugins/excel/ms-excel-biff.h b/plugins/excel/ms-excel-biff.h
index 7302021..7cd40a6 100644
--- a/plugins/excel/ms-excel-biff.h
+++ b/plugins/excel/ms-excel-biff.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNM_EXCEL_BIFF_H
 #define GNM_EXCEL_BIFF_H
 
diff --git a/plugins/excel/ms-excel-read.c b/plugins/excel/ms-excel-read.c
index f29763b..d0cdac7 100644
--- a/plugins/excel/ms-excel-read.c
+++ b/plugins/excel/ms-excel-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-excel-read.c: MS Excel import
  *
diff --git a/plugins/excel/ms-excel-read.h b/plugins/excel/ms-excel-read.h
index 76bb33f..017bdb0 100644
--- a/plugins/excel/ms-excel-read.h
+++ b/plugins/excel/ms-excel-read.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-excel.h: MS Excel support for Gnumeric
  *
diff --git a/plugins/excel/ms-excel-util.c b/plugins/excel/ms-excel-util.c
index b6de0f0..bcb54c3 100644
--- a/plugins/excel/ms-excel-util.c
+++ b/plugins/excel/ms-excel-util.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 /**
  * ms-excel-util.c: Utility functions for MS Excel import / export
  *
diff --git a/plugins/excel/ms-excel-util.h b/plugins/excel/ms-excel-util.h
index 05505a2..60cc5a3 100644
--- a/plugins/excel/ms-excel-util.h
+++ b/plugins/excel/ms-excel-util.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-excel-util.h: Utility functions for MS Excel import / export
  *
diff --git a/plugins/excel/ms-excel-write.c b/plugins/excel/ms-excel-write.c
index ea56093..2013d7e 100644
--- a/plugins/excel/ms-excel-write.c
+++ b/plugins/excel/ms-excel-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-excel-write.c: MS Excel support for Gnumeric
  *
diff --git a/plugins/excel/ms-excel-write.h b/plugins/excel/ms-excel-write.h
index fc59a86..3e6a25f 100644
--- a/plugins/excel/ms-excel-write.h
+++ b/plugins/excel/ms-excel-write.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-excel-write.h: MS Excel export
  *
diff --git a/plugins/excel/ms-excel-xf.h b/plugins/excel/ms-excel-xf.h
index 4b64606..8515d99 100644
--- a/plugins/excel/ms-excel-xf.h
+++ b/plugins/excel/ms-excel-xf.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * ms-excel-xf.h: MS Excel support for Gnumeric
  *
diff --git a/plugins/excel/ms-formula-read.c b/plugins/excel/ms-formula-read.c
index b2f52a9..52bacc3 100644
--- a/plugins/excel/ms-formula-read.c
+++ b/plugins/excel/ms-formula-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * ms-formula-read.c: MS Excel -> Gnumeric formula conversion
  *
diff --git a/plugins/excel/ms-formula-write.c b/plugins/excel/ms-formula-write.c
index 2197913..67c7587 100644
--- a/plugins/excel/ms-formula-write.c
+++ b/plugins/excel/ms-formula-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8 ts=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * ms-formula-write.c: export GnmExpr to xls
  *
diff --git a/plugins/excel/ms-obj.c b/plugins/excel/ms-obj.c
index f1b5952..6200b5a 100644
--- a/plugins/excel/ms-obj.c
+++ b/plugins/excel/ms-obj.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 
 /*
  * ms-obj.c: MS Excel Object support for Gnumeric
diff --git a/plugins/excel/xls-read-pivot.c b/plugins/excel/xls-read-pivot.c
index d9cab50..26a0d30 100644
--- a/plugins/excel/xls-read-pivot.c
+++ b/plugins/excel/xls-read-pivot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * xlsx-read-pivot.c: MS Excel XLS import for pivot tables (tm)
  *
diff --git a/plugins/excel/xls-write-pivot.c b/plugins/excel/xls-write-pivot.c
index 9780c11..4acbb1e 100644
--- a/plugins/excel/xls-write-pivot.c
+++ b/plugins/excel/xls-write-pivot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * xls-write-pivot.c: MS Excel XLS export of pivot tables (tm)
  *
diff --git a/plugins/excel/xlsx-read-docprops.c b/plugins/excel/xlsx-read-docprops.c
index a8c616b..aecf738 100644
--- a/plugins/excel/xlsx-read-docprops.c
+++ b/plugins/excel/xlsx-read-docprops.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-read-docprops.c : import MS Office Open xlsx document properties.
  *
diff --git a/plugins/excel/xlsx-read-drawing.c b/plugins/excel/xlsx-read-drawing.c
index 6fcaed5..9029255 100644
--- a/plugins/excel/xlsx-read-drawing.c
+++ b/plugins/excel/xlsx-read-drawing.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-drawing-read.c : import MS Office Open xlsx drawings and charts.
  *
diff --git a/plugins/excel/xlsx-read-pivot.c b/plugins/excel/xlsx-read-pivot.c
index e083049..b544738 100644
--- a/plugins/excel/xlsx-read-pivot.c
+++ b/plugins/excel/xlsx-read-pivot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * xlsx-read-pivot.c: MS Excel XLSX (OOX) import for pivot tables (tm)
  *
diff --git a/plugins/excel/xlsx-read.c b/plugins/excel/xlsx-read.c
index e2d6055..48646c2 100644
--- a/plugins/excel/xlsx-read.c
+++ b/plugins/excel/xlsx-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-read.c : Read MS Excel 2007 Office Open xml
  *
diff --git a/plugins/excel/xlsx-utils.c b/plugins/excel/xlsx-utils.c
index b19b77a..cf14cbd 100644
--- a/plugins/excel/xlsx-utils.c
+++ b/plugins/excel/xlsx-utils.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-utils.c : Utilities shared between xlsx import and export.
  *
diff --git a/plugins/excel/xlsx-utils.h b/plugins/excel/xlsx-utils.h
index bc8d34b..3188dd2 100644
--- a/plugins/excel/xlsx-utils.h
+++ b/plugins/excel/xlsx-utils.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-utils.h : utilities shared between xlsx import and export
  *
diff --git a/plugins/excel/xlsx-write-docprops.c b/plugins/excel/xlsx-write-docprops.c
index 9f2acd4..42dca6b 100644
--- a/plugins/excel/xlsx-write-docprops.c
+++ b/plugins/excel/xlsx-write-docprops.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * xls-write-docprops.c: MS Excel XLSX export of document properties
  *
diff --git a/plugins/excel/xlsx-write-drawing.c b/plugins/excel/xlsx-write-drawing.c
index 1d026ef..b28acb1 100644
--- a/plugins/excel/xlsx-write-drawing.c
+++ b/plugins/excel/xlsx-write-drawing.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-drawing-write.c : export MS Office Open xlsx drawings and charts.
  *
diff --git a/plugins/excel/xlsx-write-pivot.c b/plugins/excel/xlsx-write-pivot.c
index f6ed5a1..afcc0c9 100644
--- a/plugins/excel/xlsx-write-pivot.c
+++ b/plugins/excel/xlsx-write-pivot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-write-pivot.c : export pivot tables (tm) to MS Office Open xlsx files.
  *
diff --git a/plugins/excel/xlsx-write.c b/plugins/excel/xlsx-write.c
index 0320a65..4a2cfbb 100644
--- a/plugins/excel/xlsx-write.c
+++ b/plugins/excel/xlsx-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlsx-write.c : export MS Office Open xlsx files.
  *
diff --git a/plugins/excelplugins/ExcelTestModule.c b/plugins/excelplugins/ExcelTestModule.c
index a868b5e..b584528 100644
--- a/plugins/excelplugins/ExcelTestModule.c
+++ b/plugins/excelplugins/ExcelTestModule.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * ExcelTestModule.c: Standalone XLL code for test purposes.
  *
diff --git a/plugins/excelplugins/excelplugins.c b/plugins/excelplugins/excelplugins.c
index ecb61a1..f3314c1 100644
--- a/plugins/excelplugins/excelplugins.c
+++ b/plugins/excelplugins/excelplugins.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * excelplugins.c:
  *
diff --git a/plugins/excelplugins/xlcall32_emulation.c b/plugins/excelplugins/xlcall32_emulation.c
index 46eea64..ede716d 100644
--- a/plugins/excelplugins/xlcall32_emulation.c
+++ b/plugins/excelplugins/xlcall32_emulation.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * xlcall32_emulation.c:  callback module required by (genuine) Excel plugins (also known as XLLs).
  *
diff --git a/plugins/fn-christian-date/functions.c b/plugins/fn-christian-date/functions.c
index f4d408b..29d6784 100644
--- a/plugins/fn-christian-date/functions.c
+++ b/plugins/fn-christian-date/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-christian-date.c: Christian date functions.
  *
diff --git a/plugins/fn-complex/functions.c b/plugins/fn-complex/functions.c
index 6119d3c..936e4fd 100644
--- a/plugins/fn-complex/functions.c
+++ b/plugins/fn-complex/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-complex.c:  Built in complex number functions and functions registration
  *
diff --git a/plugins/fn-complex/gsl-complex.c b/plugins/fn-complex/gsl-complex.c
index 5a43b86..1f6e468 100644
--- a/plugins/fn-complex/gsl-complex.c
+++ b/plugins/fn-complex/gsl-complex.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /* complex/math.c (from the GSL 1.1.1)
  *
  * Copyright (C) 1996, 1997, 1998, 1999, 2000 Jorma Olavi T�htinen, Brian Gough
diff --git a/plugins/fn-database/functions.c b/plugins/fn-database/functions.c
index 404c6f8..84f800c 100644
--- a/plugins/fn-database/functions.c
+++ b/plugins/fn-database/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-database.c: Built-in database functions and functions registration
  *
diff --git a/plugins/fn-date/functions.c b/plugins/fn-date/functions.c
index cdb1c48..fb8c4dc 100644
--- a/plugins/fn-date/functions.c
+++ b/plugins/fn-date/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-date.c:  Built in date functions.
  *
diff --git a/plugins/fn-derivatives/options.c b/plugins/fn-derivatives/options.c
index 299776d..2446b25 100644
--- a/plugins/fn-derivatives/options.c
+++ b/plugins/fn-derivatives/options.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Options pricing
  *
diff --git a/plugins/fn-eng/functions.c b/plugins/fn-eng/functions.c
index af09ff1..c00c4a6 100644
--- a/plugins/fn-eng/functions.c
+++ b/plugins/fn-eng/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-eng.c:  Built in engineering functions and functions registration
  *
diff --git a/plugins/fn-erlang/functions.c b/plugins/fn-erlang/functions.c
index 2d06d68..3f20a98 100644
--- a/plugins/fn-erlang/functions.c
+++ b/plugins/fn-erlang/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-erlang.c:  Teletraffic functions.
  *
diff --git a/plugins/fn-financial/functions.c b/plugins/fn-financial/functions.c
index 545e2a8..4fff02d 100644
--- a/plugins/fn-financial/functions.c
+++ b/plugins/fn-financial/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-financial.c:  Built in financial functions and functions registration
  *
diff --git a/plugins/fn-financial/sc-fin.c b/plugins/fn-financial/sc-fin.c
index e81ed2d..d6a2fb3 100644
--- a/plugins/fn-financial/sc-fin.c
+++ b/plugins/fn-financial/sc-fin.c
@@ -1,4 +1,4 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- *//*
+/*
  * This implementation has been taken from the OpenOffice 1.0, see
  * functions in scaddins/source/analysis/analysishelper.cxx. Since
  * then there has been made some Gnumeric type system, glib and the C
diff --git a/plugins/fn-financial/sc-fin.h b/plugins/fn-financial/sc-fin.h
index 69881b7..d36cf13 100644
--- a/plugins/fn-financial/sc-fin.h
+++ b/plugins/fn-financial/sc-fin.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef __SC_FIN_H__
 #define __SC_FIN_H__
 
diff --git a/plugins/fn-hebrew-date/functions.c b/plugins/fn-hebrew-date/functions.c
index d5ab653..0fa0387 100644
--- a/plugins/fn-hebrew-date/functions.c
+++ b/plugins/fn-hebrew-date/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-hebrew-date.c:  Built in hebrew date functions.
  *
diff --git a/plugins/fn-hebrew-date/hdate.h b/plugins/fn-hebrew-date/hdate.h
index 8ab282d..fa8b8ac 100644
--- a/plugins/fn-hebrew-date/hdate.h
+++ b/plugins/fn-hebrew-date/hdate.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * hdate_hdate.c: convert georgean and hebrew calendars.
  *
diff --git a/plugins/fn-hebrew-date/hdate_hdate.c b/plugins/fn-hebrew-date/hdate_hdate.c
index 6b9454d..028b499 100644
--- a/plugins/fn-hebrew-date/hdate_hdate.c
+++ b/plugins/fn-hebrew-date/hdate_hdate.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * hdate_hdate.c: convert georgean and hebrew calendars.
  *
diff --git a/plugins/fn-hebrew-date/hdate_strings.c b/plugins/fn-hebrew-date/hdate_strings.c
index 5e68003..cf1e275 100644
--- a/plugins/fn-hebrew-date/hdate_strings.c
+++ b/plugins/fn-hebrew-date/hdate_strings.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * hdate_strings.c: convert libhdate internal numbers to readable hebrew strings.
  *
diff --git a/plugins/fn-info/functions.c b/plugins/fn-info/functions.c
index 6da353b..a87b707 100644
--- a/plugins/fn-info/functions.c
+++ b/plugins/fn-info/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-information.c:  Information built-in functions
  *
diff --git a/plugins/fn-logical/functions.c b/plugins/fn-logical/functions.c
index a2e9be0..a72dd5e 100644
--- a/plugins/fn-logical/functions.c
+++ b/plugins/fn-logical/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-logical.c:  Built in logical functions and functions registration
  *
diff --git a/plugins/fn-lookup/functions.c b/plugins/fn-lookup/functions.c
index 59b27f6..722feeb 100644
--- a/plugins/fn-lookup/functions.c
+++ b/plugins/fn-lookup/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Range lookup functions
  *
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 1b81d77..dc4c070 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-math.c:  Built in mathematical functions and functions registration
  *
diff --git a/plugins/fn-random/functions.c b/plugins/fn-random/functions.c
index 3718c53..b1e09e1 100644
--- a/plugins/fn-random/functions.c
+++ b/plugins/fn-random/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-random.c:  Built in random number generation functions and functions
  *               registration
diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c
index 7be0a63..24d48c5 100644
--- a/plugins/fn-stat/functions.c
+++ b/plugins/fn-stat/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-stat.c:  Built in statistical functions and functions registration
  *
diff --git a/plugins/fn-string/functions.c b/plugins/fn-string/functions.c
index 3c78a87..f5a75aa 100644
--- a/plugins/fn-string/functions.c
+++ b/plugins/fn-string/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-string.c:  Built in string functions.
  *
diff --git a/plugins/fn-tsa/functions.c b/plugins/fn-tsa/functions.c
index 3775625..bbf95b3 100644
--- a/plugins/fn-tsa/functions.c
+++ b/plugins/fn-tsa/functions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fn-tsa plugin
  * functions.c
diff --git a/plugins/gda/plugin-gda.c b/plugins/gda/plugin-gda.c
index c64869a..3f62a1f 100644
--- a/plugins/gda/plugin-gda.c
+++ b/plugins/gda/plugin-gda.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /* Interface Gnumeric to Databases
  * Copyright (C) 1998,1999 Michael Lausch
  * Copyright (C) 2000-2002 Rodrigo Moya
diff --git a/plugins/gnome-db/plugin-gnomedb.c b/plugins/gnome-db/plugin-gnomedb.c
index 119e2a0..1554430 100644
--- a/plugins/gnome-db/plugin-gnomedb.c
+++ b/plugins/gnome-db/plugin-gnomedb.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #include <gnumeric-config.h>
 #include <gnumeric.h>
 #include <wbc-gtk.h>
diff --git a/plugins/html/html.c b/plugins/html/html.c
index 7af340f..901513c 100644
--- a/plugins/html/html.c
+++ b/plugins/html/html.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * html.c
  *
diff --git a/plugins/html/html_read.c b/plugins/html/html_read.c
index ec75911..c4dd900 100644
--- a/plugins/html/html_read.c
+++ b/plugins/html/html_read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * html_read.c
  *
diff --git a/plugins/html/latex.c b/plugins/html/latex.c
index 5d7c51c..d963401 100644
--- a/plugins/html/latex.c
+++ b/plugins/html/latex.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * latex.c
  *
diff --git a/plugins/lotus-123/lotus-formula.c b/plugins/lotus-123/lotus-formula.c
index 7d93cbf..3b0e5b8 100644
--- a/plugins/lotus-123/lotus-formula.c
+++ b/plugins/lotus-123/lotus-formula.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * lotus-formula.c: Lotus 123 formula support for Gnumeric
  *
diff --git a/plugins/lotus-123/lotus-types.h b/plugins/lotus-123/lotus-types.h
index c719d3e..39326c0 100644
--- a/plugins/lotus-123/lotus-types.h
+++ b/plugins/lotus-123/lotus-types.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNUMERIC_PLUGIN_LOTUS_123_LOTUS_TYPES_H
 #define GNUMERIC_PLUGIN_LOTUS_123_LOTUS_TYPES_H
 
diff --git a/plugins/lotus-123/lotus.c b/plugins/lotus-123/lotus.c
index c2c2d96..7675b39 100644
--- a/plugins/lotus-123/lotus.c
+++ b/plugins/lotus-123/lotus.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * lotus.c: Lotus 123 support for Gnumeric
  *
diff --git a/plugins/lotus-123/lotus.h b/plugins/lotus-123/lotus.h
index 612b05a..6d4fe65 100644
--- a/plugins/lotus-123/lotus.h
+++ b/plugins/lotus-123/lotus.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 #ifndef GNUMERIC_PLUGIN_LOTUS_123_LOTUS_H
 #define GNUMERIC_PLUGIN_LOTUS_123_LOTUS_H
diff --git a/plugins/mps/mps.c b/plugins/mps/mps.c
index c8303ac..b4fc3b2 100644
--- a/plugins/mps/mps.c
+++ b/plugins/mps/mps.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2009 Morten Welinder (terra gnome org)
  *
diff --git a/plugins/oleo/oleo.c b/plugins/oleo/oleo.c
index 5f55ff3..2999756 100644
--- a/plugins/oleo/oleo.c
+++ b/plugins/oleo/oleo.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * GNU Oleo input filter for Gnumeric
  *
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index d4c7ed4..15feb84 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * openoffice-write.c : export OpenOffice OASIS .ods files
diff --git a/plugins/paradox/paradox.c b/plugins/paradox/paradox.c
index 1eadb5c..6f64518 100644
--- a/plugins/paradox/paradox.c
+++ b/plugins/paradox/paradox.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * paradox.c: Paradox support for Gnumeric
  *
diff --git a/plugins/plan-perfect/pln.c b/plugins/plan-perfect/pln.c
index d6a7d04..159236c 100644
--- a/plugins/plan-perfect/pln.c
+++ b/plugins/plan-perfect/pln.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * pln.c: read sheets using a Plan Perfect encoding.
  *
diff --git a/plugins/psiconv/boot.c b/plugins/psiconv/boot.c
index b6264e6..2db95c4 100644
--- a/plugins/psiconv/boot.c
+++ b/plugins/psiconv/boot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8:
  * $Id$
  */
 
diff --git a/plugins/psiconv/psiconv-read.c b/plugins/psiconv/psiconv-read.c
index d3edaa4..e7c78b9 100644
--- a/plugins/psiconv/psiconv-read.c
+++ b/plugins/psiconv/psiconv-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 
 /*
  * psiconv-read.c : Routines to read Psion 5 series Sheet files
diff --git a/plugins/python-loader/gnm-py-interpreter.c b/plugins/python-loader/gnm-py-interpreter.c
index 28839c0..2d09697 100644
--- a/plugins/python-loader/gnm-py-interpreter.c
+++ b/plugins/python-loader/gnm-py-interpreter.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-py-interpreter.c : GObject wrapper around Python interpreter
  *
diff --git a/plugins/python-loader/gnm-python.c b/plugins/python-loader/gnm-python.c
index 209faf0..7a8a99b 100644
--- a/plugins/python-loader/gnm-python.c
+++ b/plugins/python-loader/gnm-python.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-python.c :
  *
diff --git a/plugins/python-loader/py-command-line.c b/plugins/python-loader/py-command-line.c
index 32906e1..95ea0e8 100644
--- a/plugins/python-loader/py-command-line.c
+++ b/plugins/python-loader/py-command-line.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * py-command-line.c: Simple wrapper around GtkEntry with history support
  *
diff --git a/plugins/python-loader/py-gnumeric.c b/plugins/python-loader/py-gnumeric.c
index d2e9779..da2454f 100644
--- a/plugins/python-loader/py-gnumeric.c
+++ b/plugins/python-loader/py-gnumeric.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * py-gnumeric.c - "Gnumeric" module for Python
  *
diff --git a/plugins/python-loader/py-interpreter-selector.c b/plugins/python-loader/py-interpreter-selector.c
index 8cce9c1..b56f6c3 100644
--- a/plugins/python-loader/py-interpreter-selector.c
+++ b/plugins/python-loader/py-interpreter-selector.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * py-interpreter-selector.c: A widget that can be used to select Python
  *                            interpreter from the list of available ones.
diff --git a/plugins/python-loader/python-loader.c b/plugins/python-loader/python-loader.c
index dc9d9f3..db772ad 100644
--- a/plugins/python-loader/python-loader.c
+++ b/plugins/python-loader/python-loader.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * python-loader.c: Support for Python plugins.
  *
diff --git a/plugins/qpro/qpro-read.c b/plugins/qpro/qpro-read.c
index 3069680..cfa42e7 100644
--- a/plugins/qpro/qpro-read.c
+++ b/plugins/qpro/qpro-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * qpro-read.c: Read Quatro Pro files
diff --git a/plugins/sc/sc.c b/plugins/sc/sc.c
index ac7824c..45186fc 100644
--- a/plugins/sc/sc.c
+++ b/plugins/sc/sc.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sc.c - file import of SC/xspread files
  * Copyright 1999 Jeff Garzik <jgarzik mandrakesoft com>
diff --git a/plugins/sylk/sylk-write.c b/plugins/sylk/sylk-write.c
index 78a57f0..998ea42 100644
--- a/plugins/sylk/sylk-write.c
+++ b/plugins/sylk/sylk-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sylk-write.c : export sylk
  *
diff --git a/plugins/sylk/sylk.c b/plugins/sylk/sylk.c
index 803fa0b..a8d9fa7 100644
--- a/plugins/sylk/sylk.c
+++ b/plugins/sylk/sylk.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sylk.c - file import of Multiplan/Excel SYLK files
  *
diff --git a/plugins/xbase/boot.c b/plugins/xbase/boot.c
index 288e651..97fe015 100644
--- a/plugins/xbase/boot.c
+++ b/plugins/xbase/boot.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /**
  * boot.c: XBase support for Gnumeric
  *
diff --git a/plugins/xbase/xbase.c b/plugins/xbase/xbase.c
index 9fe853b..1ed9ccb 100644
--- a/plugins/xbase/xbase.c
+++ b/plugins/xbase/xbase.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #include <gnumeric-config.h>
 #include <glib/gi18n-lib.h>
 #include <gnumeric.h>
diff --git a/src/application.c b/src/application.c
index f2fb9b5..70c1b86 100644
--- a/src/application.c
+++ b/src/application.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * application.c: Manage the data common to all workbooks
  *
diff --git a/src/application.h b/src/application.h
index b4166b5..088adbc 100644
--- a/src/application.h
+++ b/src/application.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_APPLICATION_H_
 # define _GNM_APPLICATION_H_
 
diff --git a/src/auto-format.c b/src/auto-format.c
index e1fd01b..f619eff 100644
--- a/src/auto-format.c
+++ b/src/auto-format.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * auto-format.c: Suggest formats for expressions.
  *
diff --git a/src/auto-format.h b/src/auto-format.h
index dd62b42..15b58ca 100644
--- a/src/auto-format.h
+++ b/src/auto-format.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_AUTO_FORMAT_H_
 # define _GNM_AUTO_FORMAT_H_
 
diff --git a/src/cell-draw.c b/src/cell-draw.c
index f592b16..9ca0d56 100644
--- a/src/cell-draw.c
+++ b/src/cell-draw.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * cell-draw.c: Cell drawing on screen
  *
diff --git a/src/cell-draw.h b/src/cell-draw.h
index 00c6307..efc1e76 100644
--- a/src/cell-draw.h
+++ b/src/cell-draw.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CELL_DRAW_H_
 # define _GNM_CELL_DRAW_H_
 
diff --git a/src/cell.c b/src/cell.c
index 22afaca..35190fe 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * cell.c: Cell content and simple management.
  *
diff --git a/src/cell.h b/src/cell.h
index 1a1efa6..29f601e 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CELL_H_
 # define _GNM_CELL_H_
 
diff --git a/src/cellspan.c b/src/cellspan.c
index f85ea78..29be1c8 100644
--- a/src/cellspan.c
+++ b/src/cellspan.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * cellspan.c: Keep track of the columns on which a cell
diff --git a/src/cellspan.h b/src/cellspan.h
index 8246b57..0209811 100644
--- a/src/cellspan.h
+++ b/src/cellspan.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CELLSPAN_H_
 # define _GNM_CELLSPAN_H_
 
diff --git a/src/clipboard.c b/src/clipboard.c
index 22b098e..683029a 100644
--- a/src/clipboard.c
+++ b/src/clipboard.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * clipboard.c: A temporary store for contents from a worksheet
  *
diff --git a/src/clipboard.h b/src/clipboard.h
index 8dc79b8..985eb5b 100644
--- a/src/clipboard.h
+++ b/src/clipboard.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CLIPBOARD_H_
 # define _GNM_CLIPBOARD_H_
 
diff --git a/src/cmd-edit.c b/src/cmd-edit.c
index ecafe12..2df3360 100644
--- a/src/cmd-edit.c
+++ b/src/cmd-edit.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * cmd-edit.c: Various commands to be used by the edit menu.
  *
diff --git a/src/cmd-edit.h b/src/cmd-edit.h
index 260da51..12cb643 100644
--- a/src/cmd-edit.h
+++ b/src/cmd-edit.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CMD_EDIT_H_
 # define _GNM_CMD_EDIT_H_
 
diff --git a/src/collect.c b/src/collect.c
index ad28e63..ce32a09 100644
--- a/src/collect.c
+++ b/src/collect.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * collect.c: Helpers to collect ranges of data.
  *
diff --git a/src/collect.h b/src/collect.h
index 466f21c..02a92aa 100644
--- a/src/collect.h
+++ b/src/collect.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COLLECT_H_
 # define _GNM_COLLECT_H_
 
diff --git a/src/colrow.c b/src/colrow.c
index 85e6377..237df53 100644
--- a/src/colrow.c
+++ b/src/colrow.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8:  -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * colrow.c: Utilities for Rows and Columns
  *
diff --git a/src/colrow.h b/src/colrow.h
index d0b0871..1fefb00 100644
--- a/src/colrow.h
+++ b/src/colrow.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COLROW_H_
 # define _GNM_COLROW_H_
 
diff --git a/src/command-context-stderr.c b/src/command-context-stderr.c
index 2104bc3..3933c08 100644
--- a/src/command-context-stderr.c
+++ b/src/command-context-stderr.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * command-context-stderr.c : Error dispatch for line oriented client
  *
diff --git a/src/command-context-stderr.h b/src/command-context-stderr.h
index 8746af4..724ca31 100644
--- a/src/command-context-stderr.h
+++ b/src/command-context-stderr.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMMAND_CONTEXT_STDERR_H_
 # define _GNM_COMMAND_CONTEXT_STDERR_H_
 
diff --git a/src/command-context.c b/src/command-context.c
index af5bdbe..6c3fa07 100644
--- a/src/command-context.c
+++ b/src/command-context.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * command-context.c: Gnumeric specific extensions to GOCmdContext
diff --git a/src/command-context.h b/src/command-context.h
index 304a1b1..11315aa 100644
--- a/src/command-context.h
+++ b/src/command-context.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMMAND_CONTEXT_H_
 # define _GNM_COMMAND_CONTEXT_H_
 
diff --git a/src/commands.c b/src/commands.c
index c6c6c4d..d55a413 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * commands.c: Handlers to undo & redo commands
diff --git a/src/commands.h b/src/commands.h
index a7a9449..2aa4899 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMMANDS_H_
 #define _GNM_COMMANDS_H_
 
diff --git a/src/complete-sheet.c b/src/complete-sheet.c
index 5a09611..6bd074d 100644
--- a/src/complete-sheet.c
+++ b/src/complete-sheet.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * complete-sheet.c: Auto completes values from a sheet.
  *
diff --git a/src/complete-sheet.h b/src/complete-sheet.h
index b5cb23f..f332bf1 100644
--- a/src/complete-sheet.h
+++ b/src/complete-sheet.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMPLETE_SHEET_H_
 # define _GNM_COMPLETE_SHEET_H_
 
diff --git a/src/complete.c b/src/complete.c
index de152b8..60edeeb 100644
--- a/src/complete.c
+++ b/src/complete.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * complete.c: Our auto completion engine.  This is an abstract class
  * that must be derived to implement its actual functionality.
diff --git a/src/complete.h b/src/complete.h
index 0196d2e..4ed75fd 100644
--- a/src/complete.h
+++ b/src/complete.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMPLETE_H_
 # define _GNM_COMPLETE_H_
 
diff --git a/src/complex.h b/src/complex.h
index 8151f75..9a0a40f 100644
--- a/src/complex.h
+++ b/src/complex.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMPLEX_H_
 # define _GNM_COMPLEX_H_
 
diff --git a/src/consolidate.h b/src/consolidate.h
index 20d9d90..ad02e19 100644
--- a/src/consolidate.h
+++ b/src/consolidate.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CONSOLIDATE_H_
 # define _GNM_CONSOLIDATE_H_
 
diff --git a/src/dependent.c b/src/dependent.c
index 71e4d05..b77a9cb 100644
--- a/src/dependent.c
+++ b/src/dependent.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dependent.c:  Manage calculation dependencies between objects
  *
diff --git a/src/dependent.h b/src/dependent.h
index 98891eb..75feaef 100644
--- a/src/dependent.h
+++ b/src/dependent.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_DEPENDENT_H_
 # define _GNM_DEPENDENT_H_
 
diff --git a/src/dialogs/dao-gui-utils.c b/src/dialogs/dao-gui-utils.c
index 62c2205..9db7ad9 100644
--- a/src/dialogs/dao-gui-utils.c
+++ b/src/dialogs/dao-gui-utils.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dao-gui-utils.c:
diff --git a/src/dialogs/dialog-about.c b/src/dialogs/dialog-about.c
index 4e06a14..f78fe09 100644
--- a/src/dialogs/dialog-about.c
+++ b/src/dialogs/dialog-about.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * about.c: Shows the contributors to Gnumeric.
  *
diff --git a/src/dialogs/dialog-advanced-filter.c b/src/dialogs/dialog-advanced-filter.c
index 1c6c164..b804edf 100644
--- a/src/dialogs/dialog-advanced-filter.c
+++ b/src/dialogs/dialog-advanced-filter.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-advanced-filter.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-chi-squared.c b/src/dialogs/dialog-analysis-tool-chi-squared.c
index ef0e94d..739905c 100644
--- a/src/dialogs/dialog-analysis-tool-chi-squared.c
+++ b/src/dialogs/dialog-analysis-tool-chi-squared.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-chi-squared.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-frequency.c b/src/dialogs/dialog-analysis-tool-frequency.c
index a0159be..4c9bcd0 100644
--- a/src/dialogs/dialog-analysis-tool-frequency.c
+++ b/src/dialogs/dialog-analysis-tool-frequency.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-frequency.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-kaplan-meier.c b/src/dialogs/dialog-analysis-tool-kaplan-meier.c
index 6ab488a..2c793dc 100644
--- a/src/dialogs/dialog-analysis-tool-kaplan-meier.c
+++ b/src/dialogs/dialog-analysis-tool-kaplan-meier.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-kaplan-meier.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-normality.c b/src/dialogs/dialog-analysis-tool-normality.c
index a3895b1..4cb2860 100644
--- a/src/dialogs/dialog-analysis-tool-normality.c
+++ b/src/dialogs/dialog-analysis-tool-normality.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-normality.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-one-mean.c b/src/dialogs/dialog-analysis-tool-one-mean.c
index 39db909..319ca72 100644
--- a/src/dialogs/dialog-analysis-tool-one-mean.c
+++ b/src/dialogs/dialog-analysis-tool-one-mean.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-one-mean.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-principal-components.c 
b/src/dialogs/dialog-analysis-tool-principal-components.c
index baa1bab..a545d1a 100644
--- a/src/dialogs/dialog-analysis-tool-principal-components.c
+++ b/src/dialogs/dialog-analysis-tool-principal-components.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-principal-components.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-sign-test.c b/src/dialogs/dialog-analysis-tool-sign-test.c
index 30ee6db..12b6e84 100644
--- a/src/dialogs/dialog-analysis-tool-sign-test.c
+++ b/src/dialogs/dialog-analysis-tool-sign-test.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-sign-test.c:
  *
diff --git a/src/dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c 
b/src/dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c
index 7bc7e6c..10ea915 100644
--- a/src/dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c
+++ b/src/dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-analysis-tool-wilcoxon-mann-whitney.c:
  *
diff --git a/src/dialogs/dialog-autoformat.c b/src/dialogs/dialog-autoformat.c
index 364eb1b..b3f83be 100644
--- a/src/dialogs/dialog-autoformat.c
+++ b/src/dialogs/dialog-autoformat.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-autoformat.c : implementation of the autoformat dialog
  *
diff --git a/src/dialogs/dialog-autosave.c b/src/dialogs/dialog-autosave.c
index 29996e7..f3c16df 100644
--- a/src/dialogs/dialog-autosave.c
+++ b/src/dialogs/dialog-autosave.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-autosave.c:
  *
diff --git a/src/dialogs/dialog-consolidate.c b/src/dialogs/dialog-consolidate.c
index 8313650..ceea1cb 100644
--- a/src/dialogs/dialog-consolidate.c
+++ b/src/dialogs/dialog-consolidate.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-consolidate.c : implementation of the consolidation dialog.
  *
diff --git a/src/dialogs/dialog-data-table.c b/src/dialogs/dialog-data-table.c
index de5b423..4355b24 100644
--- a/src/dialogs/dialog-data-table.c
+++ b/src/dialogs/dialog-data-table.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dialog-data-table.c: Create a Data Table
diff --git a/src/dialogs/dialog-define-names.c b/src/dialogs/dialog-define-names.c
index 3b86ef2..4b68d42 100644
--- a/src/dialogs/dialog-define-names.c
+++ b/src/dialogs/dialog-define-names.c
@@ -1,5 +1,4 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* vim: set sw=8: */
 /*
  * dialog-define-name.c: Edit named regions.
  *
diff --git a/src/dialogs/dialog-fill-series.c b/src/dialogs/dialog-fill-series.c
index 7cf40a9..3af06d5 100644
--- a/src/dialogs/dialog-fill-series.c
+++ b/src/dialogs/dialog-fill-series.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-fill-series.c: Fill according to a linear or exponential serie.
  *
diff --git a/src/dialogs/dialog-formula-guru.c b/src/dialogs/dialog-formula-guru.c
index d8a126f..15c7bd1 100644
--- a/src/dialogs/dialog-formula-guru.c
+++ b/src/dialogs/dialog-formula-guru.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-function-wizard.c:  The formula guru
  *
diff --git a/src/dialogs/dialog-function-select.c b/src/dialogs/dialog-function-select.c
index ac55926..a3d6369 100644
--- a/src/dialogs/dialog-function-select.c
+++ b/src/dialogs/dialog-function-select.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-function-select.c:  Implements the function selector
  *
diff --git a/src/dialogs/dialog-goal-seek.c b/src/dialogs/dialog-goal-seek.c
index 68ff8bc..96d1dcb 100644
--- a/src/dialogs/dialog-goal-seek.c
+++ b/src/dialogs/dialog-goal-seek.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-goal-seek.c:
  *
diff --git a/src/dialogs/dialog-hyperlink.c b/src/dialogs/dialog-hyperlink.c
index 94101ff..5633f5d 100644
--- a/src/dialogs/dialog-hyperlink.c
+++ b/src/dialogs/dialog-hyperlink.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dialog-hyperlink.c: Add or edit a hyperlink
diff --git a/src/dialogs/dialog-merge.c b/src/dialogs/dialog-merge.c
index 10d609c..e25993e 100644
--- a/src/dialogs/dialog-merge.c
+++ b/src/dialogs/dialog-merge.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-merge.c: Dialog to merge a list of data into a given range
  *
diff --git a/src/dialogs/dialog-paste-special.c b/src/dialogs/dialog-paste-special.c
index 09294d6..936c327 100644
--- a/src/dialogs/dialog-paste-special.c
+++ b/src/dialogs/dialog-paste-special.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-paste-special.c: The dialog for selecting non-standard
  *    behaviors when pasting.
diff --git a/src/dialogs/dialog-plugin-manager.c b/src/dialogs/dialog-plugin-manager.c
index b017216..d137ef8 100644
--- a/src/dialogs/dialog-plugin-manager.c
+++ b/src/dialogs/dialog-plugin-manager.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * plugin-manager.c: Dialog used to load plugins into the Gnumeric
  * spreadsheet
diff --git a/src/dialogs/dialog-preferences.c b/src/dialogs/dialog-preferences.c
index c921b32..494e7b4 100644
--- a/src/dialogs/dialog-preferences.c
+++ b/src/dialogs/dialog-preferences.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-preferences.c: Dialog to edit application wide preferences and default values
  *
diff --git a/src/dialogs/dialog-quit.c b/src/dialogs/dialog-quit.c
index 0332d30..e36a03d 100644
--- a/src/dialogs/dialog-quit.c
+++ b/src/dialogs/dialog-quit.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dialog-quit.c:
diff --git a/src/dialogs/dialog-search-replace.c b/src/dialogs/dialog-search-replace.c
index e009194..18e4af8 100644
--- a/src/dialogs/dialog-search-replace.c
+++ b/src/dialogs/dialog-search-replace.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dialog-search-replace.c:
diff --git a/src/dialogs/dialog-search.c b/src/dialogs/dialog-search.c
index 24915e3..b76c4fc 100644
--- a/src/dialogs/dialog-search.c
+++ b/src/dialogs/dialog-search.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-search.c:
  *   Dialog for entering a search query.
diff --git a/src/dialogs/dialog-sheet-resize.c b/src/dialogs/dialog-sheet-resize.c
index 5ac51dd..1a4dcf6 100644
--- a/src/dialogs/dialog-sheet-resize.c
+++ b/src/dialogs/dialog-sheet-resize.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-sheet-resize.c: Dialog to resize current or all sheets.
  *
diff --git a/src/dialogs/dialog-shuffle.c b/src/dialogs/dialog-shuffle.c
index 0c3d8d3..6e1fa1e 100644
--- a/src/dialogs/dialog-shuffle.c
+++ b/src/dialogs/dialog-shuffle.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-shuffle.c:
  *
diff --git a/src/dialogs/dialog-simulation.c b/src/dialogs/dialog-simulation.c
index ac73c39..efd79c5 100644
--- a/src/dialogs/dialog-simulation.c
+++ b/src/dialogs/dialog-simulation.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-simulation.c:
  *
diff --git a/src/dialogs/dialog-so-list.c b/src/dialogs/dialog-so-list.c
index b62ba42..aa81685 100644
--- a/src/dialogs/dialog-so-list.c
+++ b/src/dialogs/dialog-so-list.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dialog-so-list.c: A property dialog for lists and combos
diff --git a/src/dialogs/dialog-so-styled.c b/src/dialogs/dialog-so-styled.c
index 158f9d8..2cff99a 100644
--- a/src/dialogs/dialog-so-styled.c
+++ b/src/dialogs/dialog-so-styled.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dialog-so-styled.c: Pref dialog for objects with a GOStyle 'style' property
diff --git a/src/dialogs/dialog-solver.c b/src/dialogs/dialog-solver.c
index f906410..ac7ea37 100644
--- a/src/dialogs/dialog-solver.c
+++ b/src/dialogs/dialog-solver.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-solver.c:
  *
diff --git a/src/dialogs/dialog-stf-csv-page.c b/src/dialogs/dialog-stf-csv-page.c
index 78d59e6..57a8fc6 100644
--- a/src/dialogs/dialog-stf-csv-page.c
+++ b/src/dialogs/dialog-stf-csv-page.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-stf.c : Controls the widget on the CSV (Comma Separated Value) page.
  *
diff --git a/src/dialogs/dialog-stf-format-page.c b/src/dialogs/dialog-stf-format-page.c
index ed72bc6..5425e32 100644
--- a/src/dialogs/dialog-stf-format-page.c
+++ b/src/dialogs/dialog-stf-format-page.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * dialog-stf-format-page.c : Controls the widgets on the format page of the dialog
  *
diff --git a/src/dialogs/help.h b/src/dialogs/help.h
index ac440d8..a9b441e 100644
--- a/src/dialogs/help.h
+++ b/src/dialogs/help.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * 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
diff --git a/src/dialogs/tool-dialogs.h b/src/dialogs/tool-dialogs.h
index bc32add..15d4b1d 100644
--- a/src/dialogs/tool-dialogs.h
+++ b/src/dialogs/tool-dialogs.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * 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
diff --git a/src/expr-impl.h b/src/expr-impl.h
index a073d10..5932341 100644
--- a/src/expr-impl.h
+++ b/src/expr-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_EXPR_IMPL_H_
 # define _GNM_EXPR_IMPL_H_
 
diff --git a/src/expr-name.c b/src/expr-name.c
index e7236eb..956f963 100644
--- a/src/expr-name.c
+++ b/src/expr-name.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * expr-name.c: Supported named expressions
  *
diff --git a/src/expr-name.h b/src/expr-name.h
index b48ee3b..a64bb43 100644
--- a/src/expr-name.h
+++ b/src/expr-name.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_EXPR_NAME_H_
 # define _GNM_EXPR_NAME_H_
 
diff --git a/src/expr.c b/src/expr.c
index d895523..c3dee50 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * expr.c : Expression evaluation in Gnumeric
  *
diff --git a/src/expr.h b/src/expr.h
index 7d2a3f7..7deb116 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_EXPR_H_
 # define _GNM_EXPR_H_
 
diff --git a/src/file-autoft.c b/src/file-autoft.c
index 82cd783..60c1699 100644
--- a/src/file-autoft.c
+++ b/src/file-autoft.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * file-autoft.c : Retrieve available autoformat templates/categories
  *
diff --git a/src/file-autoft.h b/src/file-autoft.h
index 37be80b..2bcfc53 100644
--- a/src/file-autoft.h
+++ b/src/file-autoft.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_FILE_AUTOFT_H_
 # define _GNM_FILE_AUTOFT_H_
 
diff --git a/src/format-template.c b/src/format-template.c
index b27ac8a..7b3e88c 100644
--- a/src/format-template.c
+++ b/src/format-template.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * format-template.c : implementation of the template handling system.
  *
diff --git a/src/format-template.h b/src/format-template.h
index 0ae45dd..3ceff6b 100644
--- a/src/format-template.h
+++ b/src/format-template.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_FORMAT_TEMPLATE_H_
 # define _GNM_FORMAT_TEMPLATE_H_
 
diff --git a/src/func-builtin.c b/src/func-builtin.c
index 10622be..dc76c39 100644
--- a/src/func-builtin.c
+++ b/src/func-builtin.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * func-builtin.c:  Built in functions.
  *
diff --git a/src/func-builtin.h b/src/func-builtin.h
index e469909..b43ccfe 100644
--- a/src/func-builtin.h
+++ b/src/func-builtin.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_FUNC_BUILTIN_H_
 # define _GNM_FUNC_BUILTIN_H_
 
diff --git a/src/func.c b/src/func.c
index f6ccd47..0ec7d7e 100644
--- a/src/func.c
+++ b/src/func.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * func.c: Function management and utility routines.
diff --git a/src/func.h b/src/func.h
index ad7aeef..ee2c74c 100644
--- a/src/func.h
+++ b/src/func.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_FUNC_H_
 # define _GNM_FUNC_H_
 
diff --git a/src/gnm-cell-combo.c b/src/gnm-cell-combo.c
index b0c0a34..18a590b 100644
--- a/src/gnm-cell-combo.c
+++ b/src/gnm-cell-combo.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-cell-combo.c: Base class the models of in cell combos (e.g. validation and sheetslicer)
  *
diff --git a/src/gnm-cell-combo.h b/src/gnm-cell-combo.h
index 9dcf5cb..c34b689 100644
--- a/src/gnm-cell-combo.h
+++ b/src/gnm-cell-combo.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_CELL_COMBO_H_
 # define _GNM_CELL_COMBO_H_
 
diff --git a/src/gnm-command-impl.h b/src/gnm-command-impl.h
index c04a6b6..fbdbbab 100644
--- a/src/gnm-command-impl.h
+++ b/src/gnm-command-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-command-impl.h :
  *
diff --git a/src/gnm-commands-slicer.h b/src/gnm-commands-slicer.h
index d3eb5ad..337840e 100644
--- a/src/gnm-commands-slicer.h
+++ b/src/gnm-commands-slicer.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_COMMANDS_SLICER_H
 # define _GNM_COMMANDS_SLICER_H
 
diff --git a/src/gnm-data-cache-source.c b/src/gnm-data-cache-source.c
index 121e900..2568b67 100644
--- a/src/gnm-data-cache-source.c
+++ b/src/gnm-data-cache-source.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-data-cache-source.c : GODataCacheSource from a Sheet
  *
diff --git a/src/gnm-data-cache-source.h b/src/gnm-data-cache-source.h
index 0be0da2..fd6a00e 100644
--- a/src/gnm-data-cache-source.h
+++ b/src/gnm-data-cache-source.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-data-cache-source.h : GODataCacheSource from a GnmSheet
  *
diff --git a/src/gnm-datetime.c b/src/gnm-datetime.c
index f0a1cc3..505e585 100644
--- a/src/gnm-datetime.c
+++ b/src/gnm-datetime.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-datetime.c:
diff --git a/src/gnm-datetime.h b/src/gnm-datetime.h
index 29f4abe..29f3e86 100644
--- a/src/gnm-datetime.h
+++ b/src/gnm-datetime.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_DATETIME_H_
 # define _GNM_DATETIME_H_
 
diff --git a/src/gnm-format.c b/src/gnm-format.c
index 7a769ce..17e81ce 100644
--- a/src/gnm-format.c
+++ b/src/gnm-format.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /* format.c - attempts to emulate excel's number formatting ability.
  *
  * Copyright (C) 1998 Chris Lahey, Miguel de Icaza
diff --git a/src/gnm-format.h b/src/gnm-format.h
index b4d5586..ba76d45 100644
--- a/src/gnm-format.h
+++ b/src/gnm-format.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_FORMAT_H_
 # define _GNM_FORMAT_H_
 
diff --git a/src/gnm-graph-window.h b/src/gnm-graph-window.h
index 9f97856..9dd3cc1 100644
--- a/src/gnm-graph-window.h
+++ b/src/gnm-graph-window.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GRAPH_WINDOW_H_
 # define _GNM_GRAPH_WINDOW_H_
 
diff --git a/src/gnm-i18n.h b/src/gnm-i18n.h
index c584e60..8296930 100644
--- a/src/gnm-i18n.h
+++ b/src/gnm-i18n.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_I18N_H_
 # define _GNM_I18N_H_
 
diff --git a/src/gnm-pane-impl.h b/src/gnm-pane-impl.h
index a1d42f6..48269f2 100644
--- a/src/gnm-pane-impl.h
+++ b/src/gnm-pane-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PANE_IMPL_H_
 # define _GNM_PANE_IMPL_H_
 
diff --git a/src/gnm-pane.c b/src/gnm-pane.c
index 38ad3a9..d3e9e81 100644
--- a/src/gnm-pane.c
+++ b/src/gnm-pane.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Gnumeric's extended canvas used to display a pane
  *
diff --git a/src/gnm-pane.h b/src/gnm-pane.h
index 70a8067..567997f 100644
--- a/src/gnm-pane.h
+++ b/src/gnm-pane.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PANE_H_
 # define _GNM_PANE_H_
 
diff --git a/src/gnm-plugin.c b/src/gnm-plugin.c
index bf5bc5a..18bed12 100644
--- a/src/gnm-plugin.c
+++ b/src/gnm-plugin.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-plugin-service.c: Plugin services - reading XML info, activating, etc.
  *                   (everything independent of plugin loading method)
diff --git a/src/gnm-plugin.h b/src/gnm-plugin.h
index 93ee6a4..afd90cf 100644
--- a/src/gnm-plugin.h
+++ b/src/gnm-plugin.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PLUGIN_H_
 # define _GNM_PLUGIN_H_
 
diff --git a/src/gnm-sheet-slicer-combo.c b/src/gnm-sheet-slicer-combo.c
index 542ca53..dbb3c59 100644
--- a/src/gnm-sheet-slicer-combo.c
+++ b/src/gnm-sheet-slicer-combo.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-sheet-slicer-combo.c: Model for in cell combo for data slicers
  *
diff --git a/src/gnm-sheet-slicer-combo.h b/src/gnm-sheet-slicer-combo.h
index 021faa8..aaa86e3 100644
--- a/src/gnm-sheet-slicer-combo.h
+++ b/src/gnm-sheet-slicer-combo.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_SLICER_COMBO_H_
 # define _GNM_SHEET_SLICER_COMBO_H_
 
diff --git a/src/gnm-sheet-slicer.c b/src/gnm-sheet-slicer.c
index aeea570..0483810 100644
--- a/src/gnm-sheet-slicer.c
+++ b/src/gnm-sheet-slicer.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-sheet-slicer.c:
  *
diff --git a/src/gnm-sheet-slicer.h b/src/gnm-sheet-slicer.h
index 612c21b..ecfe63c 100644
--- a/src/gnm-sheet-slicer.h
+++ b/src/gnm-sheet-slicer.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-sheet-slicer.h : Gnumeric specific display for goffice's DataSlicers
  *
diff --git a/src/gnm-so-filled.c b/src/gnm-so-filled.c
index c814c1b..0a94048 100644
--- a/src/gnm-so-filled.c
+++ b/src/gnm-so-filled.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-so-filled.c: Boxes, Ovals and Polygons
diff --git a/src/gnm-so-filled.h b/src/gnm-so-filled.h
index 9be5db4..e64dcc0 100644
--- a/src/gnm-so-filled.h
+++ b/src/gnm-so-filled.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SO_FILLED_H_
 # define _GNM_SO_FILLED_H_
 
diff --git a/src/gnm-so-line.c b/src/gnm-so-line.c
index c6dcca8..88a5d91 100644
--- a/src/gnm-so-line.c
+++ b/src/gnm-so-line.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-so-line.c: Lines, arrows, arcs
diff --git a/src/gnm-so-line.h b/src/gnm-so-line.h
index e03f259..b07309c 100644
--- a/src/gnm-so-line.h
+++ b/src/gnm-so-line.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SO_LINE_H_
 # define _GNM_SO_LINE_H_
 
diff --git a/src/gnm-so-path.c b/src/gnm-so-path.c
index 0eb8a04..cf0e440 100644
--- a/src/gnm-so-path.c
+++ b/src/gnm-so-path.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-so-path.c
  *
diff --git a/src/gnm-so-polygon.c b/src/gnm-so-polygon.c
index 9f03e3e..b488c1e 100644
--- a/src/gnm-so-polygon.c
+++ b/src/gnm-so-polygon.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-so-polygon.c: Polygons
diff --git a/src/gnm-so-polygon.h b/src/gnm-so-polygon.h
index 10f319e..fe9269e 100644
--- a/src/gnm-so-polygon.h
+++ b/src/gnm-so-polygon.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SO_POLYGON_H_
 # define _GNM_SO_POLYGON_H_
 
diff --git a/src/gnumeric-conf.c b/src/gnumeric-conf.c
index fa2d1b3..f1b8f19 100644
--- a/src/gnumeric-conf.c
+++ b/src/gnumeric-conf.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnumeric-conf.c:
  *
diff --git a/src/gnumeric-conf.h b/src/gnumeric-conf.h
index 02014a3..9ca710a 100644
--- a/src/gnumeric-conf.h
+++ b/src/gnumeric-conf.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GCONF_H_
 # define _GNM_GCONF_H_
 
diff --git a/src/gnumeric-simple-canvas.c b/src/gnumeric-simple-canvas.c
index 2c0c401..d912242 100644
--- a/src/gnumeric-simple-canvas.c
+++ b/src/gnumeric-simple-canvas.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 #include <gnumeric-config.h>
 #include <gnumeric.h>
 #include <gnumeric-simple-canvas.h>
diff --git a/src/gnumeric-simple-canvas.h b/src/gnumeric-simple-canvas.h
index 39bd7b0..6c37282 100644
--- a/src/gnumeric-simple-canvas.h
+++ b/src/gnumeric-simple-canvas.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SIMPLE_CANVAS_H_
 # define _GNM_SIMPLE_CANVAS_H_
 
diff --git a/src/gnumeric.h b/src/gnumeric.h
index e8bcbbb..b9a5fce 100644
--- a/src/gnumeric.h
+++ b/src/gnumeric.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GNUMERIC_H_
 # define _GNM_GNUMERIC_H_
 
diff --git a/src/go-data-cache-field-impl.h b/src/go-data-cache-field-impl.h
index 4247fb8..5ac1f57 100644
--- a/src/go-data-cache-field-impl.h
+++ b/src/go-data-cache-field-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache-field-impl.h :
  *
diff --git a/src/go-data-cache-field.c b/src/go-data-cache-field.c
index e6c7d99..7e5af30 100644
--- a/src/go-data-cache-field.c
+++ b/src/go-data-cache-field.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache-field.h : A field (named vector) within a cache of data
  *     containing the unique values (unodered).  The cache contains the
diff --git a/src/go-data-cache-field.h b/src/go-data-cache-field.h
index d97c324..9b72444 100644
--- a/src/go-data-cache-field.h
+++ b/src/go-data-cache-field.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache-field.h :
  *
diff --git a/src/go-data-cache-impl.h b/src/go-data-cache-impl.h
index 48a4c52..8a5ddf0 100644
--- a/src/go-data-cache-impl.h
+++ b/src/go-data-cache-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache-impl.h :
  *
diff --git a/src/go-data-cache-source.c b/src/go-data-cache-source.c
index 3ab4277..7eb7e5c 100644
--- a/src/go-data-cache-source.c
+++ b/src/go-data-cache-source.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache-source.c:
  *
diff --git a/src/go-data-cache-source.h b/src/go-data-cache-source.h
index 5f4d482..70d2b30 100644
--- a/src/go-data-cache-source.h
+++ b/src/go-data-cache-source.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache-source.h :
  *
diff --git a/src/go-data-cache.c b/src/go-data-cache.c
index 316e347..8fb3cd7 100644
--- a/src/go-data-cache.c
+++ b/src/go-data-cache.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache.h : The definition of a content for a data slicer
  *
diff --git a/src/go-data-cache.h b/src/go-data-cache.h
index 2a0122f..fb8a24d 100644
--- a/src/go-data-cache.h
+++ b/src/go-data-cache.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-cache.h :
  *
diff --git a/src/go-data-slicer-field-impl.h b/src/go-data-slicer-field-impl.h
index 5bf3f88..07e764d 100644
--- a/src/go-data-slicer-field-impl.h
+++ b/src/go-data-slicer-field-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-slicer-field-impl.h :
  *
diff --git a/src/go-data-slicer-field.c b/src/go-data-slicer-field.c
index 3b64bd6..344bff5 100644
--- a/src/go-data-slicer-field.c
+++ b/src/go-data-slicer-field.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-slicer-field.h : The definition of a content for a data slicer
  *
diff --git a/src/go-data-slicer-field.h b/src/go-data-slicer-field.h
index 2bbaf7a..703adcc 100644
--- a/src/go-data-slicer-field.h
+++ b/src/go-data-slicer-field.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-slicer-field.h :
  *
diff --git a/src/go-data-slicer-impl.h b/src/go-data-slicer-impl.h
index caf043b..3d38788 100644
--- a/src/go-data-slicer-impl.h
+++ b/src/go-data-slicer-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-slicer-impl.h :
  *
diff --git a/src/go-data-slicer.c b/src/go-data-slicer.c
index 9fd3033..46f59a0 100644
--- a/src/go-data-slicer.c
+++ b/src/go-data-slicer.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-slicer.h : The definition of a content for a data slicer
  *
diff --git a/src/go-data-slicer.h b/src/go-data-slicer.h
index 5838811..ef4f595 100644
--- a/src/go-data-slicer.h
+++ b/src/go-data-slicer.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-data-slicer.h :
  *
diff --git a/src/go-val.c b/src/go-val.c
index e00ab68..d5127c4 100644
--- a/src/go-val.c
+++ b/src/go-val.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-val.c:
  *
diff --git a/src/go-val.h b/src/go-val.h
index 48c2f0f..b6a19f8 100644
--- a/src/go-val.h
+++ b/src/go-val.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * go-val.h :
  *
diff --git a/src/graph.c b/src/graph.c
index 7247909..cd1fcd3 100644
--- a/src/graph.c
+++ b/src/graph.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * graph.c: The gnumeric specific data wrappers for GOffice
  *
diff --git a/src/graph.h b/src/graph.h
index d725403..33ec847 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GRAPH_H_
 # define _GNM_GRAPH_H_
 
diff --git a/src/gui-clipboard.h b/src/gui-clipboard.h
index 600a369..fd57690 100644
--- a/src/gui-clipboard.h
+++ b/src/gui-clipboard.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GUI_CLIPBOARD_H_
 # define _GNM_GUI_CLIPBOARD_H_
 
diff --git a/src/gui-file.c b/src/gui-file.c
index 66d84d3..118e13d 100644
--- a/src/gui-file.c
+++ b/src/gui-file.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * GUI-file.c:
  *
diff --git a/src/gui-file.h b/src/gui-file.h
index f58e3da..4e619bb 100644
--- a/src/gui-file.h
+++ b/src/gui-file.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GUI_FILE_H_
 # define _GNM_GUI_FILE_H_
 
diff --git a/src/gui-util.c b/src/gui-util.c
index 2f17b21..26d1112 100644
--- a/src/gui-util.c
+++ b/src/gui-util.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnumeric-util.c:  Various GUI utility functions.
  *
diff --git a/src/gui-util.h b/src/gui-util.h
index 37045f2..c63279c 100644
--- a/src/gui-util.h
+++ b/src/gui-util.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GUI_UTIL_H_
 # define _GNM_GUI_UTIL_H_
 
diff --git a/src/gutils.c b/src/gutils.c
index c9a44a7..4b8b985 100644
--- a/src/gutils.c
+++ b/src/gutils.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * utils.c:  Various utility routines that do not depend on the GUI of Gnumeric
  *
diff --git a/src/gutils.h b/src/gutils.h
index 2a6ffb1..78894fb 100644
--- a/src/gutils.h
+++ b/src/gutils.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_GUTILS_H_
 # define _GNM_GUTILS_H_
 
diff --git a/src/history.h b/src/history.h
index 70e263a..ca444c6 100644
--- a/src/history.h
+++ b/src/history.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_HISTORY_H_
 # define _GNM_HISTORY_H_
 
diff --git a/src/hlink.c b/src/hlink.c
index 937a8b8..6decc35 100644
--- a/src/hlink.c
+++ b/src/hlink.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * hlink.c: hyperlink support
diff --git a/src/hlink.h b/src/hlink.h
index 8d0ea07..e83d0b7 100644
--- a/src/hlink.h
+++ b/src/hlink.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_HLINK_H_
 # define _GNM_HLINK_H_
 
diff --git a/src/input-msg.c b/src/input-msg.c
index 59fe374..5ecb573 100644
--- a/src/input-msg.c
+++ b/src/input-msg.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * input-msg.c: Input Message
diff --git a/src/input-msg.h b/src/input-msg.h
index a2dc67a..b0b84da 100644
--- a/src/input-msg.h
+++ b/src/input-msg.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_INPUT_MSG_H_
 # define _GNM_INPUT_MSG_H_
 
diff --git a/src/io-context-gtk.c b/src/io-context-gtk.c
index b0662f2..7d7de87 100644
--- a/src/io-context-gtk.c
+++ b/src/io-context-gtk.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * io-context-gtk.c : gtk based io error context.
diff --git a/src/item-bar.c b/src/item-bar.c
index d5249e1..2198552 100644
--- a/src/item-bar.c
+++ b/src/item-bar.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * A canvas item implementing row/col headers with support for outlining.
  *
diff --git a/src/item-cursor.c b/src/item-cursor.c
index 4970872..1d4d11f 100644
--- a/src/item-cursor.c
+++ b/src/item-cursor.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 /*
  * The Cursor Canvas Item: Implements a rectangular cursor
  *
diff --git a/src/item-edit.c b/src/item-edit.c
index 7cc3776..4c0ec97 100644
--- a/src/item-edit.c
+++ b/src/item-edit.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * item-edit.c : Edit facilities for worksheets.
  *
diff --git a/src/item-grid.c b/src/item-grid.c
index c64f73f..e3cf381 100644
--- a/src/item-grid.c
+++ b/src/item-grid.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * item-grid.c : A canvas item that is responsible for drawing gridlines and
diff --git a/src/item-grid.h b/src/item-grid.h
index 0ec0fe3..3a5ffd7 100644
--- a/src/item-grid.h
+++ b/src/item-grid.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_ITEM_GRID_H_
 #define _GNM_ITEM_GRID_H_
 
diff --git a/src/libgnumeric.c b/src/libgnumeric.c
index 121b9cf..b13a527 100644
--- a/src/libgnumeric.c
+++ b/src/libgnumeric.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * libgnumeric.c: global initialization and management code
  *
diff --git a/src/libgnumeric.h b/src/libgnumeric.h
index 4882749..36957b4 100644
--- a/src/libgnumeric.h
+++ b/src/libgnumeric.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_LIBGNUMERIC_H_
 # define _GNM_LIBGNUMERIC_H_
 
diff --git a/src/main-application.c b/src/main-application.c
index 077d899..aa3a2ca 100644
--- a/src/main-application.c
+++ b/src/main-application.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * main-application.c: Main entry point for the Gnumeric application
  *
diff --git a/src/mathfunc.h b/src/mathfunc.h
index 21a8c89..7646b82 100644
--- a/src/mathfunc.h
+++ b/src/mathfunc.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_MATHFUNC_H_
 # define _GNM_MATHFUNC_H_
 
diff --git a/src/mstyle.h b/src/mstyle.h
index 173fc07..72bc355 100644
--- a/src/mstyle.h
+++ b/src/mstyle.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_MSTYLE_H_
 # define _GNM_MSTYLE_H_
 
diff --git a/src/number-match.c b/src/number-match.c
index 731e38d..f0cf15b 100644
--- a/src/number-match.c
+++ b/src/number-match.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * number-match.c: This file includes the support for matching
  * entered strings as numbers (by trying to apply one of the existing
diff --git a/src/number-match.h b/src/number-match.h
index 3f901d7..3f19f12 100644
--- a/src/number-match.h
+++ b/src/number-match.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_NUMBER_MATCH_H_
 # define _GNM_NUMBER_MATCH_H_
 
diff --git a/src/numbers.h b/src/numbers.h
index 629f06a..97b94cc 100644
--- a/src/numbers.h
+++ b/src/numbers.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_NUMBERS_H_
 # define _GNM_NUMBERS_H_
 
diff --git a/src/parse-util.c b/src/parse-util.c
index 38ae0e7..e42f9d0 100644
--- a/src/parse-util.c
+++ b/src/parse-util.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * parse-util.c: Various utility routines to parse or produce
  *     string representations of common reference types.
diff --git a/src/parse-util.h b/src/parse-util.h
index 593ce36..4fec636 100644
--- a/src/parse-util.h
+++ b/src/parse-util.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PARSE_UTIL_H_
 # define _GNM_PARSE_UTIL_H_
 
diff --git a/src/parser.y b/src/parser.y
index 50c8382..572ea4e 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -1,5 +1,4 @@
 %{
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Gnumeric Parser
  *
diff --git a/src/pattern.c b/src/pattern.c
index c629865..911c897 100644
--- a/src/pattern.c
+++ b/src/pattern.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * pattern.c : Support and specifications for patterns.
  *
diff --git a/src/pattern.h b/src/pattern.h
index de0caf4..1fcdfd3 100644
--- a/src/pattern.h
+++ b/src/pattern.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PATTERN_H_
 # define _GNM_PATTERN_H_
 
diff --git a/src/position.c b/src/position.c
index 2a819c5..deb7616 100644
--- a/src/position.c
+++ b/src/position.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * position.c: Utility routines for various types of positional
  *         coordinates.
diff --git a/src/position.h b/src/position.h
index d49e62e..a46d404 100644
--- a/src/position.h
+++ b/src/position.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_POSITION_H_
 # define _GNM_POSITION_H_
 
diff --git a/src/preview-grid-impl.h b/src/preview-grid-impl.h
index 2a25f7a..2127fa8 100644
--- a/src/preview-grid-impl.h
+++ b/src/preview-grid-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PREVIEW_GRID_IMPL_H_
 #define _GNM_PREVIEW_GRID_IMPL_H_
 
diff --git a/src/preview-grid.c b/src/preview-grid.c
index c2a95c5..cc2e268 100644
--- a/src/preview-grid.c
+++ b/src/preview-grid.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * preview-grid.c : Preview Grid Canvas Item
  *
diff --git a/src/print-cell.c b/src/print-cell.c
index 79849d2..f9072ce 100644
--- a/src/print-cell.c
+++ b/src/print-cell.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * print-cell.c: Printing of cell regions and cells.
  *
diff --git a/src/print-cell.h b/src/print-cell.h
index 7a881f0..b8646d2 100644
--- a/src/print-cell.h
+++ b/src/print-cell.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PRINT_CELL_H_
 # define _GNM_PRINT_CELL_H_
 
diff --git a/src/print-info.c b/src/print-info.c
index 68be60e..8e32295 100644
--- a/src/print-info.c
+++ b/src/print-info.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * print-info.c: Print information management.  This keeps
diff --git a/src/print-info.h b/src/print-info.h
index ca0af71..8ba440b 100644
--- a/src/print-info.h
+++ b/src/print-info.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PRINT_INFO_H_
 # define _GNM_PRINT_INFO_H_
 
diff --git a/src/print.c b/src/print.c
index a4314b4..274ee18 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * print.c: Printing routines for Gnumeric
diff --git a/src/print.h b/src/print.h
index aeede9c..0cb8f25 100644
--- a/src/print.h
+++ b/src/print.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_PRINT_H_
 # define _GNM_PRINT_H_
 
diff --git a/src/rangefunc-strings.h b/src/rangefunc-strings.h
index 44927c3..c1df92c 100644
--- a/src/rangefunc-strings.h
+++ b/src/rangefunc-strings.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_RANGEFUNC_STRINGS_H_
 # define _GNM_RANGEFUNC_STRINGS_H_
 
diff --git a/src/rangefunc.c b/src/rangefunc.c
index f873059..97a699f 100644
--- a/src/rangefunc.c
+++ b/src/rangefunc.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * rangefunc.c: Functions on ranges (data sets).
  *
diff --git a/src/rangefunc.h b/src/rangefunc.h
index 596c13f..8359edf 100644
--- a/src/rangefunc.h
+++ b/src/rangefunc.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_RANGEFUNC_H_
 # define _GNM_RANGEFUNC_H_
 
diff --git a/src/ranges.c b/src/ranges.c
index 4992f33..73d821b 100644
--- a/src/ranges.c
+++ b/src/ranges.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * ranges.c: various functions for common operations on cell ranges.
  *
diff --git a/src/ranges.h b/src/ranges.h
index 1192b01..99e6e90 100644
--- a/src/ranges.h
+++ b/src/ranges.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_RANGES_H_
 # define _GNM_RANGES_H_
 
diff --git a/src/regression.h b/src/regression.h
index 6b1ba06..40de78d 100644
--- a/src/regression.h
+++ b/src/regression.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_REGRESSION_H_
 # define _GNM_REGRESSION_H_
 
diff --git a/src/rendered-value.c b/src/rendered-value.c
index 15b51b0..3d39920 100644
--- a/src/rendered-value.c
+++ b/src/rendered-value.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * rendered-value.c: Management & utility routines for formated
diff --git a/src/rendered-value.h b/src/rendered-value.h
index 4ede34f..49cf89b 100644
--- a/src/rendered-value.h
+++ b/src/rendered-value.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_RENDERED_VALUE_H_
 # define _GNM_RENDERED_VALUE_H_
 
diff --git a/src/search.h b/src/search.h
index 879088f..fb6ce32 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SEARCH_H_
 # define _GNM_SEARCH_H_
 
diff --git a/src/selection.c b/src/selection.c
index 1390f82..8dad6c1 100644
--- a/src/selection.c
+++ b/src/selection.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * selection.c:  Manage selection regions.
  *
diff --git a/src/selection.h b/src/selection.h
index 184ec41..d81a9eb 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SELECTION_H_
 # define _GNM_SELECTION_H_
 
diff --git a/src/session.c b/src/session.c
index 3832841..0d41a3a 100644
--- a/src/session.c
+++ b/src/session.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /* session.c
  * Copyright (C) 2003-2006  Andreas J. Guelzow <aguelzow taliesin ca>
diff --git a/src/session.h b/src/session.h
index 471dffc..f7517d7 100644
--- a/src/session.h
+++ b/src/session.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SESSION_H_
 # define _GNM_SESSION_H_
 
diff --git a/src/sheet-autofill.c b/src/sheet-autofill.c
index 36d0a05..2e21b20 100644
--- a/src/sheet-autofill.c
+++ b/src/sheet-autofill.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sheet-autofill.c: Provides the autofill features
  *
diff --git a/src/sheet-autofill.h b/src/sheet-autofill.h
index 2ec0ea0..ddd55cb 100644
--- a/src/sheet-autofill.h
+++ b/src/sheet-autofill.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_AUTOFILL_H_
 # define _GNM_SHEET_AUTOFILL_H_
 
diff --git a/src/sheet-control-gui-priv.h b/src/sheet-control-gui-priv.h
index a8103d6..fe72982 100644
--- a/src/sheet-control-gui-priv.h
+++ b/src/sheet-control-gui-priv.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_CONTROL_GUI_PRIV_H_
 # define _GNM_SHEET_CONTROL_GUI_PRIV_H_
 
diff --git a/src/sheet-control-gui.c b/src/sheet-control-gui.c
index 4f41a5a..3f82e06 100644
--- a/src/sheet-control-gui.c
+++ b/src/sheet-control-gui.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sheet-control-gui.c: Implements a graphic control for a sheet.
  *
diff --git a/src/sheet-control-gui.h b/src/sheet-control-gui.h
index 15f6fa9..8a482e0 100644
--- a/src/sheet-control-gui.h
+++ b/src/sheet-control-gui.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_CONTROL_GUI_H_
 # define _GNM_SHEET_CONTROL_GUI_H_
 
diff --git a/src/sheet-control-priv.h b/src/sheet-control-priv.h
index 61a53fa..b512850 100644
--- a/src/sheet-control-priv.h
+++ b/src/sheet-control-priv.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_CONTROL_PRIV_H_
 # define _GNM_SHEET_CONTROL_PRIV_H_
 
diff --git a/src/sheet-control.h b/src/sheet-control.h
index 0ce0918..306edef 100644
--- a/src/sheet-control.h
+++ b/src/sheet-control.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_CONTROL_H_
 # define _GNM_SHEET_CONTROL_H_
 
diff --git a/src/sheet-filter-combo.h b/src/sheet-filter-combo.h
index ea31abc..c6045d4 100644
--- a/src/sheet-filter-combo.h
+++ b/src/sheet-filter-combo.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_FILTER_COMBO_H_
 # define _GNM_SHEET_FILTER_COMBO_H_
 
diff --git a/src/sheet-filter.c b/src/sheet-filter.c
index 13b7bb7..4d4e0e4 100644
--- a/src/sheet-filter.c
+++ b/src/sheet-filter.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet-filter.c: support for 'auto-filters'
diff --git a/src/sheet-filter.h b/src/sheet-filter.h
index c9e7707..e0aea5b 100644
--- a/src/sheet-filter.h
+++ b/src/sheet-filter.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_FILTER_H_
 # define _GNM_SHEET_FILTER_H_
 
diff --git a/src/sheet-merge.c b/src/sheet-merge.c
index f94a9bf..9e8621f 100644
--- a/src/sheet-merge.c
+++ b/src/sheet-merge.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: */
 
 /*
  * sheet-merge.c: merged cell support
diff --git a/src/sheet-merge.h b/src/sheet-merge.h
index ba36462..1099591 100644
--- a/src/sheet-merge.h
+++ b/src/sheet-merge.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_MERGE_H_
 # define _GNM_SHEET_MERGE_H_
 
diff --git a/src/sheet-object-cell-comment.c b/src/sheet-object-cell-comment.c
index e263f75..cd59172 100644
--- a/src/sheet-object-cell-comment.c
+++ b/src/sheet-object-cell-comment.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet-object-cell-comment.c: A SheetObject to support cell comments.
diff --git a/src/sheet-object-cell-comment.h b/src/sheet-object-cell-comment.h
index 5fe2d62..62ded71 100644
--- a/src/sheet-object-cell-comment.h
+++ b/src/sheet-object-cell-comment.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_CELL_COMMENT_H_
 # define _GNM_SHEET_OBJECT_CELL_COMMENT_H_
 
diff --git a/src/sheet-object-component.c b/src/sheet-object-component.c
index 118756e..2305e4f 100644
--- a/src/sheet-object-component.c
+++ b/src/sheet-object-component.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sheet-object-component.c
  *
diff --git a/src/sheet-object-component.h b/src/sheet-object-component.h
index bc5b848..59b3889 100644
--- a/src/sheet-object-component.h
+++ b/src/sheet-object-component.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sheet-object-component.h
  *
diff --git a/src/sheet-object-graph.c b/src/sheet-object-graph.c
index 153ff36..93007ee 100644
--- a/src/sheet-object-graph.c
+++ b/src/sheet-object-graph.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet-object-graph.c: Wrapper for GNOME Office graphs in gnumeric
diff --git a/src/sheet-object-graph.h b/src/sheet-object-graph.h
index 87a8c8b..bcd0aa7 100644
--- a/src/sheet-object-graph.h
+++ b/src/sheet-object-graph.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_GRAPH_H_
 # define _GNM_SHEET_OBJECT_GRAPH_H_
 
diff --git a/src/sheet-object-image.c b/src/sheet-object-image.c
index 77f743a..e23fefe 100644
--- a/src/sheet-object-image.c
+++ b/src/sheet-object-image.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet-object-image.c: a wrapper for gdkpixbuf to display images.
diff --git a/src/sheet-object-image.h b/src/sheet-object-image.h
index 8d8ff6a..31e958b 100644
--- a/src/sheet-object-image.h
+++ b/src/sheet-object-image.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_IMAGE_H_
 # define _GNM_SHEET_OBJECT_IMAGE_H_
 
diff --git a/src/sheet-object-impl.h b/src/sheet-object-impl.h
index 1ae260c..ab06616 100644
--- a/src/sheet-object-impl.h
+++ b/src/sheet-object-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_IMPL_H_
 # define _GNM_SHEET_OBJECT_IMPL_H_
 
diff --git a/src/sheet-object-widget-impl.h b/src/sheet-object-widget-impl.h
index 5ebb82b..87fdefd 100644
--- a/src/sheet-object-widget-impl.h
+++ b/src/sheet-object-widget-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_WIDGET_IMPL_H_
 # define _GNM_SHEET_OBJECT_WIDGET_IMPL_H_
 
diff --git a/src/sheet-object-widget.c b/src/sheet-object-widget.c
index 475b2d5..33050d7 100644
--- a/src/sheet-object-widget.c
+++ b/src/sheet-object-widget.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet-object-widget.c: SheetObject wrappers for simple gtk widgets.
diff --git a/src/sheet-object-widget.h b/src/sheet-object-widget.h
index 4419be7..eecef40 100644
--- a/src/sheet-object-widget.h
+++ b/src/sheet-object-widget.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_WIDGET_H_
 # define _GNM_SHEET_OBJECT_WIDGET_H_
 
diff --git a/src/sheet-object.h b/src/sheet-object.h
index eadbfc7..5d9d91a 100644
--- a/src/sheet-object.h
+++ b/src/sheet-object.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_OBJECT_H_
 # define _GNM_SHEET_OBJECT_H_
 
diff --git a/src/sheet-private.h b/src/sheet-private.h
index c5461bc..2ba2b10 100644
--- a/src/sheet-private.h
+++ b/src/sheet-private.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_PRIVATE_H_
 # define _GNM_SHEET_PRIVATE_H_
 
diff --git a/src/sheet-style.c b/src/sheet-style.c
index cba11ec..f61eb5e 100644
--- a/src/sheet-style.c
+++ b/src/sheet-style.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sheet-style.c: storage mechanism for styles and eventually cells.
  *
diff --git a/src/sheet-style.h b/src/sheet-style.h
index f800f0b..325956b 100644
--- a/src/sheet-style.h
+++ b/src/sheet-style.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_STYLE_H_
 # define _GNM_SHEET_STYLE_H_
 
diff --git a/src/sheet-utils.c b/src/sheet-utils.c
index 36dd5a1..13e626b 100644
--- a/src/sheet-utils.c
+++ b/src/sheet-utils.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet-utils.c: Utility routines for Sheet content
diff --git a/src/sheet-utils.h b/src/sheet-utils.h
index eccac37..d8fccb5 100644
--- a/src/sheet-utils.h
+++ b/src/sheet-utils.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_UTILS_H
 # define _GNM_SHEET_UTILS_H
 
diff --git a/src/sheet-view.c b/src/sheet-view.c
index eedacc0..fd8fd40 100644
--- a/src/sheet-view.c
+++ b/src/sheet-view.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * sheet-view.c:
  *
diff --git a/src/sheet-view.h b/src/sheet-view.h
index dd71d43..35af18b 100644
--- a/src/sheet-view.h
+++ b/src/sheet-view.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_VIEW_H_
 # define _GNM_SHEET_VIEW_H_
 
diff --git a/src/sheet.c b/src/sheet.c
index 4699164..2ed8c0b 100644
--- a/src/sheet.c
+++ b/src/sheet.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sheet.c: Implements the sheet management and per-sheet storage
diff --git a/src/sheet.h b/src/sheet.h
index 8a667eb..1c1280f 100644
--- a/src/sheet.h
+++ b/src/sheet.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SHEET_H_
 # define _GNM_SHEET_H_
 
diff --git a/src/sort.c b/src/sort.c
index 2c0f6be..8fbd2b1 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * sort.c : Routines for sorting cell ranges
diff --git a/src/sort.h b/src/sort.h
index 1f90c13..63b609b 100644
--- a/src/sort.h
+++ b/src/sort.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_SORT_H_
 # define _GNM_SORT_H_
 
diff --git a/src/ssgrep.c b/src/ssgrep.c
index ac4dff7..9d2f39d 100644
--- a/src/ssgrep.c
+++ b/src/ssgrep.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * ssgrep.c: Search spreadsheets of selected strings
  *
diff --git a/src/ssindex.c b/src/ssindex.c
index a7a65f2..c7df7d8 100644
--- a/src/ssindex.c
+++ b/src/ssindex.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * ssindex.c: A wrapper application to index spreadsheets
  *
diff --git a/src/stf-export.c b/src/stf-export.c
index 7d63018..e799776 100644
--- a/src/stf-export.c
+++ b/src/stf-export.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * stf-export.c : Structured Text Format Exporter (STF-E)
  *                Engine to construct CSV files
diff --git a/src/stf-export.h b/src/stf-export.h
index cad4a77..f1922c3 100644
--- a/src/stf-export.h
+++ b/src/stf-export.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STF_EXPORT_H_
 # define _GNM_STF_EXPORT_H_
 
diff --git a/src/stf-parse.c b/src/stf-parse.c
index 957f8b0..5357e08 100644
--- a/src/stf-parse.c
+++ b/src/stf-parse.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * stf-parse.c : Structured Text Format parser. (STF)
  *               A general purpose engine for parsing data
diff --git a/src/stf-parse.h b/src/stf-parse.h
index 18b2889..92a7dc5 100644
--- a/src/stf-parse.h
+++ b/src/stf-parse.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STF_PARSE_H_
 # define _GNM_STF_PARSE_H_
 
diff --git a/src/stf.c b/src/stf.c
index ef99b39..41206f3 100644
--- a/src/stf.c
+++ b/src/stf.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * stf.c : Utilizes the stf-parse engine and the dialog-stf to provide a plug-in for
  *         importing text files with a structure (CSV/fixed width)
diff --git a/src/stf.h b/src/stf.h
index 609c824..1c75c75 100644
--- a/src/stf.h
+++ b/src/stf.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STF_H_
 # define _GNM_STF_H_
 
diff --git a/src/style-border.c b/src/style-border.c
index 372936e..9200e26 100644
--- a/src/style-border.c
+++ b/src/style-border.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * border.c: Managing drawing and printing cell borders
diff --git a/src/style-border.h b/src/style-border.h
index 4b72402..e7ca387 100644
--- a/src/style-border.h
+++ b/src/style-border.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STYLE_BORDER_H_
 # define _GNM_STYLE_BORDER_H_
 
diff --git a/src/style-color.c b/src/style-color.c
index 062a777..b8b2f30 100644
--- a/src/style-color.c
+++ b/src/style-color.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * color.c: Color allocation on the Gnumeric spreadsheet
  *
diff --git a/src/style-color.h b/src/style-color.h
index 69e3782..2b77596 100644
--- a/src/style-color.h
+++ b/src/style-color.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STYLE_COLOR_H_
 # define _GNM_STYLE_COLOR_H_
 
diff --git a/src/style-conditions.h b/src/style-conditions.h
index 0cd237c..7971c58 100644
--- a/src/style-conditions.h
+++ b/src/style-conditions.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STYLE_CONDITIONS_H_
 # define _GNM_STYLE_CONDITIONS_H_
 
diff --git a/src/style-font.h b/src/style-font.h
index f23f093..1400a8d 100644
--- a/src/style-font.h
+++ b/src/style-font.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STYLE_FONT_H_
 # define _GNM_STYLE_FONT_H_
 
diff --git a/src/style.c b/src/style.c
index d17bc54..25f335e 100644
--- a/src/style.c
+++ b/src/style.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Style.c: Style resource management
  *
diff --git a/src/style.h b/src/style.h
index 1f1b756..bc8993d 100644
--- a/src/style.h
+++ b/src/style.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_STYLE_H_
 # define _GNM_STYLE_H_
 
diff --git a/src/tools/analysis-anova.c b/src/tools/analysis-anova.c
index 5a8de1d..9503191 100644
--- a/src/tools/analysis-anova.c
+++ b/src/tools/analysis-anova.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-anova.c:
  *
diff --git a/src/tools/analysis-anova.h b/src/tools/analysis-anova.h
index 29a9443..18671eb 100644
--- a/src/tools/analysis-anova.h
+++ b/src/tools/analysis-anova.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-anova.h:
  *
diff --git a/src/tools/analysis-auto-expression.c b/src/tools/analysis-auto-expression.c
index 637cecc..fa6b034 100644
--- a/src/tools/analysis-auto-expression.c
+++ b/src/tools/analysis-auto-expression.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-auto-expression.c:
  *
diff --git a/src/tools/analysis-auto-expression.h b/src/tools/analysis-auto-expression.h
index 94c7e44..dadb07b 100644
--- a/src/tools/analysis-auto-expression.h
+++ b/src/tools/analysis-auto-expression.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-auto-expression.h:
  *
diff --git a/src/tools/analysis-chi-squared.c b/src/tools/analysis-chi-squared.c
index 52455b8..55e6275 100644
--- a/src/tools/analysis-chi-squared.c
+++ b/src/tools/analysis-chi-squared.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-chi-squared.c:
  *
diff --git a/src/tools/analysis-chi-squared.h b/src/tools/analysis-chi-squared.h
index 197333e..feb1cc3 100644
--- a/src/tools/analysis-chi-squared.h
+++ b/src/tools/analysis-chi-squared.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-chi-squared.h:
  *
diff --git a/src/tools/analysis-exp-smoothing.c b/src/tools/analysis-exp-smoothing.c
index 1247b1e..44d8748 100644
--- a/src/tools/analysis-exp-smoothing.c
+++ b/src/tools/analysis-exp-smoothing.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-exp-smoothing.c:
  *
diff --git a/src/tools/analysis-exp-smoothing.h b/src/tools/analysis-exp-smoothing.h
index baf77c5..16b04ae 100644
--- a/src/tools/analysis-exp-smoothing.h
+++ b/src/tools/analysis-exp-smoothing.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-histogram.h:
  *
diff --git a/src/tools/analysis-frequency.c b/src/tools/analysis-frequency.c
index 599e993..8ac854d 100644
--- a/src/tools/analysis-frequency.c
+++ b/src/tools/analysis-frequency.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-frequency.c:
  *
diff --git a/src/tools/analysis-frequency.h b/src/tools/analysis-frequency.h
index 5973bee..9bda809 100644
--- a/src/tools/analysis-frequency.h
+++ b/src/tools/analysis-frequency.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-frequency.h:
  *
diff --git a/src/tools/analysis-histogram.c b/src/tools/analysis-histogram.c
index 4e21c8a..d77c977 100644
--- a/src/tools/analysis-histogram.c
+++ b/src/tools/analysis-histogram.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-histogram.c:
  *
diff --git a/src/tools/analysis-histogram.h b/src/tools/analysis-histogram.h
index 3ab1ef3..ccb2b6e 100644
--- a/src/tools/analysis-histogram.h
+++ b/src/tools/analysis-histogram.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-histogram.h:
  *
diff --git a/src/tools/analysis-kaplan-meier.c b/src/tools/analysis-kaplan-meier.c
index 194b3b5..1eabd55 100644
--- a/src/tools/analysis-kaplan-meier.c
+++ b/src/tools/analysis-kaplan-meier.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-kaplan-meier.c:
  *
diff --git a/src/tools/analysis-kaplan-meier.h b/src/tools/analysis-kaplan-meier.h
index 41a98a9..c5ec73b 100644
--- a/src/tools/analysis-kaplan-meier.h
+++ b/src/tools/analysis-kaplan-meier.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-kaplan-meier.h:
  *
diff --git a/src/tools/analysis-normality.c b/src/tools/analysis-normality.c
index 28eefce..b691f5b 100644
--- a/src/tools/analysis-normality.c
+++ b/src/tools/analysis-normality.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-normality.c:
  *
diff --git a/src/tools/analysis-normality.h b/src/tools/analysis-normality.h
index c78b5da..b4b6782 100644
--- a/src/tools/analysis-normality.h
+++ b/src/tools/analysis-normality.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-normality.h:
  *
diff --git a/src/tools/analysis-one-mean-test.c b/src/tools/analysis-one-mean-test.c
index ec6de4c..39c8bbb 100644
--- a/src/tools/analysis-one-mean-test.c
+++ b/src/tools/analysis-one-mean-test.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-one-mean-test.c:
  *
diff --git a/src/tools/analysis-one-mean-test.h b/src/tools/analysis-one-mean-test.h
index 931e065..4c9be3d 100644
--- a/src/tools/analysis-one-mean-test.h
+++ b/src/tools/analysis-one-mean-test.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-one-mean-test.h:
  *
diff --git a/src/tools/analysis-principal-components.c b/src/tools/analysis-principal-components.c
index 71b2682..81e76b8 100644
--- a/src/tools/analysis-principal-components.c
+++ b/src/tools/analysis-principal-components.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-principal-components.c:
  *
diff --git a/src/tools/analysis-principal-components.h b/src/tools/analysis-principal-components.h
index 68b17a1..5b9449f 100644
--- a/src/tools/analysis-principal-components.h
+++ b/src/tools/analysis-principal-components.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-principal-components.h:
  *
diff --git a/src/tools/analysis-sign-test.c b/src/tools/analysis-sign-test.c
index f7bbc70..e02be46 100644
--- a/src/tools/analysis-sign-test.c
+++ b/src/tools/analysis-sign-test.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-sign-test.c:
  *
diff --git a/src/tools/analysis-sign-test.h b/src/tools/analysis-sign-test.h
index 2c744fb..50c78c5 100644
--- a/src/tools/analysis-sign-test.h
+++ b/src/tools/analysis-sign-test.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-sign-test.h:
  *
diff --git a/src/tools/analysis-signed-rank-test.c b/src/tools/analysis-signed-rank-test.c
index fbdd0f1..dd41acd 100644
--- a/src/tools/analysis-signed-rank-test.c
+++ b/src/tools/analysis-signed-rank-test.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-signed-rank-test.c:
  *
diff --git a/src/tools/analysis-signed-rank-test.h b/src/tools/analysis-signed-rank-test.h
index d4bbaac..d3466fa 100644
--- a/src/tools/analysis-signed-rank-test.h
+++ b/src/tools/analysis-signed-rank-test.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-signed-rank-test.h:
  *
diff --git a/src/tools/analysis-tools.c b/src/tools/analysis-tools.c
index 94e1950..d09887b 100644
--- a/src/tools/analysis-tools.c
+++ b/src/tools/analysis-tools.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-tools.c:
  *
diff --git a/src/tools/analysis-tools.h b/src/tools/analysis-tools.h
index d8cf5ee..615cb51 100644
--- a/src/tools/analysis-tools.h
+++ b/src/tools/analysis-tools.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef GNUMERIC_ANALYSIS_TOOLS_H
 #define GNUMERIC_ANALYSIS_TOOLS_H
 
diff --git a/src/tools/analysis-wilcoxon-mann-whitney.c b/src/tools/analysis-wilcoxon-mann-whitney.c
index 4e02d44..f893f78 100644
--- a/src/tools/analysis-wilcoxon-mann-whitney.c
+++ b/src/tools/analysis-wilcoxon-mann-whitney.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-wilcoxon-mann-whitney.c:
  *
diff --git a/src/tools/analysis-wilcoxon-mann-whitney.h b/src/tools/analysis-wilcoxon-mann-whitney.h
index 28f51bd..2af5773 100644
--- a/src/tools/analysis-wilcoxon-mann-whitney.h
+++ b/src/tools/analysis-wilcoxon-mann-whitney.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * analysis-wilcoxon-mann-whitney.h:
  *
diff --git a/src/tools/auto-correct.c b/src/tools/auto-correct.c
index 4d73425..dbb539e 100644
--- a/src/tools/auto-correct.c
+++ b/src/tools/auto-correct.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * auto-correct.c:
diff --git a/src/tools/dao.c b/src/tools/dao.c
index 3f6f469..635d95c 100644
--- a/src/tools/dao.c
+++ b/src/tools/dao.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dao.c:
diff --git a/src/tools/dao.h b/src/tools/dao.h
index b8ff75c..0bd8186 100644
--- a/src/tools/dao.h
+++ b/src/tools/dao.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * dao.h:
diff --git a/src/tools/data-shuffling.c b/src/tools/data-shuffling.c
index 9231592..5173fd8 100644
--- a/src/tools/data-shuffling.c
+++ b/src/tools/data-shuffling.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * data-shuffling.c:
diff --git a/src/tools/fill-series.c b/src/tools/fill-series.c
index 7374851..d220238 100644
--- a/src/tools/fill-series.c
+++ b/src/tools/fill-series.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * fill-series.c: Fill according to a linear or exponential serie.
  *
diff --git a/src/tools/filter.c b/src/tools/filter.c
index e09bcaa..34137d4 100644
--- a/src/tools/filter.c
+++ b/src/tools/filter.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * filter.c:
diff --git a/src/tools/random-generator-cor.c b/src/tools/random-generator-cor.c
index 184631d..b621fb4 100644
--- a/src/tools/random-generator-cor.c
+++ b/src/tools/random-generator-cor.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * random-generator-cor.c:
  *
diff --git a/src/tools/random-generator.c b/src/tools/random-generator.c
index e909a5a..4452f9c 100644
--- a/src/tools/random-generator.c
+++ b/src/tools/random-generator.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * random-generator.c:
  *
diff --git a/src/tools/scenarios.c b/src/tools/scenarios.c
index 15b06b7..a37e143 100644
--- a/src/tools/scenarios.c
+++ b/src/tools/scenarios.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * scenarios.c:
  *
diff --git a/src/tools/simulation.c b/src/tools/simulation.c
index cc84034..3a4a241 100644
--- a/src/tools/simulation.c
+++ b/src/tools/simulation.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * simulation.c: Monte Carlo Simulation tool.
diff --git a/src/tools/simulation.h b/src/tools/simulation.h
index 0df9dae..f61b79f 100644
--- a/src/tools/simulation.h
+++ b/src/tools/simulation.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 #ifndef __SIMULATION_H__
 #define __SIMULATION_H__
diff --git a/src/undo.c b/src/undo.c
index 5f22b11..48a7ac1 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * undo.c:
  *
diff --git a/src/undo.h b/src/undo.h
index f3bd269..1e59b53 100644
--- a/src/undo.h
+++ b/src/undo.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_UNDO_H_
 #define _GNM_UNDO_H_
 
diff --git a/src/validation-combo.h b/src/validation-combo.h
index 2fed538..e68bfbf 100644
--- a/src/validation-combo.h
+++ b/src/validation-combo.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_VALIDATION_COMBO_H_
 # define _GNM_VALIDATION_COMBO_H_
 
diff --git a/src/validation.c b/src/validation.c
index 143c546..5e45443 100644
--- a/src/validation.c
+++ b/src/validation.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * validation.c: Implementation of validation.
  *
diff --git a/src/validation.h b/src/validation.h
index 0ad4be3..7e86b52 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_VALIDATION_H_
 # define _GNM_VALIDATION_H_
 
diff --git a/src/value-sheet.c b/src/value-sheet.c
index fde6915..8274ae3 100644
--- a/src/value-sheet.c
+++ b/src/value-sheet.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * value-sheet.c:  Utilies for sheet specific value handling
diff --git a/src/value.c b/src/value.c
index c110091..cfaf072 100644
--- a/src/value.c
+++ b/src/value.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * value.c:  Utilies for handling, creating, removing values.
  *
diff --git a/src/value.h b/src/value.h
index fafa346..ae7c9ea 100644
--- a/src/value.h
+++ b/src/value.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_VALUE_H_
 # define _GNM_VALUE_H_
 
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index ed079bf..17d96e7 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * wbcg-actions.c: The callbacks and tables for all the menus and stock toolbars
diff --git a/src/wbc-gtk-edit.c b/src/wbc-gtk-edit.c
index 72a0915..d1203c7 100644
--- a/src/wbc-gtk-edit.c
+++ b/src/wbc-gtk-edit.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * wbc-gtk-edit.c: Keeps track of the cell editing process.
diff --git a/src/wbc-gtk-impl.h b/src/wbc-gtk-impl.h
index 1d18ae9..56b4bbe 100644
--- a/src/wbc-gtk-impl.h
+++ b/src/wbc-gtk-impl.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WBC_GTK_IMPL_H_
 # define _GNM_WBC_GTK_IMPL_H_
 
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index 8c65d1a..8ea06bb 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * wbc-gtk.c: A gtk based WorkbookControl
diff --git a/src/wbc-gtk.h b/src/wbc-gtk.h
index 46b1db2..7f93521 100644
--- a/src/wbc-gtk.h
+++ b/src/wbc-gtk.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WBC_GTK_H_
 # define _GNM_WBC_GTK_H_
 
diff --git a/src/widgets/gnm-cell-combo-view.c b/src/widgets/gnm-cell-combo-view.c
index 6b410e2..2875955 100644
--- a/src/widgets/gnm-cell-combo-view.c
+++ b/src/widgets/gnm-cell-combo-view.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-cell-combo-view.c: A canvas object for an in-cell combo-box
diff --git a/src/widgets/gnm-filter-combo-view.c b/src/widgets/gnm-filter-combo-view.c
index 4de0907..6a4f590 100644
--- a/src/widgets/gnm-filter-combo-view.c
+++ b/src/widgets/gnm-filter-combo-view.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-filter-combo.c: the autofilter combo box for the goffice canvas
diff --git a/src/widgets/gnm-sheet-slicer-combo-view.c b/src/widgets/gnm-sheet-slicer-combo-view.c
index e3fdd70..830ffa5 100644
--- a/src/widgets/gnm-sheet-slicer-combo-view.c
+++ b/src/widgets/gnm-sheet-slicer-combo-view.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-sheet-slicer-combo-foo-view.c: A foocanvas object for data slicer field combos
diff --git a/src/widgets/gnm-so-anchor-mode-chooser.c b/src/widgets/gnm-so-anchor-mode-chooser.c
index a7533c4..a6a8fb0 100644
--- a/src/widgets/gnm-so-anchor-mode-chooser.c
+++ b/src/widgets/gnm-so-anchor-mode-chooser.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-so-anchor-mode-chooser.c
  *
diff --git a/src/widgets/gnm-so-anchor-mode-chooser.h b/src/widgets/gnm-so-anchor-mode-chooser.h
index 69a9499..9e98418 100644
--- a/src/widgets/gnm-so-anchor-mode-chooser.h
+++ b/src/widgets/gnm-so-anchor-mode-chooser.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * gnm-so-anchor-mode-chooser.h
  *
diff --git a/src/widgets/gnm-validation-combo-view.c b/src/widgets/gnm-validation-combo-view.c
index 86b61e1..ac16d00 100644
--- a/src/widgets/gnm-validation-combo-view.c
+++ b/src/widgets/gnm-validation-combo-view.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnm-validation-combo-view.c: A canvas object for Validate from list
diff --git a/src/widgets/gnumeric-expr-entry.c b/src/widgets/gnumeric-expr-entry.c
index fb9543d..bda1054 100644
--- a/src/widgets/gnumeric-expr-entry.c
+++ b/src/widgets/gnumeric-expr-entry.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * gnumeric-expr-entry.c: An entry widget specialized to handle expressions
diff --git a/src/workbook-cmd-format.c b/src/workbook-cmd-format.c
index 6b81efe..23f3c8c 100644
--- a/src/workbook-cmd-format.c
+++ b/src/workbook-cmd-format.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * workbook.c:  Workbook format commands hooked to the menus
  *
diff --git a/src/workbook-cmd-format.h b/src/workbook-cmd-format.h
index 3b40dc3..5172d9a 100644
--- a/src/workbook-cmd-format.h
+++ b/src/workbook-cmd-format.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WORKBOOK_CMD_FORMAT_H_
 # define _GNM_WORKBOOK_CMD_FORMAT_H_
 
diff --git a/src/workbook-control-priv.h b/src/workbook-control-priv.h
index e019c04..9ec2400 100644
--- a/src/workbook-control-priv.h
+++ b/src/workbook-control-priv.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WORKBOOK_CONTROL_PRIV_H_
 # define _GNM_WORKBOOK_CONTROL_PRIV_H_
 
diff --git a/src/workbook-control.c b/src/workbook-control.c
index c90e962..e0f48ad 100644
--- a/src/workbook-control.c
+++ b/src/workbook-control.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * workbook-control.c: The base class for the displaying a workbook.
diff --git a/src/workbook-control.h b/src/workbook-control.h
index a3170e4..3add0c6 100644
--- a/src/workbook-control.h
+++ b/src/workbook-control.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WORKBOOK_CONTROL_H_
 # define _GNM_WORKBOOK_CONTROL_H_
 
diff --git a/src/workbook-priv.h b/src/workbook-priv.h
index c5fa5cd..ba278f3 100644
--- a/src/workbook-priv.h
+++ b/src/workbook-priv.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WORKBOOK_PRIV_H_
 # define _GNM_WORKBOOK_PRIV_H_
 
diff --git a/src/workbook-view.c b/src/workbook-view.c
index 99fb083..b830201 100644
--- a/src/workbook-view.c
+++ b/src/workbook-view.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * workbook-view.c: View functions for the workbook
  *
diff --git a/src/workbook-view.h b/src/workbook-view.h
index bfbcd82..5cb980d 100644
--- a/src/workbook-view.h
+++ b/src/workbook-view.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WORKBOOK_VIEW_H_
 # define _GNM_WORKBOOK_VIEW_H_
 
diff --git a/src/workbook.c b/src/workbook.c
index 49bab74..f641dbb 100644
--- a/src/workbook.c
+++ b/src/workbook.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * workbook.c: workbook model and manipulation utilities
diff --git a/src/workbook.h b/src/workbook.h
index fad516c..d2672d5 100644
--- a/src/workbook.h
+++ b/src/workbook.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_WORKBOOK_H_
 # define _GNM_WORKBOOK_H_
 
diff --git a/src/xml-io-version.h b/src/xml-io-version.h
index ddc16ac..72e4dbb 100644
--- a/src/xml-io-version.h
+++ b/src/xml-io-version.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_XML_IO_VERSION_H_
 # define _GNM_XML_IO_VERSION_H_
 
diff --git a/src/xml-sax-read.c b/src/xml-sax-read.c
index 07df96b..fd241fa 100644
--- a/src/xml-sax-read.c
+++ b/src/xml-sax-read.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * xml-sax-read.c : a sax based parser.
diff --git a/src/xml-sax-write.c b/src/xml-sax-write.c
index 21168ae..e9f6725 100644
--- a/src/xml-sax-write.c
+++ b/src/xml-sax-write.c
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
 /*
  * xml-sax-write.c : export .gnumeric and the clipboard subset using the sax
diff --git a/src/xml-sax.h b/src/xml-sax.h
index 47e91b5..6aa7715 100644
--- a/src/xml-sax.h
+++ b/src/xml-sax.h
@@ -1,4 +1,3 @@
-/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 #ifndef _GNM_XML_SAX_H_
 # define _GNM_XML_SAX_H_
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]