Changes between Version 4 and Version 5 of Emacs


Ignore:
Timestamp:
Aug 22, 2008, 2:41:09 PM (16 years ago)
Author:
Eduardo de Oliveira Padoan
Comment:

Added link to my dajngo-html-mode fork

Legend:

Unmodified
Added
Removed
Modified
  • Emacs

    v4 v5  
    11= Editing Django templates with Emacs =
     2
     3== django-mode ==
    24
    35[http://cavedoni.com/ I]’ve started hacking on an editing mode for Django templates in Emacs. (Please note that this is the first time I ever do Emacs Lisp, and that what I currently have is nothing more than a start. If you can come up with fixes or improvements, these are much appreciated).
     
    2224}}}
    2325
     26== django-html-mode ==
     27
    2428There is another emacs django templete mode. It is derived mode from html(sgml).
    2529
    26 Elisp Code(.html)
    27 [http://tsgates.cafe24.com/wp-content/uploads/2007/01/django-html-mode1.html]
    28 
    29 Download(.el)
    30 [http://tsgates.cafe24.com/elisp/django-html-mode.el]
    31 
    32 Example(.html)
    33 [http://tsgates.cafe24.com/wp-content/uploads/2007/01/django-html-mode-ex.html]
     30 * Elisp Code(.html)
     31   [http://tsgates.cafe24.com/wp-content/uploads/2007/01/django-html-mode1.html]
     32 * Download(.el)
     33   [http://tsgates.cafe24.com/elisp/django-html-mode.el]
     34 * Example(.html)
     35   [http://tsgates.cafe24.com/wp-content/uploads/2007/01/django-html-mode-ex.html]
    3436
    3537{{{
     
    3739<img src="http://tsgates.cafe24.com/elisp/404.JPG" alt="Screenshot of Django template in GNU Emacs, Windows">
    3840}}}
     41
     42There is an updated and improved version of this mode on: [https://code.edge.launchpad.net/~eopadoan/+junk/django-html-mode]
     43 * Updated the supported tags to current (django 1.0b3).
     44 * Added the command {{{C-c ]}}} to auto-close tags.
     45
     46
Back to Top