groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/08: Synchronize Emacs and Vim editor settings.


From: G. Branden Robinson
Subject: [groff] 01/08: Synchronize Emacs and Vim editor settings.
Date: Mon, 4 May 2020 18:12:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit be3e1265ebd71683f44c3aab722fb9df7bc66a16
Author: G. Branden Robinson <address@hidden>
AuthorDate: Sun May 3 11:10:13 2020 +1000

    Synchronize Emacs and Vim editor settings.
    
    Continues commit 72891af00c24e8c1148db33743cb8486bd0333a6.
    
    * doc/doc.am:
    * src/devices/grodvi/grodvi.am:
    * src/devices/grohtml/grohtml.am:
    * src/devices/grolbp/grolbp.am:
    * src/devices/grolj4/grolj4.am:
    * src/devices/gropdf/gropdf.am:
    * src/devices/grops/grops.am:
    * src/devices/grotty/grotty.am:
    * src/devices/xditview/xditview.am:
    * src/preproc/eqn/eqn.am:
    * src/preproc/grn/grn.am:
    * src/preproc/html/html.am:
    * src/preproc/pic/pic.am:
    * src/preproc/preconv/preconv.am:
    * src/preproc/refer/refer.am:
    * src/preproc/soelim/soelim.am:
    * src/preproc/tbl/tbl.am:
    * src/utils/indxbib/indxbib.am:
    * src/utils/lkbib/lkbib.am:
    * src/utils/lookbib/lookbib.am:
    * src/utils/pfbtops/pfbtops.am:
    * src/utils/tfmtodit/tfmtodit.am:
    * src/utils/xtotroff/xtotroff.am: Set fill column to 72.  Tell Vim the
      file is an Automake file.
---
 doc/doc.am                       | 2 ++
 src/devices/grodvi/grodvi.am     | 2 ++
 src/devices/grohtml/grohtml.am   | 2 ++
 src/devices/grolbp/grolbp.am     | 2 ++
 src/devices/grolj4/grolj4.am     | 2 ++
 src/devices/gropdf/gropdf.am     | 2 ++
 src/devices/grops/grops.am       | 2 ++
 src/devices/grotty/grotty.am     | 2 ++
 src/devices/xditview/xditview.am | 2 ++
 src/preproc/eqn/eqn.am           | 2 ++
 src/preproc/grn/grn.am           | 2 ++
 src/preproc/html/html.am         | 2 ++
 src/preproc/pic/pic.am           | 2 ++
 src/preproc/preconv/preconv.am   | 2 ++
 src/preproc/refer/refer.am       | 2 ++
 src/preproc/soelim/soelim.am     | 2 ++
 src/preproc/tbl/tbl.am           | 2 ++
 src/utils/indxbib/indxbib.am     | 2 ++
 src/utils/lkbib/lkbib.am         | 2 ++
 src/utils/lookbib/lookbib.am     | 2 ++
 src/utils/pfbtops/pfbtops.am     | 2 ++
 src/utils/tfmtodit/tfmtodit.am   | 2 ++
 src/utils/xtotroff/xtotroff.am   | 2 ++
 23 files changed, 46 insertions(+)

