3
votes
0answers
32 views
How to keep indentation with emacs + org-mode + visual-line-mode?
Hello,
emacs + org-mode + visual-line-mode + window resizing produce this kind of view :
* My list
* Some thing this is longer
back to line which is really
anoying
* Other t …
0
votes
1answer
34 views
Changing Emacs Forward-Word Behaviour
As the title says, how does one change the behaviour of emacs forward-word function? For example, suppose [] is the cursor. Then:
my $abs_target_path[]= abs_path($target);
<M …
0
votes
4answers
84 views
How do I show what fields a struct has in gdb?
I came upon a struct called ngx_http_variable_value_t in my gdb session and I would like to print what fields it has in the console. Is that possible?
0
votes
1answer
29 views
Change font size in Emacs cli
How can i change Emac's default font size in command-line, not the X version of emacs?
0
votes
3answers
60 views
Where is .emacs file?
I downloaded emacs 23.1 from gnu's ftp. untarred it and built it after configuring.
I do not find .emacs file in my home directory or anywhere in my system ! Am i missing something …
4
votes
3answers
64 views
How to write an Emacs function to wrap the marked region with specified text
I'm not too familiar with elisp, and am trying to learn. In emacs, I'd like to be able to do the following:
Mark via C-space
Go to where I want the the marking to end, so I hav …
0
votes
2answers
52 views
suppress additional braces in emacs electric mode
Hi,
I started using ruby-electric-mode. I like it except that I am used to closing open brackets myself (the other pairing are still useful to me). How can I make emacs suppress …
3
votes
16answers
318 views
Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
For those who are using vim/emacs/terminals,etc (ie, not an IDE proper) what sort of projects are you working on? Are they big? Production? Are these the tools you use at work? Or …
1
vote
4answers
91 views
Setting up an emacs environment in windows?
I am currently constrained to a windows dev box and I want to migrate my projects from eclipse to emacs.
What are some good references on setting up an emacs dev environment for w …
0
votes
1answer
41 views
Emacs23 php-mode problem
I keep getting this error and similar errors while using php-mode on Emacs23 on Ubuntu:
Debugger entered--Lisp error: (void-function php-template-if-hook)
php-template-if-hook() …
1
vote
3answers
75 views
Can I convert a Tex file into an equivalent Org file? If so, how?
I'm in the process of writing a whitepaper, and am about half-way through. I've just realized that it would be far simpler to write this in org-mode and export to latex/pdf than wr …
1
vote
3answers
68 views
Referring to MS Windows special folders in Emacs
Is there a simple way to find a file on my desktop in Emacs?
Instead of going the "C:\Documents and Settings\MyName\Desktop\" way...
Maybe there is a way to define aliases in my . …
0
votes
1answer
31 views
cedet compilation using emacs failed
My aim is to get ECB running on a windows machine.
I downloaded cedet from http://ecb.sourceforge.net/ which is a requirement for installing ECB. The cedet version i have is cedet- …
6
votes
2answers
102 views
Don’t show uninteresting files in Emacs completion window
How do I prevent Emacs from showing me all the files I'm not interested in (such as ~ backup files, .pyc files, or .orig files) when I: C-x C-f TAB ?
It is working in one respect: …
1
vote
4answers
139 views
emacs C and C++
Hi there,
I have some very specific questions related to emacs for building C applications:
1) How can I compile a file written in C/C++ using emacs.
2) How can I have something …
