lilypond-devel
[Top][All Lists]
Advanced

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

Re: Use directory-local variables to establish some coding styles in Ema


From: dak
Subject: Re: Use directory-local variables to establish some coding styles in Emacs (issue 6460109)
Date: Sun, 19 Aug 2012 12:37:38 +0000

Reviewers: Ian Hulin (gmail),

Message:
On 2012/08/19 12:12:36, Ian Hulin (gmail) wrote:
Do we need to add anything to the standard .gitignore for these?

Why should we?  This adds just one file which _should_ be checked out.

They're files in the git directories for developers developing the kit
rather
than users writing code.

If a developer wants to add his directory local variables, he'll add his
own .gitignore entry.

Quite a lot of developers have the build directory within the git
tree.

So?

There are already .el files in the kit for lilypond mode in emacs.

What is "the kit"?

Is this an issue for *this* patch?

Is _what_ an issue for this patch?

Just some issues possibly coming in from the blind side.

I don't get the point you are trying to make.

Description:
Use directory-local variables to establish some coding styles in Emacs

Please review this at http://codereview.appspot.com/6460109/

Affected files:
  A .dir-locals.el


Index: .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000000000000000000000000000000000..f147378edf20aa25a7b6739dab134d1cefa9ab48
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,15 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c++-mode
+  (c-default-style . "gnu")
+  (indent-tabs-mode))
+ (scheme-mode
+  (indent-tabs-mode))
+ (texinfo-mode
+  (fill-column . 66)
+  (indent-tabs-mode)))
+
+
+
+





reply via email to

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