diff --git a/doc/doc.am b/doc/doc.am
index 58cf51f..b389dc2 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -472,5 +472,7 @@ dist-gnueps:
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/grodvi/grodvi.am b/src/devices/grodvi/grodvi.am
index e97e95e..d5f31cd 100644
--- a/src/devices/grodvi/grodvi.am
+++ b/src/devices/grodvi/grodvi.am
@@ -26,5 +26,7 @@ EXTRA_DIST += src/devices/grodvi/grodvi.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/grohtml/grohtml.am b/src/devices/grohtml/grohtml.am
index bc19e26..512e2c9 100644
--- a/src/devices/grohtml/grohtml.am
+++ b/src/devices/grohtml/grohtml.am
@@ -34,5 +34,7 @@ EXTRA_DIST += src/devices/grohtml/grohtml.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/grolbp/grolbp.am b/src/devices/grolbp/grolbp.am
index 9f6c434..bdb1306 100644
--- a/src/devices/grolbp/grolbp.am
+++ b/src/devices/grolbp/grolbp.am
@@ -30,5 +30,7 @@ EXTRA_DIST += src/devices/grolbp/grolbp.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/grolj4/grolj4.am b/src/devices/grolj4/grolj4.am
index 20db8fd..3702026 100644
--- a/src/devices/grolj4/grolj4.am
+++ b/src/devices/grolj4/grolj4.am
@@ -28,5 +28,7 @@ EXTRA_DIST += \
   src/devices/grolj4/lj4_font.5.man
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/gropdf/gropdf.am b/src/devices/gropdf/gropdf.am
index ca38cba..18970b6 100644
--- a/src/devices/gropdf/gropdf.am
+++ b/src/devices/gropdf/gropdf.am
@@ -52,5 +52,7 @@ pdfmom: $(gropdf_dir)/pdfmom.pl $(SH_DEPS_SED_SCRIPT)
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/grops/grops.am b/src/devices/grops/grops.am
index ea42619..4e29697 100644
--- a/src/devices/grops/grops.am
+++ b/src/devices/grops/grops.am
@@ -32,5 +32,7 @@ EXTRA_DIST += \
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/grotty/grotty.am b/src/devices/grotty/grotty.am
index 1c47a13..6f67422 100644
--- a/src/devices/grotty/grotty.am
+++ b/src/devices/grotty/grotty.am
@@ -28,5 +28,7 @@ EXTRA_DIST += \
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/devices/xditview/xditview.am b/src/devices/xditview/xditview.am
index 62450c0..c59ea14 100644
--- a/src/devices/xditview/xditview.am
+++ b/src/devices/xditview/xditview.am
@@ -113,5 +113,7 @@ endif
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/eqn/eqn.am b/src/preproc/eqn/eqn.am
index 6307fe9..31ad2b7 100644
--- a/src/preproc/eqn/eqn.am
+++ b/src/preproc/eqn/eqn.am
@@ -68,5 +68,7 @@ neqn: $(top_srcdir)/src/preproc/eqn/neqn.sh 
$(SH_DEPS_SED_SCRIPT)
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/grn/grn.am b/src/preproc/grn/grn.am
index d90daa7..8c62785 100644
--- a/src/preproc/grn/grn.am
+++ b/src/preproc/grn/grn.am
@@ -31,5 +31,7 @@ EXTRA_DIST += src/preproc/grn/README src/preproc/grn/grn.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/html/html.am b/src/preproc/html/html.am
index df0e5e1..b477ea4 100644
--- a/src/preproc/html/html.am
+++ b/src/preproc/html/html.am
@@ -28,5 +28,7 @@ src/preproc/html/pre-html.$(OBJEXT): defs.h
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/pic/pic.am b/src/preproc/pic/pic.am
index 21619e7..04ca216 100644
--- a/src/preproc/pic/pic.am
+++ b/src/preproc/pic/pic.am
@@ -50,5 +50,7 @@ CLEANFILES += \
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/preconv/preconv.am b/src/preproc/preconv/preconv.am
index a07d43c..441135a 100644
--- a/src/preproc/preconv/preconv.am
+++ b/src/preproc/preconv/preconv.am
@@ -26,5 +26,7 @@ EXTRA_DIST += src/preproc/preconv/preconv.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/refer/refer.am b/src/preproc/refer/refer.am
index aa1f5de..b71eec1 100644
--- a/src/preproc/refer/refer.am
+++ b/src/preproc/refer/refer.am
@@ -45,5 +45,7 @@ src/preproc/refer/refer-label.$(OBJEXT): defs.h
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/soelim/soelim.am b/src/preproc/soelim/soelim.am
index ec566be..45cccaa 100644
--- a/src/preproc/soelim/soelim.am
+++ b/src/preproc/soelim/soelim.am
@@ -27,5 +27,7 @@ EXTRA_DIST += \
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/preproc/tbl/tbl.am b/src/preproc/tbl/tbl.am
index 17bb836..19f4095 100644
--- a/src/preproc/tbl/tbl.am
+++ b/src/preproc/tbl/tbl.am
@@ -28,5 +28,7 @@ EXTRA_DIST += src/preproc/tbl/tbl.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/utils/indxbib/indxbib.am b/src/utils/indxbib/indxbib.am
index 050fb24..9c320c4 100644
--- a/src/utils/indxbib/indxbib.am
+++ b/src/utils/indxbib/indxbib.am
@@ -53,5 +53,7 @@ uninstall_indxbib:
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/utils/lkbib/lkbib.am b/src/utils/lkbib/lkbib.am
index 456936e..4011908 100644
--- a/src/utils/lkbib/lkbib.am
+++ b/src/utils/lkbib/lkbib.am
@@ -26,5 +26,7 @@ src/utils/lkbib/lkbib.$(OBJEXT): defs.h
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/utils/lookbib/lookbib.am b/src/utils/lookbib/lookbib.am
index 29a4aad..7fa309e 100644
--- a/src/utils/lookbib/lookbib.am
+++ b/src/utils/lookbib/lookbib.am
@@ -25,5 +25,7 @@ lookbib_SOURCES = src/utils/lookbib/lookbib.cpp
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/utils/pfbtops/pfbtops.am b/src/utils/pfbtops/pfbtops.am
index d33d6a9..d5e70e9 100644
--- a/src/utils/pfbtops/pfbtops.am
+++ b/src/utils/pfbtops/pfbtops.am
@@ -28,5 +28,7 @@ nodist_EXTRA_pfbtops_SOURCES = src/utils/pfbtops/dummy.cpp
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/utils/tfmtodit/tfmtodit.am b/src/utils/tfmtodit/tfmtodit.am
index 4a1374b..69f7561 100644
--- a/src/utils/tfmtodit/tfmtodit.am
+++ b/src/utils/tfmtodit/tfmtodit.am
@@ -25,5 +25,7 @@ tfmtodit_LDADD = libgroff.a $(LIBM) lib/libgnu.a
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:
diff --git a/src/utils/xtotroff/xtotroff.am b/src/utils/xtotroff/xtotroff.am
index f0d9749..ec42492 100644
--- a/src/utils/xtotroff/xtotroff.am
+++ b/src/utils/xtotroff/xtotroff.am
@@ -30,5 +30,7 @@ EXTRA_DIST += src/utils/xtotroff/xtotroff.1.man
 
 
 # Local Variables:
+# fill-column: 72
 # mode: makefile-automake
 # End:
+# vim: set autoindent filetype=automake textwidth=72:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]