diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-29 20:31:30 +0800 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-29 20:31:30 +0800 |
commit | d9bc13c68ae0bd04201f8e86e35897df38557fb2 (patch) | |
tree | 710664fa4416f244a5a90b76eb818fcd230ed94f /editors/speedbar/pkg-descr | |
parent | 66a133ef4ee06697ae89795ad1f4ff393763d8f3 (diff) | |
download | freebsd-ports-gnome-d9bc13c68ae0bd04201f8e86e35897df38557fb2.tar.gz freebsd-ports-gnome-d9bc13c68ae0bd04201f8e86e35897df38557fb2.tar.zst freebsd-ports-gnome-d9bc13c68ae0bd04201f8e86e35897df38557fb2.zip |
Add speedbar, which enable quick access to files and tags in an Emacs frame.
This port is for emacs21 and newer than that distributed with emacs21.
PR: ports/33297
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'editors/speedbar/pkg-descr')
-rw-r--r-- | editors/speedbar/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/speedbar/pkg-descr b/editors/speedbar/pkg-descr new file mode 100644 index 000000000000..86bd040f8b7f --- /dev/null +++ b/editors/speedbar/pkg-descr @@ -0,0 +1,11 @@ +Speedbar is an Emacs Lisp program which allows you to create a special +skinny frame with a specialized directory listing in it. This listing +will have both directories and filtered files in it. You can then load +files into your emacs frame, or expand the files to display all the +tags that are in them and jump to those tags. You can also expand +multiple directories into your speedbar frame. + +WWW: http://cedet.sourceforge.net/speedbar.shtml + +- Kimura Fuyuki +fuyuki@mj.0038.net |