summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2005-05-161-4/+4
|
* (compilation-setup): Set local value ofNick Roberts2005-05-161-9/+17
| | | | | | | overlay-arrow-string to "" always. (compilation-set-window): Left fringe then don't scroll. No left fringe then no arrow and scroll message to top. (compilation-context-lines): Adjust doc string accordingly.
* (left-fringe-p): New function.Nick Roberts2005-05-151-0/+3
|
* *** empty log message ***Nick Roberts2005-05-151-0/+10
|
* (ido-magic-forward-char, ido-magic-backward-char)Kim F. Storm2005-05-151-7/+70
| | | | | | | | | (ido-magic-delete-char): New commands for C-f, C-b, C-d. (ido-wide-find-dir-or-delete-dir): New command for M-d. (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands. (ido-read-file-name): Handle commands with ido property value equal to find-file as reading a file name, to allow C-d to enter dired. (ibuffer-find-file): Add ido property with value find-file.
* *** empty log message ***Kim F. Storm2005-05-151-0/+10
|
* (copyright-fix-years): Match properly if the first year is 2-digit.Richard M. Stallman2005-05-152-2/+19
| | | | Don't mess up the whitespace after the years by filling.
* (dired-mark-confirm):Richard M. Stallman2005-05-151-1/+4
| | | | Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
* (dired-map-over-marks): New arg distinguish-one-marked.Richard M. Stallman2005-05-151-11/+31
| | | | | (dired-get-marked-files): New arg distinguish-one-marked. (dired-mark-pop-up): Handle FILES = (t FILE) specially.
* (open-network-stream-nowait): Remove.Kim F. Storm2005-05-151-57/+6
| | | | (open-network-stream-server): Remove.
* *** empty log message ***Kim F. Storm2005-05-151-0/+5
|
* *** empty log message ***Richard M. Stallman2005-05-151-0/+9
|
* (lisp-mode-variables): Set font-lock-comment-start-skip.Richard M. Stallman2005-05-151-0/+3
|
* (font-lock-comment-start-skip): New variable.Richard M. Stallman2005-05-151-4/+13
| | | | | (font-lock-comment-end-skip): New variable. (font-lock-fontify-syntactically-region): Use them if non-nil.
* *** empty log message ***Jay Belanger2005-05-151-0/+11
|
* (calc-store-value): Return a string rather than display it as a message.Jay Belanger2005-05-151-49/+72
| | | | | | | | Use calc-var-name for variable name. (calc-store-into): Add the result of calc-store-value to message. (calc-copy-variable): Add a message. (calc-store-exchange): Improve error messages. (calc-store-binary, calc-store-map): Don't reset the values of special constants.
* *** empty log message ***Luc Teirlinck2005-05-141-0/+14
|
* (define-derived-mode): Add link to Elisp manual to docstring.Luc Teirlinck2005-05-141-1/+3
|
* Fix encoding.Andreas Schwab2005-05-141-1/+1
|
* (hack-local-variables-confirm): Add STRING argument.Luc Teirlinck2005-05-141-6/+11
| | | | | | Make the function handle non file visiting buffers correctly. (hack-local-variables-prop-line, hack-local-variables) (hack-one-local-variable): Use STRING arg of `hack-local-variables-confirm'.
* Sync with Tramp 2.0.49.Michael Albinus2005-05-143-34/+121
|
* *** empty log message ***Richard M. Stallman2005-05-141-0/+2
|
* (eshell-find-tag): Use with-no-warnings.Richard M. Stallman2005-05-141-1/+2
|
* (symbol-file): Doc fix.Richard M. Stallman2005-05-142-1/+4
|
* (define-ibuffer-filter filename): If `dired-directory' is a list, use its car.John Paul Wallington2005-05-142-1/+13
|
* (define-ibuffer-column filename): If `dired-directory' is a list, use its car.John Paul Wallington2005-05-141-1/+3
| | | | From: Daniel Brockman <daniel@brockman.se> (tiny change)
* (byte-compile-nogroup-warn): New function.Richard M. Stallman2005-05-142-5/+25
| | | | | (byte-compile-form): Call byte-compile-nogroup-warn. (byte-compile-warning-types): Doc fix.
* (c-literal-faces): Add font-lock-comment-delimiter-face.Richard M. Stallman2005-05-142-1/+27
|
* (dig): Use with-no-warnings.Richard M. Stallman2005-05-141-1/+2
|
* (sc-cite-frame-alist, sc-uncite-frame-alist)Richard M. Stallman2005-05-141-0/+8
| | | | | | | (sc-recite-frame-alist, sc-default-cite-frame) (sc-default-uncite-frame, sc-default-recite-frame) (sc-attrib-selection-list, sc-rewrite-header-list): Mark as risky-local-variable.
* (ogonek-jak, ogonek-how): Don't use beginning-of-buffer.Richard M. Stallman2005-05-141-2/+2
|
* (eldoc-documentation-function): Add autoload.Richard M. Stallman2005-05-141-0/+1
|
* (solar-data-list): Move definition up.Richard M. Stallman2005-05-141-42/+42
|
* (dnd-protocol-alist): Add autoload.Richard M. Stallman2005-05-141-0/+1
|
* More doc usage fixes.Richard M. Stallman2005-05-141-4/+4
|
* Many doc usage fixes.Richard M. Stallman2005-05-141-30/+30
| | | | (sh-indent-after-do): Change default to match common styles.
* (interpreter-mode-alist, auto-mode-interpreter-regexp): Doc fixes.Luc Teirlinck2005-05-141-8/+7
|
* *** empty log message ***Luc Teirlinck2005-05-141-0/+5
|
* *** empty log message ***Nick Roberts2005-05-131-0/+7
|
* (tmm-get-keymap): Include only active menus and menu items.Nick Roberts2005-05-131-1/+4
|
* (easy-menu-define): Doc fixes.Nick Roberts2005-05-131-3/+3
|
* * dired.el (dired-mode): make-variable-buffer-local =>Jan Djärv2005-05-132-1/+6
| | | | make-local-variable
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-0/+6
|
* (mac-select-convert-to-string): Try codingYAMAMOTO Mitsuharu2005-05-131-0/+7
| | | | | systems in mac-script-code-coding-systems if specified one cannot encode string for `com.apple.traditional-mac-plain-text'.
* (auto-mode-alist, interpreter-mode-alist): Set up the new variants of ↵Daniel Pfeiffer2005-05-132-4/+33
| | | | makefile-mode.
* (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): New ↵Daniel Pfeiffer2005-05-131-84/+307
| | | | | | | | | | | | | | | | | | | | | faces. (makefile-dependency-regex): Fix it to not make the colon in $(var:a=b) special. (makefile-rule-action-regex): New regexp for highlighting embedded Shell strings. (makefile-macroassign-regex): Handle != for highlighting as embedded Shell strings. (makefile-var-use-regex): New const. (makefile-statements, makefile-automake-statements) (makefile-gmake-statements, makefile-makepp-statements) (makefile-bsdmake-statements): New consts. (makefile-make-font-lock-keywords): New function. (makefile-automake-font-lock-keywords) (makefile-gmake-font-lock-keywords) (makefile-makepp-font-lock-keywords) (makefile-bsdmake-font-lock-keywords): New consts. (makefile-mode-map): Add switchers between the various submodes. (makefile-mode): Document the availability of the variants. (makefile-automake-mode, makefile-gmake-mode) (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
* Fix copyrights.Kenichi Handa2005-05-1328-56/+96
|
* (font-lock-comment-delimiter-face): Fix up the inheritance.Stefan Monnier2005-05-132-0/+13
|
* (inferior-lisp-mode-hook, inferior-lisp-load-hook): Convert defcustomsLuc Teirlinck2005-05-131-8/+4
| | | | back to defvars.
* *** empty log message ***Luc Teirlinck2005-05-131-0/+3
|