Tagged Questions
1
vote
2answers
27 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 ...
0
votes
0answers
12 views
dpkg : dependency problems - leaving unconfigured [migrated]
I have a problem with Emacs on my Linux Mint.
When I make an apt-get upgrade or apt-get -f install, I have this error message :
Paramétrage de emacsen-common (2.0.3) ...
...
2
votes
4answers
99 views
Can .emacs location be specified with an environment variable?
I work in an environment where we all log in as ourselves, then sudo to a common user. (Bleah). I'm starting to use emacs and would like to specify my own .emacs file at launch. What I think I want is ...
1
vote
1answer
89 views
How do I run GDB, enter text into the command line AND see how the executable treats those entries?
How do you run GDB while allowing interactive entry of characters from the command line while simultaneosuly "printing" the values of the variables arising from the parsed characters from those ...
1
vote
2answers
42 views
Emacs C-x C-s save command creates duplicates
When I save a file in emacs (using C-x C-s) and then exit, the file is duplicated, but one file ends in a "~". For example, if I saved a file test.txt in emacs, my directory would show the files ...
-1
votes
1answer
97 views
ctags c++ finds the first instance of function regardless of class
I use ctags (-e) and it works very well. However, when I search for a member function ctags returns the first definition it finds. For example:
ClassA classA;
classA.Initialize();
...
0
votes
1answer
70 views
how to make emacs open all buffers in one window (debian/linux/gnome)
In osx I make all new emacs buffers open in the same window/frame by putting this in .emacs.
(setq ns-pop-up-frames nil)
Alias to make emacs open a file in a new buffer (NOT frame) and be ...
0
votes
0answers
90 views
valgrind vgdb with gdb in emacs
I'm trying to use valgrind vgdb with command: valgrind --vgdb-error=0 ./a.out [args].
when I run target remote | /usr/lib64/valgrind/../../bin/vgdb in emacs gdb I get Non-stop mode requested, but ...
0
votes
0answers
52 views
Is there a way to read a few lines from the head of a file in emacs?
I know the head command of shell. However, sometimes it's not convenient to open a shell in emacs and execute head command in that shell. Is there built-in command in emacs for this?
0
votes
0answers
145 views
[SOLVED]emacs + auto-complete + tramp + file “C:\nppdf32Log\debuglog.txt” into linux home directory = BRAINFUCK [duplicate]
I am facing an annoying problem with emacs 23 and tramp. I use emacs since long time as editor, but have never used something like tramp nor I had the need to use it.
Today I configured an ssh ...
1
vote
0answers
205 views
Transparent background in Emacs on Gnome Shell
This question is in the continuity of a previous question here: How make emacs console mode inherit shell colors
On Ubuntu 12.10 and Gnome Shell 3.6.2 I am running Emacs. Following ...
6
votes
1answer
133 views
Is there a good “OCaml Browser” tool for Linux?
I'm using Emacs + Typerex for OCaml programming. I have tried OcaIDE before in Windows. It's not as nice as Typerex, but it does have a good feature: Ocaml Browser
Is there anyway to have such a ...
3
votes
2answers
220 views
How make emacs console mode inherit shell colors
I just upgraded my Ubuntu laptop from 12.04 to 12.10.
In 12.04, running emacs -nw opened emacs in terminal mode using the terminal color scheme (background, foreground, ..., especially it keeped my ...
0
votes
2answers
66 views
Creating an alias for emacs in read-only mode on Linux in my .tcshrc file
Just so you know this is my first ever post.
Basically, I am trying to put in an alias (or something) in my .tcshrc file so that I can open a file in emacs read-only (without having to type the blurb ...
1
vote
1answer
85 views
How do I run LateX on a emacs file in Linux?
I'm an absolute beginner and I've never worked on a Linux machine before. I was working on a emacs file from home on a virtual machine. Now that I'm on a Linux machine at school, how do I run LateX on ...
4
votes
1answer
257 views
Change Meta to option key when using XQuartz on mac to open emacs installed on remote sever
My problem is like this: Firstly, I login into a remote server through ssh -Y using the Terminal.app on Mac. Then open the emacs installed on that remote server by typing
emacs
Because of I add ...
2
votes
2answers
412 views
Linux emacs/nano: how to select all text lines in a larger file and copy
I need to copy all text in large log files to clipboard. I have a remote connection to Linux and use the console terminal only. What I want is something like Select all -> Copy.
In emacs I used F10 ...
3
votes
1answer
100 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
2answers
235 views
Emacs: edit root files with no tramp
Here's a way to open root file in a non-root run emacs:
erf () { SUDO_EDITOR="emacsclient -n -a emacs" sudoedit $@; } ;; erf = Emacs Root Foreground
It asks a root password, and once You enter it ...
1
vote
4answers
175 views
How to specify customized emacs configuration file rather than “~/.emacs”?
I just want emacs to load another file as the configuration file, and ignore the default file ("~/.emacs").
Note that I don't want to change the original "~/.emacs" file.
I've tried to change ...
0
votes
1answer
104 views
find-dired how to pass arguments?
I think that the format of this command changed since I've last used it, and now I'm not understanding what it expects of me.
I'm getting an error: find: unknown predicate '-name=*.xml'
The way it ...
23
votes
1answer
405 views
How to send larger than 4k queries from SQL buffer to sql-mysql buffer in Emacs?
I've frequently run into an annoyance in Emacs's sql-mysql mode, and I'm wondering if anyone has a solution or better workaround. Anytime I try to send a query from an sql-mode buffer to an active SQL ...
-4
votes
1answer
414 views
Fatal error (11)Segmentation fault when trying to enter gdb mode in emacs, what's wrong? [closed]
What does the following segmentation fault mean?
Fatal error (11)Segmentation fault
What is a segmentation fault, and what can cause it to happen?
The issue arrises once I type, Mx gdb into ...
2
votes
1answer
198 views
Org-mode under Linux / Windows 7: How to include in agenda view same files — which reside on different places, depending on OS
My Question:
My office pc is running under Windows 7, my notebook under Linux (openSuse 12.1). I'd like to include in the agenda view of org-mode a certain file "foo.org". Under Windows 7 the path is ...
0
votes
1answer
97 views
Will Emacs --batch run in cron will hang when require user input?
I have a job in crontab that requires emacs --batch but if the file is currently open it requests (s, p, q) to (steal, quit, etc...) which is fine if this file is being edited to not run the script ...
0
votes
1answer
157 views
How to install cached archives in Ubuntu [closed]
After I update my Emacs to the newest version(GNU Emacs 24.1.50.1) through emacs-snapshot PPA :
sudo aptitude update
sudo aptitude safe-upgrade
I got an warning when I use rinari to programming ...
1
vote
2answers
84 views
Autosaving on emacs or xemacs files (preferably on loss of focus)
Ideally I want to replicate with emacs functionality from TextMate, whereby on loss of focus i.e. I click away from the buffer, my file saves.
If this isn't possible, I want to customize emacs so ...
1
vote
0answers
59 views
Opening backed up emacs files with a certain format
I used this technique to move the location of my emacs files:
(setq backup-directory-alist '(("." . "~/backup")) backup-by-copying
t ; Don't delink hardlinks ...
0
votes
0answers
67 views
font choice, sizing, and alignment in different languages
I am trying to create a fixed width setup so I can have alignment between two languages, English and Korean. To illustrate my problem, I have a text based interface that is formatted for a fixed ...
6
votes
3answers
672 views
What is the best Emacs workspaces plugin?
By workspace, I mean - I need to save the state of my open buffers (possibly in a user specified workspace file) and quickly switch to another set of open buffers, e.g. to continue working on files ...
1
vote
1answer
93 views
Unset key page up and page down in emacs
I can unset key left up right down use the function below.
(global-unset-key [left])
(global-unset-key [up])
(global-unset-key [right])
(global-unset-key [down])
But why i can't unset page up and ...
3
votes
1answer
116 views
How to view alternate mime content in Wanderlust [closed]
How can I view alternate mime content in Wanderlust?
All my mails are coming through as the HTML version, and sometimes I'd rather see the plain text version, even though I don't want to lose the ...
0
votes
1answer
101 views
Fade unfocused GNU Emacs frame (X window)
Is it possible to make GNU Emacs 24 dim unfocused windows a bit? For example, I can set my rxvt-unicode clients to become darker when their windows don't have focus with this string in ~/.Xdefaults:
...
6
votes
1answer
147 views
Strange vertical line at side of emacs window, while it maximized
Image will say all:
When I maximize emacs in GNOME, KDE or other DE, I has this strange line at side of emacs window. How I could remove that line?
PS. In windowed mode all ok with any emacs ...
2
votes
1answer
302 views
How to access Windows shared folders using emacs
I am using Emacs on Linux and would want to know how to access my Windows shared folders from Emacs.
I am able to perform this operation using nautilus (gnome file manager).
3
votes
4answers
417 views
Emacs, Linux and international keyboard layouts
Is there an easy way to use emacs key-bindings when you are using a not-English (Russian) keyboard layout?
Whenever an international layout is on, all keystrokes are interpreted literally, M-ф instead ...
1
vote
0answers
123 views
Change Windows [Ctrl+Tab] Key Binding to the Emacs Key Binding Ctrl + x o which changes windows
I always want to hit Ctrl+x o when coding in python to switch to another window just coded in from emacs usage but ipython doesn't understand that as a key binding nor any other program for that ...
0
votes
0answers
196 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
4answers
229 views
Can i configure emacs to use gdb like a graphical debugger?
I'm pretty sure that this how other IDE's do it, e.g. on windows eclipse uses the output of gdb from MinGW (the windows port of GNU toolchain) to map where execution is in the source code and what ...
1
vote
1answer
48 views
Can multi-buffers have their own etags marks stack?
It seems that etags use a global marks stack.
When i open two buffers that use the same TAGS, I performs find-tags operations in one buffer(A), then performs find-tags operation in the other ...
8
votes
1answer
237 views
Emacs in TTY + keyboard bindings
I'm using emacs in TTY mode (-nw), and I can use most of the key bindings out of the box. However, there are key combinations I cannot find the xterm escape sequences for (like C-;, C-<, C->, etc.) ...
0
votes
1answer
187 views
strange issue, keyboard inputs locked by emacs?
I have a crazy problem on CentOS.
I was doing some editing in emacs when I accidentally hit some keys. Next thing I know, none of my regular keystrokes work.
I wasn't able to close emacs no matter ...
0
votes
1answer
1k views
Emacs dirtree - Directory tree view setup
I am very new to emacs, I am trying to get a directory tree. I have followed another StackOverFlow Emacs dirtree question and my .emacs and .emacs-d are as follows:
.emacs
;; line number plugin
...
1
vote
4answers
812 views
Emacs Brace and Bracket Highlighting?
When entering code Emacs transiently highlights the matching brace or bracket. With existing code however is there a way to ask it to highlight a matching brace or bracket if I highlight it's twin?
I ...
3
votes
2answers
437 views
how to check if emacs in frame or in terminal?
Based on this question : How to set emacsclient background as emacs background
I need background only for frames, not for terminal and not for console.
Here is how I'm trying to add fix for console
...
3
votes
1answer
373 views
How to set emacsclient background as emacs background
I've got (in my .emacs)
(set-background-color "#101416")
(set-foreground-color "#f6f3e8")
And I've got 2 bindings:
alias ex='emacsclient -nw'
alias ec='emacsclient -c -a ""'
ex works fine to ...
1
vote
3answers
111 views
Unbind C-d from Delete in Emacs
On my system (Ubuntu 11.04) C-d acts as an alias to Delete in emacs. Is there a way to break this connection? If so, how?
2
votes
1answer
583 views
Running emacs in graphics mode on remote server
Basically I am using emacs on remote server (my school) but when I logged in to from linux and typed emacs, I got a text mode (terminal mode). Is there a way to launch emacs in graphics mode from ...
2
votes
1answer
201 views
Editing GVFS mounted files using Emacs
When I'm working with remote files (over SSH/SFTP), Emacs always saves the files with permission 700, but any other editor (e.g. GEdit) maintains the previous permission of 770.
Is there any way to ...
1
vote
1answer
347 views
Using find command to create ctags (for code navigation)
I have a big code repository for a project and I'm trying to make it searchable via emacs TAGS. So I go into the main directory and I try using this command to generate the tags:
find . -name ...


