emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/vlf 78cd8fc 002/310: Add latest changes from GNU ELPA v


From: Stefan Monnier
Subject: [elpa] externals/vlf 78cd8fc 002/310: Add latest changes from GNU ELPA vlf.el.
Date: Sat, 28 Nov 2020 00:32:35 -0500 (EST)

branch: externals/vlf
commit 78cd8fc143faf4531657324c065d1de56ed82518
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    Add latest changes from GNU ELPA vlf.el.
---
 vlf.el | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/vlf.el b/vlf.el
index df72692..e7150e9 100644
--- a/vlf.el
+++ b/vlf.el
@@ -147,6 +147,37 @@ You can customize the number of bytes to
     (vlf-mode)
     (display-buffer (current-buffer))))
 
+(defun dired-vlf ()
+  "In Dired, visit the file on this line in VLF mode."
+  (interactive)
+  (vlf (dired-get-file-for-visit)))
+
+(eval-after-load "dired" '(define-key dired-mode-map "V" 'dired-vlf))
+
+;;;; ChangeLog:
+
+;; 2012-11-29  Sam Steingold  <sds@gnu.org>
+;; 
+;;     hook into dired
+;; 
+;; 2012-06-17  Chong Yidong  <cyd@gnu.org>
+;; 
+;;     vlf.el: Improve commentary.
+;; 
+;; 2012-06-15  Sam Steingold  <sds@gnu.org>
+;; 
+;;     fix vlf-change-batch-size binding
+;; 
+;; 2012-06-14  Sam Steingold  <sds@gnu.org>
+;; 
+;;     complete rewrite by Sam Steingold
+;; 
+;; 2012-06-14  Sam Steingold  <sds@gnu.org>
+;; 
+;;     View Large Files from Mathias Dahl
+;; 
+
+
 (provide 'vlf)
 
 ;;; vlf.el ends here



reply via email to

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