I am using prelude as a base Emacs configuration.
I have installed lots of packages from the package manager, and I want to use my settings on another machine.
I don't want to carry the installed packages and also I don't want to create a list…
I'd like to remove several packages that I've installed. When I invoke package-list-packages, I notice that there is a 'd' (mark for deletion) command and an 'x' (execute). However, it seems like this simply removes the package name/description…
I am using emacs 24 on fedora 17. I installed markdown-mode, but whenever I try to export a file by typing C-c C-c m or C-c C-c p in emacs, I got this error:
/bin/bash: markdown: command not found
I read that this is probably an issue with the…
It seems to me that the new Package system that is built-in on Emacs 24 has some flaws when it comes to properly loading and initializing the installed packages.
Recently, I upgraded to Emacs 24.1.1 which was realeased on 6/10/2012 and I have been…
What's the current authoritative way to check and send email in emacs 24?
I've checked the following SO links:
Setup for Gmail in Emacs VM
https://superuser.com/questions/476714/how-to-configure-emacs-smtp-for-using-a-secure-server-gmail
Which…
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 on the console, I can verify that the progn block runs (by a (message…
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-shell" (!).
What happened? Does the included python mode no longer ship with this functionality?
Using Emacs 23:
○…
I tried out Sublime Text 2 recently, and I found Goto Anything superbly useful for navigating source code (Ctrl-P file@symbol seems to work really well). Is there something similar for Emacs? Preferably something that just works, without a ton of…
These are some awesome options: emacs-24, evil-mode (using vim bindings in emacs), and undo-tree.
However, when I'm in edit mode (insert mode), I sometimes jump around for a number inserts, deletes, etc. before hitting escape and leaving insert…
I have some weird behavior, I don't actually know if it's a bug or something else.
When I do C-c C-e the option to convert to markdown doesn't appear. Nonetheless I can type the option M-x org-md-export-as-markdown and after I do that, the option…
IDO mode is awesome. It's essential to know the basic shortcuts, especially the escape hatch Ctrl-f (introduction-to-ido-mode/) which gets you out of ido-mode.
In dired, if I want to copy a file to a directory, I can't seem to use ido to pick the…
I have read this and this question. In both they say Emacs can deal with authentication, but it does not work for me.
The question is: What is wrong?
The Emacs version is 24.0.97-1, and it is running on 64-bit Linux.
At work I have to use proxy…
In emacs 24, the order that color themes are applied seems to matter. This is obvious if you do M-x color-theme-select. The order that you ic
Does anybody have any insight into this issue?
I'd like to be able to switch between the following color…
I'm running Emacs 24.4 for Windows (installed through Chocolatey) and trying to install CIDER.
When I run M-x package-install [RET] cider [RET], I get [No match]. When I run M-x package-refresh-contents [RET], it hangs on Contacting host:…
Ever since upgrading to emacs 24.x I've been seeing this error whenever I open a directory. The entire error is:
ls does not support --dired; see `dired-use-ls-dired' for more details.
Looking at the variable, one finds:
dired-use-ls-dired is a…