emacs

A quick note for new ubuntu install and emacs configuration

1.Create the USB bootable disk by official tool PENDRIVE under windows, don’t use Startup Disk Creator under Ubuntu.
2. Boot into.
3. Create a user, and give the administrator’s rights, use terminal and sudo passwd to give the password to the new created user, once it has the password, the account will be enabled.
4. Log out and use the new user to log into the system, reboot won’t help.
5. Connect network, enable wireless, and etc.
6. Install launchy, chrome through web/downloading
7. terminal
sudo apt-get install ibus-table-wubi
sudo apt-get install cvs
sudo apt-get install autoconf
sudo apt-get install subversion
sudo apt-get install ruby
sudo apt-get install emacs23
sudo apt-get update
sudo apt-get upgrade
8. Install wubi mode for emacs
https://www.yuleshow.com/files/20111205_emacs-wubi.tar.gz
Unpack to ~/.emacs.d/site-lisp/wubi
9. Install w3m mode for emacs
terminal
sudo apt-get install w3m
cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot co emacs-w3m
cd emacs-w3m
autoconf
./configure
make
sudo make install
10. Install evernote mode for emacs
terminal
cd ~/.emacs.d/site-lisp
svn checkout http://emacs-evernote-mode.googlecode.com/svn/trunk/ emacs-evernote-mode-read-only
mv emacs-evernote-mode-read-only emacs-evernote
cd emacs-evernote/ruby
sudo ruby setub.rb
11. Install jabber for emacs
https://sourceforge.net/projects/emacs-jabber/files/emacs-jabber%20beta%20versions/0.8.90/
terminal
tar -zxvf emacs-jabber—–.tar.gz
cd emacs-jabbar-0.8.90
~/.configure
make
make install
sudo make install
12. Install weblogger mode for emacs
http://www.emacswiki.org/emacs/xml-rpc.el
save to ~./emacs.d/site-lisp
https://launchpad.net/weblogger-el
save to ~./emacs.d/site-lisp
13. Install twittering mode for emacs
https://github.com/xwl/twittering-mode/raw/f5c3ace6925f9f69340d9cbfccce08a7689cfe46/twittering-mode.el
14. Install edit-server.el mode for emacs
https://github.com/stsquad/emacs_chrome/blob/master/servers/edit-server.el
save to ~./emacs.d/site-lisp

Leave a Reply

Your email address will not be published. Required fields are marked *