Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (e4ed6f085420a11f0d10defcdda9e934ec88f152)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (e4ed6f085420a11f0d10defcdda9e934ec88f152)
  • Date: Mon, 10 Jan 2011 10:19:21 -0600

GIT changes to devel-emacs grimoire by Ismael Luceno <ismael AT sourcemage.org>:

emacs-lisp/haml-mode/DETAILS | 5 ++++-
emacs-lisp/scss-mode/DETAILS | 3 ++-
emacs-lisp/sinatra_el/DETAILS | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit e4ed6f085420a11f0d10defcdda9e934ec88f152
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scss-mode: add proper description

commit 30ecfe549505368e80418070227d79333ed1c3ba
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sinatra_el: add a description

commit a521dc8fc49971061971f72f51484f26520afc9c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haml-mode: add a proper description

diff --git a/emacs-lisp/haml-mode/DETAILS b/emacs-lisp/haml-mode/DETAILS
index 3a060d1..d972296 100755
--- a/emacs-lisp/haml-mode/DETAILS
+++ b/emacs-lisp/haml-mode/DETAILS
@@ -12,6 +12,9 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/nex3/haml-mode";
LICENSE[0]=GPL
ENTERED=20110101
- SHORT="Emacs mode for editing Haml files"
+ SHORT="Haml language mode for Emacs"
cat << EOF
+It’s reasonably featureful, including support for managing indentation,
cutting
+and pasting nested regions (although by default there are no keybindings for
+this), and some syntax highlighting.
EOF
diff --git a/emacs-lisp/scss-mode/DETAILS b/emacs-lisp/scss-mode/DETAILS
index 0c5659d..b97dd35 100755
--- a/emacs-lisp/scss-mode/DETAILS
+++ b/emacs-lisp/scss-mode/DETAILS
@@ -12,6 +12,7 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/antonj/scss-mode";
LICENSE[0]=GPL
ENTERED=20110102
- SHORT="Emacs mode for editing SCSS files"
+ SHORT="SCSS mode for Emacs"
cat << EOF
+Provides compilation keybindings and highlighting.
EOF
diff --git a/emacs-lisp/sinatra_el/DETAILS b/emacs-lisp/sinatra_el/DETAILS
index 26ded31..e684fce 100755
--- a/emacs-lisp/sinatra_el/DETAILS
+++ b/emacs-lisp/sinatra_el/DETAILS
@@ -14,4 +14,6 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
ENTERED=20110101
SHORT="Emacs minor mode for the Sinatra web mini-framework"
cat << EOF
+Provides integration with haml-mode, rake, console and webserver. Uses ruby
mode
+highlighting.
EOF



  • [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (e4ed6f085420a11f0d10defcdda9e934ec88f152), Ismael Luceno, 01/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page