Tagged Questions
7
votes
3answers
518 views
Simplest Emacs syntax highlighting tutorial?
I would like to create only a syntax highlighting minor mode for Emacs. I have the "Writing GNU Emacs Extensions" by O'Reilly, but it does not go into any depth of detail. Is there a simple tutorial ...
7
votes
2answers
448 views
Can I detect the display size/resolution in Emacs?
I'd like to change the window/frame size of my XEmacs based on the current display resolution.
This is useful when I run my laptop either by itself or attached to a docking station with an external ...
7
votes
6answers
4k views
XEmacs vs Emacs which is better for programming C++
which is better editor for C++ programming XEmacs or Emacs?
6
votes
7answers
730 views
I want to try org-mode. What's the shortest path from zero to typing?
I want to give emacs' org-mode a try. What is the shortest path for me to accomplish that?
Assume NO previous experience with emacs.
(I'm aware that other editors, like vim and textmate, have similar ...
3
votes
1answer
61 views
GNU emacs equivalent of func-menu
Is there and equivalent of func-menu for GNU emacs? I used func-menu when I had access to xemacs and I prefer its behaviour to that of the speedbar or sr-speedbar. Specifically:
I like that only ...
3
votes
5answers
2k views
How do I install a MATLAB mode in GNU Emacs?
Is there an Emacs major mode for MATLAB and / or Octave files? For those who don't know, MATLAB files generally have a ".m" file extension.
My primary interest is GNU Emacs but XEmacs tips would ...
3
votes
3answers
2k views
Emacs: how to compile (run make) without pressing enter for the compile command query?
with (x)emacs, how could I run the 'compile' command without separately pressing enter to accept the default command? (I can bind the 'compile' to a key but I'd like the whole thing to happen without ...
2
votes
0answers
35 views
XEmacs won't read RCS data but my emacs will
Normally, I use RCS in cygwin emacs (version 23.3.1 from 2011) and the status bar shows -UU-:----F1 and allows me to check-in and check out files. I just downloaded the latest native XEmacs for ...
2
votes
2answers
208 views
How to have colors in the output of (emacs) shell-command?
When executing the command shell-command, the output shown in the associated buffer is not colorized.
This is particularly annoying when calling a testing framework (outputting yellow/green/red...) ...
2
votes
7answers
890 views
Text editor with autocomplete while typing normal text
There's a lot of Text editors which support autocomplete during programming, but I want one which can autocomplete while typing normal text as I see a lot of repetition of words I type. Any emacs fans ...
2
votes
2answers
941 views
XEmacs buffer tabs does not show all buffers
I am using xemacs for editing. xemacs shows buffer tabs on the top of the editing window. However, my buffer tabs have this strange behavior.
When I switch to cpp file, the buffer tabs show only cpp ...
1
vote
1answer
39 views
XEmacs printing on Windows
I'd like to improve the printed quality from within Xemacs on my windows machine. For the most part the pretty printing is really great, but I think the code syntax highlighting colours I've chosen ...
1
vote
1answer
174 views
easiest way to setup XEmacs on Gentoo for Python
I want to use (X)Emacs on my Gentoo system and wonder about the "correct" (or easiest) way to setup it to be used for Python development (i.e. intelligent auto-completion via tab and all those usual ...
1
vote
2answers
728 views
XML mode for XEmacs?
I'm a GNU Emacs user who uses nxml-mode for editing XML files, but I have a colleague who would like to use XEmacs for editing XML files. It seems as though my colleague can't use nxml-mode because ...
1
vote
1answer
301 views
How do I customize Emacs compile output parsing?
My current compile output is not being properly parsed in the compilation buffer. How can I fix this?
0
votes
1answer
105 views
IDE for existing Makefile's on Linux
What would be the best/quickest way to have a IDE-type setup when I have existing C/C++ source with several Makefiles (library, executable etc.).
I need to work with compiler errors in the IDE and ...
0
votes
2answers
214 views
emacs c++ indentation and color highlighting
I am not getting indentation or colors when I open a cpp/h file with my emacs/xemacs installation on windows. Could you please advise what I need to do in my settings file to make this happen?
Thanks
0
votes
1answer
110 views
how to get SQL-postgres to work in XEmacs 21.4.22 on windows vista
I've previously used sql-oracle just fine in Xemacs on XP and vista.
However, now I'm using Postgresql psql on the command line but I kinda find it lame (as compared to using sql-* from within emacs)
...
0
votes
2answers
372 views
show revision diff using psvn
Is there a way to diff two arbitrary revisions in psvn? I'd like to have possibility to get diff/ediff for a file in the svn-status window.
I only found svn-file-show-svn-diff which shows diff ...
0
votes
1answer
698 views
In emacs under cygwin keyboard mappings don't work
When I run Gnu Emacs under cygwin on Windows and I press "ctrl-x ctrl-c" to exit I get the message:
ctrl-x ctrl-g is undefined
: However, when I run Xemacs the "ctrl-x ctrl-c" works fine