nohup myprogram &it hangs when I try to exit.
I found the trick for fixing it at Wikipedia here in the Overcoming Hanging section.
A place for me to share the little bits and pieces of useful and not so useful information that I come across from time to time.
nohup myprogram &make, and copy the load hooks (specified in the INSTALL file) into my .emacs file. Note that the load hooks try to load the file ~/cedet-VERSION/common/cedet.el. You'll need to change VERSION to the actual version you are using and change the path to point where you actually have the cedet directory. I put mine in my .emacs.d directory. To test this, load your .emacs file. Hopefully, you won't get any errors..emacs.d directory..emacs. Note that you'll have to change the paths in the lisp forms according to your setup.Follow the remaining instructions. There's an example .emacs file that you can compare to which is helpful. You'll also need to set up a variety of variables that tell the JDE about your JDK, etc. It takes a bit of tweaking.blacklist pcspkr/etc/modprobe.d/blacklist file.
(add-hook 'LaTeX-mode-hook 'flyspell-mode)
M-x flyspell-mode in the buffer you're working on. Emacs will then highlight each missed spelled word. You can then fix each mistake manually or use mouse-2 (the middle button) to bring up a list of suggested replacements. Also, if you run M-x flyspell-prog-mode instead while you're coding, emacs will check spelling only in comments and strings, but not your code.
dvips your-file.dvi -p =num1 -l =num2 -o your-file.psyour-file.ps will contain pages num1 through num2 of the dvi file. You can convert this to pdf by using ps2pdf as follows:ps2pdf your-file.ps
file command like this:file file-of-unknown-type
chmod 777 means everyone can read, write or execute a file. chmod 755 means that the owner can read, write, or execute it, and everyone can read it or execute it, but not write it.
yum update flash-plugin from a terminal window.
~/.bash_profile~/.bashrc~/.emacs~/.emacs.d~/.smbpasswd/etc/fstab/etc/hosts file. Oops.]atrpms.rpo in the /etc/yum.repos.d directory. Then add the following to the file:
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
crontab -e
EDITOR=emacs
export EDITOR