aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cmuscheme.el
Commit message (Collapse)AuthorAgeFilesLines
* (scheme-args-to-list): Remove.Stefan Monnier2009-02-011-38/+25
| | | | | (run-scheme): Use split-string-and-unquote instead, so as to allow spaces in the command name and/or the arguments.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (scheme-start-file): Use user-emacs-directory.Chong Yidong2007-06-131-1/+1
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (scheme-start-file): Use `let*', not `let'.Eli Zaretskii2006-12-091-3/+3
|
* (run-scheme, scheme-start-file): Search the start file in ~/.emacs.dJuanma Barranquero2006-12-051-5/+6
| | | | as `init_SCHEMENAME.scm' instead.
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (inferior-scheme-mode-hook, inferior-scheme-mode, scheme-prev-l/c-dir/file):Juanma Barranquero2005-08-081-7/+7
| | | | Fix typos in docstrings.
* (scheme-start-file): Replace reference to `user-emacs-directory' byJuanma Barranquero2005-08-081-5/+5
| | | | "~/.emacs.d/".
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (scheme-trace-command, scheme-untrace-command)Eli Zaretskii2005-08-061-17/+116
| | | | | | | | | | | | (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.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Typo in the menu.Stefan Monnier2004-09-191-4/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
|
* Doc fixes.Pavel Janík2001-12-201-2/+2
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* Doc fixes.Dave Love2000-11-141-45/+40
| | | | | | (cmuscheme) <defgroup>: Use `scheme' as parent. (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
* (cmuscheme-program-name): Renamed fromGerd Moellmann2000-10-191-5/+5
| | | | | | | 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.
* (inferior-scheme-mode-map): Define it independentlyStefan Monnier2000-03-081-19/+10
| | | | | | | | 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.
* Customized.Stephen Eglen1998-03-071-12/+30
|
* Move change log comment block so lm-commentary doesn't lose.Dave Love1998-01-071-27/+26
|
* (scheme-mode-map): Remove duplicate menu item.Karl Heuer1997-09-261-2/+0
|
* (scheme-mode-map): Add some menu items.Richard M. Stallman1997-04-101-1/+27
|
* Update FSF's address.Erik Naggum1996-01-141-41/+42
|
* (run-scheme): Use pop-to-buffer.Richard M. Stallman1995-08-161-5/+5
| | | | Add *scheme* to same-window-buffer-names.
* (run-scheme): Add autoload cookie.Richard M. Stallman1994-10-181-36/+1
| | | | (scheme): Function deleted.
* (run-scheme): Set scheme-program-name.Richard M. Stallman1994-10-151-0/+1
|
* Comment changes.Richard M. Stallman1994-09-241-10/+0
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (inferior-scheme-mode):Richard M. Stallman1994-04-241-1/+1
| | | | Remove space after `:' in mode-line-process.
* (inferior-scheme-mode): Removed unnecessaryRichard M. Stallman1994-03-031-2/+1
| | | | initialisation of comint-input-sentinel.
* (inferior-scheme-mode-map): Use copy-keymap.Richard M. Stallman1994-03-021-1/+1
|
* (inferior-scheme-mode):Richard M. Stallman1993-12-231-1/+1
| | | | Don't let `comint-prompt-regexp' match more than one line.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-1/+2
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* Added standard library headers.Eric S. Raymond1993-03-171-1/+2
|
* (inferior-scheme-filter-regexp):Richard M. Stallman1992-10-081-4/+6
| | | | | Move definition of this var up before first use. (scheme-buffer): Define variable.
* Doc fix.Christopher Zaborsky1992-10-061-10/+11
|
* entered into RCSRichard M. Stallman1992-08-041-5/+16
|
* *** empty log message ***Eric S. Raymond1992-07-221-1/+0
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|