Gerd Moellmann
74c55c82b6
(read_c_string_or_comment): Renamed from
...
read_c_string. Add parameter COMMENT. Read C-style comments.
(scan_c_file): Handle doc strings in C comments.
2001-10-13 20:41:25 +00:00
Stefan Monnier
dda30de7fa
Use define-derived-mode.
2001-10-13 19:22:43 +00:00
Stefan Monnier
a3d15b8fdd
* play/gomoku.el (gomoku-mode):
...
* textmodes/page-ext.el (pages-directory-mode):
* textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2001-10-13 19:19:01 +00:00
Stefan Monnier
d1a27f1dd8
(refill-mode): Bind DEL to backward-delete-char-untabify.
...
Set backward-delete-char-untabify-method to `hungry'.
2001-10-13 19:16:56 +00:00
Stefan Monnier
ffe7a2a203
(scribe-mode): Use define-derived-mode.
2001-10-13 19:13:38 +00:00
Stefan Monnier
b546b1a52d
(2C-mode): Don't use make-local-hook.
2001-10-13 19:12:07 +00:00
Stefan Monnier
e444e0d6bb
(picture-mode): Massage.
2001-10-13 19:11:32 +00:00
Stefan Monnier
3e2dd647b7
(sh-font-lock-syntactic-keywords): Handle here-docs differently.
...
(sh-font-lock-heredoc): Remove.
(sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
(sh-font-lock-here-doc, sh-font-lock-close-heredoc)
(sh-font-lock-open-heredoc): New functions.
(sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
(sh-font-lock-keywords-1): Use regexp-opt.
(sh-in-comment-or-string): Use syntax-ppss.
(sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
(sh-select, sh-tmp-file): Add explicit terminating \n.
2001-10-13 19:08:30 +00:00
Stefan Monnier
71f343138c
(syntax-ppss): Autoload.
2001-10-13 19:05:12 +00:00
Stefan Monnier
67f300f817
(ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
...
Use with-current-buffer.
(ange-ftp-cd): New arg `noerror' to prevent signalling an error.
(ange-ftp-send-cmd): If a `cd' is used (because of a space in the
filename), catch any error that occurs in `ange-ftp-cd'.
If an error happened, don't bother sending `cmd' at all.
Fix a parenthesis typo.
(ange-ftp-write-region): Don't blindly use binary if the remote host
is unix-like.
2001-10-13 18:40:46 +00:00
Stefan Monnier
62405f4649
(pong-init): Don't use make-local-hook.
2001-10-13 18:28:55 +00:00
Stefan Monnier
3ed0351835
(gomoku-mode): Use define-derived-mode.
2001-10-13 18:28:11 +00:00
Eli Zaretskii
bd161121f8
List the new input methods introduced with Emacs 21.1.
2001-10-13 13:16:33 +00:00
Eli Zaretskii
51724e2665
*** empty log message ***
2001-10-13 12:33:52 +00:00
Eli Zaretskii
8333f72116
(File Name Completion): Document the significance of
...
a trailing slash in elements of completion-ignored-extensions.
2001-10-13 12:32:59 +00:00
Eli Zaretskii
7a8d465a3a
(file_name_completion): Fix last change.
2001-10-13 12:21:36 +00:00
Eli Zaretskii
3074357341
Mark last change as documented in the manual.
2001-10-13 12:15:35 +00:00
Eli Zaretskii
44829d968b
(Completion Options): Document the significance of a trailing slash
...
in elements of completion-ignored-extensions.
2001-10-13 12:14:11 +00:00
Eli Zaretskii
58a1137241
Document the significance of the trailing slash in elements of
...
completion-ignored-extensions.
2001-10-13 12:09:26 +00:00
Eli Zaretskii
d013f29b1a
(file_name_completion): Ignore a candidate directory if
...
it matches an element in completion-ignored-extensions that ends
in a slash.
(syms_of_dired) <completion-ignored-extensions>: Mention the above
feature in the doc string.
(Ffile_name_completion): Ditto.
2001-10-13 11:57:52 +00:00
Eli Zaretskii
8eaa3bc7cb
("greek-babel"): New input method. From David
...
Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
2001-10-13 11:37:44 +00:00
Eli Zaretskii
eef9b65fda
*** empty log message ***
2001-10-13 10:45:31 +00:00
Eli Zaretskii
90e5f0dd6a
Bump Emacs version to 21.1.50.
2001-10-13 10:45:03 +00:00
Eli Zaretskii
8dbe47909b
(EMACSVER): Bump to 21.1.50.
2001-10-13 10:44:31 +00:00
Eli Zaretskii
6271380382
(emacs-version): Bump to 21.1.50.
2001-10-13 10:41:46 +00:00
Gerd Moellmann
f2164e31dc
Add --boot switch for bootstrapping. Logs to
...
EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2001-10-13 09:58:53 +00:00
Eli Zaretskii
75a4e7c566
Fix dates of last entries.
2001-10-13 09:46:39 +00:00
Eli Zaretskii
bbc4a3d367
Fix a typo.
2001-10-13 09:43:23 +00:00
Pavel Janík
a2bdcec408
(delimit-columns-rectangle-max): Do not double variables in the lambda-list.
...
(delimit-columns-rectangle-line): Do not double variables in the lambda-list.
2001-10-13 08:13:34 +00:00
Pavel Janík
906f211e1b
Do not double variables in the lambda-list.
2001-10-13 08:10:30 +00:00
Stefan Monnier
5a1373f32a
*** empty log message ***
2001-10-12 22:39:29 +00:00
Stefan Monnier
9d5240d258
(comment-region-internal): Don't rebind
...
invisibility_spec now that the C routines handle it correctly.
2001-10-12 22:37:51 +00:00
Stefan Monnier
fe14a5445b
(skip_invisible): Don't skip "ellipsisized" text.
2001-10-12 22:31:23 +00:00
Stefan Monnier
6f3f6a8d4b
(syms_of_xfns): Update calls to Fprovide.
2001-10-12 22:27:03 +00:00
Stefan Monnier
aad1474bcd
(Ffeaturep): Remove.
2001-10-12 22:25:01 +00:00
Stefan Monnier
13598ab49f
(Ffeaturep, Fprovide): Update prototype.
2001-10-12 22:21:59 +00:00
Stefan Monnier
1e934989ca
(mark_interval_tree): Use traverse_intervals_noorder.
2001-10-12 22:19:11 +00:00
Stefan Monnier
3ebf0ea9d5
(init_iterator): Be more strict with bytepos and charspos.
...
(DOLIST, LOOP_PROPVAL): New macros.
(invisible_p, invisible_ellipsis_p): Use them.
(invisible_noellipsis_p): New function.
(syms_of_xdisp): Use empty_string.
2001-10-12 22:15:07 +00:00
Stefan Monnier
0d74b00686
(substitute_object_recurse): Use traverse_intervals_noorder.
...
(syms_of_lread) <Vafter_load_alist>: Update docstring.
2001-10-12 22:07:35 +00:00
Stefan Monnier
8bbfc25801
(Fwith_output_to_temp_buffer): Align with
...
internal_with_output_to_temp_buffer.
(print_preprocess): Use traverse_intervals_noorder.
(print_object): Update call to traverse_intervals.
2001-10-12 22:06:10 +00:00
Stefan Monnier
df1958c4fe
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): New macro.
...
(traverse_intervals_noorder, invisible_noellipsis_p): New funs.
2001-10-12 22:04:42 +00:00
Stefan Monnier
42005513e8
(traverse_intervals): Drop `depth' arg.
2001-10-12 22:01:46 +00:00
Gerd Moellmann
e34fd2f2c0
(byte-compile-check-lambda-list):
...
Turn error for repeated variables into warning.
2001-10-12 21:59:38 +00:00
Stefan Monnier
19d4e9a773
(traverse_intervals): Use less stack space.
...
(traverse_intervals_noorder): New function.
(search_for_interval, count_intervals): Use it.
2001-10-12 21:53:44 +00:00
Stefan Monnier
65550192d8
(Ffeaturep): Add new `subfeature' arg.
...
(Fprovide): Add new `subfeatures' arg. Use `after-load-alist'.
(Qsubfeatures): New var.
(syms_of_fns): Initialize it.
2001-10-12 21:42:09 +00:00
Stefan Monnier
026f408dc8
*** empty log message ***
2001-10-12 21:21:17 +00:00
Stefan Monnier
be5fc59bde
(locate-library): Use load-suffixes and abbrev filename.
2001-10-12 21:00:54 +00:00
Stefan Monnier
7e573c4a6d
(special-display-popup-frame): Obey new specs same-window' and
same-frame'.
2001-10-12 20:39:54 +00:00
Stefan Monnier
32993295b9
(minibuffer-local-*map): Take inheritance into account.
2001-10-12 19:59:43 +00:00
Stefan Monnier
01f9ba177c
(minibuffer-local*-map): Remove redundant bindings.
2001-10-12 19:25:04 +00:00