0
votes
1answer
46 views

Issue with Emacs theme

I'm new here. I've got some problems with setting theme to my emacs23, on Debian. I generated code with Emac Theme Editor. I created ~/.emacs.d/color-theme/bajka.el file with this: ...
0
votes
2answers
74 views

How to easily outline arbitrary (data) structures in text?

So I came across this: mysite/ manage.py mysite/ __init__.py settings.py urls.py wsgi.py and this: root --+---> child1 +---> child2 --+--> ...
2
votes
1answer
95 views

Any editor/IDE that supports or could be hacked to support viewing diffs live while editing?

Is there any editor/IDE that provides a live view of differences (probably using diff) while I am editing a file. The ideal setting would be when I open a file for editing in such a diff-mode, the ...
3
votes
3answers
109 views

Insert a picture in code comment via Emacs

An idea has just came to my mind. Is there any methods to insert a picture in code comment to help explain our code? After all, a picture is worth a thousand words. Since I use Emacs, is there any ...
1
vote
1answer
173 views

Where do I put IPython configuration files?

I have been trying to set my %edit editor to Emacs for a while and made very slow progress. The IPython 0.13 docs were unclear about how to actually configure this. It told me to set EDITOR to the ...
0
votes
1answer
95 views

ST2 and Emacs: Delete Whole / Entire Word + Whitespace to the right

Coming from a word processing background, the behavior I have become accustomed to seeing for delete word is the following: delete entire word plus all of the whitespace after the word. I am ...
2
votes
3answers
86 views

Is fast (repeated) undo possible in emacs?

I use emacs and I have a problem with it's undo. (Sorry, maybe this is a stupid question, but I did not find anything about it in the internet, whilst it should be a basic functionality of any ...
-4
votes
1answer
99 views

Emacs Questions for Windows 7 [closed]

Question #1: Can I make (save, compile and run) in one specific button like in Code::Blocks when I click [F9]? Question #2: If I have for example this template #include <iostream> #include ...
3
votes
1answer
102 views

Arcane Emacs Problems

I'm having some problems with my emacs setup. I'm still fairly novice, but these things seem to be abit more arcane than the usual. I use tmux 1.3-1 in bash 4.1.5(1)-release on Linux, ubuntu ...
2
votes
1answer
95 views

The meaning of special characters in whitespace-mode

In whitespace-mode (whitespace.el on EmacsWiki), there's a variable called whitespace-display-mappings. The variable determines how certain special characters should be rendered in different contexts. ...
1
vote
1answer
51 views

Prevent mouse-selected text from being put into Emacs paste buffer?

In emacs, there is a feature where if I select text with a mouse, then without pressing ctrl-c I can paste into emacs with ctrl-v if I have cua mode turned on. I want to turn off this feature while ...
5
votes
2answers
121 views

Emacs - how to avoid backtracking cursor movements when navigating

I've been using emacs for years, but I noticed a habit of mine that slows down my workflow. I do a lot of "backtracking" with "forward"-moving commands. For example, when I use M-f to several times ...
1
vote
2answers
155 views

emacs editor integrated on a browser

I am doing some research but I cant find a tutorial or if it is possible. can I put emacs editor online, like any java script editors or wysiwyg.
11
votes
4answers
573 views

Is there a good emacs plugin for Python just like ESS for R and slime for Lisp?

I have tried Ropemacs and Pymacs, but I don't think they are good enough.. I really like the powerful completion in ESS and Slime. For python, I usually try iPython if I want to try some function ...
0
votes
0answers
214 views

Linux Default Editor with Options [closed]

I would like to change my default editor in Linux, my current configuration in ~/.bash_profile has the line: export EDITOR=emacs How would I load this with options, ie: emacs -nw ? Thanks!
3
votes
1answer
321 views

Using external editor in MATLAB

I'm trying to use EMACS as the external editor for MATLAB. After following the directions here: matlab script editing I can get the matlab-shell feature working, but I still don't understand how to ...
7
votes
1answer
884 views

Clojure Editor written in Clojure

