Re: emacs Hardware and Software Linux and Unix by knute The difference is mainly that emacs with GTK support is basically the console version that runs … same GTK theme as your system is using. xemacs is emacs that runs in xwindows, but isn't gtk aware. They… should both have the same support. I don't use emacs myself, as I found the keyboard commands confusing, so as… emacs Hardware and Software Linux and Unix by Dani What's the difference between emacs with GTK support and xemacs? I understand they are both branches from the ol' console text editor. Which one would have better support for programming in C++, for example? (i.e. syntax color highlighting, auto indent) Re: emacs Hardware and Software Linux and Unix by Dani Hey there knute. Thanks for the info. This question actually conerns the mac OSX port of emacs-gtk/xemacs through fink. Therefore, I would assume that the gtk version uses the aqua interface while the xemacs version doesn't? Or am I totally offbase? Re: emacs Hardware and Software Linux and Unix by alc6379 … bet that what Knute said would apply-- if you used emacs-gtk, it would have Gtk window decorations, and if you… Emacs problem Hardware and Software Linux and Unix by c++noobie …Kubuntu with KDE4.1. I recently installed the emacs text editor. At first everything worked just fine…open it with the normal "emacs" it opens the ~/.emacs file. If I open it with… one with .bashrc, one with ~/.emacs. If I open the .emacs file with it, it opens two … in the konsole, both looking at the .emacs file. I have no idea how to turn… Re: Emacs problem Hardware and Software Linux and Unix by c++noobie I figured out the problem, I had misnamed an alias I had created to edit my .emacs file. Re: Emacs Syntax Highlighting in No Window Mode Hardware and Software Linux and Unix by John A Well, I haven't used emacs enough to know what I'm doing …wordpress.com/2006/07/20/emacs-in-text-mode-with-syntax-coloring/] To run emacs in text mode with syntax… /home/user/.terminfo host:~> infocmp host:~> emacs -nw global-font-lock-mode xterm-mouse-mode[/code][/quote… tips. [URL]http://www.tutorials-blog.com/emacs/emacs-colors-73095/[/URL] Emacs Syntax Highlighting in No Window Mode Hardware and Software Linux and Unix by WolfPack I am working on Solaris 9 and using the emacs editor version 21.4. The problem is that when I …use the [inlinecode]emacs -nw[/inlinecode] command and turn the font-lock-mode on… green. Any idea on how I can get colors for emacs in the nw mode? Re: Emacs Syntax Highlighting in No Window Mode Hardware and Software Linux and Unix by WolfPack Thanks for the links. I changed my [inlinecode]TERM [/inlinecode]variable from [inlinecode]xterm [/inlinecode]to [inlinecode]xtermc [/inlinecode]and that did the trick. [inlinecode]setenv TERM xtermc[/inlinecode] [inlinecode]emacs -nw[/inlinecode] Re: Emacs/gedit and GCC compiler question Programming Software Development by kylcrow Well I know how to use emacs. I used it all year at school. Everything we needed was just pre-installed on my school comp, now I am working as a QA tester, and I wanted to use emacs on my laptop so I can get more work with coding. emacs c++ double indent Hardware and Software Linux and Unix by Sturm On emacs, the second indent is double the size of the first one! How do you change this? Is this some wacky gnu thing or is it standard? Re: emacs c++ double indent Hardware and Software Linux and Unix by Infarction That's the gnu indentation style. You can probably change it in your .emacs somehow (I don't know, I use vim :P) Emacs/gedit and GCC compiler question Programming Software Development by kylcrow …;]download[/URL] the newest version of the gcc compiler and emacs or gedit to run with PowerShell. I was hoping that… Re: Emacs/gedit and GCC compiler question Programming Software Development by kylcrow I have been looking at the emacs site for awhile, and it is very confusing. I am used to clicking download now buttons lol. Just wondering if you could put it into lamen terms. If not thats ok. Re: Emacs/gedit and GCC compiler question Programming Software Development by Narue Quite frankly, if you need layman's terms, you don't want to use emacs. Re: Emacs/gedit and GCC compiler question Programming Software Development by Narue Will this work for you? [url]http://www.gnu.org/software/emacs/windows/ntemacs.html[/url] Emacs syntax highlighting for perl/javascript Programming Software Development by davidianstyle … highlight for two or more programming languages at once in Emacs. For example: [CODE]# This is perl's comment my $variable… Re: emacs Hardware and Software Linux and Unix by knute Sorry, I'm not familiar with macs. or fink either for that matter, so I don't know. Though, it would seem to me that if you had gtk set up to use a theme called aqua, the gtk version would use the same window decorations as the rest of the theme, whereas the xemacs would use the default xwindow setup. Re: emacs Hardware and Software Linux and Unix by Dani Ahh, that makes sense ;) Fink/Fink Commander mac's response to apt-get and serves as a port of unix-based apps to the mac. Aqua is the name given to the mac GUI. C++ with Emacs ascending order! Please help me out Programming Software Development by serdengil I am a new C++ user with emacs. Our Prof. wanted us to create a prog. which basically … give me some hint and help me how to compile @ emacs. Thank you... Re: C++ with Emacs ascending order! Please help me out Programming Software Development by kvprajapati … [/B]([URL="http://www.cs.bu.edu/teaching/tool/emacs/programming/"]emacs[/URL]) How to indent code correctly in emacs Hardware and Software Linux and Unix by eagles39 I would like to install a "pretty p" function into my emacs i am using ubutnu 10.04. I dont know if its called pretty p, but my professor calls it that. It supposed to indent all the code correctly when you pres Esc-p. I would like to install into my home emacs but i dont know with is exactly called. Vi/Emacs-like all-terminal editing Programming Software Development by jackmaverick1 How do Vim and Emacs allow the whole console to be used, even after an … print to anywhere in the console. What methods do Vim/Emacs employ to make the entire screen editable? I realize I… Re: Vi/Emacs-like all-terminal editing Programming Software Development by mike_2000_17 As far as I know, Vim or emacs or nano or any other in-terminal text editor are … Windows too, and I believe the Windows ports of Vim/emacs are based on that. > I've got unbuffered input… Re: how to compiler a program in emacs unix Hardware and Software Linux and Unix by rubberman You don't provide any error messages, diagnostics, etc. Just "don't work", which does not work for me! Want help, then provide as much useful information as you can. Emacs has a built-in compiler. If you are building this to run in emacs, then use that. The command is `byte-compile-file filename` get function declaration in C mode with tags and emacs? Programming Software Development by lehe Hi, How to get declaration in C mode with tags in Emacs. I only know how to get definition of self defined functions. But how to jump to their declarations and also how to get the declarations of C++ standard library functions and classes? Thanks! How to run a lisp prorgram in emacs? Programming Computer Science by slenno1 I currently have a LISP program that is complete and from another source, and I would like to run it and view the output all within Emacs, if anyone could help me I would greatly appreciate it Re: How to run a lisp prorgram in emacs? Programming Computer Science by Rashakil Fol What kind of Lisp? Common Lisp? Use SLIME. Emacs Lisp? I guess not, because then you wouldn't need to ask. how to compiler a program in emacs unix Hardware and Software Linux and Unix by hwoarang69 …-06 sun4u sparc SUNW, sun-Fire-V440 1-create file emacs hello.cl(l = lower case L) 2.write program in… Re: Emacs/gedit and GCC compiler question Programming Software Development by Narue If I recall correctly, the download sites for each of those will tell you how to install them on your system.