shahDot bouncyDot
Me
Photos
The Dot
Projects
Links
Family Tree
Knowledge Base

Bash |Cygwin |Emacs |

Emacs

Emacs links

Emacs
apache-mode (slightly newer version)
CPerl-Mode
CSS Mode
Emacs JDE
Emacs keybinding guide
Emacs Lisp List
EmacsWiki
htmlize.el
iBuffer.el
HTML Helper Mode
HTML TOC
mkhtml
PSGML
TDTD Mode
The very unofficial dotemacs home
Tiny Tools
XEmacs
  • Click here to see my .emacs file
  • Mapping windows key to emacs Hyper key in Linux:

    Edit your .emacs file and add the lines:

    ;; you can use xev to work out the keycode for other keys
    (shell-command (concat "xmodmap "
    		"-e 'keycode 115 = Hyper_L' "
    		"-e 'add mod4 = Hyper_L' "
    		))
    

    Printing to a postscript file

    Execute the command C-u M-x ps-print-buffer