GNU Emacs is an extensible, customizable text editor written primarily in Emacs Lisp.

learn more… | top users | synonyms

1
vote
2answers
204 views

Emacs change file extension - mode association

My Emacs opens .m files in ObjC mode. However I want to open them in Octave mode. I have already added to the .emacs file: (autoload 'octave-mode "octave-mod" nil t) (setq auto-mode-alist (cons ...
0
votes
0answers
15 views

Open Panel (files / folders) and Insert a File at Cursor Position

I'm looking for a way to open the panel (directory tree) of files / folders in Emacs on an OSX operating system and select any file from the list to be inserted at the cursor position in the current ...
8
votes
0answers
99 views

knitr markdown highlighting in Emacs?

Is there any modification of an existing tool or new tool that will syntax-highlight (colour) blocks of R code in a knitr markdown document when opened in Emacs? The knitr chunks I am looking at are ...
3
votes
3answers
76 views

Why does an elisp local variable keep its value in this case?

Could someone explain to me what's going on in this very simple code snippet? (defun test-a () (let ((x '(nil))) (setcar x (cons 1 (car x))) x)) Upon a calling (test-a) for the first ...
0
votes
0answers
14 views

Where does emacs Predictive Mode store its dictionaries?

I know I installed Predictive Mode correctly, because it works. However, I have a large file I want to turn into a custom dictionary, and I can't do it. First, I gave it the proper formatting, and ...
0
votes
1answer
20 views

Export ditaa diagram quitely in org-mode

I'm trying to automate the process of project compilation. Part of it uses org files. When an org file has a section like: #+begin_src ditaa :file integration.png :cmdline -r -s 0.8 <some ...
6
votes
1answer
131 views

OSX — configuring Emacs to use NSSpellChecker

I'm having trouble reverse-engineering Aquamacs to extract the usage / functionality of NSSpellChecker. I would like to incorporate that use / functionality into a bare-bones build of Emacs from ...
0
votes
3answers
172 views

Select flyspell via a variable in a file

Question: How can i select flyspell automatically by an EMACS Variable in my file (not via the .emacs configuration file!), just for that file, similar like I select the ispell dictionary just for ...
5
votes
1answer
160 views

Bizzarre Emacs Tramp Fix

I was In the middle of editing a file on a remote host and hit C-x C-s, when suddenly Emacs froze. It had been working earlier that day; I'd saved from another buffer in the same session only ten ...
1
vote
1answer
27 views

Change Emacs 24 theme depending on connected monitors

I'm using Emacs 24 on my Ubuntu Linux running laptop, which is usually connected to a very nice external monitor, where I like one color theme (using deftheme). But when I'm on the road, I like ...
3
votes
2answers
385 views

EMACS :: linum-mode and size of font (unreadable line numbers)

When using linum-mode in emacs and when increase font by M-x text-scale-increase, there is the one thing that bothers me. Font for line numbers have same size as reading and don't fit into left-margin ...
11
votes
2answers
918 views

How to know if emacs server is running

I'd like to execute some code in my init file only if emacs server is running (specifically if emacs is started with the --daemon flag). There doesn't seem to be any hook that runs when server-start ...
0
votes
1answer
23 views

When I try to instal Common Lisps “ CL-Blapack” in Emacs\Slime\SBCL I get Error Message - How can I get past it?

I'm using Windows 8 and Emacs\Slime\SBCL\Quicklisp. I think the fact finding steps tried in this question and the resulting solution, which I will post can aid In others also learning to master ...
0
votes
1answer
66 views
+50

Symbol's value as variable is void: eclimd-port

After Following the installation guidelines of emacs-eclim I wanted to start eclimd by "start-eclimd" but the following error message pops up in the Mini-Buffer. Symbol's value as variable is ...
4
votes
1answer
48 views

Emacs escape key

Currently, if I press C-h c, then trice press ESC key on keyboard I get result ESC ESC ESC (translated from <escape> <escape> <escape>) runs the command keyboard-escape-quit What ...
0
votes
2answers
44 views

Making the PATH and other environment variables available in emacs

Working with emacs in OSX can some times be troubling. I interchange with using the Terminal.app application and the emace shell both of these use bash, and both seem to work, I do however have the ...
0
votes
1answer
24 views

Windows, Emacs, Git Bash, and shell-command

