Configure ALT-key as meta-key (not standard in Debian "woody"):

   
 xmodmap -e "clear mod1" -e "keycode 64 = Meta_L" -e "add mod1 = Meta_L"

Convert buffer from DOS to Unix

C-x RET f (set-buffer-file-coding-system)

etags

  • M-. goes to the symbol definition
  • M-0 M-. goes to the next matching definition
  • M-* return to your starting point
  • M-x tags-search <type your regexp> initiate a search
  • M-, go to the next match

-- MatthiasWientapper - 30 Mar 2002

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding mattzz? Send feedback