aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now defines [window] in menu-bar-ediff-menu.Michael Kifer1995-10-141-1/+9
|
* (vip-set-hooks): Use view-mode-hook in emacs and viewMichael Kifer1995-10-141-134/+115
| | | | | | | | | | | hook in xemacs. (vip-read-string-with-history): minibuffer-setup-hook no longer waits for the user to type, if there are unread events. Added (vip-leave-region-active) to all simple movement commands. Harnessed view-minor-mode. Viper now understands syntactic tables. (vip-read-string-with-history,vip-search): won't pause inside macros any more.
* (vip-leave-region-active): new function.Michael Kifer1995-10-141-0/+148
|
* * viper-mous.el (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-10-141-66/+36
|
* (vip-record-kbd-macro): correctly escapes `.' and `[' now.Michael Kifer1995-10-141-1/+11
|
* (ex-write): uses better defaults.Michael Kifer1995-10-141-6/+17
|
* (variable-at-point, function-called-at-point):Richard M. Stallman1995-10-141-16/+24
| | | | Switch temporarily to emacs-lisp-mode-syntax-table.
* Initial revisionRichard M. Stallman1995-10-132-0/+821
|
* (hippie-expand): Removed bug - don't undo from another buffer.Richard M. Stallman1995-10-131-169/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (he-reset-string): Removed bug - don't move markers. (he-capitalize-first): New function, defining new "case". (he-transfer-case): New function. (he-transfer-case-ok): Function removed. (he-substitute-string,he-ordinary-case-p,he-string-member): Use the new functions above, for the new case handling. (he-file-name-chars): New variable. (he-file-name-beg): Use `he-file-name-chars'. (he-file-name-nondirectory,he-file-name-directory, he-file-directory-p,he-concat-directory-file-name): New functions to handle VMS and PC filename formats more accurately. (try-complete-file-name,try-complete-file-name-partially): Use the new functions above. (try-expand-line-all-buffers,try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use `case-fold-search' from the original buffer. (he-line-beg): Removed bug that made point move. (try-expand-all-abbrevs): Check that abbrev tables exist before use. (try-expand-dabbrev-visible): New try function. (he-search-window): New variable used by `try-expand-dabbrev-visible'. (he-dab-search-regexp): Function removed. (he-dab-search): Renamed to `he-dabbrev-search'. (he-dabbrev-search): Find only whole matching symbols. (he-dabbrev-skip-space): New variable. (he-dabbrev-beg): Use `he-dabbrev-skip-space'. (try-expand-dabbrev-from-kill,he-dabbrev-kill-search): New try function, with requisites. (try-expand-whole-kill,he-whole-kill-search,he-kill-beg): New try function, with requisites. (he-search-loc2): New variable, used by `try-expand-whole-kill' and `try-expand-dabbrev-from-kill'. (hippie-expand-try-functions-list): Added the try functions `try-complete-file-name-partially', `try-expand-dabbrev-from-kill' and `try-complete-lisp-symbol-partially'. (Several functions): Adjusted and corrected use of `he-tried-table'.
* Minor fixes.Edward M. Reingold1995-10-131-6/+5
|
* Handle aliases dead-acute,...Richard M. Stallman1995-10-121-0/+16
|
* (display-table-slot, set-display-table-slot):Richard M. Stallman1995-10-121-45/+23
| | | | | | | | | | Get slot number from a property of its name. Eliminate the type-checking. (make-display-table): Call make-char-table the new way. (describe-display-table): Use slot names to access slots. (display-table): Give it the char-table-extra-slots property. (display-table-char-p, display-table-vector-p): Functions deleted. (display-table-slot-name-alist): Variable deleted.
* (variable-at-point, function-called-at-point): Fix revious changes.Richard M. Stallman1995-10-121-6/+8
|
* Initial revisionEdward M. Reingold1995-10-121-0/+1603
|
* Added menu items for cal-tex.el (a new file).Edward M. Reingold1995-10-121-0/+139
|
* Added key definitions and autoloads for cal-tex.el (a new file).Edward M. Reingold1995-10-121-14/+75
|
* (mail-strip-quoted-names): Preserve white spaceRichard M. Stallman1995-10-111-1/+1
| | | | after comma when stripping text outside of <> delims.
* (gud-filter): Move the gud-display-frame callRichard M. Stallman1995-10-111-12/+18
| | | | | outside of the save-excursion. New var process-window controls which window to do it in.
* (make-syntax-table): Use nil for "inherit".Richard M. Stallman1995-10-111-4/+4
|
* (find-alternate-file-other-window): New function.Richard M. Stallman1995-10-111-0/+20
|
* Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:Michael Kifer1995-10-111-3/+0
| | | | menu-bar-ediff-menu is not defined yet.
* (adaptive-fill-function): Change defun to defvar.Richard M. Stallman1995-10-111-1/+1
|
* (next-completion): Specify the LIMIT arg when searching for text properties.Richard M. Stallman1995-10-111-7/+10
|
* (function-called-at-point, variable-at-point):Richard M. Stallman1995-10-101-2/+6
| | | | Don't back up if we start at the beginning of a symbol.
* Doc fixes.Richard M. Stallman1995-10-091-4/+16
|
* (view-highlight-face): New variable.Richard M. Stallman1995-10-091-2/+7
| | | | (view-search): Use that variable.
* (tags-table-check-computed-list): Map tags-expand-table-name over lists ofRoland McGrath1995-10-091-2/+3
| | | | included tables.
* New implementation with char-tables.Erik Naggum1995-10-091-37/+79
|
* Initial revisionRichard M. Stallman1995-10-091-0/+145
|
* (mail-abbrev-syntax-table): Use `equal' instead of `=', in case eltsNoah Friedman1995-10-091-1/+1
| | | | of syntax table are lists, not integers.
* (ada-gen-treat-proc): Bind `procname' and `functype'.Erik Naggum1995-10-091-1/+1
|
* (view-exit): Delete view-overlay only if it exists.Erik Naggum1995-10-081-1/+1
|
* (server-start): Try both full hostname and shortenedRichard M. Stallman1995-10-081-3/+12
| | | | hostname when deleting the socket file.
* (desktop-outvar): Support truncation.Richard M. Stallman1995-10-081-10/+26
| | | | (desktop-globals-to-save): Doc fix.
* (command-line): Init user-mail-address here, after reading init file.Richard M. Stallman1995-10-081-3/+6
| | | | (normal-top-level): Not here.
* (byte-compile-from-buffer): Bind print-level.Richard M. Stallman1995-10-061-0/+1
|
* (newline): Call barf-if-buffer-read-only.Richard M. Stallman1995-10-061-0/+1
|
* Fix typo calling iso-accents-customize.Richard M. Stallman1995-10-061-2/+4
| | | | (iso-accents-compose): If this-command is non-nil, do prompt.
* Added (load "ediff-hook") after loading vc-hook.Michael Kifer1995-10-061-0/+1
|
* (ediff-files,ediff-merge-files): better file-name defaults.Michael Kifer1995-10-061-909/+522
| | | | | | | | | (ediff-split-string): new function. (ediff-exec-process): now handles diff args separated by space. (ediff-backup-extension): new variable. Replaced -hooks with -hook. (ediff-revision-key): variable deleted. Moved menubar definitions to a new file, ediff-hook.el
* (ediff-make-frame-position): fixed bugs.Michael Kifer1995-10-061-73/+138
| | | | (ediff-control-frame-parameters): fixed defaults.
* (ediff-toggle-read-only,ediff-read-file-name):Michael Kifer1995-10-061-324/+608
| | | | | | | replaced abbreviate-file-name with ediff-abbreviate-file-name. (ediff-documentation): bug fix. (ediff-setup,ediff-really-quit): modified to work with Ediff session groups. (ediff-quit,ediff-really-quit): now ask if the user wants to delete buffers.
* Initial revisionMichael Kifer1995-10-062-0/+1688
|
* *** empty log message ***Michael Kifer1995-10-061-1/+1
|
* (ediff-abbreviate-file-name): function modified.Michael Kifer1995-10-061-313/+601
| | | | | | | (ediff-truncate-string-left): new function. (ediff-strip-last-dir,ediff-key-press-event-p,ediff-event-point, ediff-event-buffer): new functions. (ediff-frame-has-menubar,ediff-protect-meta-chars): functions deleted.
* (ediff-setup-diff-regions,ediff-setup-diff-regions3,Michael Kifer1995-10-061-199/+213
| | | | | | | ediff-setup-fine-diff-regions): functions modified. (ediff-shell-command,ediff-shell-command-sentinel, ediff-shell-command-filter): deleted. (ediff-exec-process,ediff-process-sentinel,ediff-process-filter): new.
* (appt-disp-window): Call raise-frame.Richard M. Stallman1995-10-051-0/+1
|
* Fix typo in prev change.Richard M. Stallman1995-10-051-1/+1
|
* (View-search-regexp-forward, View-search-regexp-backward):Richard M. Stallman1995-10-051-5/+14
| | | | | | | If arg is empty, use view-last-regexp. (view-overlay): New variable, local in all buffers. (view-search): Highlight the match using view-overlay. (view-exit): Delete view-overlay.
* (gnus-summary-save-in-mail): Use mail-file-babyl-p.Richard M. Stallman1995-10-041-1/+1
|