|
Last change
on this file was 6, checked in by Gary Byers, 21 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
702 bytes
|
| Line | |
|---|
| 1 | (defcommand "Find File From Sources" (p)
|
|---|
| 2 | "" ""
|
|---|
| 3 | (declare (ignore p))
|
|---|
| 4 | (let ((point (current-point)))
|
|---|
| 5 | (with-mark ((start point)
|
|---|
| 6 | (end point))
|
|---|
| 7 | (find-file-command
|
|---|
| 8 | nil
|
|---|
| 9 | (merge-pathnames "src:"
|
|---|
| 10 | (region-to-string (region (line-start start)
|
|---|
| 11 | (line-end end))))))))
|
|---|
| 12 |
|
|---|
| 13 | * abbrev.lisp
|
|---|
| 14 | * doccoms.lisp
|
|---|
| 15 | * echo.lisp
|
|---|
| 16 | * echocoms.lisp
|
|---|
| 17 | * filecoms.lisp
|
|---|
| 18 | * lisp-lib.lisp ;Blew away help command, should do describe mode.
|
|---|
| 19 | * lispbuf.lisp
|
|---|
| 20 | * lispeval.lisp ;Maybe write MESSAGE-EVAL_FORM-RESULTS.
|
|---|
| 21 | * macros.lisp <<< Already changed in WORK:
|
|---|
| 22 | * mh.lisp <<< Ask Bill about INC in "Incorporate New Mail".
|
|---|
| 23 | * morecoms.lisp
|
|---|
| 24 | * register.lisp
|
|---|
| 25 | * scribe.lisp
|
|---|
| 26 | * searchcoms.lisp
|
|---|
| 27 | * spellcoms.lisp
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.