aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Finsert_file_contents): When handling REPLACE,Richard M. Stallman1997-04-021-55/+77
| | | | | first try comparing block by block; if we discover a need for nontrivial code conversion, give up and try convert-whole-file method.
* (skip_chars): Make `c' an unsigned int.Richard M. Stallman1997-04-021-1/+1
|
* Added a lot of new faces, they all start withRichard M. Stallman1997-04-021-148/+922
| | | | | | | | | | | | | | | | | | | | | | | term- and follow a simple lexicographical convention. Note that each change is commented: just search for -mm in the source. (term-char-mode): Added all the "grey-keys" to term-raw-map. (term-send-up): Similar, decided to go for the more xterm-like \eOA bindings in place of the previous \e[A. (term-buffer-maximum-size): New variable. (term-mode): Added some make-local: now term-buffer-maximum-size, ange-ftp-default-user/password/an-pwd. (term-emulate-terminal): Quite some modifications to allow multiple outstanding ANSI style commands: notably all the -previous-parameter stuff. Call term-handle-ansi-terminal-messages. (term-emulate-terminal): Added simple trimming function: at the end we simply check if the buffer is > term-buffer-maximum-size and cut it accordingly. (term-handle-colors-array): New function. (term-handle-ansi-terminal-messages): New function. (term-handle-ansi-escape): Modified to allow ANSI coloring (ansi-term): New function that creates multiple terminals. Put in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f was too awkward.
* (change_frame_size_1): Call Fset_window_buffer,Richard M. Stallman1997-04-021-0/+4
| | | | so that Vwindow_configuration_change_hook gets run.
* (Qwindow_configuration_change_hook): New variable.Richard M. Stallman1997-04-021-7/+48
| | | | | | | | | | | (Vwindow_configuration_change_hook): New variable. (syms_of_window): Initialize; set up Lisp var. (delete_window): New subroutine, from Fdelete_window. Most callers changed. (Fdelete_window): Call Vwindow_configuration_change_functions. (Fset_window_buffer, Fenlarge_window, Fshrink_window): Call the Vwindow_configuration_change_functions. (Fset_window_configuration): Likewise.
* (Coding Conventions): Node renamed from Style Tips.Richard M. Stallman1997-04-011-14/+19
| | | | | Xref the Major Mode Conventions and Minor Mode Conventions nodes. Other smaller changes in it.
* Add detailed listing for the Tips appendix.Richard M. Stallman1997-04-011-1/+10
| | | | Add an early duplicate menu item for Coding Conventions node.
* Document key binding conventions for major modes and minor modes.Richard M. Stallman1997-04-011-2/+25
|
* (grep-null-device): Move before first use.Richard M. Stallman1997-04-011-3/+3
|
* (set-variable): Suggest only valid user variable.Richard M. Stallman1997-04-011-1/+1
|
* (Fuser_variable_p): If not a symbol, return nil.Richard M. Stallman1997-04-011-0/+3
|
* (vc-checkin-hook): Doc fix.Richard M. Stallman1997-04-011-1/+13
| | | | | (vc-before-checkin-hook): New hook. (vc-start-entry): Use it.
* (Finsert_file_contents): Determine the character codingRichard M. Stallman1997-04-011-35/+198
| | | | | | | before we see if REPLACE can be handled. Do handle REPLACE even if code conversion is needed. (Fcopy_file): Fix previous change.
* (dired-copy-file): Handle file-date-error.Richard M. Stallman1997-04-011-1/+4
|
* (Fcopy_file): Use Qfile_date_error if can't set file date.Richard M. Stallman1997-04-011-2/+12
| | | | | (Qfile_date_error): New variable. (syms_of_fileio): Set it up.
* (hs-hide-block-at-point): Doc fix.Karl Heuer1997-03-311-1/+1
|
* (comint-delchar-or-maybe-eof): Check for null proc.Karl Heuer1997-03-311-2/+2
|
* (rmail-output-to-rmail-file):Richard M. Stallman1997-03-301-2/+2
| | | | Use find-buffer-visiting instead of get-file-buffer.
* (rmail-output-body): New command.Richard M. Stallman1997-03-301-0/+21
|
* (icon-mode-map): Added menus.Richard M. Stallman1997-03-301-9/+98
| | | | | | | | | | (icon-imenu-generic-expression): New variable to be used for imenu. (icon-mode): Added font-lock, imenu and hideshow support. (icon-font-lock-keywords-1, icon-font-lock-keywords-2): New constants for different level of font-lock fontification. (icon-font-lock-keywords): New variable. Default expression to be assigned to font-lock-keywords in `icon-mode'. (icon-forward-sexp-function): New function used as `forward-sexp' by hideshow.
* Added mouse-selection feature for bookmark list buffer.Richard M. Stallman1997-03-301-7/+47
| | | | | | | | | | | (bookmark-bmenu-other-window-with-mouse): New function. (bookmark-bmenu-mode-map): Bind mouse-2. (bookmark-bmenu-list, bookmark-insert-location, bookmark-bmenu-hide-filenames): Put text property on bookmarks. (bookmark-bmenu-show-filenames): Remove text property from white spaces generated by `move-to-column'. (bookmark-bmenu-bookmark): Use `buffer-substring-no-properties' instead of `buffer-substring'.
* (Faccessible_keymaps): When metizing, convert aRichard M. Stallman1997-03-301-3/+8
| | | | string to a vector. But don't metize a character that is part of PREFIX.
* (dabbrev--substitute-expansion):Richard M. Stallman1997-03-301-6/+12
| | | | | Change criterion for copying expansion's case pattern. Do this now if expansion case varies after the first char.
* (debug): Use save-excursion inside the binding of buffer-read-only.Richard M. Stallman1997-03-301-1/+3
|
* Minor doc fix.Richard M. Stallman1997-03-301-1/+1
|
* (sh-set-shell): If file has no #! line,Richard M. Stallman1997-03-301-1/+4
| | | | set the syntax table based on the default shell.
* (hs-show-all, hs-safety-is-job-n): Fix messages.Richard M. Stallman1997-03-291-156/+276
| | | | | | | | | | | | | | | | | | | | Changed to use overlays for hiding instead of selective display. Commented out the support for XEmacs because it doesn't support overlays. (hs-special-modes-alist): Added support for java-mode. (hs-minor-mode-hook): New variable. (hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func) (hs-block-start-regexp, hs-block-end-regexp) (hs-find-block-beginning): Doc string fixes. (hs-hide-comments-when-hiding-all): New variable. (hs-safety-is-job-n, hs-minor-mode, hs-flag-region): Use overlays for hiding. (hs-inside-single-line-comment-p, hs-discard-overlays) (hs-already-hidden-p): New internal functions. (hs-hide-block-at-point, hs-hide-initial-comment-block) (java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions. (hs-inside-comment-p, hs-hide-block) (hs-show-block): Added support for single line comments. (hs-hide-all): Added support for hiding comments.
* (make-auto-save-file-name): Replace both / and \Richard M. Stallman1997-03-291-1/+1
| | | | with sequences starting with %.
* Minor change.Richard M. Stallman1997-03-291-0/+0
|
* (make-auto-save-file-name): Replace both / and \Richard M. Stallman1997-03-291-14/+11
| | | | with sequences starting with %.
* (with-electric-help): Remove hook on exit.Richard M. Stallman1997-03-281-3/+12
| | | | (electric-help-exit): Add doc string. Remove hook before exit.
* (set-variable): Use user-variable-p. Clean up.Erik Naggum1997-03-281-9/+8
|
* (eldoc-idle-delay): Make defvar, not defconst.Noah Friedman1997-03-271-4/+4
| | | | | (eldoc-minor-mode-string): Make defvar, not defconst. (eldoc-argument-case): Make defvar, not defconst.
* Add copyright notice and distribution terms.Richard M. Stallman1997-03-271-0/+19
|
* (set-variable): Take default from `variable-at-point'.Richard M. Stallman1997-03-271-1/+9
|
* (uncompress-while-visiting): Handle .tgz files.Richard M. Stallman1997-03-261-2/+11
|
* (outline-discard-overlays): Fix the caseRichard M. Stallman1997-03-261-0/+16
| | | | | | where an overlay extends on both sides of the region. (outline-mark-subtree): New function. (outline-mode-prefix-map): Put outline-mark-subtree on C-c @.
* (outline-discard-overlays): Fix the caseRichard M. Stallman1997-03-261-1/+2
| | | | where an overlay extends on both sides of the region.
* (Fopen_network_stream): Use same socket for in and out.Richard M. Stallman1997-03-251-3/+1
|
* Initial revisionRichard M. Stallman1997-03-251-0/+2120
|
* (auto-mode-alist): Add .com element.Richard M. Stallman1997-03-251-0/+2
|
* (function-key-map): Define iso-lefttab.Richard M. Stallman1997-03-251-0/+1
|
* (mh-find-progs): When looking for mh-lib, constructRichard M. Stallman1997-03-251-9/+16
| | | | likely paths based on mh-progs rather than using a static list.
* (grep-program): New variable.Richard M. Stallman1997-03-241-3/+65
| | | | | | | | | | | (grep-command): Use it, and test whether it supports the -e option; fix doc string (last command is stored in history variable). (grep-null-device): Declare before grep-program and grep-command. (grep-find-use-xargs, grep-find-command, grep-find-history): New variables. (grep-find): New command. (grep): Only concatenate grep-null-device to COMMAND when it's not nil (to support grep-find).
* (m32r,mn10300): Add.Doug Evans1997-03-241-4/+4
|
* (makefile-backslash-align): New variable.Richard M. Stallman1997-03-241-44/+140
| | | | | | | | | | | (makefile-backslash-region): Re-imported from cc-mode; modified to handle makefile-backslash-align. (makefile-append-backslash, makefile-delete-backslash): Re-imported from cc-mode. (makefile-backslashify-current-line): Function deleted. (makefile-fill-paragraph): New function. (makefile-mode-map): Bind C-c C-c to comment-region. (makefile-mode): Set fill-paragraph to makefile-fill-paragraph.
* (set-screen-height): Doc fix.Richard M. Stallman1997-03-241-1/+1
|
* (Fbury_buffer): add missing semiErik Naggum1997-03-231-1/+1
|
* (rmail-forward): Don't do dash-quoting on the signature.Richard M. Stallman1997-03-231-1/+1
|
* (command-line-1): Initialize *scratch* withRichard M. Stallman1997-03-231-4/+8
| | | | text saying not to use it for creating a file.