首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Emacs Lisp书签路径

Emacs Lisp书签路径

  • 资源大小:6.48 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: emacs lisp path bookmark

资 源 简 介

Emacs-Lisp bpath.el Simple path bookmark tool . This is for emacs. You can bookmark a buffer path, and can call it with regex match. You can open file without dired buffer open Why? I want to open bookmarked path without dired buffer open. How to install svn checkout http://bpath-el.googlecode.com/svn/trunk/ Add bpath.el to your load path Add followings in your .emacs (require "bpath) (define-key global-map "C-cC-b" "bpath::book) (define-key global-map "C-cC-z" "bpath::read) Change key bindings as you want bpath::book is a function to save current path in bookmark file bpath::read is a function to call saved path and pipe it to find-file Usage 1.To save current path C-c C-b
VIP VIP
0.173487s