summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (read-quoted-char): Remember the input charRichard M. Stallman2003-04-031-20/+20
| | | | before translation thru function-key-map, and use that for unreading.
* (shadow-parse-fullname): Renamed from shadow-parse-fullpath.Richard M. Stallman2003-04-031-42/+42
| | | | | | | | | | | (shadow-parse-name): Renamed from shadow-parse-path. (shadow-make-fullname): Renamed from shadow-make-fullpath. (shadow-replace-name-component): Was shadow-replace-path-component. Callers of the above functions changed. (shadow-expand-cluster-in-file-name): Doc fix. (shadow-same-site, shadow-file-match): Doc fix. (shadow-define-literal-group): Doc fix.
* (kmacro-end-and-call-macro): Doc fix.Richard M. Stallman2003-04-031-1/+5
|
* (hexl-find-file): Ignore user's value of default-major-mode.Richard M. Stallman2003-04-031-1/+3
|
* (hack-local-variables-prop-line): New arg MODE-ONLY.Richard M. Stallman2003-04-031-27/+39
| | | | | (hack-local-variables): When MODE-ONLY is set, pass it along to hack-local-variables-prop-line.
* (delete-active-region): Don't explicitly deactivate mark.Richard M. Stallman2003-04-031-2/+0
|
* *** empty log message ***Juanma Barranquero2003-04-031-0/+2
|
* Require button.el.Juanma Barranquero2003-04-032-13/+49
| | | | | | (etags-tags-apropos): Use make-text-button instead of add-text-properties. Use snarf-tag-function and etags-goto-tag-location instead of find-tag-other-window (it's too simple).
* Fix previous change.Juanma Barranquero2003-04-031-4/+5
|
* (number-sequence): Shorten the code.Kenichi Handa2003-04-031-4/+3
|
* *** empty log message ***Kenichi Handa2003-04-031-0/+4
|
* (number-sequence): New function.Kenichi Handa2003-04-031-0/+16
|
* (fill-newline): Don't leave markers before the prefix.Stefan Monnier2003-04-031-3/+4
|
* (refill-fill-paragraph-at): Don't preserve the trailing space sinceStefan Monnier2003-04-021-2/+1
| | | | | fill.el doesn't remove it anymore. (refill-mode): Reset fill-paragraph-function even if it was nil.
* (fill-delete-newlines): Don't add a trailing space.Stefan Monnier2003-04-021-4/+1
|
* (fill-region-as-paragraph): Remove obsolete `save-restriction'.Stefan Monnier2003-04-021-66/+56
| | | | | Don't remove space at end of paragraph: it makes refill.el unusable. (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
* *** empty log message ***Juanma Barranquero2003-04-022-2/+7
|
* (sort-reorder-buffer): Fix saving of markers at the end of the sorted region.Juanma Barranquero2003-04-021-9/+6
|
* (woman-xref): Removed.Juanma Barranquero2003-04-022-23/+25
| | | | | (woman-mode): Use `Man-highlight-references' instead of `WoMan-highlight-references'. (WoMan-highlight-references): Removed.
* (toplevel): Require button.Juanma Barranquero2003-04-021-13/+104
| | | | | | | | | | | | | | | | (Man-header-file-path): New option. (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp) (Man-file-name-regexp, Man-normal-file-prefix-regexp, Man-header-regexp) (Man-normal-file-regexp): New variables. (Man-mode-map): Inherited from `button-buffer-map'. Don't define "\r" and mouse-2 directly. These key are defined in `button-buffer-map'. (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file): New buttons. `Man-xref-man-page' comes from woman.el. (man-follow-mouse): Removed. (Man-fontify-manpage): Use `Man-highlight-references' instead of calling `add-text-properties' directly. (Man-highlight-references, Man-highlight-references0): New functions. (Man-view-header-file): New function.
* (asm-calculate-indentation, asm-indent-line): New functions.Stefan Monnier2003-04-022-81/+119
| | | | | | | | | | | | | | (asm-mode): Use them in indent-line-function. Set tab-always-indent to nil to stay closer to previous tab behavior. Set comment-add. Remove space at end of comment-add. (asm-newline): Obsolete. Use newline-and-indent instead. (asm-mode-map): Remove TAB binding. (asm-code-level-empty-comment-pattern) (asm-flush-left-empty-comment-pattern) (asm-inline-empty-comment-pattern): Remove. (asm-comment): Use newcomment functions instead. (asm-colon): Don't tab if colon is not after a label. (asm-line-matches, asm-pop-comment-level): Remove.
* (top-level): Quote second arg toKai Großjohann2003-04-022-3/+8
| | | | `eval-after-load'.
* (scroll-bar-mode): Correctly specify `nil' choice.Miles Bader2003-04-022-2/+6
|
* (asm-mode-syntax-table): Setup entries that do not depend on asm-comment-char.Stefan Monnier2003-04-011-47/+31
| | | | | | | | | | (asm-mode-map): Declare and init at the same time. (asm-code-level-empty-comment-pattern) (asm-flush-left-empty-comment-pattern) (asm-inline-empty-comment-pattern): Use \s< so they do not depend on asm-comment-char. Turn them into constants. (asm-mode): Simplify. (asm-line-matches): Remove unused arg.
* *** empty log message ***Dave Love2003-04-011-0/+9
|
* Doc fixes.Dave Love2003-04-011-44/+76
| | | | | | | | (display-time-mail-face): Change :type and default to nil. (display-time-mail-icon): Use pbm, not xbm. (display-time-mail-string): New. (display-time-string-forms): Use display-time-mail-string. Add checks in display property.
* (indian-font-char-index-table): Fix theKenichi Handa2003-04-012-7/+12
| | | | order of CDAC fonts.
* *** empty log message ***Kim F. Storm2003-03-311-1/+9
|
* (reveal-post-command): Remove buggy debugging code.Stefan Monnier2003-03-311-8/+4
|
* (pop-global-mark-quick-repeat): Remove defcustom.Kim F. Storm2003-03-311-14/+3
| | | | | (set-mark-command): Unconditionally repeat pop-global-mark without C-x prefix. Fix doc.
* (cua-set-mark): Unconditionally repeatKim F. Storm2003-03-311-4/+5
| | | | pop-global-mark without C-x prefix. Fix doc.
* *** empty log message ***Nick Roberts2003-03-311-0/+5
|
* *** empty log message ***Juanma Barranquero2003-03-311-1/+16
|
* (gdb-inferior-io-mode): Remove Unix pathname for catNick Roberts2003-03-311-9/+3
| | | | so that it can run on NT also.
* (reveal-post-command): Better error handling and debugging.Stefan Monnier2003-03-311-3/+11
|
* (mode-line-major-mode-keymap): New variable.Juanma Barranquero2003-03-311-4/+22
| | | | | | | (mode-line-minor-mode-help): New function, bound to mode-line-minor-mode-keymap. (mode-line-modes): Split mode-line-mode definitions to mode-name, mode-line-process and minor-mode-alist. For mode-name, mode-line-major-mode-keymap is used.
* (describe-minor-mode, describe-minor-mode-from-indicator,Juanma Barranquero2003-03-311-0/+68
| | | | lookup-minor-mode-from-indicator): New functions.
* (asm-mode): Support skipping C lang style comments.Juanma Barranquero2003-03-311-1/+3
|
* (file-relative-name): Remove superfluous `and'.Kai Großjohann2003-03-312-23/+27
| | | | Clarify docstring. From Lars Hansen.
* (ccl-decode-mule-utf-16-le): Don't assume the signature bytes.Kenichi Handa2003-03-312-18/+19
| | | | | | (ccl-decode-mule-utf-16-be): Likewise. (ccl-encode-mule-utf-16-le): Don't produce the signature bytes. (ccl-encode-mule-utf-16-be): Likewise.
* (sh-mode): Add doc-specs for commands and variables.Juanma Barranquero2003-03-302-2/+52
|
* (utf-translate-cjk-mode): Minor mode,Kai Großjohann2003-03-292-51/+54
| | | | replaces variable utf-translate-cjk which must be set via Custom.
* (file-relative-name): If FILENAME and DIRECTORY are onKai Großjohann2003-03-292-27/+98
| | | | | | different drives (on DOS/Windows) or use different handlers, do like `expand-file-name' on FILENAME and return an absolute name. From Lars Hansen <larsh@math.ku.dk>.
* * tramp.el: Version 2.0.31 released.Kai Großjohann2003-03-294-53/+148
| | | | | | | | | | | | | | | | (tramp-handle-expand-file-name): Do not allow ".." to cross file handler boundaries, so that "/user@host:/../foo" expands to itself, rather than "/foo". This is intended to work in conjunction with a change in `file-relative-name' which makes sure to use absolute file names if FILE and DIRECTORY have different handlers. (tramp-handle-insert-directory): Comment out XEmacs kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, version of manual. * tramp.texi (Auto-save and Backup): New node.
* (with-category-table): Use `make-symbol' to avoid variable capture.John Paul Wallington2003-03-292-7/+23
| | | | | Set table within `unwind-protect'. Ensure table is restored in correct buffer. Add docstring. Basically, copy `with-syntax-table'.
* If system-type is not for Windows, prefer japanese-iso-8bit.Kenichi Handa2003-03-292-2/+7
|
* (iconify-or-deiconify-frame): Define for compatibility with packagesJuanma Barranquero2003-03-282-2/+28
| | | | that use it.
* (checkdoc-display-status-buffer): Fix docstring.Juanma Barranquero2003-03-281-20/+71
| | | | | | | | | | | (checkdoc-interactive, checkdoc-message-interactive): Make them perform spell checking when appropriate. (checkdoc-interactive-loop): Fix docstring and a few typos. (checkdoc-interactive-ispell-loop) (checkdoc-message-interactive-ispell-loop): New functions. (checkdoc-next-error): Fix docstring. (checkdoc-this-string-valid-engine): Fix typo. (checkdoc-ispell-docstring-engine): Do test for checkdoc-autofix-flag = nil.
* *** empty log message ***Jonathan Yavner2003-03-281-0/+6
|
* No error when marking functions whose body just returns a constant. HandleJonathan Yavner2003-03-281-15/+15
| | | | | screwy top-level macros that create functions and store them as properties of symbols. Support for CL's function* macro.