aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/novice.el
Commit message (Collapse)AuthorAgeFilesLines
* (disable-command): Don't add spurious newlines to the init file.Lute Kamstra2005-04-271-4/+5
| | | | Reported by Dan Jacobson <[email protected]>.
* (disabled-command-function): Output in *Disabled Command*.Richard M. Stallman2005-03-061-4/+9
| | | | Explicitly ignore non-keyboard events, and explicitly handle C-g.
* (disabled-command-hook): Autoload the defaliasRichard M. Stallman2005-02-161-3/+2
| | | | and the make-obsolete-variable call.
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (disabled-command-hook): Use shorthand for obsolescence.Stefan Monnier2004-09-131-3/+3
| | | | (disabled-command-function): Make the ?\ char more obvious.
* (disabled-command-function): New variable renamed fromLuc Teirlinck2004-08-081-4/+10
| | | | | | | | `disabled-command-hook'. (disabled-command-hook): Keep the _variable_ as alias for `disabled-command-function' and make obsolete. (disabled-command-function): Function renamed from `disabled-command-hook'. Adapt code to namechange of the variable.
* (enable-command, disable-command): Doc fixes.Luc Teirlinck2004-07-311-2/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (disabled-command-hook): Clarify output text to match prompt.Pavel Janík2002-03-201-5/+5
|
* (disabled-command-hook): Clarify output text.Richard M. Stallman2002-02-031-24/+25
| | | | Indent the paragraph from the command's doc string.
* (enable-command): If Emacs was invoked as "emacs -q",Eli Zaretskii2002-02-021-15/+39
| | | | | | | don't alter the user's ~/.emacs. (disable-command): If user-init-file is nil or does not exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows). But don't alter the init file if Emacs was invoked as "emacs -q"
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (enable-command): If user-init-file is nil or does notEli Zaretskii2001-05-271-13/+21
| | | | exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* (disabled-command-hook): Correctly keep the firstRichard M. Stallman1996-12-131-5/+6
| | | | paragraph of the command's documentation.
* (disabled-command-hook): Use `defvar' and add documentation string.Erik Naggum1996-12-091-6/+10
| | | | (disabled-command-hook): New option ! turns off disabled commands.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (disabled-command-hook): Recognize ESC x as well as M-x.Karl Heuer1995-02-081-8/+12
|
* (enable-command): Always insert code to enable.Richard M. Stallman1994-12-221-5/+6
| | | | (disable-command): Insert newline before as well as after.
* (disabled-command-hook): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (disabled-command-hook): Try to enable command in userRichard M. Stallman1994-04-281-3/+5
| | | | init file only if there is a user init file.
* (disabled-command-hook): Use eq to compare eltsRichard M. Stallman1994-02-121-1/+4
| | | | of this-command-keys. Choose the appropriate kind of Meta.
* (disabled-command-hook): Use eq to compare elts of this-command-keys.Richard M. Stallman1994-02-091-1/+1
|
* (disable-command): Reject invalid commands.Richard M. Stallman1994-02-021-0/+2
|
* (enable-command, disable-command): Use user-init-file.Richard M. Stallman1994-01-061-2/+4
|
* (enable-command): Remove spurious assignment of free variable `foo'.Roland McGrath1993-03-311-1/+0
|
* Undo previous change.Richard M. Stallman1993-03-281-9/+0
|
* (enable-and-notify) Added. Inspired by Roland McGrath's LCD packageEric S. Raymond1993-03-271-0/+9
| | | | enable-me.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
|
* Add standard library headers.Eric S. Raymond1993-03-171-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1991-05-231-0/+1
|
* *** empty log message ***Brian Preble1991-05-131-1/+2
|
* *** empty log message ***Roland McGrath1991-05-091-0/+4
|
* Initial revisionJoseph Arceneaux1989-10-311-0/+105