1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

41027 Commits

Author SHA1 Message Date
Stefan Monnier
83f1651d4f (xml-lite-get-context): Allow stopping even with an empty context.
Don't save excursion any more.  Ignore end-tags in sgml-empty-tags.
Don't complain about unmatched start-tags in sgml-unclosed-tags.
(xml-lite-get-context, xml-lite-calculate-indent)
(xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
(xml-lite-indent-line): Use back-to-indentation.
2002-03-29 20:10:46 +00:00
Stefan Monnier
5f3d924def (sgml-basic-offset): New var.
(sgml-name-re, sgml-attrs-re): New consts.
(sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
(sgml-mode): Use them.
(sgml-lexical-context): Default to (point-min) if nothing else works.
(sgml-calculate-indent): Indent slightly differently.
(sgml-indent-line): Use back-to-indentation.
(sgml-parse-dtd): New function.
(sgml-unclosed-tags): New var.
(html-mode): Set it.
2002-03-29 19:38:22 +00:00
Gerd Moellmann
544bf8ad9d *** empty log message *** 2002-03-29 19:08:11 +00:00
Jason Rumney
df3bd29dde (w32_draw_relief_rect): Fix calculations of line lengths. 2002-03-29 18:37:50 +00:00
Eli Zaretskii
b28b7aa9f3 Fix a couple of misspellings. 2002-03-29 18:05:05 +00:00
Richard M. Stallman
5e514c2712 (dired-do-query-replace-regexp, dired-do-search):
Use FILTER arg in dired-get-marked-files to exclude directories.
(dired-nondirectory-p): New function.
2002-03-29 14:45:05 +00:00
Richard M. Stallman
1312bfc633 (dired-get-marked-files): New arg FILTER allows selection of some files. 2002-03-29 14:43:14 +00:00
Eli Zaretskii
d88c92eb32 (command-line): Recompute auto-save-file-name-transforms
using the updated value of temporary-file-directory.
2002-03-29 14:04:05 +00:00
Eli Zaretskii
747981b0cb (auto-save-file-name-transforms): Don't run "\\2" via expand-file-name. 2002-03-29 14:02:54 +00:00
Eli Zaretskii
8bff61e5c5 *** empty log message *** 2002-03-29 13:35:38 +00:00
Eli Zaretskii
7b7a23f49b (save-buffer-state): Use make-symbol to bind `modified'. 2002-03-29 13:31:19 +00:00
Richard M. Stallman
9ad79cb427 (tcl-imenu-create-index-function): Doc fix. 2002-03-29 12:48:09 +00:00
Richard M. Stallman
6b52944ef5 (speedbar-default-directory-list): Made robust against deleted directories. 2002-03-29 12:46:02 +00:00
Eli Zaretskii
ad6ccf2919 (lread.o): Depend on coding.h. 2002-03-29 12:39:39 +00:00
Eli Zaretskii
eb191db2fb (openp, Fload): Encode the file name before pasing it
to `stat', `access', and `emacs_open'.
(openp): GCPRO the encoded file name.  Don't recompute Lisp
strings unnecessarily.
2002-03-29 12:38:35 +00:00
Gerd Moellmann
fa8bc89d0d (add_declarator, skip_initializer): New functions.
(declaration): Use them.
2002-03-29 11:20:40 +00:00
Kim F. Storm
9e76ae0559 (Flax_plist_put): Doc fix. 2002-03-29 00:04:30 +00:00
Kim F. Storm
f9b33abbd5 *** empty log message *** 2002-03-29 00:03:45 +00:00
Jason Rumney
dd87b4cc4c Move backquote.elc into emacs-lisp. 2002-03-28 20:11:54 +00:00
Jason Rumney
ef07a49701 Fixes to previous entries 2002-03-28 20:06:21 +00:00
Richard M. Stallman
db6b2ec611 Rename dired-do-toggle to dired-toggle-marks. 2002-03-28 18:33:48 +00:00
Richard M. Stallman
d588eb9091 (dired-toggle-marks): Renamed from dired-do-toggle. Bindings changed. 2002-03-28 18:32:59 +00:00
Richard M. Stallman
6bcb18879c Fix version number. 2002-03-28 18:29:02 +00:00
Richard M. Stallman
d2fc6ed88d Mention that README has the version number. 2002-03-28 18:28:52 +00:00
Richard M. Stallman
0eac1faa03 (compilation-handle-exit):
If compilation-window-height is 0, display status in echo area.
2002-03-28 18:28:24 +00:00
Richard M. Stallman
a615252beb (line-move-to-column): Don't call move-to-column if COL=0. 2002-03-28 18:27:23 +00:00
Richard M. Stallman
0c54cd99f5 (replace-rectangle): Add autoload. 2002-03-28 18:26:36 +00:00
Richard M. Stallman
7078d9d20f Mark many more variables as risky.
(hack-one-local-variable): Recognize several additional
patterns as risky.
2002-03-28 18:26:07 +00:00
Richard M. Stallman
27451bb4df (mode-line-mule-info): Use :propertize, not :eval. 2002-03-28 18:23:08 +00:00
Richard M. Stallman
f95807815b (tar-header-block-summarize, tar-get-descriptor):
Support "next has longname" link type.
2002-03-28 18:15:47 +00:00
Richard M. Stallman
8ab4da6cc0 (list-load-path-shadows): Only ignore last copy of standard Lisp
directories.
2002-03-28 18:15:32 +00:00
Richard M. Stallman
1d7208e663 (compare-windows-whitespace): Match all whitespace. 2002-03-28 18:14:53 +00:00
Stefan Monnier
0e58b4c23a (xml-lite-in-string-p): Use sgml-lexical-context.
(xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
(xml-lite-get-context): Check that open/close tags match.
Don't stop scanning while we're ignoring matching tags.
2002-03-28 16:13:01 +00:00
Stefan Monnier
1c1d2eb667 (sgml-make-syntax-table): New fun.
(sgml-mode-syntax-table): Use it.
(sgml-tag-syntax-table, sgml-tag-name-re): New const.
(sgml-tags-invisible): Use it.
(sgml-lexical-context): New fun.
(sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
(sgml-quote): Accept \n as entity reference terminator.
(sgml-calculate-indent, sgml-indent-line): New funs.
2002-03-28 16:06:38 +00:00
André Spiegel
3f270c8a1b Add section for VC Changes. New entry for `vc-cvs-global-switches'. 2002-03-28 14:36:51 +00:00
André Spiegel
bbce041718 (vc-cvs-global-switches): New user option.
(vc-cvs-command): New function.  Update all callers of `vc-do-command'
in vc-cvs.el to use this instead.
2002-03-28 14:29:06 +00:00
Pavel Janík
43f5319aa5 Fix typo. 2002-03-28 14:16:09 +00:00
Miles Bader
d464840254 (DATAGRAM_CONN_P): Make sure PROC is really a process. 2002-03-28 06:43:02 +00:00
Andrew Innes
a3599c3027 (bootstrap-clean-SH): Use for loop, instead of
relying on shell globbing.
2002-03-27 23:20:07 +00:00
Colin Walters
193f8525da (operation query-replace): Use new `noerror' arg for
`query-replace-read-args'.
(operation query-replace-regexp): Ditto
2002-03-27 22:38:04 +00:00
Stefan Monnier
843e95014b (xml-lite-in-string-p): Simplify. 2002-03-27 22:27:44 +00:00
Colin Walters
7a5fb450aa *** empty log message *** 2002-03-27 22:26:22 +00:00
Stefan Monnier
3c85628430 Fix copyright notice.
(xml-lite-basic-offset): Rename from xml-lite-indent-offset.
(xml-lite-indent-comment-offset): Remove.
(xml-lite-calculate-indent): Use new name.  Use natural alignment
for comments.
2002-03-27 22:25:45 +00:00
Colin Walters
0fcbf8d601 (sorter mode-name): Doc fix.
(ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
2002-03-27 22:19:40 +00:00
Colin Walters
60356fb51b (ibuffer-help-buffer-modes): New variable.
(ibuffer-fontification-alist): Use it.
(ibuffer-backward-line): Handle `ibuffer-summary' area.
(ibuffer-forward-line): Ditto.
2002-03-27 22:19:24 +00:00
Colin Walters
2f1de3dd26 Initial version. 2002-03-27 20:57:06 +00:00
Pavel Janík
5162c705f8 (outline-layout): Doc fix. 2002-03-27 20:14:09 +00:00
Stefan Monnier
3521e4b3ff Don't require `custom'.
(xml-lite-parse-tag-name): Properly treat non-ASCII chars.
(xml-lite-parse-tag-backward): Obey sgml-empty-tags.
(xml-lite-get-context): Drop nested tags not just for comments.
(xml-lite-indent-line): Be more careful about moving point.
(xml-lite-insert-end-tag, xml-lite-slash):
Use indent-according-to-mode instead of xml-lite-indent-line.
(xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
Set sgml-xml-mode.  Don't call force-mode-line-update.
(xml-lite-mode-map): Don't bind TAB.
2002-03-27 18:07:04 +00:00
Eli Zaretskii
c6094cae44 Undo some of the too aggressive tabification. 2002-03-27 16:32:15 +00:00
Eli Zaretskii
f5851398c7 Tabify everything. 2002-03-27 15:26:57 +00:00