| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (completion-setup-function): Count completion-size | Eli Zaretskii | 2000-01-03 | 1 | -1/+1 |
| | | | | | from minibuffer-prompt-end, not from point-min. | ||||
| * | (choose-completion-string): In minibuffer, | Richard M. Stallman | 1999-12-31 | 1 | -3/+7 |
| | | | | | do not delete the prompt string. | ||||
| * | (what-cursor-position): Show "(composed)" if the | Kenichi Handa | 1999-12-15 | 1 | -16/+9 |
| | | | | | character is composed. | ||||
| * | (kill-region): Use the new `delete-and-extract-region' | Stefan Monnier | 1999-12-07 | 1 | -23/+6 |
| | | | | | rather than the undo log (which is incorrect with *-change-functions). | ||||
| * | (insert-buffer): Doc fix. | Gerd Moellmann | 1999-12-06 | 1 | -1/+4 |
| | | |||||
| * | (with-syntax-table): Don't switch buffers. | Gerd Moellmann | 1999-11-21 | 1 | -4/+5 |
| | | |||||
| * | (input-mode-8-bit): Fix the customization. | Dave Love | 1999-11-18 | 1 | -4/+7 |
| | | |||||
| * | (with-syntax-table): Save buffer explicitly instead of | Gerd Moellmann | 1999-11-17 | 1 | -7/+10 |
| | | | | | using save-excursion. | ||||
| * | (with-syntax-table): New. | Gerd Moellmann | 1999-11-16 | 1 | -0/+21 |
| | | |||||
| * | * simple.el (backward-delete-char-untabify): | Sam Steingold | 1999-11-15 | 1 | -27/+31 |
| | | | | | | backward-delete-char-untabify-method can be `all' now - to delete hungrily including newlines. | ||||
| * | (comment-region): Strip off white space at end of | Gerd Moellmann | 1999-11-05 | 1 | -5/+11 |
| | | | | | comment-start. | ||||
| * | (previous-matching-history-element) | Gerd Moellmann | 1999-11-04 | 1 | -2/+2 |
| | | | | | (next-history-element): Use delete-field instead of erase-field. | ||||
| * | (end-of-buffer): Use window-end to find the window end | Gerd Moellmann | 1999-11-01 | 1 | -11/+6 |
| | | | | | | instead of vertical-motion because this handles variable-height lines correctly. | ||||
| * | (input-mode-8-bit): New defcustom. | Dave Love | 1999-10-26 | 1 | -0/+15 |
| | | |||||
| * | (minibuffer-prompt-end): Return the position | Gerd Moellmann | 1999-10-17 | 1 | -6/+2 |
| | | | | | | after the prompt, not the position of that last character of the prompt. | ||||
| * | Doc fixes. | Gerd Moellmann | 1999-10-17 | 1 | -12/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | (previous-matching-history-element, next-history-element): Change to work correctly even if the point is in the prompt. (choose-completion-string): Likewise. (minibuffer-prompt-width): New function (compatibility with old subr). (line-move): Supply new ESCAPE-FROM-EDGE argument to constrain-to-field. (line-move): Use constrain-to-field to avoid moving into a prompt. (previous-complete-history-element): Clarify doc string. (next-complete-history-element): Likewise. Use field-beginning instead of point-min. (next-matching-history-element): Use field-beginning and erase-field instead of point-min and erase-buffer. (previous-matching-history-element): Get the minibuffer input with field-string instead of buffer-string. (choose-completion-string): Likewise. (next-history-element): Likewise. Erase the minibuffer input with erase-field, not erase-buffer. Use field-beginning to find the beginning of the input. | ||||
| * | (shell-command, shell-command-on-region): use make-temp-file. | Stefan Monnier | 1999-10-13 | 1 | -2/+99 |
| | | | | | (clone-buffer, clone-process, clone-buffer-hook): new functions. | ||||
| * | (eval-expression-print-level): New variable. | Richard M. Stallman | 1999-09-14 | 1 | -3/+24 |
| | | | | | | | | (eval-expression-print-length): New variable. (eval-expression-debug-on-error): New variable. (eval-expression): Bind print-level, print-length and debug-on-error from those vars. | ||||
| * | (next-history-element): Use minibuffer-prompt-end once | Gerd Moellmann | 1999-09-02 | 1 | -3/+1 |
| | | | | | again. Remove test for minibuffer-prompt-in-buffer. | ||||
| * | (shell-command, shell-command-on-region): Use | Eli Zaretskii | 1999-09-02 | 1 | -5/+9 |
| | | | | | | | make-temp-name properly. Use small-temporary-file-directory if non-nil, otherwise temporary-file-directory, to generate temporary files. | ||||
| * | (kill-word): Undo previous change. | Gerd Moellmann | 1999-08-25 | 1 | -7/+4 |
| | | |||||
| * | (next-history-element): Use minibuffer-prompt-end. | Gerd Moellmann | 1999-08-21 | 1 | -4/+7 |
| | | | | | | Remove test for minibuffer-prompt-in-buffer. (kill-word): Don't move point into mini-buffer prompt. | ||||
| * | (assoc-ignore-case, assoc-ignore-representation): Moved to subr.el. | Karl Heuer | 1999-08-16 | 1 | -22/+0 |
| | | |||||
| * | Functions reordered. | Karl Heuer | 1999-08-16 | 1 | -265/+274 |
| | | |||||
| * | (hscroll-step, hscroll-point-visible, hscroll-window-column): Remove | Dave Love | 1999-08-10 | 1 | -106/+0 |
| | | | | | now we have the mentioned real horizontal autoscrolling. | ||||
| * | (shell-command-on-region): EXIT-STATUS can be a string. | Richard M. Stallman | 1999-08-01 | 1 | -1/+1 |
| | | |||||
| * | (next-history-element): Set point to the end of the | Gerd Moellmann | 1999-07-23 | 1 | -1/+3 |
| | | | | | prompt if minibuffer-prompt-in-buffer. | ||||
| * | (append-to-buffer, prepend-to-buffer, copy-to-buffer): Check for | Dave Love | 1999-07-20 | 1 | -6/+9 |
| | | | | | | | readonly buffer in interactive spec. (zap-to-char, kill-line, kill-region, comment-region, kill-word) (backward-kill-word): Add * to interactive spec. | ||||
| * | (sendmail-user-agent-compose): | Karl Heuer | 1999-06-12 | 1 | -1/+2 |
| | | | | | Ignore case when inserting the rest of the "other" headers. | ||||
| * | (shell-command): Avoid printing "mark set" message. | Karl Heuer | 1999-06-10 | 1 | -1/+1 |
| | | |||||
| * | (next-history-element): | Karl Heuer | 1999-06-04 | 1 | -2/+4 |
| | | | | | Handle minibuffer-text-before-history properly when reading sexps. | ||||
| * | (append-next-kill): Use an arg to distinguish | Karl Heuer | 1999-05-31 | 1 | -4/+6 |
| | | | | | interactive calls from Lisp calls, rather than (interactive-p). | ||||
| * | (zap-to-char): Doc fix. | Karl Heuer | 1999-05-29 | 1 | -0/+1 |
| | | |||||
| * | (indent-new-comment-line): Fix previous change. | Karl Heuer | 1999-04-26 | 1 | -4/+6 |
| | | |||||
| * | (shell-command-on-region): Cope with exit-status being | Andreas Schwab | 1999-03-27 | 1 | -1/+1 |
| | | | | | nil, which happens if call-process-region was interrupted. | ||||
| * | (indent-new-comment-line): Handle use at a point | Karl Heuer | 1999-03-26 | 1 | -2/+6 |
| | | | | | after a comment-end. Handle multiple comments. | ||||
| * | (what-cursor-position): Don't cause error when point | Kenichi Handa | 1999-03-22 | 1 | -15/+18 |
| | | | | | is at invalid multibyte sequence. | ||||
| * | (shell-command-default-error-buffer): Renamed from | Karl Heuer | 1999-03-01 | 1 | -42/+84 |
| | | | | | | | | | | | shell-command-on-region-default-error-buffer. (shell-command-on-region): Mention in echo area when there is some error output. Mention success or failure, too. Accumulate multiple error outputs going forward, with formfeed in between. Display the error buffer when we have put something in it. (shell-command): Add the ERROR-BUFFER argument feature. | ||||
| * | (shell-command-on-region): Don't go into the REPLACE = t | Richard M. Stallman | 1999-02-26 | 1 | -2/+1 |
| | | | | | case just because the current buffer is the output buffer. | ||||
| * | * simple.el (what-cursor-position): To show the character's | Kenichi Handa | 1999-02-25 | 1 | -60/+34 |
| | | | | | | encoding, use encoded-string-description instead of information of chaset-origin-alist. | ||||
| * | (what-cursor-position): charset-origin-alist property | Kenichi Handa | 1999-02-22 | 1 | -1/+14 |
| | | | | | | of a coding system may be a translation table or a symbol of which `translation-table' property is a translation table. | ||||
| * | (turn-on-auto-fill): Mark it as an option for `text-mode-hook'. | Richard M. Stallman | 1999-02-18 | 1 | -0/+1 |
| | | |||||
| * | (what-cursor-position): Don't use the variable | Kenichi Handa | 1999-02-12 | 1 | -23/+34 |
| | | | | | | charset-origin-alist, but use charset-origin-alist property of buffer-file-coding-system to decide external character set code. | ||||
| * | (shell-command-on-region): Return command's exit | Dave Love | 1999-01-23 | 1 | -16/+20 |
| | | | | | status. | ||||
| * | (shell-command-on-region-default-error-buffer): New var. | Richard M. Stallman | 1999-01-18 | 1 | -86/+96 |
| | | | | | | (shell-command-on-region): Use that variable as interactive value of ERROR-BUFFER argument. | ||||
| * | (join-line): New alias. | Dave Love | 1999-01-15 | 1 | -0/+2 |
| | | |||||
| * | (comment-region): Delete spaces only if we | Richard M. Stallman | 1999-01-08 | 1 | -3/+6 |
| | | | | | deleted a comment starter. | ||||
| * | (what-cursor-position): Fix previous change. | Richard M. Stallman | 1998-12-30 | 1 | -10/+10 |
| | | |||||
| * | (what-cursor-position): Print character encoding also. | Richard M. Stallman | 1998-12-27 | 1 | -30/+46 |
| | | |||||
| * | (comment-region): Handle comment-padding | Karl Heuer | 1998-12-14 | 1 | -15/+22 |
| | | | | | separately for insertion and for deletion, in the right way for each. | ||||