summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-arch-diff): Add optional `buffer' arg.Stefan Monnier2004-05-281-2/+2
|
* *** empty log message ***Stefan Monnier2004-05-281-0/+2
|
* (with-selected-window): Only save/restore the selectd window.Stefan Monnier2004-05-281-10/+1
|
* *** empty log message ***Juri Linkov2004-05-281-0/+31
|
* *** empty log message ***Stefan Monnier2004-05-281-23/+28
|
* (insert-pair-alist): New var.Juri Linkov2004-05-281-26/+67
| | | | | | | (insert-pair): Make arguments optional. Find character pair from `insert-pair-alist' according to the last input event. (insert-parentheses): Make arguments optional. (raise-sexp, delete-pair): New funs.
* (compilation-error-regexp-alist): Use expand-file-name and data-directory.Stefan Monnier2004-05-281-1/+1
|
* * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.Juri Linkov2004-05-281-3/+18
| | | | | | | (emacs-lisp-mode-map, lisp-interaction-mode-map): Bind C-M-q to `indent-pp-sexp'. (eval-last-sexp-print-value): Print additionally the value returned by `eval-expression-print-format'.
* (grep-tree): Rework previous fix.Stefan Monnier2004-05-281-3/+2
|
* (mouse-set-region-1): Use temporary transient-mark-modeStefan Monnier2004-05-281-0/+2
| | | | after the user marked text with the mouse.
* (pp-buffer): New fun created from the code inJuri Linkov2004-05-281-25/+31
| | | | | | `pp-to-string' modified to be able to format text with newlines. (pp-to-string): Move the buffer-formatting part of the code to `pp-buffer'. Call `pp-buffer'.
* (command-line): Keep the first regexp of auto-save-file-name-transforms intact.Stefan Monnier2004-05-281-2/+2
|
* * emacs-lisp/edebug.el (edebug-compute-previous-result)Juri Linkov2004-05-281-3/+3
| | | | | (edebug-eval-expression): Print additionally the value returned by `eval-expression-print-format'.
* (eval-expression-print-format): New fun.Juri Linkov2004-05-281-1/+21
| | | | | (eval-expression): Print additionally the value returned by `eval-expression-print-format'.
* (Info-desktop-buffer-misc-data): Don't save informationJuri Linkov2004-05-281-1/+5
| | | | | | | about virtual files. (Info-restore-desktop-buffer): Restore Info buffers in prepared buffers with names obtained from the desktop file instead of the default *info* buffer.
* (artist-last, artist-remove-nulls): Simplify.Juanma Barranquero2004-05-282-29/+49
| | | | | | | | (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height): Make arguments match their use in docstring. (artist-draw-region-trim-line-endings, (artist-mouse-choose-operation): Fix typo in docstring. (artist-key-set-point-common): Doc fix.
* (w32-using-nt, w32-shell-dos-semantics, set-w32-system-coding-system):Juanma Barranquero2004-05-281-5/+6
| | | | Doc fixes.
* (cvs-butlast, cvs-nbutlast): Remove (`butlast' and `nbutlast' are inJuanma Barranquero2004-05-281-18/+1
| | | | subr.el).
* (cvs-tree-merge, cvs-tags->tree): Use `butlast', not `cvs-butlast'.Juanma Barranquero2004-05-281-3/+3
|
* (customize-face, customize-face-other-window, custom-face-edit-delete):Juanma Barranquero2004-05-281-9/+9
| | | | | | Make arguments match their use in docstring. (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in docstring.
* *** empty log message ***Simon Josefsson2004-05-281-0/+5
|
* (smtpmail-open-stream): BindSimon Josefsson2004-05-281-1/+8
| | | | starttls-extra-arguments too, if starttls.el uses GNUTLS.
* *** empty log message ***Simon Josefsson2004-05-281-0/+14
|
* starttls.el: Merge with my GNUTLS based starttls.el.Simon Josefsson2004-05-281-12/+222
| | | | | | | | | | | | | (starttls-gnutls-program, starttls-use-gnutls) (starttls-extra-arguments, starttls-process-connection-type) (starttls-connect, starttls-failure, starttls-success): New variables. (starttls-program, starttls-extra-args): Doc fix. (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New functions. (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' and pass on to corresponding *-gnutls function if it is set.
* *** empty log message ***Luc Teirlinck2004-05-281-0/+5
|
* (auto-revert-handler): Disable auto-reverting of remote files.Luc Teirlinck2004-05-271-0/+1
|
* * files.el (file-name-non-special): There are more operationsMichael Albinus2004-05-272-4/+29
| | | | | | | which need handling: `find-backup-file-name', `insert-file-contents', `verify-visited-file-modtime', `write-region'. Rename t value of method to `add'. Add new methods `quote' and `unquote-then-quote' to file-arg-indices.
* *** empty log message ***Juri Linkov2004-05-251-0/+13
|
* (Info-toc): Call Info-mode on intermediate buffer.Juri Linkov2004-05-251-61/+87
| | | | | | | | | | | | (Info-index-nodes): Enclose code in condition-case to catch errors. (Info-index-node): Don't search all index nodes if request is only for the current node and file is not in the cache of index nodes. (Info-mode-map): Bind Info-copy-current-node-name to `w' for consistency with dired-copy-filename-as-kill. Bind `S' to Info-search-case-sensitively. (Info-copy-current-node-name): New arg. With zero prefix arg put the name inside a function call to `info'. Display copied text in the echo area.
* (lisp-find-tag-default): Strip the package prefix from the symbol name, if any.Sam Steingold2004-05-252-1/+15
| | | | Make it the `find-tag-default-function' for `lisp-mode'.
* (gs-load-image): Use `set-process-query-on-exit-flag' instead ofJohn Paul Wallington2004-05-252-2/+10
| | | | obsolete `process-kill-without-query'.
* (texinfo-indexvar-alist): Declare as variable instead of constant.John Paul Wallington2004-05-251-1/+1
|
* (find-file-noselect-1): Fix bug introduced by Revision 1.694.Luc Teirlinck2004-05-252-29/+42
| | | | | | | As a side effect, `inhibit-read-only' is again, by default, t during execution of `find-file-not-found-functions'. (insert-directory): Check that lines were really inserted by the --dired switch, before erasing them.
* (gdb-var-update, gdb-var-update-handler, gdb-var-delete)Nick Roberts2004-05-241-8/+23
| | | | | (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for gud-minor-mode (gdbmi).
* *** empty log message ***Nick Roberts2004-05-241-1/+4
|
* (gdb-breakpoints-mode, gdb-frames-mode)Nick Roberts2004-05-241-3/+3
| | | | (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
* *** empty log message ***Nick Roberts2004-05-241-0/+5
|
* (browse-url-interactive-arg): Enable user to explicitly select the text toJuanma Barranquero2004-05-232-5/+18
| | | | be taken as URL.
* (next-error-find-buffer): Add a rule to return next-error capable bufferJuri Linkov2004-05-232-28/+84
| | | | if one window on the selected frame displays such buffer.
* (describe-property-list): Add [show] button forJuri Linkov2004-05-231-4/+13
| | | | | | `syntax-table' property with action to pp to a separate buffer. (describe-char): Replace search-forward by re-search-forward with whitespace regexp after "character:" to not fail in too narrow windows.
* (change-log-font-lock-keywords): Remove `:' fromJuri Linkov2004-05-231-4/+4
| | | | regexps for function and variable names.
* (texinfo-print-index): Print index line numbers in the new Texinfo 4.7 format.Juri Linkov2004-05-231-1/+1
|
* (Info-index-nodes): New var and fun.Juri Linkov2004-05-231-78/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | (Info-goto-index, Info-index, info-apropos) (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes. (Info-index): Fix docstring. Store and restore Info-history-list. (Info-complete-nodes): New var. (Info-complete-menu-item): Use it. (Info-index-node): New fun. (Info-final-node, Info-forward-node, Info-backward-node) (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node): Use Info-index-node. (Info-extract-menu-item, Info-extract-menu-counting): Set second arg of `Info-extract-menu-node-name' to non-nil for index nodes. (Info-find-node-2): If a node with period in its name not found, try to find a node without the name part after period. (Info-select-node): Call Info-fontify-node only if Info-fontify-maximum-menu-size is not nil. (info-apropos): Set Info-fontify-maximum-menu-size to nil. (Info-find-emacs-command-nodes, Info-goto-emacs-command-node): Preserve Info-history-list. (Info-toc): Set Info-current-file. (Info-build-toc): Move point to the beginning of the buffer. Add main-file variable. (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos): Use backslashed representation of the control character ^_.
* (gud-menu-map, gud-speedbar-menu-items)Nick Roberts2004-05-231-27/+31
| | | | | | | | (gud-speedbar-buttons, gud-sentinel, gud-display-line) (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for a new mode. The file (gdb-mi.el) for this mode will be included with the GDB distribution (6.2 onwards) and will use GDB/MI as its primary interface.
* (gdb-server-prefix): New variable.Nick Roberts2004-05-231-126/+116
| | | | | | | | | | | | | | | | | | | | | | | | (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode) (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint) (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer) (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle new value for gud-minor-mode (gdbmi). (gdb-buffer-type, gdb-input-queue, gdb-prompting) (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change from local to global gdb variable set. (gdb-ann3): Initialise above gdb variable set. (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input) (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt) (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin) (gdb-stopped, gdb-post-prompt, gdb-concat-output) (def-gdb-auto-update-trigger, def-gdb-auto-update-handler) (gdb-info-locals-handler, gdb-invalidate-assembler) (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable set as global variables. (gdb-get-create-buffer): Don't make gud-comint buffer-local. Handle gdbmi. (gdb-info-breakpoints-custom): Fix regexp. (def-gdb-var): Delete.
* *** empty log message ***Nick Roberts2004-05-231-0/+32
|
* (grep-tree): Ensure that DIR argument isJesper Harder2004-05-232-1/+7
| | | | interpreted as a directory.
* *** empty log message ***Richard M. Stallman2004-05-221-0/+10
|
* (sentence-end): Match unicode curly quotes as a close quote.Richard M. Stallman2004-05-221-1/+1
|
* Maintained by FSF.Richard M. Stallman2004-05-221-0/+1
|