Mobile version of this pageR.I.P Palm Treo
Next:
Toggle Zope's debug mode
Related blogs
Dabbrev in JedGrep in Jed
Keybinding ALT-F in Jed
Geeking with tags file for Jed
Jed Tags with ntags (for dummies)
Geeking with Eterm and Tkinter
Mvbackupfiles - a script to "delete" back autosaved backup files
EditArea vs. CodePress
Carbon XEmacs installed
Emacs on the Palm OS
Gmail shortcuts
Encrypted files in Emacs
Heil Jed and Dave Kuhlman
Make your settings in .Xdefaults come true
Related by category
Jed looking like Emacs
http://ruptured-duck.com/jed-users/msg00933.htmlemacs, jed, xjed, eterm, peter-emacs
28th of September 2005
Thanks to the author himself of Jed (my favourite programming editor) I can now make my Jed look like a colour theme very common on Emacs
The end result, so far, looks like the thumbnail right here. I've taken John's good start and fine-tuned it a bit myself to make it suit me even more. Unfortunately I don't yet know how to get my console to take up these colours so I've had to add the following hack to my .jedrc because colours are defined differently in X as they are in xterm/konsole/Eterm:
set_color_scheme ("peter-emacs");
#else
set_color_scheme ("black3");
#endif
(if you're a Windows user, replace #ifdef XWINDOWS with #ifdef XWINDOWS MSWINDOWS)
The console I use is Eterm and I'm sure it's going to be possible to set it up to use these colours even over SSH.
What is cool about John's advise is that he wrote a script in 30 lines that creates a histogram of the screenshot I provided and from that he was able to tell what all the colours were. I'm stunned!
I'll keep working on this now and to get it working in jed (not only Xjed) and upload updates either here on the jedmodes site. If you want to try it, download peter-emacs.sl and place it in your /usr/share/jed/lib/colors directory.







Save this page in del.icio.us