1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

27581 commits

Author SHA1 Message Date
Stefan Monnier
c6db81aa8d (blink-matching-open): Obey syntax-table text properties. 2004-12-03 22:26:13 +00:00
Stefan Monnier
35dccc6287 (tex-validate-region): Obey syntax-table text properties. 2004-12-03 22:22:24 +00:00
Richard M. Stallman
f6101ac9af *** empty log message *** 2004-12-03 11:28:08 +00:00
Richard M. Stallman
791887d93f (awk-mode autoload): Supply t meaning interactive function. 2004-12-03 00:57:23 +00:00
Richard M. Stallman
ab67e8b694 (search-whitespace-regexp): Remove the group. Doc fix.
(isearch-mode-map): No special definition for space.
(isearch-whitespace-chars): Command deleted.
(isearch-forward-regexp): Doc fix.
(isearch-quote-char): When a space is not inside brackets,
use `[ ]' instead of just space.
(isearch-lazy-highlight-search): Bind search-spaces-regexp.
2004-12-03 00:30:33 +00:00
Richard M. Stallman
237470e87b (imenu--generic-function): Delete code to exclude matches in comments. 2004-12-03 00:21:37 +00:00
Richard M. Stallman
8d2a4f61c8 (Man-reverse-face): Change default to `highlight'. 2004-12-03 00:20:39 +00:00
Richard M. Stallman
2f4e3f7ac5 (occur-1): Specify t for KEEP-PROPS to occur-engine.
(occur-engine): Use `face' prop rather than `font-lock-face'
when specifying use of `match-face'.
(occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2004-12-03 00:19:52 +00:00
Richard M. Stallman
9dda72d3ea (elint-standard-variables): Update list of variables. 2004-12-03 00:11:21 +00:00
Richard M. Stallman
25f35ef609 (python-font-lock-syntactic-keywords): Fix previous change. 2004-12-03 00:10:23 +00:00
Richard M. Stallman
2f27dfeb0d (show-paren-function): Check for matching chars specified by text props. 2004-12-03 00:06:21 +00:00
Richard M. Stallman
8eca85ef53 (add-log-current-defun): Handle the case where point
is in the header part of a DEFUN construct.
2004-12-03 00:04:45 +00:00
Jay Belanger
7e1637c2cb (calc-read-key-sequence): Leave message visible. 2004-12-02 21:21:32 +00:00
Kim F. Storm
8be0b54e3b Set char-table-extra-slots on display-table here. 2004-12-02 10:56:05 +00:00
Kim F. Storm
03f012378d Undo 2004-12-01 change. Display table is now
setup in faces.el.
2004-12-02 10:45:31 +00:00
Kim F. Storm
ea7568c30a * faces.el (escape-glyph): Rename from glyph.
(standard-display-table): Set it here.  Add escape-glyph face to
extra slot characters.
2004-12-02 10:43:56 +00:00
Mark A. Hershberger
63b446bce0 Skip parameter entity declarations. 2004-12-02 07:48:25 +00:00
Mark A. Hershberger
27720433ac Change existence of &; to not-well-formed. 2004-12-02 07:19:03 +00:00
Mark A. Hershberger
21c05941c3 2004-12-02 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-parse-dtd): Don't show validity messages when
	xml-validating-parser is nil.
	(xml-substitute-special): Fix validity error messages to
	actually show the unexpandable entity.  Added validity error if &
	isn't followed by an entity.
	(xml-parse-tag): Concatnate any string following the a
	<![CDATA[]]> section to the parsed CDATA.
2004-12-02 06:55:05 +00:00
Mark A. Hershberger
7e0f112355 Ensure that validity messages only show when xml-validating-parser is set. 2004-12-02 06:53:43 +00:00
Luc Teirlinck
8b744bb89a *** empty log message *** 2004-12-02 00:39:16 +00:00
Luc Teirlinck
7dcb2dfd8a (kmacro-default-counter-format): New var.
(kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
(kmacro-display): Remove `nil' from `and' form.  Delete call to
`format' inside `message'.
(kmacro-start-macro): Use `kmacro-default-counter-format'.
2004-12-02 00:17:54 +00:00
Stefan Monnier
31982e1f7f (cvs-header-msg): New function.
(cvs-update-header): Use it.  Change calling convention.
Correctly handle the case of having simultaneous active processes.
(cvs-sentinel): Don't call cvs-update-header any more.
(cvs-mode-run): Update call and add cvs-update-header to postproc.
2004-12-01 22:35:15 +00:00
Jay Belanger
93d8d5a8b0 (calc-inverse, calc-hyperbolic): Add more checks. 2004-12-01 21:03:24 +00:00
Jay Belanger
d5639b35f7 (calc-inverse, calc-hyperbolic): Give more thorough messages. 2004-12-01 20:57:30 +00:00
Juri Linkov
d8059b0331 (prolog-mode-variables): Fix imenu-generic-expression. 2004-12-01 19:48:52 +00:00
Juri Linkov
957ea28ac6 *** empty log message *** 2004-12-01 19:48:31 +00:00
Daniel Pfeiffer
702a99ca2e Add an autoloaded table, that doesn't require this library, with glyph face. 2004-12-01 18:30:33 +00:00
Daniel Pfeiffer
ffe48d1d0b (glyph): New face. 2004-12-01 18:29:20 +00:00
Daniel Pfeiffer
fb568b49d4 *** empty log message *** 2004-12-01 18:28:22 +00:00
Kenichi Handa
2d5cd4e6a8 *** empty log message *** 2004-12-01 10:50:54 +00:00
Daniel Pfeiffer
9607552590 acpid files under /etc 2004-12-01 09:47:18 +00:00
Mark A. Hershberger
ae02611069 2004-11-30 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-substitute-special): Fix validity error messages to
	actually show the unexpandable entity.  Added validity error if &
	isn't followed by an entity.
	(xml-parse-tag): Concatnate any string following the a
	<![CDATA[]]> section to the parsed CDATA.
2004-12-01 04:45:08 +00:00
Markus Rost
034a48f4d3 (tex-main-file): Add a compatibility with AUCTeX. 2004-12-01 04:08:34 +00:00
Kenichi Handa
eb5ad2428b (x-last-selected-text-cut-encoded): New variable.
(x-select-text): Don't treat eight-bit-control/graphic chars
specially.  Store the encoded text in the X cut buffer.
(x-cut-buffer-or-selection-value): Compare the X cut buffer text
with x-last-selected-text-cut-encoded.
2004-12-01 00:35:37 +00:00
Daniel Pfeiffer
30a2ee1b33 Fix copy'n'paste mess up. 2004-12-01 00:02:01 +00:00
Daniel Pfeiffer
08adf84e8b (auto-mode-alist): Add conf-ppd-mode and inittab. 2004-11-30 23:31:49 +00:00
Daniel Pfeiffer
6c1192bf5c *** empty log message *** 2004-11-30 23:27:48 +00:00
Daniel Pfeiffer
f5d4cf945a (conf-ppd-mode-syntax-table): New var.
(conf-ppd-mode): New conf-mode wrapper for printer descriptions.
(conf-quote-normal): Allow normalizing only ' or ".
(conf-mode): Regexp-quote constructed comment-start and don't match section {} where "name" contains braces.
2004-11-30 23:26:47 +00:00
Stefan Monnier
079c2d0047 (Man-fontify-manpage): Improve handling of ANSI escapes. 2004-11-30 22:26:26 +00:00
Jay Belanger
83a2a07a8e *** empty log message *** 2004-11-30 22:08:29 +00:00
Jay Belanger
773a144d44 (math-possible-signs): Added checks to intervals.
(math-pow-of-zero): Strengthen checks for positive and negative exponents.
2004-11-30 21:58:53 +00:00
Andreas Schwab
cacfe88b03 (url-http-handle-cookies): Bind `url-current-object'
to `url-http-cookies-sources' so that cookies are attributed to
proper domain.
(url-http): Make local variable `url-http-cookies-sources'.
2004-11-30 21:32:35 +00:00
Jay Belanger
9dbee55ed1 *** empty log message *** 2004-11-30 17:54:55 +00:00
Jay Belanger
25efff5f9d Add a provide statement.
(calc-Need-calc-sel-2): Remove it.
2004-11-30 17:32:17 +00:00
Jay Belanger
cfd31ee4dc Add a provide statement.
(calc-Need-calc-comp): Remove it.
2004-11-30 17:31:45 +00:00
Jay Belanger
c728e63356 Add a provide statement.
(calc-Need-calc-alg-3): Remove it.
2004-11-30 17:31:13 +00:00
Jay Belanger
59f2c6c09b Add a provide statement.
(calc-Need-calc-alg-2): Remove it.
2004-11-30 17:30:34 +00:00
Jay Belanger
451d4c5cff Remove calc-Need-calc-aent and calc-Need-calc-misc from autoloads.
Add calc-do-embedded-activate to autoloads.
(calc-gnuplot-name, calc-gnuplot-plot-command,
calc-gnuplot-print-command): Remove them.
2004-11-30 17:29:51 +00:00
Jay Belanger
b1687f6035 Add a provide statement.
(calc-Need-calc-yank): Remove it.
2004-11-30 17:29:04 +00:00