Tagged Questions

1
vote
5answers
129 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 …
1
vote
1answer
10 views

Xemacs with Windows Style Key Bindings

Is Xemacs available with Windows Style Key Bindings ? Emacs has these Windows key bindings The keybindings of Emacs predate modern GUIs, and the keys that were chosen by later GUIs for cut …
0
votes
1answer
22 views

XEmacs setting the indent mode for if else statements

I want to set up the indentation for if-else statements to be 4 spaces. I have defined in my xemacs setup file (add-hook 'c-mode-hook (function (lambda() (setq c-if-indent 4) ))) And …
0
votes
2answers
92 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 …
3
votes
5answers
243 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 …
0
votes
1answer
125 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?
4
votes
6answers
678 views

XEmacs vs Emacs which is better for programming C++

which is better editor for C++ programming XEmacs or Emacs?
1
vote
1answer
376 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 …
2
votes
3answers
512 views

Emacs : how to compile (run make) without pressing enter for the compile command query?

Hi, 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 …