Show loading status for every module (preferably in color)
Use recentf if it is worthwhile
Research recentf and ido-mode integration
Rename vivid_chalk.el to a better name (probably theme.el)
Set Emacs-location based on a list of hostnames
Add macros to make the file simpler
Detect if Elpa is loaded or not and download it if necessary
Do it for AutoInstall first
Detect if the desired fonts are available in the system before setting them
Make the linum-mode not display line numbers in certain buffers (such as the terminal one).
Also, do not display them in read-only buffers.
Create another child just for customizing behaviour. And clean up the rest of the .emacs file
Move the child loading code to its own file
Automatically recompile children and their supporting files
Fix todo percent update bug with the org-mode included in stock emacs.
This requires that the external org-mode be loaded by the .emacs file.
Make todochiku select the binary according to the platform
Add feature-dependent settings to be set after everything is initialized, using after-init-hook
Remove the list of load paths in the beggining of the file.
Create a function to add load paths
Move every load path to their respective modules
Integrate DOTEMACS and some project tool, so that some modules will only be loaded when the project is opened
Add support for fetching modules automatically (using ELPA and AutoInstall)
Smarter way of specifying keybindings. Features needed:
Only set package-dependent keys if the package was loaded successfully
Do not clobber existing keybindings by default
Install Icicles using AutoInstall
Replace IDO-Mode with Icicles
Create a Pidgin client using Pidgin’s DBus interface
Add Rhythmbox support to EMMS
Add a way to connect to the VPN automatically usign NetworkManager’s DBus interface
Retrieve the list of issues from Bugzilla and display them in a buffer, with clickable links
Make Gnus check for mail periodically
Fix twit.el avatar display bug
Add links to files to the Dotemacs Status bufffer
Ruby-specific features
Fix eruby-hxtml-mumamo highlight bugs
First, verify if it would be better to ditch this mode and use HTML-mode with mumamo
Start the server with VC’s environment from Emacs
Documentation tasks [0/3]
Add support for rdoc syntax highlight in ruby-mode
Add rdoc preview (using W3)
Ruby semantic completion [0/3]
(This can be done with either Semantic Bovinator or (if it exists) a library similar to Rope, for Python)
Add CompletionUI/CompanyMode/AutoComplete
Integrate the above with the semantic backend
Cleanup unused Rails-mode functionality