1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 16:52:40 -08:00
Commit graph

46292 commits

Author SHA1 Message Date
Stefan Monnier
79c117c0cd (refill-fill-paragraph-at): Undo last fix. 2003-04-04 21:01:44 +00:00
Stefan Monnier
ae3264647e (fill-paragraph): Don't skip prefix now that markers work right. 2003-04-04 20:57:54 +00:00
Stefan Monnier
51153542a5 (fill-delete-newlines): Remove trailing whitespace. 2003-04-04 20:56:10 +00:00
Juanma Barranquero
79e01623a7 (find-file-of-tag-noselect, find-file-of-tag): New helper functions.
(snarf-tag-function): Doc string is changed.  Explained about new optional
argument, `use-explicit'.
(etags-snarf-tag): Added one optional argument `use-explicit'.
(file-of-tag-function): Doc string is changed.  Explained about new optional
argument, `relative'.
(file-of-tag): Doc string is changed.  Explained about new optional argument,
`relative'.  Pass `relative' to `file-of-tag-function'.
(etags-file-of-tag): Added new argument `relative`.
(list-tags): Set `buffer-read-only' to t after making the major mode
apropos-mode.
(etags-list-tags): Used `make-text-button' instead of `add-text-properties'.
Used `snarf-tag-function', `goto-tag-location-function' and `find-file-of-tag'
instead of `find-tag-other-window' (it's too simple).
(find-tag-in-order): Used `find-file-of-tag-noselect' instead of `find-file'.
(etags-tags-apropos): Used `find-file-of-tag-noselect' instead of `find-file'.
Do not use `etags-goto-tag-location` directly; use `goto-tag-location-function'
instead.  Print relative file paths instead of complete ones in *Tags List*
buffer, so lines in the buffer become shorter.
(etags-tags-apropos-additional): Use `make-text-button' instead of
`add-text-properties'.
2003-04-04 20:02:58 +00:00
Stefan Monnier
a9b4949e2d *** empty log message *** 2003-04-04 17:24:46 +00:00
Andreas Schwab
49914e046a (tramp-send-string): Handle empty string. 2003-04-04 11:33:54 +00:00
Kenichi Handa
aa8b70aef5 (Fformat): Use a copy of FORMAT string so that we can
destructively change "%S" to "%s".
2003-04-04 10:47:26 +00:00
Richard M. Stallman
efc13f4638 (easy-menu-define): Don't make a defvar for nil.
(easy-menu-convert-item-1): Doc fix.
(easy-menu-change): Call easy-menu-create-menu.
2003-04-03 23:15:47 +00:00
Richard M. Stallman
c83256a09a (read-quoted-char): Remember the input char
before translation thru function-key-map, and use that for unreading.
2003-04-03 23:13:38 +00:00
Richard M. Stallman
5354cb6d88 (shadow-parse-fullname): Renamed from shadow-parse-fullpath.
(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.
2003-04-03 23:11:06 +00:00
Richard M. Stallman
4231e11f43 (kmacro-end-and-call-macro): Doc fix. 2003-04-03 23:01:45 +00:00
Richard M. Stallman
3db6aff67f (hexl-find-file): Ignore user's value of default-major-mode. 2003-04-03 23:01:12 +00:00
Richard M. Stallman
a0e74e7261 (hack-local-variables-prop-line): New arg MODE-ONLY.
(hack-local-variables): When MODE-ONLY is set, pass it along to
hack-local-variables-prop-line.
2003-04-03 23:00:22 +00:00
Richard M. Stallman
f605434deb (delete-active-region): Don't explicitly deactivate mark. 2003-04-03 22:58:49 +00:00
Juanma Barranquero
7cd032e130 *** empty log message *** 2003-04-03 16:09:02 +00:00
Juanma Barranquero
89228b6326 Require button.el.
(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).
2003-04-03 15:57:45 +00:00
Juanma Barranquero
500e05aa15 Fix previous change. 2003-04-03 15:49:40 +00:00
Kenichi Handa
428c120917 (number-sequence): Shorten the code. 2003-04-03 02:49:16 +00:00
Kenichi Handa
162eab5f18 *** empty log message *** 2003-04-03 02:43:32 +00:00
Kenichi Handa
abd9177af5 (number-sequence): New function. 2003-04-03 02:43:11 +00:00
Kenichi Handa
269f3260ed Fix the malayalam line. 2003-04-03 01:59:08 +00:00
Miles Bader
774666fb43 (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set. 2003-04-03 01:40:58 +00:00
Stefan Monnier
29c1653c7a (fill-newline): Don't leave markers before the prefix. 2003-04-03 00:53:49 +00:00
Stefan Monnier
657059d02f (refill-fill-paragraph-at): Don't preserve the trailing space since
fill.el doesn't remove it anymore.
(refill-mode): Reset fill-paragraph-function even if it was nil.
2003-04-02 23:57:17 +00:00
Stefan Monnier
dbe3ba524d (fill-delete-newlines): Don't add a trailing space. 2003-04-02 23:40:36 +00:00
Stefan Monnier
1eb29f50cb (fill-region-as-paragraph): Remove obsolete `save-restriction'.
Don't remove space at end of paragraph: it makes refill.el unusable.
(fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
2003-04-02 23:04:09 +00:00
Juanma Barranquero
c6bb268852 *** empty log message *** 2003-04-02 21:38:43 +00:00
Juanma Barranquero
9b3922840e (sort-reorder-buffer): Fix saving of markers at the end of the sorted region. 2003-04-02 21:37:53 +00:00
Juanma Barranquero
a5393da851 (woman-xref): Removed.
(woman-mode): Use `Man-highlight-references' instead of `WoMan-highlight-references'.
(WoMan-highlight-references): Removed.
2003-04-02 21:24:56 +00:00
Juanma Barranquero
4edd9faf12 (toplevel): Require button.
(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.
2003-04-02 21:22:38 +00:00
Stefan Monnier
dfc42f38c1 (asm-calculate-indentation, asm-indent-line): New functions.
(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.
2003-04-02 16:48:11 +00:00
Kai Großjohann
6d91a595e0 (top-level): Quote second arg to
`eval-after-load'.
2003-04-02 10:41:40 +00:00
Miles Bader
64453f32d0 (scroll-bar-mode): Correctly specify `nil' choice. 2003-04-02 04:31:22 +00:00
Stefan Monnier
c7d565f4dc (asm-mode-syntax-table): Setup entries that do not depend on asm-comment-char.
(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.
2003-04-01 23:09:13 +00:00
Dave Love
8064e321d0 *** empty log message *** 2003-04-01 18:08:13 +00:00
Dave Love
b7eb6e8a16 Doc fixes.
(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.
2003-04-01 18:03:13 +00:00
Dave Love
19c37f01f8 *** empty log message *** 2003-04-01 10:23:35 +00:00
Dave Love
92c920d124 Use transparent/opaque `colours'. 2003-04-01 10:22:39 +00:00
Dave Love
9b8a0941bb (xpm_lookup_color): Grok "opaque". 2003-04-01 10:04:38 +00:00
Kim F. Storm
3e6a560b5b *** empty log message *** 2003-04-01 09:57:22 +00:00
Andrew Choi
2f4b24c371 Fix build on Mac OS X with Carbon. 2003-04-01 01:09:13 +00:00
Kenichi Handa
f202923389 (indian-font-char-index-table): Fix the
order of CDAC fonts.
2003-04-01 01:06:19 +00:00
Kim F. Storm
f9329151f7 (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
(xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
2003-03-31 22:45:50 +00:00
Kim F. Storm
874ebf3a3e *** empty log message *** 2003-03-31 22:45:30 +00:00
Kim F. Storm
eee66ed58e (frame.o): Add dependency on blockinput.h and files
included from it (atimer.h and systime.h).
2003-03-31 22:41:23 +00:00
Stefan Monnier
836be5ce16 (reveal-post-command): Remove buggy debugging code. 2003-03-31 22:26:26 +00:00
Kim F. Storm
de02e8b450 (pop-global-mark-quick-repeat): Remove defcustom.
(set-mark-command): Unconditionally repeat pop-global-mark without
C-x prefix.  Fix doc.
2003-03-31 21:49:09 +00:00
Kim F. Storm
ce92443fd0 (cua-set-mark): Unconditionally repeat
pop-global-mark without C-x prefix.  Fix doc.
2003-03-31 21:48:39 +00:00
Nick Roberts
049eb0cb97 *** empty log message *** 2003-03-31 21:43:21 +00:00
Juanma Barranquero
9443fcf690 *** empty log message *** 2003-03-31 21:32:25 +00:00