emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-help] Diff on emms-pbi-manip.el Rev1.1


From: Mario Domgörgen
Subject: [Emms-help] Diff on emms-pbi-manip.el Rev1.1
Date: Sun, 30 Nov 2003 17:41:11 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

*** emms-pl-manip.el.~1.1.~     Thu Nov 27 16:57:58 2003
--- emms-pl-manip.el    Sun Nov 30 17:39:58 2003
***************
*** 114,118 ****
--- 114,137 ----
                          (emms-info-artist (emms-info-get entry)))
                        'string<)))
  
+ (defun emms-locate ()
+   (interactive)
+   (save-window-excursion
+     (set-buffer (get-buffer-create "*EMMS Find*"))
+     (locate-mode)
+     (erase-buffer)
+     (mapc (lambda (elt) (insert elt "\n")) (emms-playlist-generate))
+     (locate-do-setup "*"))
+   
+   (and (not (string-equal (buffer-name) "*EMMS Find*"))
+        (switch-to-buffer-other-window "*EMMS Find*"))
+   
+   (run-hooks 'dired-mode-hook)
+   (dired-next-line 2)
+   
+ ;(defun emms-playlist-add-files (files)
+ ;  (interactive)
+   
+ 
  (provide 'emms-pl-manip)
  ;;; emms-pl-manip.el ends here

-- 
The Web site you seek
cannot be located but
endless others exist





reply via email to

[Prev in Thread] Current Thread [Next in Thread]