Top "Emacs24" questions

Version 24 of the GNU Emacs text editor.

Setting Emacs 24 color theme from .emacs

I have the following code in my .emacs: (if (null window-system) (progn (require 'color-theme) (color-theme-initialize) (color-theme-simple-1))) When I open Emacs …

emacs dot-emacs emacs24
How to remove an installed package in Emacs (ver 24+)?

I'd like to remove several packages that I've installed. When I invoke package-list-packages, I notice that there is a 'd' (…

emacs24
Python Shell in Emacs 24?

I recently upgraded from Emacs 23 to Emacs 24. Since the upgrade, it seems that I've lost the ability to call "M-x …

python emacs emacs24
Reading email (from gmail) in emacs 24

What's the current authoritative way to check and send email in emacs 24? I've checked the following SO links: Setup for …

email emacs smtp emacs24
How to save a list of all the installed packages in Emacs 24?

I am using prelude as a base Emacs configuration. I have installed lots of packages from the package manager, and …

emacs emacs24 dot-emacs emacs-prelude
why cant emacs 24 find a custom theme I added?

My entire emacs setup is here I loaded my init-theme.el file here And supposedly that should make the darkclean …

emacs dot-emacs emacs24
Use ELPA (Emacs) behind a proxy requiring authentication

I have read this and this question. In both they say Emacs can deal with authentication, but it does not …

authentication emacs proxy emacs24 elpa
Changing Color Themes Emacs 24 -- order matters

In emacs 24, the order that color themes are applied seems to matter. This is obvious if you do M-x color-theme-select. …

emacs emacs24
Emacs 24 Package System Initialization Problems

It seems to me that the new Package system that is built-in on Emacs 24 has some flaws when it comes …

emacs dot-emacs emacs24
Emacs markdown-mode error on preview: "bin / bash: markdown: command not found"

I am using emacs 24 on fedora 17. I installed markdown-mode, but whenever I try to export a file by typing C-c …

markdown emacs24 installation