.emacs-my
changeset 509 ed5ef1f0855f
parent 506 6662cd4e7a05
parent 502 64a475fa36e2
child 508 79bcafd3d45f
child 511 d1889d3244be
equal deleted inserted replaced
504:dc4a9f76fdbf 509:ed5ef1f0855f
   240 
   240 
   241 ;;; ----------------------------------------------------------------
   241 ;;; ----------------------------------------------------------------
   242 ;;; switching, creating, selecting buffers.
   242 ;;; switching, creating, selecting buffers.
   243 
   243 
   244 (iswitchb-mode 1)
   244 (iswitchb-mode 1)
   245 (setq iswitchb-buffer-ignore nil)
   245 (setq iswitchb-buffer-ignore
   246 (mapc (lambda (arg) (add-to-list 'iswitchb-buffer-ignore arg))
   246       '("^ "
   247         '("^ "
   247         "^\*Buffer"
   248           "^\*Buffer"
   248         "^\*Completions\*"
   249           "^\*Completions\*"
   249         "^\*tramp"
   250           "^\*tramp"
   250         "^\*Dired log\*"
   251           "^\*Dired log\*"
   251         "^\*Help\*"
   252           "^\*Help\*"
   252         "^\*Quail Completions\*"
   253           "^\*Quail Completions\*"
   253         "^\*Disabled Command\*"
   254           "^\*Disabled Command\*"
   254         ))
   255           ))
       
   256 
   255 
   257 (require 'uniquify)
   256 (require 'uniquify)
   258 (setq uniquify-buffer-name-style 'post-forward)
   257 (setq uniquify-buffer-name-style 'post-forward)
   259 
   258 
   260 ;; buffer-menu better then buffer-list, but ibuffer much better.
   259 ;; buffer-menu better then buffer-list, but ibuffer much better.