summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Luc Teirlinck2003-12-241-4/+4
|
* *** empty log message ***Kenichi Handa2003-12-241-0/+10
|
* *** empty log message ***Luc Teirlinck2003-12-241-0/+3
|
* (ucs-set-table-for-input): IfKenichi Handa2003-12-241-0/+2
| | | | | translation-table-for-encode is a symbol, get its translation-table property.
* (set-default-coding-systems): CallKenichi Handa2003-12-241-0/+5
| | | | | ucs-set-table-for-input for all buffers that don't have local value of buffer-file-coding-system.
* (ffap-read-file-or-url): Eliminate reliance of the call toLuc Teirlinck2003-12-241-1/+1
| | | | `completing-read' on a recently fixed bug.
* *** empty log message ***Luc Teirlinck2003-12-241-0/+11
|
* (PC-is-complete-p): delete.Luc Teirlinck2003-12-231-17/+3
| | | | | (PC-do-completion): Replace all calls to `PC-is-complete-p' with calls to `test-completion'.
* (fringe-query-style): Suggest `?' in minibuffer prompt (instead ofLuc Teirlinck2003-12-231-1/+1
| | | | | | <SPACE>) to get the list of possible fringe modes. (<SPACE> only works if both `partial-completion-mode' and `completion-auto-help' are nil.)
* (gud-speedbar-buttons): Use speed-bar-edit-lineNick Roberts2003-12-231-6/+10
| | | | to edit values when there are no children.
* (gdba, gdb-assembler-mode): Call the mode "Machine" asNick Roberts2003-12-231-34/+65
| | | | | | | | | | | | | | | | | | | | a mode called "Assembler" already exists. (gdb-use-colon-colon-notation, gdb-show-changed-values): New options. (gud-watch): Use format option. Remove font properties from string. (gdb-var-create-handler, gdb-var-list-children-handler): Don't bother about properties as there are none. (gdb-var-create-handler, gdb-var-list-children-handler) (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler with two arguments. (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let speedbar show value changes with a different font. (gdb-edit-value): New defun. (gdb-clear-partial-output, gdb-clear-inferior-io) (def-gdb-auto-update-handler): Use erase-buffer. (gdb-frame-handler): Display watch expressions in FUNCTION::VARIABLE format if required.
* *** empty log message ***Nick Roberts2003-12-231-0/+24
|
* (Info-unescape-quotes, Info-split-parameter-string)John Paul Wallington2003-12-232-11/+15
| | | | (Info-goto-emacs-command-node): Doc fixes.
* *** empty log message ***Kenichi Handa2003-12-031-0/+18
|
* Register "microsoft-cp1251" in ctext-non-standard-encodings-alist.Kenichi Handa2003-12-031-1/+10
| | | | | ("Bulgarian"): Add ctext-non-standard-encodings. ("Belarusian"): Likewise.
* (compound-text-with-extensions): Change the type to 2 (iso-2022 base).Kenichi Handa2003-12-031-2/+6
|
* (ctext-non-standard-encodings-alist): Change the format.Kenichi Handa2003-12-031-116/+126
| | | | | | | | (ctext-non-standard-encodings): New variable. (ctext-post-read-conversion): Fully re-written. (ctext-non-standard-designations-alist): Delete it. (ctext-non-standard-encodings-table): New function. (ctext-pre-write-conversion): Fully re-written.
* 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>Per Abrahamsen2003-12-022-6/+28
| | | | | * cus-edit.el (custom-add-parent-links): Add documentation links for parent, if the item has none of its own.
* *** empty log message ***Richard M. Stallman2003-12-011-1/+11
|
* (dired-do-query-replace-regexp): Report files visited read-only.Richard M. Stallman2003-12-011-0/+100
| | | | | (dired-compare-directories): New command. (dired-file-set-difference, dired-files-attributes): New functions.
* Add arch taglinesMiles Bader2003-11-301-0/+1
|
* (tramp-chunksize): Extend docstring. Suggested byKai Großjohann2003-11-306-121/+150
| | | | | | | | | | Charles Curley <charlescurley@charlescurley.com>. (tramp-multi-connection-function-alist): Add ssht entry which adds "-e none -t -t" to the list of ssh args. Suggested by Adrian Aichner. (tramp-get-method-parameter): New function to retrieve a method parameter. This allows for omission of method parameters. Callers adjusted.
* *** empty log message ***Luc Teirlinck2003-11-301-2/+10
|
* (help-map): Bind `display-local-help' to `C-h .'.Luc Teirlinck2003-11-301-11/+14
| | | | | (help-for-help): Add `C-h .' to the listed Help options. Remove trailing whitespace.
* New file.Luc Teirlinck2003-11-301-0/+356
|
* Add edebug specs for macros `1value' and `noreturn'.Jonathan Yavner2003-11-302-0/+16
|
* Add macros `1value' and `noreturn'.Jonathan Yavner2003-11-301-0/+14
|
* Ensure that forms marked with `1value' actually always return the same value.Jonathan Yavner2003-11-301-21/+34
|
* (gud-watch, gdb-var-create-handler)Nick Roberts2003-11-291-8/+8
| | | | | | (gdb-var-list-children, gdb-var-list-children-handler) (gdb-var-update-handler, gdb-var-delete): Add server prefix to the gdb commands that use mi to keep them out of the command history.
* *** empty log message ***Nick Roberts2003-11-291-0/+7
|
* Add variable use-file-dialog to control use of file dialogs.Jan Djärv2003-11-292-0/+5
|
* (latex-mode): `tex-trailer' is not a regexp.Stefan Monnier2003-11-271-1/+1
|
* *** empty log message ***Kim F. Storm2003-11-271-0/+4
|
* (posn-object-x-y): New defun.Kim F. Storm2003-11-271-0/+6
|
* (number-sequence): Improve handling of floating point argumentsLuc Teirlinck2003-11-261-12/+33
| | | | (suggested by Kim Storm). Allow negative arguments.
* *** empty log message ***Luc Teirlinck2003-11-261-0/+5
|
* (makefile-font-lock-syntactic-keywords): Don't use `space' for \\\n.Stefan Monnier2003-11-261-3/+8
| | | | Be more selective as to which # are comment-starters.
* (standard-display-european-internal):Kenichi Handa2003-11-252-2/+9
| | | | Cancel the standard-display-table setting for ` and '.
* (cua--standard-movement-commands): Add forward-sentence and backward-sentence.Kim F. Storm2003-11-251-1/+3
|
* * ido.el (ido-use-filename-at-point, ido-use-url-at-point):Kim F. Storm2003-11-251-17/+66
| | | | | | | | | | | | | New defcustoms to add ffap-like functionality to ido. (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. (ido-no-final-slash): New defun. (ido-make-prompt, ido-file-internal, ido-toggle-vc) (ido-read-file-name): ): Toggle VC checking via vc-handled-backends instead of vc-master-templates. (ido-file-internal): Handle ido-use-url-at-point and ido-use-filename-at-point via code borrowed from ffap-guesser. Handle new ido-exit code ffap. (ido-sort-list): Ignore final slash when sorting file names.
* *** empty log message ***Kim F. Storm2003-11-251-0/+19
|
* (comment-normalize-vars): Initialize properly if comment-start was nil.Stefan Monnier2003-11-251-4/+4
|
* iswitchb-read-buffer: check that iswitchb-exit is not 'usefirst (setStephen Eglen2003-11-252-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when user presses RETURN to select buffer) before running: ;; This happens for example if the buffer was chosen with the mouse. (setq iswitchb-matches (list iswitchb-final-text))) iswitchb-exit-minibuffer: set iswitchb-exit to 'usefirst. These changes were made to fix the following bug reported by Markus Rost and John Wiegley: Evaluate: (progn (iswitchb-mode 1) (get-buffer-create "12") (get-buffer-create "1") (iswitchb-buffer)) You get prompted in the minibuffer. Type "1". The minibuffer shows iswitch 1{12,1} Hit RET. You find yourself in buffer "1" instead of "12", as you would expect from the documentation. This bug was introduced when iswitchb-read-buffer was updated to allow user to select items from the *Completions* buffer with the mouse.
* Resolve CVS conflictsMiles Bader2003-11-241-0/+1
|
* Remove grep-use-compilation-buffer defcustom.Kim F. Storm2003-11-232-9/+8
|
* *** empty log message ***Kim F. Storm2003-11-231-0/+46
|
* (grep-command, grep-use-null-device)Kim F. Storm2003-11-231-403/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (grep-find-command, grep-tree-command, grep-tree-files-aliases) (grep-tree-ignore-case, grep-tree-ignore-CVS-directories) (grep-regexp-alist, grep-program, find-program) (grep-find-use-xargs, grep-history, grep-find-history) (grep-process-setup, grep-compute-defaults) (grep-default-command, grep, grep-tag-default, grep-find) (grep-expand-command-macros, grep-tree-last-regexp) (grep-tree-last-files, grep-tree): Move grep variables, functions and commands to new file grep.el. (compilation-mode-map): Remove grep commands from Compile sub-menu. (compilation-process-setup-function): Doc fix. (compilation-highlight-regexp, compilation-highlight-overlay): New defvars used for highlighting current compile error in source buffer. (compile-internal): New optional args HIGHLIGHT-REGEXP and LOCAL-MAP which overrides compilation-highlight-regexp and compilation-mode-map for this compilation. Delay calling compilation-set-window-height until after running compilation-process-setup-function so it can buffer-local override compilation-window-height. Check buffer-local value of compilation-scroll-output. (compilation-set-window-height): Use buffer-local value of compilation-window-height. (compilation-revert-buffer): Don't pass (undefined) preserve-modes arg to revert-buffer. (next-error-no-select, previous-error-no-select): New commands. (compilation-goto-locus): Temporarily highlight current match in source buffer using compilation-highlight-regexp.
* * progmodes/grep.el: New file with grep code from compile.el.Kim F. Storm2003-11-231-0/+534
| | | | | | | | | | | | | | | | (grep): New defcustom group. (grep-window-height): New defcustom, like compilation-window-height. (grep-auto-highlight): New defcustom, like compile-auto-highlight. (grep-scroll-output): New defcustom, like compilation-scroll-output. (grep-command, grep-use-null-device, grep-find-command) (grep-tree-files-aliases, grep-tree-ignore-case) (grep-tree-ignore-CVS-directories): Move to grep custom group. (grep-setup-hook): New hook variable. (grep-mode-map): New keymap for grep commands. Add Grep menu. (grep-use-compilation-buffer): New defcustom. (grep-last-buffer): New defvar, override compilation-last-buffer. (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix. Call compile-internal with args highlight-regexp and grep-mode-map.
* (gdb-mouse-toggle-breakpoint): New defun.Kim F. Storm2003-11-231-0/+17
| | | | (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
* Bind mouse-1 on left-fringe and right-fringe to mouse-set-point soKim F. Storm2003-11-231-0/+4
| | | | | | | that hscroll still works now that clicks on fringes generate specific mouse events. (mouse-set-point): Note that it now works in fringes and margins too due to new semantics of posn-point in fringes and margins.