Mercurial > emacs
annotate lisp/ledit.el @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128
typos.
author | Jeff Law <law@redhat.com> |
---|---|
date | Wed, 10 Sep 1997 21:16:20 +0000 |
parents | 11218164bc54 |
children | 851241b72ec9 |
rev | line source |
---|---|
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
269
diff
changeset
|
1 ;;; ledit.el --- Emacs side of ledit interface |
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
269
diff
changeset
|
2 |
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
3 ;; Copyright (C) 1985 Free Software Foundation, Inc. |
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
5 ;; Maintainer: FSF |
14040 | 6 ;; Keyword: languages |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
7 |
36 | 8 ;; This file is part of GNU Emacs. |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
12 ;; the Free Software Foundation; either version 2, or (at your option) |
36 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
14169 | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 ;; Boston, MA 02111-1307, USA. | |
36 | 24 |
2307
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
923
diff
changeset
|
25 ;;; Commentary: |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
923
diff
changeset
|
26 |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
923
diff
changeset
|
27 ;; This is a major mode for editing Liszt. See etc/LEDIT for details. |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
923
diff
changeset
|
28 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
29 ;;; Code: |
36 | 30 |
31 ;;; To do: | |
32 ;;; o lisp -> emacs side of things (grind-definition and find-definition) | |
33 | |
34 (defvar ledit-mode-map nil) | |
35 | |
36 (defconst ledit-zap-file (concat "/tmp/" (user-login-name) ".l1") | |
37 "File name for data sent to Lisp by Ledit.") | |
38 (defconst ledit-read-file (concat "/tmp/" (user-login-name) ".l2") | |
39 "File name for data sent to Ledit by Lisp.") | |
40 (defconst ledit-compile-file | |
41 (concat "/tmp/" (user-login-name) ".l4") | |
42 "File name for data sent to Lisp compiler by Ledit.") | |
43 (defconst ledit-buffer "*LEDIT*" | |
44 "Name of buffer in which Ledit accumulates data to send to Lisp.") | |
256 | 45 |
269 | 46 ;;;###autoload |
47 (defconst ledit-save-files t "\ | |
48 *Non-nil means Ledit should save files before transferring to Lisp.") | |
49 ;;;###autoload | |
50 (defconst ledit-go-to-lisp-string "%?lisp" "\ | |
51 *Shell commands to execute to resume Lisp job.") | |
52 ;;;###autoload | |
53 (defconst ledit-go-to-liszt-string "%?liszt" "\ | |
54 *Shell commands to execute to resume Lisp compiler job.") | |
36 | 55 |
56 (defun ledit-save-defun () | |
57 "Save the current defun in the ledit buffer" | |
58 (interactive) | |
59 (save-excursion | |
60 (end-of-defun) | |
61 (let ((end (point))) | |
62 (beginning-of-defun) | |
63 (append-to-buffer ledit-buffer (point) end)) | |
64 (message "Current defun saved for Lisp"))) | |
65 | |
66 (defun ledit-save-region (beg end) | |
67 "Save the current region in the ledit buffer" | |
68 (interactive "r") | |
69 (append-to-buffer ledit-buffer beg end) | |
70 (message "Region saved for Lisp")) | |
71 | |
72 (defun ledit-zap-defun-to-lisp () | |
214 | 73 "Carry the current defun to Lisp." |
36 | 74 (interactive) |
75 (ledit-save-defun) | |
76 (ledit-go-to-lisp)) | |
77 | |
78 (defun ledit-zap-defun-to-liszt () | |
214 | 79 "Carry the current defun to liszt." |
36 | 80 (interactive) |
81 (ledit-save-defun) | |
82 (ledit-go-to-liszt)) | |
83 | |
84 (defun ledit-zap-region-to-lisp (beg end) | |
214 | 85 "Carry the current region to Lisp." |
36 | 86 (interactive "r") |
87 (ledit-save-region beg end) | |
88 (ledit-go-to-lisp)) | |
89 | |
90 (defun ledit-go-to-lisp () | |
91 "Suspend Emacs and restart a waiting Lisp job." | |
92 (interactive) | |
93 (if ledit-save-files | |
94 (save-some-buffers)) | |
95 (if (get-buffer ledit-buffer) | |
96 (save-excursion | |
97 (set-buffer ledit-buffer) | |
98 (goto-char (point-min)) | |
99 (write-region (point-min) (point-max) ledit-zap-file) | |
100 (erase-buffer))) | |
101 (suspend-emacs ledit-go-to-lisp-string) | |
102 (load ledit-read-file t t)) | |
103 | |
104 (defun ledit-go-to-liszt () | |
105 "Suspend Emacs and restart a waiting Liszt job." | |
106 (interactive) | |
107 (if ledit-save-files | |
108 (save-some-buffers)) | |
109 (if (get-buffer ledit-buffer) | |
110 (save-excursion | |
111 (set-buffer ledit-buffer) | |
112 (goto-char (point-min)) | |
113 (insert "(declare (macros t))\n") | |
114 (write-region (point-min) (point-max) ledit-compile-file) | |
115 (erase-buffer))) | |
116 (suspend-emacs ledit-go-to-liszt-string) | |
117 (load ledit-read-file t t)) | |
118 | |
119 (defun ledit-setup () | |
214 | 120 "Set up key bindings for the Lisp/Emacs interface." |
36 | 121 (if (not ledit-mode-map) |
923 | 122 (progn (setq ledit-mode-map (nconc (make-sparse-keymap) |
123 shared-lisp-mode-map)))) | |
36 | 124 (define-key ledit-mode-map "\e\^d" 'ledit-save-defun) |
125 (define-key ledit-mode-map "\e\^r" 'ledit-save-region) | |
126 (define-key ledit-mode-map "\^xz" 'ledit-go-to-lisp) | |
127 (define-key ledit-mode-map "\e\^c" 'ledit-go-to-liszt)) | |
128 | |
129 (ledit-setup) | |
130 | |
256 | 131 ;;;###autoload |
36 | 132 (defun ledit-mode () |
214 | 133 "\\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job. |
36 | 134 Like Lisp mode, plus these special commands: |
214 | 135 \\[ledit-save-defun] -- record defun at or after point |
36 | 136 for later transmission to Lisp job. |
214 | 137 \\[ledit-save-region] -- record region for later transmission to Lisp job. |
138 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text. | |
139 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job | |
36 | 140 and transmit saved text. |
141 \\{ledit-mode-map} | |
142 To make Lisp mode automatically change to Ledit mode, | |
143 do (setq lisp-mode-hook 'ledit-from-lisp-mode)" | |
144 (interactive) | |
145 (lisp-mode) | |
146 (ledit-from-lisp-mode)) | |
147 | |
256 | 148 ;;;###autoload |
36 | 149 (defun ledit-from-lisp-mode () |
150 (use-local-map ledit-mode-map) | |
151 (setq mode-name "Ledit") | |
152 (setq major-mode 'ledit-mode) | |
153 (run-hooks 'ledit-mode-hook)) | |
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
269
diff
changeset
|
154 |
18383 | 155 (provide 'ledit) |
156 | |
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
269
diff
changeset
|
157 ;;; ledit.el ends here |