1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

23368 commits

Author SHA1 Message Date
Kenichi Handa
1ebb05c430 (setenv): Fix previous change. 2003-02-25 06:19:36 +00:00
Kenichi Handa
47d77aabae *** empty log message *** 2003-02-25 02:25:58 +00:00
Kenichi Handa
6165587cb6 (mlm-char-glyph): Fix more rules. 2003-02-25 02:17:27 +00:00
Stefan Monnier
8fc98fc491 Move abbrev loading to after the fun it uses.
(simula-install-standard-abbrevs): Use dolist.
Use system-flag when calling define-abbrev.
2003-02-25 01:45:55 +00:00
Andreas Schwab
33f8eee3ed (makefile-font-lock-keywords): Protect
shell variable references by requireing that $ is not preceded by
another $.
2003-02-24 23:49:27 +00:00
Dave Love
360564561e *** empty log message *** 2003-02-24 23:09:57 +00:00
Dave Love
1a90eae68d (read-envvar-name): Decode names.
(substitute-env-vars): Use eval-when-compile and char class.
(setenv): Doc fix.  Encode the data (after checking that's
possible).
(getenv): Encode the name and decode the result.
2003-02-24 22:51:41 +00:00
Dave Love
9c5b896b2b Deleted. (Requires removed c-mode.el.) 2003-02-24 22:49:24 +00:00
Juanma Barranquero
42d03dd057 Really fix maintainer's e-mail address. 2003-02-24 17:29:49 +00:00
Stefan Monnier
0d0980508e *** empty log message *** 2003-02-24 17:28:34 +00:00
Juanma Barranquero
d6119ee16e Update maintainer's e-mail address. 2003-02-24 17:28:28 +00:00
Juanma Barranquero
58edceeb14 (allout-pre-command-business): Fix docstring. 2003-02-24 17:27:21 +00:00
Richard M. Stallman
10784bace4 (query-replace-read-args): Return just 3 values.
(query-replace, query-replace-regexp)
(query-replace-regexp-eval, map-query-replace-regexp)
(replace-string, replace-regexp): Read the start and end args
separately so that the expressions are recorded in command-history.
2003-02-24 16:45:47 +00:00
Richard M. Stallman
d25ab73f88 *** empty log message *** 2003-02-24 16:45:24 +00:00
Kenichi Handa
c7b43558c6 (mlm-char-glyph): Fix several composing rules. 2003-02-24 11:03:44 +00:00
Kenichi Handa
3d1dcd520f *** empty log message *** 2003-02-24 04:57:03 +00:00
Kenichi Handa
cc4fe8d2d2 (sentence-end): Add Chinese and Japanese characters. 2003-02-24 04:50:59 +00:00
Kenichi Handa
b41ee674a8 ("Japanese"): Delete `exit-function'. 2003-02-24 04:50:33 +00:00
Kenichi Handa
42a805f5b6 (sentence-end-save): Variable deleted.
(setup-japanese-environment-internal): Don't setup sentence-end.
(exit-japanese-environment): Function deleted.
2003-02-24 04:50:09 +00:00
Kenichi Handa
840f8f73d9 Fix syntaxes of gb2312 and big5. 2003-02-24 04:49:42 +00:00
Kenichi Handa
746ba5c19d *** empty log message *** 2003-02-24 00:45:11 +00:00
Kenichi Handa
75d2ef6779 (mlm-char-glyph): Add entries for "halant +
rakar + halant" and "halant + rrakar + halant".
2003-02-24 00:39:47 +00:00
Richard M. Stallman
59dac63b7f (Revert Buffer): Condition on buffer-file-number. 2003-02-23 15:17:29 +00:00
Richard M. Stallman
deebb0e98e (inhibit-startup-hooks): New variable.
(normal-top-level): Obey that variable.
(command-line-1): Run emacs-startup-hook before term-setup-hook.
Set inhibit-startup-hooks too.
2003-02-23 15:16:29 +00:00
Richard M. Stallman
e3bfcda9ac (revert-buffer): Different error message for reverting a nonexistent file. 2003-02-23 15:04:11 +00:00
Stefan Monnier
f739b53bda Merge changes from CPerl-5.0.
(toplevel): Require man.
(condition-case): Don't autoload tmm-prompt (it's in loaddefs.el).
(cperl-electric-backspace-untabify): New var.
(cperl-electric-backspace): Use it.
(cperl-vc-header-alist): Extract numeric version from the Id.
(cperl-build-manpage): New fun.
(cperl-menu): Use it.  Add toggle-autohelp.
(cperl-mode) <defun-prompt_regexp>: Understand prototypes.
(cperl-electric-brace): Use `cperl-after-block-p' for detection.
(cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
'(' after keyword would insert a doubled paren.
(cperl-calculate-indent): Update syntaxification before checks.
Fix wrong indent of blocks starting with POD.
(cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
of buffer.  This enables recognition of end of HERE-doc "as one types".
Require "\n" after trailing tag of HERE-doc.
\( made non-quoting outside of string/comment (gdj-contributed).
Likewise for \$.  Remove `here-doc-group' text property at start
(makes this property reliable).
Text property `first-format-line' ==> t.
Do not recognize $opt_s and $opt::s as s///.
(cperl-after-block-p): Optional arg pre-block to check for a pre-block
Recognize `continue' blocks too.
(cperl-after-expr-p): Update syntaxification before checks.  Work after
here-docs, formats, and PODs too (affects many electric constructs).
(cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
(cperl-perldoc): Use case-sensitive search.
2003-02-23 02:19:02 +00:00
Stefan Monnier
83261a2f13 Merge changes from CPerl-4.35.
(cperl-xemacs-p): Move.
(cperl-can-font-lock): New var to replace window-system.
(cperl-enable-font-lock): Use it.
(cperl-use-major-mode): New var.
(cperl-mode): Use it.
(cperl-calculate-indent): Remove code whose removal was missed
in some earlier merge.
(cperl-tags-hier-init): Use display-popup-menus-p.
2003-02-23 01:42:24 +00:00
Kai Großjohann
5baabf7b78 (abbreviate-file-name): Shorten docstring: variables
are now hyperlinks and `C-h v' need not be mentioned explicitly.
2003-02-22 20:27:51 +00:00
Kai Großjohann
b69a0de98a (abbreviate-file-name): Document removal of
automounter prefixes.  Reported by Lars Hansen.
2003-02-21 16:33:24 +00:00
Kim F. Storm
06f8e605cd Add run-time check to catch users trying
to use older versions of CUA-mode, rather than the version
distributed with Emacs.  Use autoload cookies and eval-after-load.
2003-02-21 12:50:58 +00:00
Kim F. Storm
f5b6cffdd7 (command-line): Clarify and tidy up the message
printed when there are errors in the user-init-file.
Do not encapsulate the error data; it's read by humans here.
Do not split windows when displaying the *Message* buffer.
2003-02-21 12:43:31 +00:00
Juanma Barranquero
ece5433e4c (rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too. 2003-02-20 21:11:16 +00:00
Stefan Monnier
7ec51784bb (with-syntax-table): Don't copy the table any more. 2003-02-20 20:07:41 +00:00
Juanma Barranquero
a1dbcb79d9 (ebrowse-show-file-name-at-point): Remove useless check. 2003-02-20 17:07:32 +00:00
Kenichi Handa
32d0a9dceb *** empty log message *** 2003-02-20 12:49:07 +00:00
Kenichi Handa
41cba4d087 Call set-fontset-font with NAME nil. 2003-02-20 12:43:47 +00:00
Andreas Schwab
5927c7a48c . 2003-02-20 12:40:51 +00:00
Andreas Schwab
e9d3d47f9c (Info-extract-menu-node-name): Stop if colon is
followed by open paren.
2003-02-20 12:40:36 +00:00
Francesco Potortì
89dac01fd8 (unforward-rmail-message): Allow nested
unforwarding, that is, preserve old Forwarded-From/Date headers.
2003-02-20 08:56:08 +00:00
Francesco Potortì
f39e98ea0e *** empty log message *** 2003-02-20 08:55:38 +00:00
Kenichi Handa
c0e70a9f1d (print-fontset): If FONTSET is nil,
use the default fontset.
(describe-fontset): If the current frame is not using a fontset,
call print-fontset with nil.
2003-02-20 08:43:22 +00:00
André Spiegel
2807bd9194 (vc-binary-assoc, vc-binary-suffixes): Removed; these were
accidentally left over.
2003-02-19 19:00:51 +00:00
Paul Reilly
97d3e8cdeb Initial commit to the trunk. 2003-02-19 02:51:22 +00:00
Juanma Barranquero
ad837d13db *** empty log message *** 2003-02-18 16:33:32 +00:00
Juanma Barranquero
3a0ab10669 Revert last change. 2003-02-18 16:27:04 +00:00
Juanma Barranquero
6c019d3b03 (defcustom-c-stylevar): Fix character constant. 2003-02-18 15:48:21 +00:00
Juanma Barranquero
13453b12bc (tq-create): Fix quoted lambda. 2003-02-18 12:53:53 +00:00
Juanma Barranquero
0fe6068fef (cperl-electric-keyword, cperl-electric-pod, cperl-do-auto-fill): Fix character
constants.
2003-02-18 12:49:26 +00:00
Juanma Barranquero
af69a3b5a2 *** empty log message *** 2003-02-18 11:21:50 +00:00
Juanma Barranquero
4fb8125073 (table-generate-source): Use ?\\ instead of space in "work in progress" message. 2003-02-18 11:17:11 +00:00