1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Eli Zaretskii
9a5cd478ea (scheme-start-file): Use let*', not let'. 2006-12-09 13:09:34 +00:00
Juanma Barranquero
003585953e (run-scheme, scheme-start-file): Search the start file in ~/.emacs.d
as `init_SCHEMENAME.scm' instead.
2006-12-05 14:20:57 +00:00
Glenn Morris
e91081eb9e Update copyright years. 2006-12-05 06:15:26 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juanma Barranquero
c59e5c82c8 (inferior-scheme-mode-hook, inferior-scheme-mode, scheme-prev-l/c-dir/file):
Fix typos in docstrings.
2005-08-08 18:00:19 +00:00
Juanma Barranquero
28a205fe6d (scheme-start-file): Replace reference to `user-emacs-directory' by
"~/.emacs.d/".
2005-08-08 17:53:51 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Eli Zaretskii
6f048d2655 (scheme-trace-command, scheme-untrace-command)
(scheme-macro-expand-command): New user options.
(scheme-trace-procedure, scheme-expand-current-form): New commands.
(scheme-form-at-point, scheme-start-file): New functions.
(run-scheme): Call `scheme-start-file' to get start file, and pass it to
`make-comint'.
(switch-to-scheme, scheme-proc): Call `scheme-interactively-start-process'
if no Scheme buffer/process is available.
(scheme-get-process): New function extracted from `scheme-proc'.
(scheme-interactively-start-process): New function.
2005-08-06 07:37:45 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Stefan Monnier
7147c177a5 Typo in the menu. 2004-09-19 02:14:14 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Pavel Janík
0ff9b955fe Doc fixes. 2001-12-20 18:59:32 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Dave Love
80e0fd4c98 Doc fixes.
(cmuscheme) <defgroup>: Use `scheme' as parent.
(cmuscheme-program-name): Remove.  Change uses to
scheme-program-name.
2000-11-14 14:41:24 +00:00
Gerd Moellmann
6deb9af9c7 (cmuscheme-program-name): Renamed from
scheme-program-name because xscheme.el contains a defcustom with
the same name.  As a consequence, customizing group `cmuscheme'
loaded `xscheme' which redefined run-scheme.
(run-scheme): Use cmuscheme-program-name.
2000-10-19 14:45:45 +00:00
Stefan Monnier
e3f9c7f8fc (inferior-scheme-mode-map): Define it independently
from comint-mode-map, so we can just inherit from it.  Also, move the
initialization into the `defvar' since there's no docstring anyway
and it's fairly short.
(inferior-scheme-mode): Define it as derived-mode: the code is shorter
and this way we inherit from comint-mode-map rather than copying it.
2000-03-08 23:55:36 +00:00
Stephen Eglen
4bef911093 Customized. 1998-03-07 18:19:38 +00:00
Dave Love
8b877ecddf Move change log comment block so lm-commentary doesn't lose. 1998-01-07 12:39:59 +00:00
Karl Heuer
1ea275c0c3 (scheme-mode-map): Remove duplicate menu item. 1997-09-26 21:26:31 +00:00
Richard M. Stallman
45f13532b2 (scheme-mode-map): Add some menu items. 1997-04-10 06:18:40 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
349a5b097b (run-scheme): Use pop-to-buffer.
Add *scheme* to same-window-buffer-names.
1995-08-16 14:39:29 +00:00
Richard M. Stallman
a03385143c (run-scheme): Add autoload cookie.
(scheme): Function deleted.
1994-10-18 06:34:44 +00:00
Richard M. Stallman
c30b759d47 (run-scheme): Set scheme-program-name. 1994-10-15 08:33:11 +00:00
Richard M. Stallman
dd69dcbc6f Comment changes. 1994-09-24 04:09:46 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
7465eb385a (inferior-scheme-mode):
Remove space after `:' in mode-line-process.
1994-04-24 08:14:18 +00:00
Richard M. Stallman
8a16a82695 (inferior-scheme-mode): Removed unnecessary
initialisation of comint-input-sentinel.
1994-03-03 23:56:04 +00:00
Richard M. Stallman
254b60f8b6 (inferior-scheme-mode-map): Use copy-keymap. 1994-03-02 16:45:37 +00:00
Richard M. Stallman
9f370a90b5 (inferior-scheme-mode):
Don't let `comint-prompt-regexp' match more than one line.
1993-12-23 04:44:57 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Eric S. Raymond
e9571d2a21 Add or correct keywords 1993-03-18 21:29:42 +00:00
Eric S. Raymond
c84729481b Added standard library headers. 1993-03-17 15:20:58 +00:00
Richard M. Stallman
67f3e2fdf0 (inferior-scheme-filter-regexp):
Move definition of this var up before first use.
(scheme-buffer): Define variable.
1992-10-08 06:44:43 +00:00
Christopher Zaborsky
ff11d0d93d Doc fix. 1992-10-06 20:00:55 +00:00
Richard M. Stallman
430c3bab27 entered into RCS 1992-08-04 05:05:40 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Eric S. Raymond
0716883099 *** empty log message *** 1992-07-16 19:23:43 +00:00
Eric S. Raymond
d1c7011d35 *** empty log message *** 1992-07-16 18:28:42 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
2f790b20af Initial revision 1991-05-13 21:21:58 +00:00