summaryrefslogtreecommitdiff
path: root/lisp/tutorial.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | * tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.Chong Yidong2010-08-081-1/+1
| | | | | | | | (Bug#6826)
* | Evaluate file-local variables in tutorials.Eli Zaretskii2010-08-071-0/+4
| | | | | | | | | | tutorial.el (help-with-tutorial): Hack safe file-local variables after reading the tutorial.
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-2/+2
|/ | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to `scroll-up-command' and `M-v' from `scroll-down' to `scroll-down-command'. * tutorial.el (tutorial--default-keys): Rebind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'. * emulation/cua-rect.el (cua--init-rectangles): * forms.el (forms--change-commands): * image-mode.el (image-mode-map): Remap scroll-down-command and scroll-up-command in addition to scroll-down and scroll-up.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
|
* * keymap.c (QCadvertised_binding): New constant.Stefan Monnier2009-09-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | (syms_of_keymap): Initialize it. (Fwhere_is_internal): Try and use bindings from :advertised-binding if applicable. * progmodes/xscheme.el (xscheme-evaluation-commands): Put a :advertised-binding property rather than using advertised-xscheme-send-previous-expression. (advertised-xscheme-send-previous-expression): Declare obsolete. * emulation/crisp.el (crisp-mode-map): Use `undo' rather than `advertised-undo'. (crisp-mode): Add corresponding bindings to undo's :advertised-binding instead. * dired.el (dired-mode-map): Put a :advertised-binding property rather than using dired-advertised-find-file. (dired-advertised-find-file): * simple.el (advertised-undo): * wid-edit.el (advertised-widget-backward): Declare obsolete. (widget-keymap): Put a :advertised-binding property rather than using advertised-widget-backward. * bindings.el (ctl-x-map): Put a :advertised-binding property rather than using advertised-undo. * tutorial.el (tutorial--default-keys): Adjust accordingly.
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-211-2/+2
|
* (tutorial--describe-nonstandard-key):Glenn Morris2009-07-081-3/+9
| | | | | Adjust the message for when a key has been unbound. (help-with-tutorial): Hide the arch-tag.
* * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorialChong Yidong2009-05-121-3/+1
| | | | buffer, since that is what the tutorial text assumes.
* * tutorial.el (help-with-tutorial): Don't use text mode, since theChong Yidong2009-05-121-1/+1
| | | | tutorial text assume Fundamental mode.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * completion.el (add-completion-to-head, add-completion): Doc fixes.Juanma Barranquero2008-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (completion-search-next, add-completions-from-file): Fix typos in docstrings. * filesets.el (filesets-menu-ensure-use-cached) (filesets-ingroup-patterns, filesets-filetype-property): * tutorial.el (get-lang-string): * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score): Fix typos in docstrings. * image-dired.el (image-dired-dired-after-readin-hook): Doc fix. (image-dired-line-up-method, image-dired-thumb-size) (image-dired-cmd-write-exif-data-options, image-dired-write-tags) (image-dired-track-original-file, image-dired-track-thumbnail) (image-dired-dired-next-line, image-dired-dired-previous-line) (image-dired-write-comments): Reflow docstrings. (image-dired-show-all-from-dir-max-files) (image-dired-format-properties-string, image-dired-create-thumbs) (image-dired-mark-tagged-files, image-dired-gallery-generate): Fix typos in docstrings. * savehist.el (savehist-save-minibuffer-history, savehist-file) (savehist-additional-variables, savehist-ignored-variables) (savehist-file-modes, savehist-autosave-interval): * startup.el (inhibit-startup-echo-area-message, inhibit-default-init) (inhibit-startup-buffer-menu, mail-host-address, user-mail-address) (fancy-splash-image): * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief) (thumbs-conversion-program, thumbs-margin): Remove spurious * in docstrings.
* New function `locate-user-emacs-file'.Juanma Barranquero2008-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | * subr.el (locate-user-emacs-file): New function. (user-emacs-directory): Mention it in docstring. * completion.el (save-completions-file-name): * filesets.el (filesets-menu-cache-file): * image-dired.el (image-dired-dir, image-dired-db-file) (image-dired-temp-image-file, image-dired-gallery-dir) (image-dired-temp-rotate-image-file): * savehist.el (savehist-file): * server.el (server-auth-dir): * startup.el (auto-save-list-file-prefix): * thumbs.el (thumbs-thumbsdir): * tutorial.el (tutorial--saved-dir): * play/gamegrid.el (gamegrid-user-score-file-directory): Use it. * url.el (url-configuration-directory): Use `locate-user-emacs-file'. * NEWS: New function `locate-user-emacs-file'.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (tutorial--default-keys): Update `C-l' binding.Thien-Thi Nguyen2008-03-091-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * Display message when tutorial position is not savedVinicius Jose Latorre2007-10-171-1/+2
| |
* | (tutorial--default-keys): Replace fill-paragraph-or-region with fill-paragraph.Juri Linkov2007-10-181-1/+1
| |
* | Display message when tutorial position is not savedVinicius Jose Latorre2007-10-171-1/+2
| |
* | (tutorial--default-keys): Replace fill-paragraphJuri Linkov2007-10-061-4/+2
| | | | | | | | | | with fill-paragraph-or-region. Suspend command is now the same `suspend-frame' on window systems and on tty.
* | (tutorial--default-keys): Update standard bindings:Juri Linkov2007-09-221-2/+2
| | | | | | | | | | rename `iconify-or-deiconify-frame' to `suspend-frame', and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
* | (help-with-tutorial): Tutorials now in tutorial-directory.Glenn Morris2007-08-221-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 <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-07-241-1/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the underlying file is uptodate. 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu> * lisp/vc.el: Add more info about the vc-registered function. 2007-07-15 Richard M. Stallman <rms@gnu.org> * lisp/kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys. * lisp/tutorial.el (tutorial--find-changed-keys): Handle C-x specially like ESC. 2007-07-15 Aaron Hawley <aaronh@garden.org> * lisp/tar-mode.el (tar-get-descriptor): No error for zero-length file. 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc string. 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces. 2007-07-16 Richard M. Stallman <rms@gnu.org> * lispref/display.texi (Defining Faces): Fix previous change. 2007-07-20 Eli Zaretskii <eliz@gnu.org> * src/w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define if not defined. 2007-07-18 Jason Rumney <jasonr@gnu.org> * src/w32proc.c (w32_executable_type): Handle 64 bit executables. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-823
| * (tutorial--find-changed-keys): Handle C-x specially like ESC.Richard M. Stallman2007-07-151-1/+7
| |
| * (get-lang-string, tutorial--find-changed-keys): Fix typos in docstrings.Juanma Barranquero2007-05-161-6/+6
| |
* | (tutorial--saved-dir): Use user-emacs-directory.Chong Yidong2007-06-131-2/+1
| |
* | (tutorial--describe-nonstandard-key): Adjust for newGlenn Morris2007-06-071-7/+19
| | | | | | | | | | | | format of "menu" description. (tutorial--find-changed-keys): Describe the specific menu a command is in.
* | (get-lang-string, tutorial--find-changed-keys): Fix typos in docstrings.Juanma Barranquero2007-05-161-6/+6
|/
* (tutorial--describe-nonstandard-key): Tweak text in the menus case.Glenn Morris2007-02-281-1/+4
|
* (tutorial--detailed-help): Make the list of changed keys look nicer.Richard M. Stallman2007-01-301-14/+10
|
* (tutorial--default-keys): Check M-DEL, not `M-backspace'.Richard M. Stallman2007-01-281-88/+91
| | | | | | Don't check `backspace'. (tutorial--find-changed-keys): Look up bindings in a temp buffer in Fundamental mode.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (tutorial--display-changes): Show M-x sequence if noChong Yidong2007-01-091-1/+4
| | | | | | keybinding is found. (tutorial--find-changed-keys): Never treat null keybinding as a remapping.
* (tutorial--describe-nonstandard-key): Fix typo.Juanma Barranquero2007-01-031-1/+1
|
* (tutorial--save-tutorial): Prompt before saving tutorial state.Chong Yidong2006-12-221-3/+4
|
* (tutorial--detailed-help): Remove unnecessary linkChong Yidong2006-12-221-87/+70
| | | | | | | | | | to the Emacs Lisp reference manual. (tutorial--tab-map): Remove. All callers changed. (tutorial--find-changed-keys): New elt QUIET, used to... (tutorial--display-changes): ...ensure that warning messages are only issued once per changed key. (tutorial--remove-remarks): Delete unused code-path. (lang-strings): Remove extraneous formatting.
* Remove `cl' requirement. Clean up whitespace.Chong Yidong2006-12-211-179/+105
| | | | | | | | | | | | Replace '?\ ' by '?\s' throughout. (tutorial-warning-face): Inherit font-lock-warning-face. Move to `help' custom group. (tutorial--key-description): New function. (tutorial--display-changes): Remove redundant arg. Scan for all key sequences to avoid false matches. Cleanup. (tutorial--saved-dir): Save to a subdirectory in .emacs.d to reduce homedir pollution. (help-with-tutorial): Call tutorial--display-changes with no arg.
* (tutorial--default-keys): Add newline and delete-backward-char bindings.Chong Yidong2006-11-211-8/+23
| | | | | | | (tutorial--detailed-help): Save excursion when finding keys. Correct warning string for M-x FOO case. (tutorial--display-changes): Print special keys in tutorial style. Tweak search regexp for changed keys.
* (tutorial-warning-face): New face.Chong Yidong2006-11-201-19/+29
| | | | | | (tutorial--detailed-help, tutorial--display-changes): Use it. (tutorial--find-changed-keys): Check ESC-prefix binding specially. Improve search pattern for occurrences of changed keys.
* Add arch taglineMiles Bader2006-10-311-0/+1
|
* Fix last fix.Chong Yidong2006-10-301-155/+155
|
* * tutorial.el: Move defvars to avoid bytecomp warnings.Chong Yidong2006-10-301-175/+173
| | | | | | | (tutorial--find-changed-keys): Check if viper-current-state is bound before using it. (help-with-tutorial): Check if viper-tutorial is defined before using it.
* * help-fns.el (help-with-tutorial): Moved to tutorial.el.Chong Yidong2006-10-301-0/+1006
* tutorial.el: New file. (help-with-tutorial): Moved here from help-fns.el. Added help for rebound keys. Fixed resume of tutorial. (tutorial--describe-nonstandard-key, tutorial--sort-keys) (tutorial--find-changed-keys, tutorial--display-changes) (tutorial--saved-dir, tutorial--saved-file) (tutorial--save-tutorial): New functions to support the changes in help-with-tutorial.