GNU Emacs is an extensible, customizable text editor written primarily in Emacs Lisp.
0
votes
0answers
20 views
Interactive C program with shell key mapping?
I want to write a interactive program in C just like shell, but I do not need to execute external
program. I want to add a feature like emacs-style key binding, history. e.g. enter Ctrl+P will show
...
0
votes
0answers
14 views
Resizing plot graph from R in Emacs automatically for Ubuntu 13.04 Bug
In Ubuntu 13.04, when plotting using R, it will now not automatically display. I am aware this is a bug, but I am looking for a temporary solution.
Does anyone have an Emacs or R solution how to ...
0
votes
2answers
21 views
Emacs buffer undo limit
I get this warning in my matlab-shell buffer when I print alot to stdout:
Warning (undo): Buffer `*MATLAB*' undo info was 12268000 bytes long.
The undo info was discarded because it exceeded ...
1
vote
3answers
32 views
add a function with parameters to a hook
I want to run a function according to the programming language when I open a source code file using the following. I have to pass the language-specific str to the foo function. How can do it in the ...
0
votes
0answers
12 views
'run-python' failing on Emacs 24.3.1 for Windows, custom vendor-supplied Python2.6
I'm doing some work with a custom version of Python 2.6 on Windows, and would love to use emacs for this purpose. On more unixy platforms, I've never had any issue with the basic python-mode stuff, ...
0
votes
3answers
44 views
Emacs - noninteractive call to shell-command-on-region always deletes region?
The Emacs Help page for the function shell-command-on-region says (elided for space):
(shell-command-on-region START END COMMAND &optional OUTPUT-BUFFER
REPLACE ERROR-BUFFER DISPLAY-ERROR-BUFFER)
...
0
votes
0answers
29 views
Staying at the search string when dired search fails
The behavior of dired-do-search (A) and tags-loop-continue (M-,) has changed in Emacs 24.
If the search reaches the end of the tagged buffers, the visible buffer in Emacs 23 remained the last one in ...
0
votes
0answers
17 views
Why is a relative file name used in Flymake recipes?
EmacsWiki, among other sources, gives this sort of recipe to add Python checking to Flymake:
(defun flymake-pylint-init ()
(let* ((temp-file (flymake-init-create-temp-buffer-copy
...
0
votes
0answers
34 views
Org-mode epigraph?
I wanted to have a block of text aligned to the right, which takes up less horizontal space then the rest of the text on that page. How'd I go about it?
The problem with it being completed in literal ...
0
votes
1answer
36 views
How to find the enclosing class of a Python method in Emacs
While coding in Python in Emacs, is there a shortcut to find (or to navigate to) the start of a method's enclosing class?
Example:
class Foo(object):
.
.
.
.
def bar_method():
While editing ...
0
votes
0answers
36 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
31 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 ...
1
vote
1answer
44 views
Export ditaa diagram quietly 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 ...
4
votes
1answer
56 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
53 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
31 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
27 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
22 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 ...
4
votes
3answers
89 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 ...
2
votes
1answer
43 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 ...
0
votes
0answers
9 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
1answer
28 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), ...
1
vote
1answer
33 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 ...
0
votes
0answers
16 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
0answers
14 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
2answers
38 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
1answer
34 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
53 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 ...
0
votes
1answer
36 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 ...
-1
votes
0answers
23 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 ...
0
votes
0answers
22 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 ...
0
votes
1answer
29 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 ...
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
1answer
34 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\\*" .
...
1
vote
0answers
59 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 ...
1
vote
1answer
26 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) ...
4
votes
1answer
50 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
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 ...
0
votes
2answers
36 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 ...
3
votes
1answer
62 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 ...
2
votes
1answer
51 views
Multi-user secure shell session sharing [closed]
I'm looking to do some pair programming with a collegue remotely, and I'm looking for the best tool to help us achieve this.
Ideally I'd prefer for the remote user to have as little access as ...
1
vote
1answer
61 views
Emacs regex search for lines with less then 20 characters
So if we have some txt file with variable line length, how to search with emacs regex lines with fewer of some number (let say 20) of characters.
3
votes
1answer
30 views
emacs stop scrolling after screen full of text using
I am a new emacs user and I feel very uncomfortable when I scroll a buffer using mouse in emacs.
As I keep scrolling, emacs stops only when the last line of buffer hits the top visible row.
Though ...
2
votes
2answers
41 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.
4
votes
1answer
48 views
Emacs regexp replace situation
on emacs
Let say that I have this text:
abcd abcd. 23 where . 2 is important for catching
With \. [[:digit:]] I can catch pattern but how to replace without .
Output should be abcd abcd 23.
-1
votes
0answers
19 views
Too many Emacs versions installed [closed]
I was trying to update my Emacs, but I ran into some problems. It appears I have more than one version of Emacs installed (eg. the Emacs when I open from applications is a different version from the ...
1
vote
2answers
48 views
Emacs: send output of eval to a new buffer
I want to eval a buffer and send the result to a new buffer. How do I "send" the result of the eval-buffer function to the content of a new buffer? here my attempt:
(set-buffer (get-buffer-create ...
3
votes
1answer
51 views
Emacs will not visit new file but insists on opening a similar one
The problem is quite simple but frustrating. When I try to visit a new file with C-x C-f which is named basis.m emacs keeps visiting the similar named file haarbasis.m which already exists in the same ...
2
votes
1answer
27 views
How to execute sudo command with filter in elisp
I would like to use elisp to execute a privileged command, then use a filter to do further processing when certain output is seen.
It's my understanding, after exhaustive RTFM'ing, that I can:
Set ...
1
vote
1answer
29 views
operate file in background?
I am writing an elisp function for having a short help description for a symbol:
(defun set-up-tooltip()
;; search for the text to be highlighted
...
(add-text-properties (match-beginning ...



