Search Results

7
votes

The single most useful Emacs feature

Flyspell-mode! "Flyspell enables on-the-fly spell checking in Emacs by the means of a minor mode." Can be configured to check LaTeX documents and comments in some other languages (flyspell- …
0
votes

Indenting styles

Linux kernel coding style makes sense. Example: if (x == y) { .. } else if (x > …
1
vote

What are the main differences between XHTML and HTML?

Summary: use HTML. There are many differences, and many smart people (that know what they are talking about :D) …