Changes between Version 4 and Version 5 of Emacs
- Timestamp:
- Aug 22, 2008, 2:41:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Emacs
v4 v5 1 1 = Editing Django templates with Emacs = 2 3 == django-mode == 2 4 3 5 [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). … … 22 24 }}} 23 25 26 == django-html-mode == 27 24 28 There is another emacs django templete mode. It is derived mode from html(sgml). 25 29 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] 34 36 35 37 {{{ … … 37 39 <img src="http://tsgates.cafe24.com/elisp/404.JPG" alt="Screenshot of Django template in GNU Emacs, Windows"> 38 40 }}} 41 42 There 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