Note: I'm not looking for LightTable. I really am looking for a Clojure Editor implemented in Clojure. Recently, I've been studying slime/swank/elisp. Although it's an amazing system, I actually ...
2
votes
2answers
158 views

Emacs “M-x term” Prompt

When I start a terminal in Emacs 23.3.1 it prompts me with "Run program: /usr/local/bin/bash". How can I get rid of this prompt? I would like to bind F4 to starting a terminal without it prompting ...
5
votes
1answer
227 views

How to Get Emacs to Properly Handle C Preprocessor Conditionals

I have a performance sensitive CUDA code, which I'm using #ifdef DEBUG_<NAME_OF_SECTION> ... #else ... #endif ...conditionals to encapsulate speed-crippling debugging code, which grabs ...
10
votes
1answer
2k views

How to treat solarized as a “safe theme”?

I'm new to Emacs. So, I'm using emacs 24 and solarized color theme. When Emacs starts up, it prompt me with "Loading a theme can run Lisp code, really load?". When I answer with "yes", it continues ...
34
votes
4answers
7k views

Emacs: Evil Mode best practice?

I've been using Vim as my primary editor for years and tried Emacs several times during. Then I discovered Evil and decided that it meets my demand for speedy movement well enough that I can finally ...
0
votes
2answers
48 views

Deleting back or forward / moving back or forward a string containing only non-space characters in emacs

A character string like: string1_string2_string3 is not considered as a word in emacs. Deleting one "word" from the start point only deletes "string1". How can I delete to the end of "string3" ...
-4
votes
2answers
455 views

Vim vs Emacs for low level Arduino development? [closed]

Over the past few years I have mostly focused on high level programming, such as Ruby on Rails, Java, etc. But recently I decided to learn something low level, so I ordered an Arduino starter kit and ...
4
votes
4answers
1k views

Are there any high quality screencasts about Emacs?

I can't really find video tutorials about Emacs, or anything where I could see people actually use Emacs at work. Yes I know there is Emacs screencast by PeepCode, which is great, but that's about all ...
1
vote
3answers
454 views

Emacs inside of gedit?

After years of experimentation with editors, the fact is I prefer them as minimal as possible. I never use fancy features and the full-feature IDE's become bloated, heavy, and slow. Of course, when I ...
5
votes
0answers
234 views

Reload all open files in emacs after git branch change [duplicate]

Possible Duplicate: How can I get Emacs to revert all unchanged buffers when switching branches in git? I have more than 15 files of the same project open in emacs. When i change the branch ...
4
votes
1answer
178 views

Is there a project to bring advanced language support to Emacs, VIM and other editors using the Eclipse codebase?

There are lots of questions here about IDEs vs. editors and which is better for modern software development. In the answers a usual point is that Eclipse has much better language support e.g. for Java ...
5
votes
1answer
456 views

How to navigate perl code with cscope in emacs?

I have been a VIM user for 4 years, but have been trying to learn emacs. My project is fully written in perl and I am trying to get the cscope working in emacs for perl. I don't have any problem ...
3
votes
5answers
526 views

How to quickly delete all text in emacs command line?

I'm new to Emacs. I run emacs on Windows. When I start Emacs by click the runemacs.exe, I got a welcome window. Now to create a new file and do some experiment editing, I press C-x C-f. Now the ...
0
votes
0answers
97 views

Cannot use xcsope shortcut with c++ file

I have xcscope set up with my Emacs. It works fine with all c source files. However, I cannot use keybindings such as C-c s d (cscope-global-definination) with c++ file. I tried to add global-map just ...
2
votes
2answers
449 views

Just getting used to paredit in emacs on OS X - how come C-) doesn't work?

I've recently set up a Common Lisp programming environment in Mac OS X Leopard. One emacs module which I've found to be indispensable is paredit. Paredit is doing its part to help me wrangle my Lisp ...
15
votes
1answer
2k views

Python code-folding in emacs?

I have many classes and def ... I want have + and - key before class and def for collapse class or open it ( toggle it ) how i can do this?
4
votes
2answers
366 views

How to edit code in Emacs handling tabs and whitespace like Visual Studio does?

