• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how the fsck do you get out of emacs in linux?!!??!?

Damn...it's been so long but I THINK it's ctrl-x then ctrl-s. Somebody correct me if i am wrong
 
If you are in the text based version..then CTRL-X-C will get you out. If you are the windows version, then just use the top menu options to exit emacs, alternately you can do ESC-X kill-emacs to also exit. Your choice..Regards
 
Also if you want to switch between files use Ctl-c Ctl-f, and then just type in the file name,

I personally recomend using xemacs, its emacs with colors! (and also nicer to use IMO).

 
Correction: Use GVIM. Vim with a GUI. Looks like an xterm with a GTK (or Qt, Motif, whatever you tell it to use) toolbar. It helped me get over some of Vim's trickier commands.

Anyone know why Emacs has a menu bar in the console when it doesn't recognize GPM?
 
killall -9 emacs

Then in the terminal (for sh and compatible) export EDITOR=vi
alias emacs=vi

If you put those in your .profile you will save yourself a lot of time and headaches.
 


<< killall -9 emacs

Then in the terminal (for sh and compatible) export EDITOR=vi
alias emacs=vi

If you put those in your .profile you will save yourself a lot of time and headaches.
>>



Bah, whaaaaaaaatever. Use Jed for small stuff.
 
Heh. We jed users are few and far between. That was the first editor I used on a Solaris system because it was incorporated into the help desks we used. So I've just stuck with it ever since. Quite a nifty little editor and not nearly the weight of emacs.
 


<<

<< killall -9 emacs

Then in the terminal (for sh and compatible) export EDITOR=vi
alias emacs=vi

If you put those in your .profile you will save yourself a lot of time and headaches.
>>



Bah, whaaaaaaaatever. Use Jed for small stuff.
>>



Nah, I like vi. I had to learn it at my last job (only editor on the systems we were using) and still try to go to command mode while typing in notepad on windows....
 
I use pico for anything small. Emacs when programming. I love the auto formatting and syntax highlighting that emacs provides. IMHO vi can't hold a candle to it.
 


<< I love the auto formatting and syntax highlighting that emacs provides. >>


Jed does as well. And you won't have to relearn any keystrokes. And...it's much lighter weight. 🙂 Just an FYI.

I can use vi, and I know many who do, but for me it's jed.
 
Problem is I never really learned the vi keystrokes very well. I can move around, edit, save and exit, but for anything more complicated I use a &quot;cheatsheet&quot;. I don't even know the keystrokes to emacs, I just use the GUI. I did take the time to learn the few meager pico keystrokes b/c I initially found it easier than vi and emacs didn't work very well from an ssh client. I'll give jed a try though.
 
Back
Top