.emacs-my
changeset 754 bed8f8bbec49
parent 753 732e4cefb33b
child 755 6f903d3b2ec7
equal deleted inserted replaced
753:732e4cefb33b 754:bed8f8bbec49
   811         ".o" ".obj" ".map" ".lib" ".lo" ".la" ".a" ".bin" ".exe"
   811         ".o" ".obj" ".map" ".lib" ".lo" ".la" ".a" ".bin" ".exe"
   812         ;; Place dir at end to appear at the start of completion-ignored-extensions.
   812         ;; Place dir at end to appear at the start of completion-ignored-extensions.
   813         "CVS/" ".hg/" ".svn/" ".git/" ".bzr/"
   813         "CVS/" ".hg/" ".svn/" ".git/" ".bzr/"
   814         ) )
   814         ) )
   815 (setq read-file-name-completion-ignore-case t)
   815 (setq read-file-name-completion-ignore-case t)
   816 
       
   817 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
   818 (message "music")
       
   819 (setq gnus-audio-au-player "winamp.exe"
       
   820       gnus-audio-directory "D:\\music"
       
   821       gnus-audio-wav-player "winamp.exe")
       
   822 
   816 
   823 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   817 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   824 (message "url")
   818 (message "url")
   825 
   819 
   826 ;; http://tools.ietf.org/html/rfc3986
   820 ;; http://tools.ietf.org/html/rfc3986