X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.el;h=2175352c5683cbf2bd833f63343343eef4f774b2;hb=2f2c011e5cb2ba04ea1fb48e93a38db35da0c773;hp=197a8af147a3beccb53194acef12a6aac73d17d5;hpb=f5ad24fcd82297711a7684d7a0fb32017477439c;p=elisp.git diff --git a/selector.el b/selector.el index 197a8af..2175352 100644 --- a/selector.el +++ b/selector.el @@ -338,7 +338,9 @@ There seems to be header-line refreshing problems with emacs21." (format-time-string "%a %b %e" (elt (file-attributes s) 5)) 'face 'selector/date)) - " -- " + ;; " -- " + + " " (if (string-match abbreviated-home-dir s) (concat (propertize @@ -350,7 +352,12 @@ There seems to be header-line refreshing problems with emacs21." (defun selector/find-file (filename) (if selector/add-to-file-name-history - (add-to-list 'file-name-history filename t)) + (add-to-history 'file-name-history + (replace-regexp-in-string + abbreviated-home-dir "~/" filename) + ) + ) + (find-file filename)) (defun selector/pick-file (filename)