Alex Ott

1,264
reputation
218 views

Registered User

name Alex Ott
member for 1 year
seen Dec 16 at 16:26
website
location Germany
age 34
Software architect & developer. Primary interests - Functional programming (Scheme, Common Lisp, Clojure, Erlang, OCaml, Haskell), C++ & Emacs
Dec
3
answered How do I stop emacs dired mode from opening so many buffers?
Dec
2
answered Mapping the :edit command to a certain editor
Nov
18
answered cedet compilation using emacs failed
Nov
15
answered Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
Nov
14
answered emacs C and C++
Nov
9
awarded  Nice Answer
Nov
3
answered Invoking makefile in the project root directory from subdirectory Emacs - C++
Nov
1
answered How to check if a file is in Git repository when visiting from emacs?
Oct
29
comment emacs completions or IntelliSense the same as on Visual Studio
there are also some packages (company-mode, auto-complete), that use CEDET to obtain data for completion, but implement different (from CEDET) completion style
Oct
29
answered emacs completions or IntelliSense the same as on Visual Studio
Oct
26
answered How to navigate to erlang function in emacs by name?
Oct
21
comment emacs, etags and using emacs as an IDE
2samix: may be you'll find useful my article about CEDET - xtalk.msk.su/~ott/en/…
Oct
21
comment emacs, etags and using emacs as an IDE
much faster search, gtags are also used in CEDET and allows to find calls to specific functions, etc..
Oct
4
answered OCaml Emacs Tuareg: Evaluate phrase keyboard shortcut, and how to display actual greek symbols?
Sep
27
comment EMACS for C++ development - Problem with CEDET code completion and project
it's better to use version from CVS, that has many fixes. About EDE you can read only in official documentation - I plan to write more about other CEDET's components, but has no time right now...
Sep
27
answered EMACS for C++ development - Problem with CEDET code completion and project
Sep
22
answered Emacs C-mode indent problem with Doxygen style comment
Sep
20
awarded  Yearling
Sep
14
answered Debugging Scheme in Emacs
Sep
14
answered How to setup cscope with aquamacs on MacOS?
Aug
28
comment How do you debug Clojure in NetBeans IDE?
slime should have basic support for debugging
Aug
21
comment Emacs code completion for C/C++?
for C/C++ gnu global is better
Aug
17
comment Emacs code completion for C/C++?
autocomplete package could also take information from Cedet/Semantic. For which language do you want to use auto completion? Xrefactory, as i remember is non-free
Aug
10
answered How to create buffer similar to *compilation* in Emacs?
Aug
3
comment emacs as IDE: Handling a project directory?
for c & c++ it's better to use gtags - CEDET has built-in support for them
Jul
31
comment Preferred JavaScript mode for emacs? Is it js2-mode from Yegge?
js2-mode already included into GNU Emacs tree, and will released as part of GNU Emacs 23.2
Jul
30
answered How to show function prototype in Emacs?
Jul
24
answered How to Make Emacs Display Chinese Characters
Jul
21
accepted What is in your .emacs file?
Jul
15
answered What is in your .emacs file?
Jul
6
answered How to achieve code folding effects in emacs
Jun
26
revised Which XML parser for Haskell?
add part about encodings
Jun
26
asked Which XML parser for Haskell?