I am starting on a project where everyone is using Microsoft Visual Studio to edit code. But I am an Emacs user. When I open those C++ files in my Emacs they look bizarre. Example: namespace·ns·{ ...
17
votes
2answers
5k views

Where does this come from: -*- coding: utf-8 -*-

Python recognizes the following as instruction which defines file's encoding: # -*- coding: utf-8 -*- I definitely saw this kind of instructions before (-*- var: value -*-). Where does it come ...
9
votes
5answers
2k views

Better window navigation in Emacs?

When I split window in emacs several times (under terminal) the whole screen is divided into several parts with hierarchical arrangement. In vim it is easy to switch between windows intuitively with ...
8
votes
2answers
2k views

What happened to emacs' java?

First of all, I do not want to start a religious war here, and pardon me for telling you a little story first. I originally chose emacs as my editor of choice during the time when I was able to make ...
3
votes
2answers
1k views

Effects of IDE/Text-Editor Color Settings on our Eyes [closed]

Today, we've several IDE/Editor for programming: visual studios, vim, gvim, emacs, eclipse and so on. Whatever we use, we've some color preferences for background and foreground. While most of us are ...
1
vote
3answers
175 views

Scripts/plugins for skipping source file boilerplate in popular editors?

Most source files I edit have about 40 lines of boilerplate (license, etc) at the start of the file. This is annoying me, because I have to scroll past it every time I load a file. It seems like it ...
8
votes
4answers
1k views

videos showing vi or emacs productivity

I use text editors like eclipse, xcode and netbeans and I am intrigued to see how much productive are the developers using emacs or vi. So I'd like to know if you know of any videos that show ...
9
votes
10answers
2k views

What modern editors compete with emacs/vi?

Emacs and vi are the traditional editors of the programming gurus. But, have any modern editors been able to displace these two in terms of extensibility and text editing productivity? I know ...
4
votes
1answer
701 views

Emacs frustration with web development any working dot-files?

I really liked flexibility of emacs but it is really annoying to make it work. I want to use it for web development html, css, javascript, php. I first tried emacs-starter-kit . It didn't included ...
7
votes
3answers
971 views

GNU Emacs: skeleton-mode, is it still used?

given all the possible solutions to have a template system with GNU Emacs, what do people use today ? I am still using skeleton-mode but as I read it here and there, we must be really few to do so. ...
1
vote
1answer
287 views

Splits and windows in vim/emacs/etc.: can we have buffer-specific splits?

I'm using Charles Campbell's MPage[0] plugin to get multiple pages open, so I have vertical splits open for one buffer. My question is: can I have another display without splits open for another ...
9
votes
8answers
997 views

Emacs without Lisp

Should I learn to use Emacs with no intention to learn Lisp, if my other option is to get familiar with vi?
13
votes
8answers
2k views

Using Emacs for big big projects

Maybe is a often repeated question here, but i can't find anything similar with the search. The point is that i like to use Emacs for my personal projects, usually very small applications using C or ...
1
vote
3answers
231 views

How to edit multiple strings in emacs at sametime?

I want edit multiple strings at once by selection the list of strings needs to edit. After selection, when I type, it should modify all the text in the selected strings. How to achieve multiple ...
5
votes
5answers
493 views

Is there a visual two-dimensional code editor?

Let me explain what I mean by "two-dimensional code editor": imagine of using Inkscape or Gimp in a big canvas (say infinite). The "T - add text" tool is used to write the code. Additionally, all ...
2
votes
3answers
98 views

Emacs: is there a way to pass a variable or a string into a M-x command?

I have a command called go-to-url that I call in my lisp code, which opens up a webpage, I just pass it a value string as so: (go-to-url "www.yahoo.com") However it'd be nice to use this function ...
12
votes
6answers
3k views

Emacs equivalents of Vim's dd,o,O

I am currently playing around with emacs and happy with most of the concepts. But I really adored the convenience of the three vim commands: dd,o,O Hopefully you can tell me how to mirror them in ...
3
votes
6answers
1k views

Text editor and text-file-based hyperlinks

Background: It seems that some text editors and IDEs are starting to get more "browser-like" in their features. Specifically, one such feature is the ability to treat ordinary text in an open text ...

1 2