Windows 7. Emacs 24.3.1. Git 1.8.1.msysgit.1. I have the following in my equivalent .emacs file: (if (equal system-type 'windows-nt) (progn (setq explicit-shell-file-name ...
0
votes
1answer
21 views

gnu emacs on windows - how to maximize without mouse?

GNU Emacs on windows: I have discovered that my usual way of maximizing a window without the mouse does not work. I usually (in other apps/editors this works, gvim for instance) would press ...
0
votes
2answers
21 views

emacs ediff refresh buffers

I am using emacs ediff to compare two files that I frequently update. How can I refresh or update the buffer to reflect the new file without killing and reloading ediff? When I try to update each file ...
0
votes
1answer
24 views

AUCTeX: Run Compile Command n-times

I'd like to have a function that asks for a number n and executes the default compile command n-times afterwards. That is to say unlike C-c C-c (i.e. TeX-command-master) I don't want to be asked which ...
119
votes
14answers
31k views

Using Emacs as an IDE

Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a ...
2
votes
1answer
37 views

Implementing incremental search in emacs

I would like to improve emacs-eclim and add incremental search through java types in the currently edited project (Shift-Ctrl-H in Eclipse). I can call eclim-java-find variants to get the results in ...
1
vote
2answers
44 views

LaTeX / font-lock — colorize bold / underline; bold; underline

I'm having trouble defining bold and underline combinations that do not conflict with each other. A single underline trumps part of the bold and underline. Any ideas regarding how to distinguish ...
-11
votes
0answers
139 views

Emacs or Vim for C++ 11 development? [closed]

I can't find a good article on this, I can't even find something really convincing that can help me with the final decision. I like to use the terminal because the keyboard it's faster than keyboard ...
0
votes
1answer
26 views

How to display non-ascii in emacs?

I am looking at text files of Portuguese words in firefox, and I see accented characters correctly, but when I download the text files and open them in emacs, I see n\372mero (which is número), ...
0
votes
0answers
8 views

How can I give a symbol to ropemacs to find definition for it?

I can find a definition for a symbol under my cursor by C-c g. (as described in ropemacs USAGE tutorial) Can I give an arbitrary symbol string somehow when I don't have the symbol under my cursor?
0
votes
0answers
17 views

Dynamic complete in js-comint REPL

I'm using js-comint to get the Node.js shell running in Emacs. It's wonderful, because you can send expressions from another buffer you're editing. However, in the comint REPL, it doesn't complete the ...
0
votes
0answers
14 views

How to hide whizzytex yellow cursor in Emacs

How to hide it? It is way too yellow, and automatically switched on when activating whizzytex. I looked at the Emacs variables but cannot find it there. Using Ubuntu 13.04 and Emacs 24.
0
votes
2answers
718 views

How to set Cscope->database-> Set init directory

I am using xcode with emacs. But everytime I start emacs, I need to go to menu 'CScope' -> Cscope->database -> set init Directory and it pick the root directory of my source. And then I click ...
0
votes
3answers
713 views

How to always turn off hl-line-mode, i.e., globally

I use Cocoa Emacs 23.1.91 and I want to always have hl-line-mode turned off as I don't like using it. I can turn it off per buffer via M-x hl-line-mode, but that is tedious. Any help is appreciated! ...
4
votes
1answer
48 views

How can I make an Emacs shell command output buffer always follow the bottom?

I'm writing an Emacs minor mode that has some Emacs commands which invoke shell commands. I'm using the following code: (let ((output (get-buffer-create "*Foo Output*"))) (start-process ...
0
votes
1answer
31 views

“cl-labels with dynamic scoping is not implemented”

I'm trying to use cl-labels in an Emacs package I'm writing. A user has filed a bug report with a problem that I'm not observing in my own Emacs at version 24.3.1, but this user is on 24.3.2. ...
1
vote
2answers
33 views

Emacs: Is it possible to list all matching lines for a certain query string for marked files in dired?

I found out M-x occur the other day. (How to achieve code folding effects in Emacs?) I wonder if I could list all matching lines in multiple files(or buffers) preferably marked in dired mode.
0
votes
0answers
13 views

ropemacs find symbols added by `add_to_class`?

I have source code which adds functionality to a class with add_to_class . ropemacs doesn't find symbols(C-c g) or find(C-c f) which are added by add_to_class Google returns no result for ropemacs ...
1
vote
1answer
32 views

Reuse *compilation* window in another frame

How is it possible to enforce display-buffer-reuse-frames-like behavior for certain frames with display-buffer-alist? I have tried doing (setq display-buffer-alist '(("\\*compilation\\*" . ...
11
votes
3answers
2k views

How do I get my Emacs to *always* use 6x13 on X11

I recently declared .emacs bankrupcy and reorganized my init stuff. In the process, I ripped out all the hacky font selection stuff I had accrued over the years, figuring there are probably easier ...
0
votes
1answer
32 views

How can I save specific window parameters in emacs

I use (current-window-configuration) to save the size, layout etc of windows, and (set-window-configuration ...) to restore them, so that I can toggle between several window setups. However ...
2
votes
1answer
49 views

How to remove a function from run-with-idle-timer?

I have added a lambda() function to run-with-idle-timer like this: (run-with-idle-timer my-configurable-idle-time t (lambda () ;;; do something ...
7
votes
3answers
2k views

I get a error when I try install auto-complete in emacs

I'm newbie in emacs...I've a few days and I think emacs is awesome but I get a error when I try install auto-complete...I install it from http://cx4a.org/software/auto-complete/ the installation ...
0
votes
1answer
26 views

Fold name without date for emacs package installation

I noticed that when I install a package for emacs, it is usually installed in a fold with a dated name, as an indicator for its version e.g. ~/emacs.d/plugins/yasnippet-20130218.2229... that is super ...
-1
votes
0answers
22 views

Emacs on Ubuntu 12.04 - typing characters sometimes results in blanks overwriting [closed]

Emacs23 or 24 on Ubuntu 12.04. Does the hardware matter? New installation of OS, emacs, etc. When I am in "Fundamental" mode (or c-mode or many other modes), when I type characters, some are ...
3
votes
1answer
61 views

Ascii graphic interface library (ncurses-like) for emacs scripts?

Is there any interface library for emacs scripts, allowing to draw various gui in emacs buffers? As far as I know, emacs extensions interface is limited by key-bindings and dialogues in the message ...
0
votes
0answers
19 views

Wrap lines exactly as visualized

I was trying to use fill-region and family, but it doesn't produce the desired result. What I want to do is to insert new line characters exactly where the visual lines wrap. This doesn't work if the ...
1
vote
1answer
24 views

How do I bind another key to isearch-forward in EMACS correctly?

I swap between Windows and Linux frequently and constantly press C-f when I want to search in EMACS. Since I don't need forward-char that much, I decided to bind C-f to isearch-forward (default C-s) ...
2
votes
2answers
33 views

Jump to the first occurrence of symbol in Emacs

I use the excellent highlight-symbol.el to move between different occurrences of the same symbol. In this screenshot, foo_bar is highlighted, and I can call highlight-symbol-prev to jump to it. ...
1
vote
0answers
51 views

Emacs Python 3.3 in Ubuntu 13.04 [closed]

How to get emacs 24 to use Python 3.3 in Ubuntu 13.04? When I used sudo rm /usr/bin/python sudo ln -s /usr/bin/python3.3 /usr/bin/python The apt-get update got in trouble (since it apparently ...
22
votes
0answers
401 views

How to set up reftex-view-crossref-extra in Emacs ?

The expression reftex-view-crossref-extra sets additional patterns for reftex-view-crossref function. It consists of Macro Regexp, Search Regexp and Highlight Group(as illustrated below): ...
1
vote
2answers
381 views

How does a non-admin Windows 7 user associate file types with GNU Emacs?

I have GNU Emacs 23.4 installed (or, rather, unzipped) into C:\Program Files (x86)\emacs-23.4 on my Win7 64-bit system. It works fine except that when logged in as a non-administrative user I cannot ...
0
votes
1answer
30 views

latex-mode / font-lock: any way to obtain more than three (3) levels of highlighting?

With latex-mode, is there any way to obtain more than three (3) levels of highlighting? I would like to control more than three levels of highlighting, however, it appears as though latex-mode may be ...
2
votes
2answers
40 views

Line wrapping in visual-line-mode

Is there a way to make lines wrap at a specific column in visual-line-mode? In a virtual console the lines are too long to read comfortably.

1 2 3 4 5 157