emacs

How to set the PYTHONPATH in emacs

Emacs does not recognize my correct python path. I think it is a general problem with emacs not recognizing my environment variables. I have GNU Emacs 22.1.1 (i386-apple-darwin8.9.1, Carbon Version 1.6.0) of 2007-06-17 installed. I have set the PYTHONPATH in my ~/.bashrc. Maybe I should set it somewhere else? ...

what's the fundamental differences of variables and symbols?

I'm rather confused about this. And what's their relationship(e.g., how one can be used in the context of the other)? Much thanks!! ...

Best Mercurial mode for Emacs?

The Emacs Wiki lists several modes for supporting mercurial inside of Emacs, including the built-in VC mode. Is it worth exploring any of the other modes, such as the one distributed with mercurial itself? ...

How can I insert current date and time into a file using Emacs?

What commands in Emacs can I use to insert into the text buffer of a file the current date and time? (For example, the equivalent in Notepad is simply pressing F5 which is about the only useful feature for Notepad!) ...

Wrapping variable width text in emacs lisp

I am hacking up a tagging application for emacs. I have got a tag cloud/weighted list successfully displaying on a buffer, but i am running into a snag. I need to be able to properly word-wrap the buffer, but I haven't a clue where to start. The font I am using is a variable width font. On top of that, each tag is going to be in a di...

How do I get emacs shell mode to either render (or ignore) my colors instead of printing ASCII codes?

The symptom of the problem looks like "[0m[27m[24m[J[34;1" which on a terminal translates into the color blue. -A ...

goto-file in emacs

Hi, Is there a substitute in emacs for the vi "gf" command? meaning try to open the file which is under the cursor right now if a real file name is in fact there. Thanks ...

How do I configure emacs speedbar for C# mode?

I'm using emacs with C# Mode and when I turn on the speedbar, no files show up by default. I can choose "show all files" on the speedbar mode, but then every .cs file shows up with a '[?]' next to the name. How do I properly configure speedbar so it shows up with .cs files by default? How do I get the '[+]' next to each file so I ca...

What is the command to match brackets in Emacs?

Hi, What is the command to match brackets in Emacs (the equivalent of the '%' command in vim)? ...

How to remove the prompt for killing emacsclient buffers?

After I open something with emacsclient, when I kill that buffer (C-x k) I get a confirmation dialog: Buffer `blah' still has clients; kill it? (yes or no) But when I kill buffers opened directly from Emacs I don't. Is there a way not to get them when emacsclient opened them? ...

Emacs and cygwin

How can I change my GNUemacs to open up a cygwin terminal rather then a cmd one with the shell command? Closed as duplicate of How can I run Cygwin Bash Shell from within Emacs?. ...

How to quickly get started at using and learning Emacs

There are all sorts of advantages to using Emacs, but for someone comfortable with the usual Win32 applications it comes with a wall-like learning curve. With most other editors it’s possible to just start using them and then learn about their other features and enhancements as you go along. How to just get on with using Emacs straight...

Can I use cperl-mode with perl-mode colorization?

The Emacs cperl-mode seems to get confused less than perl-mode, but the Skittles effect makes the thing unusable for me. Does anyone have or know of an example of a .emacs block that causes cperl-mode to use the colorization from perl-mode, ideally in a form readable enough that I can go back and turn back on the default colors one elem...

Using Emacs to recursively find and replace in text files not already open

As a follow-up to my question at http://stackoverflow.com/questions/269812/how-to-quickly-get-started-at-using-and-learning-emacs It's trying to find out how to do something like this which should be easy, that especially stops me from getting more used to using Emacs and instead starting up the editor I'm already familiar with. I use ...

Suggested initial emacs config?

I would like to to try emacs, and want to give it the best chance possible. To do this, it seems like having a good .emacs file is important. I primarily use Mac OS X (so I have looked at Aquamacs), and I mainly do Python programming, so anything specifically for that would be great. ...

What is your favourite plugin in emacs?

I find the following things extremely useful in my daily work: ido emacs muse Cscope desktop tabbar ...

How can I use no color-theme under console-mode?

I use the dark-blue2 color theme but it seems ugly under console. So I want to use no color theme under terminal, what can I do then? ...

Is there a (repeat-last-command) in emacs?

frequently, I've dug into apropos and docs looking for something like the following only to give up to get back to the task at hand: (repeat-last-command) do the last C- or M- command I just executed (to be rebound to a fn key) or sometimes the related: (describe-last-function) what keystroke did I just mistakenly issue, the effect...

Can Emacs support projects?

Can Emacs support the concept of projects? That would be where several configuration options varies depending on what project you are working on. ...

Are there any good editors for LISP programming, other than emacs?

I'm looking for an alternative, since I find emacs difficult to use. I'd rather use an editor that supports all the usual shortcuts I'm used to, such as arrow keys to move the cursor around, CTRL+SHIFT+RightArrow to select the next word, etc. Basically, I don't want to have to relearn all my familiar shortcuts just so I can use emacs. ...