GNU Emacs is an extensible, customizable text editor written primarily in Emacs Lisp.
1
vote
0answers
24 views
I'm Getting an Error Message when Trying to Install CFFI-LIBFFI with (ql:quickload “cffi-libffi”) in EMACS/SLIME/SBCL
This is the error message:
External process exited with code 1.
Command was: "c:/msys/1.0/bin/gcc.exe" "-m32" "-I/Program Files (x86)/Steel Bank Common Lisp/1.1.4/site/cffi/" "-o" "D:\Program Files ...
2
votes
1answer
23 views
Emacs: How can I get M-x sql-oracle to open a new buffer
I was using Emacs 21 and I occasionally needed an sql prompt for different oracle schema's. In Emacs I could pretty easy rename a buffer enter M-x sql-oracle and a new SQL buffer would pop up.
Now ...
2
votes
0answers
45 views
Visual Studio 2012 Emacs key bindings
Could someone describe the instructions to setup emacs key bindings in Visual Studio 2012 environment? I saw a couple of thread, but they didn't really cut it for me.
It'd be great to have someone ...
1
vote
0answers
48 views
Coloring PHP while editing C++
I am currently writing a PHP file that prints to a C++ .h file. I would like for the PHP parts of the file to be highlighted with a pink background while I am editing the C++ code outside of PHP.
...
3
votes
3answers
70 views
Highlight non-local variables in Emacs Lisp
In js2-mode, global variables are automatically highlighted for me:
How can I do the same in Emacs lisp? I'd like to be able to highlight flymake-log-level and barr in the following:
(defun foo ()
...
1
vote
2answers
24 views
Point moving after command but not in debugger
I have been trying to modify vlf so that normally scrolling reloads additional portions of the file when the points gets near the edge of the current batch. That much is working, but I am ...
9
votes
0answers
100 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 ...
0
votes
1answer
43 views
How to add a go-top button in html exported from org-mode?
I have a large org-mode file. I publish it to html. and this html file is also very large, when I browse this file,it's really hard to navigate to the top of the page. so I want to add a go-top button ...
0
votes
0answers
27 views
Ensime configuration for scala library
This is the code I'm trying to run:
import scalaj.http.Http
Http("http://foo.com/search").param("q","monkeys").asString
I am getting a red bar inside emacs at line 1, which I believe is ensime ...
1
vote
1answer
22 views
How to make jedi:goto-definition open definition in split buffer
jedi:goto-definition works wonderfully, but it opens the definition in the same buffer that I'm editing in. For just looking up references it would me much better if it opened the definition of a ...
1
vote
1answer
39 views
magit: how to diff the same file between two different commits on the same branch?
How can I get the diff between two commits of the same file using magit?
Directly form git one can do this. But I don't know how to do it from within magit. From magit-status it seems that d and D ...
1
vote
0answers
56 views
Where can I find a Book\Tutorial that will teach me what I need to know to install any Common Lisp Library I choose?
If we can build a knowledge repository here for Lisp Library Install Help...It could help out a lot of Lisp Noobs and Advanced Noobs(Me)...I'll keep posting back as I learn so My experience can help ...
2
votes
3answers
74 views
Closing emacs in emacs
Occasionally when using emacs in term mode I will mistakenly run emacs file instead of just opening the file. This will create a nested emacs client inside the current client. My problem is how to ...
2
votes
0answers
33 views
Has anyone else gotten Lisp's CL-OpenCV Wrapper for C++'s OPENCV to work on Windows 8? I'm trying here are my steps
Maybe this could be a place where like minds can come together and get this working...
I installed OpenCV using the "Installation by Using the Pre-built Libraries" section at the top of this ...
2
votes
1answer
89 views
Match one backlash; match two backslashes; match tilde + two backslashes
I'm interested in seeing if it is possible to match just 1 backslash, and just 2 backslashes, and a tilde plus two backslashes. I'm using Emacs in latex-mode and am setting up keywords for font-lock. ...
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 ...
1
vote
0answers
30 views
Why does try-with-resources break indentation in Emacs?"
Emacs 24 Java mode does not indent the new try-with-resource construct properly.
class X{
void foo() {
try {
check(); // ((statement-block-intro 35))
}
}
void ...
0
votes
1answer
27 views
Run Mozart/Oz system within GNU Emacs on OSX instead of Aquamacs
Is it possible to make Mozart/Oz system run within GNU Emacs on OSX instead of Aquamacs which I dislike? I tried copying /Applications/Emacs to /Applications/Aquamacs but had no luck.
1
vote
2answers
28 views
How to enter C-M-b in Emacs under a windows keyboard?
I am running Linux on a VM under Windows. When I am using Emacs on Linux, since my keyboard doesn't have the meta key, I will do my meta key command by pressing Esc, release it, and then press the ...
1
vote
1answer
40 views
Elisp function return value
I'm having a (probably) dumb problem with Elisp. I want a function to return t or nil depending on a when condition. This is the code:
(defun tmr-active-timer-p
"Returns t or nil depending of if ...
1
vote
2answers
33 views
In a script, how to known if Matlab is running in Interactive (trough emacs) or in Batch?
In my Matlab script I would like to discriminate the case where the script is run in Interactive trough emacs matlab mode or in Batch.
By running in Batch I mean running as explained on Matlab ...
2
votes
2answers
55 views
Why does one python file have indent-tabs-mode set?
I've got one Python source file which has somehow "remembered" the wrong indent mode. If I do "emacs foo.py", and then immediately do "c-h v indent-tabs-mode", it says, "Its value is t". All other ...
3
votes
1answer
60 views
emacs, how to invoke kill-region several times?
it is said in the manual that if you use kill-region sequentially, the texts you kill will be concatenated into one in the kill-ring.
I'm just confused how this works. So I tried to eval this in the ...
1
vote
4answers
72 views
Open multiple instance of a file-
How can I open multiple different instances of file in Emacs? That is to say, the instances are totally independent of each other but write to the same file.
I actually want to have a reference to ...
0
votes
0answers
71 views
In GNU Emacs Calc embedded mode, unable to simplify unit N/m^2 to Pa
In GNU Emacs (v24.3.1) Calc embedded mode, I'd like to perform unit simplification such that (5 N / 2 m^2) gives the result 2.5 Pa (where 1 Pa = 1 N/m^2). But I am unable to get the unit N/m^2 ...
0
votes
1answer
70 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
3answers
63 views
show-paren-mode — stay visible while inside the braces / brackets
Is there any custom modification that keeps the braces highlighted the entire time that the cursor is within the two braces?
The default behavior is to only highlight the braces momentarily and then ...
5
votes
2answers
73 views
Make as much as possible of buffer visible in window instead of showing empty space after buffer
It is possible to "scroll past the end of the buffer" in a window. This is useful because Emacs has to somehow use the extra space when the buffer does not fill the whole area available to the window ...
1
vote
2answers
48 views
Emacs - replace some string pattern with another string pattern
I need to make a js file more friendly as node.js module
It has a bunch of statements like these
function someFunction(jjjj){
and they need to be transformed into
exports.someFunction = ...
4
votes
1answer
99 views
Emacs v22-->v24 Scrolling Bug on OS X 10.4-->10.8
With a .emacs file containing
(set-foreground-color "white")
(set-background-color "black")
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control) . nil)))
(setq mouse-wheel-progressive-speed ...
2
votes
1answer
58 views
emacs word replace not working for me?
Following this thread;
How to replace a word in Emacs?
to replace a word, when I issue M-@ it selects the word but when I begin typing the new text the selection disappears and the new text is ...
1
vote
0answers
43 views
problems with emacs color themes, set-fontset and font-lock
I use the following to ensure that lambda symbols etc are displayed using a specific font
(set-face-attribute 'default nil :family "PragmataPro")
(set-face-attribute 'default nil :height 130)
;; ...
2
votes
1answer
56 views
How can I jump between buttons in Emacs?
I create some buttons in my major mode with:
(insert-text-button "Start" :type 'start-btn)
...
(insert-text-button "Button2" :type 'b2-btn)
I want to jump to the next and prev. buttons from the ...
1
vote
1answer
54 views
Can't publish HTML to server using org-mode ox-publish
The relevant code from my .emacs is:
(require 'ox-publish)
(require 'ox-html)
(setq org-publish-project-alist
'(("org-html"
:base-directory "~/org/"
:base-extension "org"
...
1
vote
2answers
67 views
Get width of current monitor in Emacs Lisp
I have a two-monitor setup (running Ubuntu).
The Emacs Lisp function display-pixel-width gives me the combined width of the two monitors. How can I get the width of the current monitor (i.e., the ...
0
votes
2answers
63 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 --+--> ...
0
votes
0answers
28 views
how to just remap the ctrl and caps within emacs, and how to remap esc and caps only in vim [migrated]
I use ubuntu12.04 and vim as develop tools. I am learn emacs and know a litter now.
it's seems every suggest to remap the ctrl and caps , but I still have to use vim and others.
so is there anyway to ...
1
vote
1answer
52 views
Is there functionality in magit, the emacs git add-on, to jump to edits?
In Jetbrains products, like IntelliJ and RubyMine, you can hit F4 in the diff window of a git diff to jump to to the current edit. Is there any functionality in Magit for emacs to go directly to a ...
1
vote
0answers
54 views
I'm getting an error message I get when attempting to Install CL-PNG in Emacs using Quicklisp
I hope the answers I get can help others in installing Lisp Packages in general. I installed libpng with the setup.exe (at this link: ...
2
votes
1answer
80 views
How can I convince emacs C++ mode than my less than isn't a template parameter?
This problem has annoyed me for years, and I'm wondering if anyone has had a solution. The problem is that in C++ mode, it seems like emacs cant decide if the < operator is "less than" or "begin ...
0
votes
1answer
40 views
Cryptic message on org-html-publish-to-html
I am trying to publish org files to html but I receive this error upon trying to publish my .org file:
org-export-dispatch: Wrong number of arguments: #[(&optional force) "
Then a bunch of ...
-4
votes
1answer
58 views
How would I do Video and Audio Processing in Common Lisp?
Basically I would like to process Video(mp4 avi) Files and Audio(mp3 wav) files with Common Lisp Code.
My goal is to use lisp to identify and process pixel ranges,pixel colors, shapes from Video ...
3
votes
1answer
69 views
Is there emacs capability for visiting last edits?
In the JetBrains products, there's a very handy key binding that lets you visit all the spots you made an edit. Hit the key once to go to the last edit (file and location), and keep hitting the key to ...
0
votes
1answer
26 views
How do you switch between files when using prelude's projectile?
Imagine you have these files in your project:
a/b/first.png
a/first.png
If I trigger projectile with C-c p f and write first.png, and I write first.png , it will show me both files. Is there a way ...
2
votes
0answers
13 views
How do I specify the Emacs start up screen on a Windows7 computer with multiple screens? [migrated]
I am running GNU Emacs 24.2.1 on a Windows7 computer with three screens. How can I tell emacs the screen I'd like it to start in? Dragging my Emacs window across screens is exhausting. ;)
0
votes
0answers
28 views
Running emacs keyboard macros in batch mode
I want to be able to save a keyboard macro in emacs and apply it to a file repeatedly in batch mode. To give a simple example, I made the following file paren-delete.el which is supposed to delete all ...
1
vote
1answer
44 views
What does “extern” mean in JavaScript?
I just started to use js2-mode in Emacs, and I found some variables like js2-global-externs and js2-additional-externs. The doc string says it is "A list of any extern names you'd like to consider ...
2
votes
1answer
40 views
add-hook to emacs scratch at startup
I have set the emacs scratch to open in scheme-mode, I am running xscheme which means that when I run the command M-x run-scheme I can use the scratch buffer to evaluate scheme and not elisp.
;;(setq ...
1
vote
1answer
40 views
how to disable background attribution in htmlize.el when exporting html
now I am using emacs 24.2.1, orgmode 8.0.2,
htmlize.el 1.47.
when exporting html with source code. such as for python. the variable is always attached with a background attribution. The highlight ...
0
votes
0answers
30 views
YASnippet easy menu item custom configuration
I'm looking for a way to duplicate the YASnippet easy menu-bar entries for the snippets in my library (that appear in the menu automatically based upon whatever mode is being used), and incorporate ...



