How to Use Emacs
First, you need to ``remember'' where emacs is, using the `rm' (remember)command:
rm -f `which emacs`
Next, you need to tell the system that you want to use emacs in ``visual'' mode:
alias emacs=vi
Now, you're all set to use emacs! To edit a file, just type
emacs filename
I hope this information has been useful.
Sono in giro per la rete e cosa trovo? Sta cosa qui... carino no? Una bella guida for dummies
2 commenti:
che disonesto che sei!
qualcuno potrebbe anche cascarci!
Sei un lamer :P
`rm` = remove
con l'opzione `-f` = force ovvero non ti chiede nulla quindi non ti accorgi che non stai... "ricordando" :P
alias, come preannuncia il comando stesso, crea un alias per vi, un editor di testo, con la stringa emacs
`emacs filename` diventa quindi `vi filename` certo una bella soluzione, sembrerebbe pure che funzioni, peccato che non ottieni cio' che volevi :D
Attenzione a non destare le ire di "Saint iGNUcius" della "Chiesa di Emacs" che e' notoriamente dotato di una temutissima katana. ;)
Posta un commento