ttn pushed a commit to branch ttn-xpm in repository elpa. commit 3c057a7f7581720ef3917497d54dd1c0448f0623 Author: Thien-Thi Nguyen <t...@gnu.org> Date: Tue May 13 12:43:12 2014 +0200
[maint] add HACKING; nfc --- packages/xpm/HACKING | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/packages/xpm/HACKING b/packages/xpm/HACKING new file mode 100644 index 0000000..9400d36 --- /dev/null +++ b/packages/xpm/HACKING @@ -0,0 +1,35 @@ +HACKING xpm.el (et al) -*- org -*- + +This file is both a guide for newcomers and a todo list for oldstayers. + +* ideas / wishlist +*** add xpm-mode to [[file:xpm-ui.el][xpm-ui.el]] +***** hide/show initial cruft / C comments +***** integration w/ artist.el (??? difficult for cpp > 1) +***** add state "current pen" (i.e., px) +***** palette +******* hide/show +******* display w/ colors +******* display as table (conserve vertical space) +******* select current pen directly (moot ‘xpm-list-palette-display’) +***** integration w/ image-mode.el +******* insinuate into ‘auto-mode-alist’ between ‘image-mode’ and ‘c-mode’ +******* ??? (crazy) ‘C-c C-c’ cycles through three modes +***** pixels +******* display in color +******* display horizontally-stretched (nice for ‘emacs -nw’ too!) +******* hide/show sides +***** eob stuff +******* make it customizable (or get rid of it) +******* display thumbnail +******* auto-update thumbnail every N sec +*** handle hotspot +*** handle XPMEXT +* etc +#+odd + + +Copyright (C) 2014 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted provided the copyright notice and this notice are preserved.