The ‘list-colors-display’ function call displays a list of colors, how they look, and their RGB names in its own window. (via Got Emacs?)
CONTENTS
Meta
The ‘list-colors-display’ function call displays a list of colors, how they look, and their RGB names in its own window. (via Got Emacs?)
Here is a link to a post on plt-dev about Russian and Ukrainian localization files for DrScheme. They live here: russian-string-constants.ss and ukrainian-string-constants.ss.
ParEdit (paredit.el) is a minor mode for performing structured editing of S-expression data. The typical example of this would be Lisp or Scheme source code. ParEdit helps keep parentheses balanced and adds many keys for moving S-expressions and moving around in S-expressions. That quote from EmacsWiki really undersells Paredit, though. Paredit makes it virtually impossible [...]
Here is a nice review of Scheme modes for Emacs.
Today I set up pretty-mode.el and found that the laptop had all of the Unicode fonts but the desktop did not. I ended up installing Arial Unicode MS as suggested by unicode.org, and that installed all of the missing fonts. If you have Microsoft Office 2000 and newer versions, you can get the Arial Unicode [...]
The argument: Code an in editor should be dynamically formatted using something like intelligent table-based layouts. Seems like an OK idea. Read about it here.
As Robby describes here, in a recent build of DrScheme he added mutation flagging to the syntax-highlighting.
Ed is working Emacs support as he explains here and here.
EiffelVision seems to have finally gone native for OS X.
I just finished watching the first 2 episodes of this screencast series. It has a pleasant tone and a lot of helpful information in it. You might imagine it as sitting down with another developer already familiar with Xcode and having him show you the very best features and highlights of the IDE. The author [...]