aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/terminal.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (terminal-cease-edit, te-more-break-unwind, te-newline, te-clear-rest-of-line,Juanma Barranquero2006-11-271-15/+15
| | | | | | te-clear-rest-of-screen, te-clear-screen, te-insert-lines, te-delete-lines, te-delete, te-insert-spaces, te-delete-char, te-down-vertically-or-scroll): "?\ " -> "?\s".
* (terminal-emulator): Fix typo in message.Juanma Barranquero2006-11-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (terminal-emulator): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (terminal-edit-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-2/+2
|
* Replace `send-string' by `process-send-string'.Juanma Barranquero2005-05-181-1/+1
|
* (te-escape): Show `?' in prompt for help key.Eli Zaretskii2004-09-041-2/+6
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (te-create-terminfo): Use make-temp-fileRichard M. Stallman2002-03-031-17/+23
| | | | to create the source file in a safe way.
* (terminal-map): Define [menu-bar] so global def is seen.Richard M. Stallman2002-02-071-6/+6
|
* Doc fix.Pavel Janík2001-12-201-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (terminal-emulator): Fix args to `concat'. Now concat doesn't acceptKenichi Handa2000-08-251-2/+3
| | | | interger.
* (te-process-output): Use walk-windows instead ofGerd Moellmann2000-07-031-5/+4
| | | | cycling through windows with next-window.
* (te-terminfo-directory): Use temporary-file-directory.Richard M. Stallman1999-08-281-1/+3
|
* (terminal-emulator): Doc fix.Karl Heuer1999-02-021-1/+1
|
* (te-newline): Change eql to eq.Richard M. Stallman1997-07-241-14/+14
| | | | | (te-insert-lines, te-delete-lines, te-process-output): Likewise. (te-parse-program-and-args, te-get-char): Likewise.
* Use defgroup and defcustom.Richard M. Stallman1997-05-231-10/+26
|
* (te-terminal-name-prefix): Change fromRichard M. Stallman1996-03-271-10/+17
| | | | | | | | | | | "emacs-virtual" to "emacs-em", so that things will work on systems which allow only short terminal-type names. (terminal-emulator): Delete the hyphen between te-terminal-name-prefix and the width and height of the window. (te-create-terminfo): Reformat the terminfo entry slightly. (te-terminfo-directory): New variable. (te-create-terminfo, te-tic-sentinel): Use te-terminfo-directory.
* Comments censored.Karl Heuer1996-02-211-1/+12
|
* (te-edit): Pass proper format string to message.Karl Heuer1996-01-251-1/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (te-process-output): Fix local var misspelling.Karl Heuer1996-01-041-4/+4
|
* (te-escape): Remove spurious partial duplicate definition.Noah Friedman1995-10-011-21/+18
|
* (te-escape, te-escape-help): Handle non-ASCII events.Karl Heuer1995-09-211-16/+29
|
* (te-edit, te-more-break-unwind): Use force-mode-line-update.Karl Heuer1995-04-251-4/+3
| | | | (te-update-pending-output-display): Use force-mode-line-update.
* (te-escape): Use current-prefix-arg, not prefix-arg.Karl Heuer1995-02-281-2/+2
|
* (te-pass-through): Don't presume internal bit layout of non-ASCII keys.Karl Heuer1995-02-081-1/+1
|
* (te-terminfo-systems-regexp): Variable deleted.Richard M. Stallman1995-01-061-7/+1
| | | | (te-create-terminfo): Use system-uses-terminfo.
* (terminal-emulator): Test system-configurationRichard M. Stallman1994-12-301-3/+6
| | | | | to decide on terminfo vs termcap. (te-terminfo-systems-regexp): Renamed from te-terminfo-systems.
* Added terminfo support.Richard M. Stallman1994-12-301-43/+93
| | | | | | | | (te-terminal-name-prefix, te-terminal-name, te-terminfo-systems): New variables. (terminal-emulator): Handle termcap or terminfo. (te-create-terminfo, te-create-termcap): New subroutines. (te-tic-sentinel): New subroutine.
* (terminal-map): Define switch-frame.Richard M. Stallman1994-09-171-0/+1
|
* (terminal-edit-mode): Doc fix.Karl Heuer1994-05-071-1/+2
| | | | (terminal-cease-edit): Reset the local keymap.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (terminal-cease-edit, terminal-mode):Richard M. Stallman1994-04-241-2/+2
| | | | Remove space after `:' in mode-line-process.
* Delete obsolete comment.Karl Heuer1994-03-191-4/+0
|
* Put hyphen in a safer place in the character class.Karl Heuer1994-03-121-3/+3
|
* (te-escape-help, te-more-break-help, terminal-emulator):Richard M. Stallman1994-02-041-5/+3
| | | | Pass just one KEYMAP arg to where-is-internal.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-3/+3
|
* (te-pass-through): Delete debugging code left by mistake.Richard M. Stallman1993-06-011-2/+0
|
* (te-pass-through): Handle meta chars and non-char events.Richard M. Stallman1993-05-121-33/+43
| | | | | | | | | | | | | | | | | | (terminal-map, etc.): Use default bindings, not fillarray. Make the maps sparse. (terminal-meta-map): New map; lets us make ESC a prefix key. (terminal-map): Bind ESC to terminal-meta-map. (te-more-break-unread): Handle non-char as last-input-char. (te-filter): Delete code that worked with meta-flag. (terminal-emulator): Don't look at meta-flag. (terminal-mode): Don't make meta-flag local. (te-stty-string): Quote the args that have ^. Add pass8. Changes that esr made in the previous version but didn't describe in detail: Some defvars moved. Defvars added for many variables. (te-stty-string): Specify the characters explicitly--not `stty dec'.
* I started to clean this up and make it work under System V, until I hit a wall.Eric S. Raymond1993-04-261-7/+20
| | | | | | | Discussion with Jim Blandy reveals that it can no longer be made to work properly at all due to changes in Emacs's terminal-control interface. So it's getting deep-sixed, but these cleanups go in on the outside chance that we want to revive it someday.
* Add or correct keywordsEric S. Raymond1993-03-181-0/+1
|
* (te-escape-extended-command-unread): Handle any key sequence.Richard M. Stallman1993-03-061-1/+1
|
* JimB's changes since January 18thJim Blandy1993-01-261-1/+1
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * terminal.el (te-escape-extended-command-unread): Same.