From 94d2fc1815a919734353c942f224db1de4b4fcb8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 7 Mar 2011 09:04:49 +0100 Subject: Django, org * Added nxhtml, mostly for django support. * Changed some org settings. --- emacs.d/nxhtml/tests/in/bug-381191-dh-test.el | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 emacs.d/nxhtml/tests/in/bug-381191-dh-test.el (limited to 'emacs.d/nxhtml/tests/in/bug-381191-dh-test.el') diff --git a/emacs.d/nxhtml/tests/in/bug-381191-dh-test.el b/emacs.d/nxhtml/tests/in/bug-381191-dh-test.el new file mode 100644 index 0000000..d960a10 --- /dev/null +++ b/emacs.d/nxhtml/tests/in/bug-381191-dh-test.el @@ -0,0 +1,23 @@ +;; 3. Add a new c-indentation-style: + +(defconst drupal + '((c-basic-offset . 2) + (c-offsets-alist . ((arglist-close . c-lineup-close-paren) + (case-label . +) + (arglist-intro . +) + (arglist-cont-nonempty . c-lineup-math)))) + "My Drupal Programming style") + +(c-add-style "drupal" drupal) + +;; 4. Open file test.php, attached. + +;; 5. Run `c-set-style' and select "drupal" + +;; 6. Select the whole buffer and press "C-M-\" (or any other indentation command, +;; for that matter) and watch as the array elements are lined up with "array(", +;; whereas they should be indented by 2. + +;; 7. Run M-x php-mode and c-set-style to drupal + +;; 8. Try indenting again to see that indentation now works properly. -- cgit v1.2.3-54-g00ecf