emacs23 Questions
11
Solved
The emacs tabbar.el package adds (buffer)tabs to each window and comes standard with aquamacs and can be added to emacs23 with the emacs-goodies-el package.
Are any of you hardcore emacs users act...
3
Solved
When I try to use ediff-revision under Emacs 23.2.1 for a CVS-managed file, I receive the following error in the *ediff-errors* frame, instead of commencing directly to the ediff results:
cygwin w...
1
Solved
I'm new to Emacs. I'd like to install a package, but doing M-x package-install says there is no such command.
Trying to look which packages are installed with M-x list-packages does not work eith...
4
Solved
Is there such a thing as a javascript equivalent to run-python et al available for Emacs 23 or later? I'd like to run a JS REPL from within Emacs with the standard load-definition/load-file binding...
Goddard asked 25/2, 2012 at 2:26
3
No matter I use term or ansi-term to start zsh in Emacs, I encounter this problem, whenever I input commands, the output will have some junk characters like:
[ruby-1.9.2] ~ pwd
2;pwd1;pwd/Users/tyr...
2
Solved
Title pretty much sums up the question. I am learning emacs and have all the basic commands mastered but I don't know how to achieve full text search yet
Coelenterate asked 19/8, 2013 at 6:58
2
Solved
I just install auto-complete-mode, however everytime I start emacs I have to M-x auto-complete-mode. Is there anyway to have it loaded automatically ?
My .emacs is as follows:
;; auto-complete
(a...
Autoplasty asked 11/11, 2011 at 14:56
6
Solved
I can run a shell command quickly by hitting M-!. One thing I'd like to do is perform shell quick operations on the current file. An example would be checking the file out through perforce:
M-! p4...
2
Solved
I want my C/M-h keys to be a binding for delete.
The usual solution of global-set-key doesn't work for me, as I want these keys to behave as delete everywhere including the minibuffer and various...
Tierza asked 15/12, 2012 at 23:22
2
I am currently writing an R package and using compiled C++ code through the Rcpp package in R (Rcpp makes the interaction of R and C++ code easier for a non-programmer like me, IMHO).
I want to de...
1
Solved
I used to have a setting in my .emacs file which enabled the cpu load in my emacs23 status bar. But I don't seem to be able to find the command anymore.
It used to be on the emacs.wiki but somehow...
4
Solved
I've noticed keyboard macros running very slowly in emacs 24
for example - I just tried running a macro to append a '0' to the end of each line in a 105615 line text file
C-x ( C-e TAB 0 C-n C-a ...
2
Solved
I recently upgraded to Emacs24, and a number of my custom keybindings broke as a result of it.
According to the fine manual, it is possible to make Emacs stop conflating function keys with their ...
Telethermometer asked 11/9, 2012 at 2:42
2
Solved
I intend to change certain features/functions in Emacs. I was wondering whether there is any feature in Emacs to popup a windows to show a warning message?
Also, I would appreciate any alternative ...
3
Solved
As a recent convert to git and a long-time Emacs hacker I'm wondering what other serious Emacs/Git hackers recommend for git support in Emacs23. I've already started using the VC git backend ...
2
Solved
I have an alias in bash that runs emacsclient if emacs daemon is already running and start emacs otherwise. However, in the event that a fresh instance of emacs is fired up, can I make it run in th...
2
Solved
can someone be kind enough to direct me to emacs tutorials for large C++ project using gdb as debugger, the project does contain make file.
I did search for emacs tutorials but some are too advanc...
2
Solved
I'm trying to learn org-mode and noticed my files are folded neatly when I exit emacs. When pressing S-TAB in an attempt to unfold the entire file, I get the following error message in the mini-buf...
4
Solved
how I can change default font to Monaco with antialiasing on Emacs 23. Where I can find dedicated binary for Emacs 23.1 for cocoa with antialised font settings?
1
Solved
Currently, the menu brought up by the Buffers menu item in the menu bar only shows the last 9 buffers and no more than about 29 characters of the buffer name. How can I change the number of buffers...
2
Solved
Suppone that I want to apply delete-trailing-whitespace to all buffers in an Emacs session. How can I do that?
I have in this session many buffers. So instead to apply M-x delete-trailing-whitespa...
1
Solved
I have always been bugged by the fact that when exiting with revive.el and windows.el enabled it opens a file and writes to it called .revive and .windows. These are saved so it goes in the recent ...
Swamper asked 6/11, 2011 at 3:49
3
Solved
I am using Emacs 23.3 on Mac OS X Lion. How can I delete the selected text region with simple key typing—something like delete or C-d? This works on windows without setting anything specific....
2
I've been attempting to alter the font / face for the emacs minibuffer separately from emacs default fonts, but without much luck.
Specifically, I'm interested in making the minibuffer font size l...
Fettling asked 23/10, 2011 at 21:41
1
Solved
I'm trying to add Marmalade as a package source, but when I do so I get the error:Symbol's value as variable is void: package-archives. Anyone know how to resolve this? Below is my .emacs file.
;;...
© 2022 - 2024 — McMap. All rights reserved.