Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

poolin1243

macrumors 6502
Original poster
Nov 7, 2005
301
0
Kansas City,MO/Milwaukee, WI
hey all

i am wondering how to install emacs...never done anything like this, but found out there is a way to install aperture on my G4, but i have to use an editor like emacs....dont know anything about them, and cant figure out how to install it...any help is appreciated :)
 
uhh, dude you need a G5 to run it, and even then, you need a good amount of ram and such. only g4's are the powerbooks, not the emacs.
 
ucscc10 said:
uhh, dude you need a G5 to run it, and even then, you need a good amount of ram and such. only g4's are the powerbooks, not the emacs.

He is not talking about the eMac computer. HAHAHA He is talking about some type of programming or something in the Terminal. I really don't know much about it at all. And what do you mean PowerBooks are the only G4s? There are iBook G4's, eMac G4s (well, not anymore), and Mac mini G4s. It's OK, beginner's mistake.;)
 
emacs is just a (very fancy) text editor. If you aren't doing anything complicated (just some configuration files or something), good old TextEdit may be all you need.

From the terminal:
open -a TextEdit filename

Other nice Mac text editors include TextWrangler and Smultron.

If you really, really need to use emacs for some reason (it's powerful, but not very Mac-like at all), this build is about as simple to install and use as any.
 
poolin1243 said:
hey all

i am wondering how to install emacs...never done anything like this, but found out there is a way to install aperture on my G4, but i have to use an editor like emacs....dont know anything about them, and cant figure out how to install it...any help is appreciated :)

It should actually be installed already.

Just go to the Terminal, type "emacs", and there you go. If you want to edit a specific file, you have to know the location. You can either type out the whole location + filename or go to the directory with the file you want to edit and type "emacs (filename).(extension)"

Ctrl-X Ctrl-S will Save once you are done editing and Ctrl-X Ctrl-C will quit.

I'd do some reading on it before you get too deep into editing system files though.
 
poolin1243 said:
hey all

i am wondering how to install emacs...never done anything like this, but found out there is a way to install aperture on my G4, but i have to use an editor like emacs....dont know anything about them, and cant figure out how to install it...any help is appreciated :)
emacs is already installed. Just launch Terminal and type emacs at the command prompt. If you want a GUI version of the venerable UNIX text editor, you have several alternatives.
 
Just WHO uses command-line emacs? Everybody uses GUI emacs and vi for the command line.
 
I always found emacs too complex and difficult to use productively. Maybe I haven't spent enough time w/ it...I don't know.

I prefer vi for command-line text editing.

Though I have absolutely no use for command-line text editors, unless I feel like writing code in a fancy transparent window :p
 
emacs and vi are both wonderful examples of absolutely awful, opaque, confusing UI design. Truly some of the worst software ever to become popular. When I need a command-line editor, I use nano/pico (also installed by default in OS X).
 
cube said:
(X)Emacs is the best text editor in the world. It's almost an OS.
i tried it about 20 years ago, but my pinkie got cramped from living on the control key :)

still a vi guy, though.
 
to open the file: ctrl-x ctrl-v filename <enter>

to search: ctrl-s 5200 <enter>

delete and enter text as usual

to save: ctrl-x ctrl-s
 
cube said:
Just WHO uses command-line emacs? Everybody uses GUI emacs and vi for the command line.

Everybody? Is this first grade?

I won't use vi for anything, unless I'm trying to frustrate someone.

I don't see any use for a GUI version of emacs. Most people don't programme in LISP so there are probably better GUI choices. emacs is especially important on dumb terminals where you don't have graphics available, though.
 
bousozoku said:
I won't use vi for anything, unless I'm trying to frustrate someone.

I don't see any use for a GUI version of emacs. Most people don't programme in LISP so there are probably better GUI choices. emacs is especially important on dumb terminals where you don't have graphics available, though.
Count me in as another non-GUI emacs user, mainly since I tend to use it on remote machines.

As mduser63 I'll use nano/pico first, particularly over ssh to Linux boxen, but if what I am trying to do is more involved I'll definitely use emacs. LaTex integration, C/C++ syntax checking, etc...

B
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.