# # # add_file "do-editor-vars.sh" # content [b6739be04a3b6dea632abd0fbf2f2ccba9b702fb] # # patch "graph.hh" # from [1eee3066fde5eef63fb5459902c472d05216a079] # to [82374ad3b2f3c2da39e2c9f15018c309459114f1] # # patch "lru_writeback_cache.hh" # from [c2fa384b9b29d6c5162fad70ebe96e6479b8aa3e] # to [89019a43e4752eb55ad759e5064a8d4e33358381] # # patch "luaext_globish.cc" # from [ab1acf27ba10c8676e264f6046be753f4884d590] # to [15a2b081a967e4f97702f05b14099bd6c9f377d3] # # patch "luaext_guess_binary.cc" # from [4a0ad755ed82fbad8a0b6dcad65d9a40e62c3dbf] # to [06faa80ca58ba8d777c673d5c92f39b61e872c8c] # # patch "luaext_mkstemp.cc" # from [720960e1aca4aefa6a43cdf55d02ccaec94bc47a] # to [9a455c9939d673cac97959fe2df64609a4ad05d3] # # patch "luaext_parse_basic_io.cc" # from [01d17cf41ed2057952a3577a5440911b884b9335] # to [4b49379b989c0b3d72156bdfbf1099fd59af8d23] # # patch "luaext_platform.cc" # from [d992662001564b859127eb5be16c195a05ed1590] # to [6976e27d72d532b83eb7ca05067e9835b2e0f582] # # patch "mtn-sanity.cc" # from [ef2b65d1ab7ef6baaa012f33de40917029a6445f] # to [245d3726f06c950455e311f45d076545a0f3e083] # # patch "mtn-sanity.hh" # from [0dccd439f1e6422ecd745c2c2ee8500818e8fe78] # to [cf7b9e3aac03ea17fb0121e75af96e9df4a152d7] # # patch "numeric_vocab.cc" # from [a7cecf2ac064157ac44cf8d3f81d28cb93050b53] # to [8b580fad4110886915a411fd9aba336f81a28beb] # # patch "options_list.hh" # from [689f39d3907893c43fc51ee90f4bfd523061277b] # to [dd7ba046fe78fb3c698d49934ed724922868b3c4] # # patch "outdated_indicator.cc" # from [17a644bc4ec2dff927f2a232c4460cc511fc642a] # to [317f240d2e417e8465461d5ac9afe4cdb889d05f] # # patch "outdated_indicator.hh" # from [d531a816252525b9620af673768faae1a73ba208] # to [75b823c58d06ac45f84d198ccf90dcabbc23a985] # # patch "platform-wrapped.hh" # from [956a90c22fb8ccc59e5e436b4882564caf8721c8] # to [7cf361939c769f88b68ad765ae8f44eacb05fcf2] # # patch "project.cc" # from [d97bc10fd9ebe24fea6563717e975339765b1e35] # to [89e7450f5264959ad66f538eb6d22a4b62cbf5ff] # # patch "project.hh" # from [4ef8072510d9791ce001e03e641ab01f83f042c3] # to [fdcc9c45af13d66cca74f4e387fe191e94b15ea1] # # patch "randomizer.hh" # from [c34bc09c4bbedc993717e9006bb555346f5319b8] # to [77aa63e7e4b074cf450efa083288425a4ab3abc8] # # patch "rev_height.cc" # from [4a474c3131caf4fcc0c4a75f8a58c9379b71a4ee] # to [82e46ae37bc2d01fa172d30bdf262e2479b8c185] # # patch "rev_height.hh" # from [9efa4efa7c64d3e8122bfdebdb056cbafd348d93] # to [1317c1deae79d292e794943a64a604c22e008122] # # patch "roster_delta.cc" # from [36f52501a47e152db4a31d76ed769769009f8ffa] # to [66a0a455754209bea533db586769e37b9bd18ca3] # # patch "roster_delta.hh" # from [86e4068761be60e8b79476ca9fd952a8be6be59a] # to [25e389e2c42e9754480cb7f5e43157623eeaf1fa] # # patch "sha1.cc" # from [42b3f95703e9a7aa9794f5dc59a032a4ee813a13] # to [bd41a7d36643b0e492bec889c7c5bf3acebb9091] # # patch "sha1.hh" # from [38b3240ed81ca373323908b6f33938b8837fde59] # to [0245cd8e7f698c53bd231aa8d42f87dc44272c61] # # patch "sha1_engine.hh" # from [08fe15213a9138ecc15b765acbae82c5e71f0c02] # to [0c4acbe18d65d59f3ecac0c62b79c3d9eb8b67b9] # # patch "vocab_macros.hh" # from [68ec9c8b4b753492f1df8f7de4dbe3a7d280f750] # to [7c7576c82b4bc3b968c159c02054de0ceae3d0ac] # # patch "vocab_terms.hh" # from [2874690f754378454e6cb82147a89f496fb83c5b] # to [fbe8c7a60365939a2813a58765ae37a70d48e66d] # # set "do-editor-vars.sh" # attr "mtn:execute" # value "true" # ============================================================ --- do-editor-vars.sh b6739be04a3b6dea632abd0fbf2f2ccba9b702fb +++ do-editor-vars.sh b6739be04a3b6dea632abd0fbf2f2ccba9b702fb @@ -0,0 +1,19 @@ +#!/bin/sh + +for file in $(ls *cc *hh | sort); do + if ! grep -q 'Local Variables' $file; then + echo "Adding vars block to $file" + cat <> $file + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + +EOF + fi; +done ============================================================ --- graph.hh 1eee3066fde5eef63fb5459902c472d05216a079 +++ graph.hh 82374ad3b2f3c2da39e2c9f15018c309459114f1 @@ -35,3 +35,13 @@ get_reconstruction_path(std::string cons reconstruction_path & path); #endif // __GRAPH__HH__ + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- lru_writeback_cache.hh c2fa384b9b29d6c5162fad70ebe96e6479b8aa3e +++ lru_writeback_cache.hh 89019a43e4752eb55ad759e5064a8d4e33358381 @@ -270,3 +270,13 @@ private: _manager.writeout(i->first, i->second); } }; + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- luaext_globish.cc ab1acf27ba10c8676e264f6046be753f4884d590 +++ luaext_globish.cc 15a2b081a967e4f97702f05b14099bd6c9f377d3 @@ -27,3 +27,13 @@ LUAEXT(match, globish) return 1; } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- luaext_guess_binary.cc 4a0ad755ed82fbad8a0b6dcad65d9a40e62c3dbf +++ luaext_guess_binary.cc 06faa80ca58ba8d777c673d5c92f39b61e872c8c @@ -35,3 +35,13 @@ LUAEXT(guess_binary_file_contents, ) lua_pushboolean(L, false); return 1; } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- luaext_mkstemp.cc 720960e1aca4aefa6a43cdf55d02ccaec94bc47a +++ luaext_mkstemp.cc 9a455c9939d673cac97959fe2df64609a4ad05d3 @@ -20,3 +20,13 @@ LUAEXT(mkstemp, ) return 1; } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- luaext_parse_basic_io.cc 01d17cf41ed2057952a3577a5440911b884b9335 +++ luaext_parse_basic_io.cc 4b49379b989c0b3d72156bdfbf1099fd59af8d23 @@ -63,3 +63,13 @@ LUAEXT(parse_basic_io, ) } return 1; } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- luaext_platform.cc d992662001564b859127eb5be16c195a05ed1590 +++ luaext_platform.cc 6976e27d72d532b83eb7ca05067e9835b2e0f582 @@ -109,3 +109,13 @@ LUAEXT(sleep, ) return 1; } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- mtn-sanity.cc ef2b65d1ab7ef6baaa012f33de40917029a6445f +++ mtn-sanity.cc 245d3726f06c950455e311f45d076545a0f3e083 @@ -51,3 +51,13 @@ mtn_sanity::inform_error(std::string con { ui.inform(msg); } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- mtn-sanity.hh 0dccd439f1e6422ecd745c2c2ee8500818e8fe78 +++ mtn-sanity.hh cf7b9e3aac03ea17fb0121e75af96e9df4a152d7 @@ -23,3 +23,13 @@ extern mtn_sanity real_sanity; extern mtn_sanity real_sanity; #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- numeric_vocab.cc a7cecf2ac064157ac44cf8d3f81d28cb93050b53 +++ numeric_vocab.cc 8b580fad4110886915a411fd9aba336f81a28beb @@ -45,3 +45,13 @@ UNIT_TEST(widen, widen) } #endif // BUILD_UNIT_TESTS + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- options_list.hh 689f39d3907893c43fc51ee90f4bfd523061277b +++ options_list.hh dd7ba046fe78fb3c698d49934ed724922868b3c4 @@ -531,3 +531,13 @@ OPTION(globals, xargs, true, "xargs,@", { } #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- outdated_indicator.cc 17a644bc4ec2dff927f2a232c4460cc511fc642a +++ outdated_indicator.cc 317f240d2e417e8465461d5ac9afe4cdb889d05f @@ -106,3 +106,13 @@ UNIT_TEST(outdated_indicator, ) } #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- outdated_indicator.hh d531a816252525b9620af673768faae1a73ba208 +++ outdated_indicator.hh 75b823c58d06ac45f84d198ccf90dcabbc23a985 @@ -42,3 +42,13 @@ public: }; #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- platform-wrapped.hh 956a90c22fb8ccc59e5e436b4882564caf8721c8 +++ platform-wrapped.hh 7cf361939c769f88b68ad765ae8f44eacb05fcf2 @@ -27,3 +27,13 @@ inline void rename_clobberingly(any_path } #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- project.cc d97bc10fd9ebe24fea6563717e975339765b1e35 +++ project.cc 89e7450f5264959ad66f538eb6d22a4b62cbf5ff @@ -277,3 +277,13 @@ project_t::put_cert(revision_id const & { put_simple_revision_cert(id, name, value, app, pc); } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- project.hh 4ef8072510d9791ce001e03e641ab01f83f042c3 +++ project.hh fdcc9c45af13d66cca74f4e387fe191e94b15ea1 @@ -86,3 +86,13 @@ public: }; #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- randomizer.hh c34bc09c4bbedc993717e9006bb555346f5319b8 +++ randomizer.hh 77aa63e7e4b074cf450efa083288425a4ab3abc8 @@ -32,3 +32,13 @@ struct randomizer }; #endif + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- rev_height.cc 4a474c3131caf4fcc0c4a75f8a58c9379b71a4ee +++ rev_height.cc 82e46ae37bc2d01fa172d30bdf262e2479b8c185 @@ -157,3 +157,13 @@ void dump(rev_height const & h, string & os << h; out = os.str(); } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- rev_height.hh 9efa4efa7c64d3e8122bfdebdb056cbafd348d93 +++ rev_height.hh 1317c1deae79d292e794943a64a604c22e008122 @@ -60,3 +60,13 @@ void dump(rev_height const & h, string & void dump(rev_height const & h, string & out); #endif // __REV_HEIGHT_HH_ + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- roster_delta.cc 36f52501a47e152db4a31d76ed769769009f8ffa +++ roster_delta.cc 66a0a455754209bea533db586769e37b9bd18ca3 @@ -527,3 +527,13 @@ void test_roster_delta_on(roster_t const } #endif // BUILD_UNIT_TESTS + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- roster_delta.hh 86e4068761be60e8b79476ca9fd952a8be6be59a +++ roster_delta.hh 25e389e2c42e9754480cb7f5e43157623eeaf1fa @@ -37,3 +37,13 @@ void test_roster_delta_on(roster_t const #endif // BUILD_UNIT_TESTS #endif // __ROSTER_DELTA_HH__ + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- sha1.cc 42b3f95703e9a7aa9794f5dc59a032a4ee813a13 +++ sha1.cc bd41a7d36643b0e492bec889c7c5bf3acebb9091 @@ -111,3 +111,13 @@ CMD(benchmark_sha1, hidden_group(), "", P(F("%s: %s MiB/s") % i->second.first % mebibytes_per_sec); } } + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- sha1.hh 38b3240ed81ca373323908b6f33938b8837fde59 +++ sha1.hh 0245cd8e7f698c53bd231aa8d42f87dc44272c61 @@ -16,3 +16,13 @@ void hook_botan_sha1(); void hook_botan_sha1(); #endif // header guard + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- sha1_engine.hh 08fe15213a9138ecc15b765acbae82c5e71f0c02 +++ sha1_engine.hh 0c4acbe18d65d59f3ecac0c62b79c3d9eb8b67b9 @@ -27,3 +27,13 @@ struct sha1_registerer }; #endif // header guard + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- vocab_macros.hh 68ec9c8b4b753492f1df8f7de4dbe3a7d280f750 +++ vocab_macros.hh 7c7576c82b4bc3b968c159c02054de0ceae3d0ac @@ -212,3 +212,13 @@ void dump(dec const & obj, std::s + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: + ============================================================ --- vocab_terms.hh 2874690f754378454e6cb82147a89f496fb83c5b +++ vocab_terms.hh fbe8c7a60365939a2813a58765ae37a70d48e66d @@ -144,3 +144,13 @@ EXTERN template std::ostream & operator< EXTERN template std::ostream & operator<< <>(std::ostream &, hexenc const &); EXTERN template std::ostream & operator<< <>(std::ostream &, base64 const &); + + +// Local Variables: +// mode: C++ +// fill-column: 76 +// c-file-style: "gnu" +// indent-tabs-mode: nil +// End: +// vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: +