comparison lisp/tumme.el @ 69284:692ff61f94dc

Changes in whitespace.
author Mathias Dahl <mathias.dahl@gmail.com>
date Sun, 05 Mar 2006 13:09:26 +0000
parents ef6240377b78
children ce0e66acbc05 a7364c1a561e
comparison
equal deleted inserted replaced
69283:6a14aa1405e2 69284:692ff61f94dc
167 ;; out which is best, saving old batch just before inserting new, or 167 ;; out which is best, saving old batch just before inserting new, or
168 ;; saving the current batch in the ring when inserting it. Adding it 168 ;; saving the current batch in the ring when inserting it. Adding it
169 ;; probably needs rewriting `tumme-display-thumbs' to be more general. 169 ;; probably needs rewriting `tumme-display-thumbs' to be more general.
170 ;; 170 ;;
171 ;; * Find some way of toggling on and off really nice keybindings in 171 ;; * Find some way of toggling on and off really nice keybindings in
172 ;; dired (for example, using C-n or <down> instead of C-S-n). Richard 172 ;; dired (for example, using C-n or <down> instead of C-S-n). Richard
173 ;; suggested that we could keep C-t as prefix for tumme commands as it 173 ;; suggested that we could keep C-t as prefix for tumme commands as it
174 ;; is currently not used in dired. He also suggested that 174 ;; is currently not used in dired. He also suggested that
175 ;; `dired-next-line' and `dired-previous-line' figure out if tumme is 175 ;; `dired-next-line' and `dired-previous-line' figure out if tumme is
176 ;; enabled in the current buffer and, if it is, call 176 ;; enabled in the current buffer and, if it is, call
177 ;; `tumme-dired-next-line' and `tumme-dired-previous-line', 177 ;; `tumme-dired-next-line' and `tumme-dired-previous-line',
178 ;; respectively. Update: This is partly done; some bindings have now 178 ;; respectively. Update: This is partly done; some bindings have now
179 ;; been added to dired. 179 ;; been added to dired.
180 ;; 180 ;;
181 ;; * Enhanced gallery creation with basic CSS-support and pagination 181 ;; * Enhanced gallery creation with basic CSS-support and pagination
182 ;; of tag pages with many pictures. 182 ;; of tag pages with many pictures.
183 ;; 183 ;;