Richard M. Stallman
4ab577cd01
(fill-region-as-paragraph): Fix the test for any
...
non-ASCII characters, for deciding whether to do kinsoku.
1998-02-03 02:37:55 +00:00
Edward M. Reingold
11f23ea2c1
Fix mispelling.
1998-02-02 17:21:49 +00:00
Dan Nicolaescu
b6a386ad60
(hs-special-modes-alist): Improved the regexp for java.
1998-02-02 07:29:59 +00:00
Richard M. Stallman
9e5d67df40
(mldrag-drag-vertical-line): Fix criterion
...
for the error for trying to move a scroll bar at the frame edge.
1998-02-02 05:42:02 +00:00
Richard M. Stallman
74dfd056e4
(byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.
1998-02-02 01:21:18 +00:00
Richard M. Stallman
0b33ec466a
(update-file-autoloads): Give clean errors
...
if autoloads file is empty or can't be written.
1998-02-02 01:12:18 +00:00
Richard M. Stallman
7f45de2dfc
(float_to_string): Handle infinities and NaN specially.
1998-02-02 01:09:35 +00:00
Richard M. Stallman
eb659c4114
(read1): Handle infinities, NaN and -0.0 specially.
...
(isfloat_string): Accept e+INF and e+NAN as exponents.
1998-02-02 01:08:52 +00:00
Richard M. Stallman
6a7df83b34
(concat): Handle bool-vectors correctly.
1998-02-02 01:06:29 +00:00
Richard M. Stallman
6d4752042a
(concat): If making a string, a nonempty bool-vector is error.
...
(string_make_multibyte): In all-ASCII case, return orig STRING.
(Fstring_as_unibyte): New function.
(Fstring_as_multibyte): New function.
(syms_of_fns): defsubr them.
1998-02-02 01:03:10 +00:00
Richard M. Stallman
7e97482bb7
(isearch-range-invisible): Avoid infinite loop when search-invisible is nil.
1998-02-02 00:18:33 +00:00
Richard M. Stallman
7ee906030a
(hs-special-modes-alist): Improved the regexp for java.
1998-02-02 00:17:19 +00:00
Richard M. Stallman
3c3d71d93c
(define-mail-alias): If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.
...
(build-mail-aliases): Clear mail-aliases to nil at the beginning.
1998-02-01 23:56:13 +00:00
Stephen Eglen
6c5b39e42f
(auto-insert-mode): New function.
...
(auto-insert-mode): New customize variable to automatically load
the package. Other variables customized.
1998-02-01 19:13:59 +00:00
Stephen Eglen
b4dd2e66b0
Customized.
1998-02-01 17:46:32 +00:00
Stephen Eglen
3fb11d36e3
File customized + doc fixes.
1998-02-01 17:10:21 +00:00
Richard M. Stallman
bdb1c08fb9
(query-replace-from-history-variable): New variable.
...
(query-replace-to-history-variable): New variable.
(query-replace-read-args): Use them.
1998-01-30 23:34:50 +00:00
Dave Love
7977773d3f
Various docstring and commentary fixes, including
...
note of current maintainer.
(fortran-mode): Use imenu-syntax-alist.
(fortran-imenu-generic-expression): Use
fortran-continuation-string, not always `+'.
(fortran-font-lock-keywords-1): Include symbol syntax as well
as word, following syntax table changes.
(fortran-imenu-generic-expression): Likewise.
(fortran-mode-map): Add a menu.
(fortran-mode-version, fortran-startup-message): Delete
misleading variables.
(fortran-mode): Don't use them.
(fortran-column-ruler-fixed, fortran-column-ruler-tab): Fix
leading \ which made `0' into null.
(fortran-join-lines): New function and key binding.
(fortran-narrow-to-subprogram): New function and key binding.
(fortran-mode-syntax-table): Make ?., ?_, ?$ symbol, not word.
1998-01-30 17:49:37 +00:00
Kenichi Handa
8d6179dc27
(CONVERTED_BYTE_SIZE): Fix the logic.
...
(Fformat): Update the variable MULTIBYTE according to the result
of Fprin1_to_string. Free BUF after making Lisp string from it.
1998-01-30 11:05:41 +00:00
Kenichi Handa
4031e2bf0a
(ENCODE_ISO_CHARACTER): Pay attention to
...
CODING_FLAG_ISO_USE_ROMAN and CODING_FLAG_ISO_USE_OLDJIS.
(code_convert_region1): New function.
(Fdecode_coding_region): Call code_convert_region1.
(Fencode_coding_region): Likewise.
(code_convert_string1): New function.
(Fdecode_coding_string): Call code_convert_string1.
(Fencode_coding_string): Likewise.
/
1998-01-30 11:05:41 +00:00
Kenichi Handa
2d0aa229c2
(Fsubstitute_command_keys): Declare length_byte out of
...
internal block.
1998-01-30 11:05:41 +00:00
Richard M. Stallman
d566098596
(easy-menu-add-item); The BEFORE argument works
...
now. Done by letting `easy-menu-do-add-item' handle it.
(easy-menu-do-add-item): Take argument BEFORE instead of PREV.
Inserts directly in keymap, instead of calling `define-key-after'.
(easy-menu-create-menu): Don't reverse items as
`easy-menu-do-add-item' now puts things at the end of keymaps.
1998-01-30 02:15:13 +00:00
Stephen Eglen
104221a01d
(type-break-mode): New customize variable to automatically load the package.
...
Other variables customized.
1998-01-29 09:26:38 +00:00
Richard M. Stallman
b533f3c570
(find-tag-marker-ring-length): New variable.
...
(find-tag-marker-ring): New variable.
(tags-location-ring): New variable replacing tags-location-ring.
(tags-location-stack): Deleted.
(tags-table-format-hooks): Doc fix.
(initialize-new-tags-table): Init find-tag-marker-ring,
tags-location-ring.
(tags-reset-tags-tables): Doc fix. Set tags-location-ring,
find-tag-marker-ring.
(find-tag-noselect): Doc fix. Use tags-location-ring,
find-tag-marker-ring.
(find-tag, find-tag-other-window, find-tag-other-frame,
find-tag-regexp): Doc fix.
(pop-tag-mark): New function.
(esc-map): Bind pop-tag-mark.
1998-01-29 09:10:09 +00:00
Richard M. Stallman
800c951276
(debug-ignored-errors): Add some elements.
1998-01-29 02:23:44 +00:00
Richard M. Stallman
7b27eb5359
(report-emacs-bug-address):
...
Variable renamed from bug-gnu-emacs. Use defcustom.
(report-emacs-bug-pretest-address): Use defcustom.
1998-01-28 21:02:35 +00:00
Ian Lance Taylor
93aca356d2
Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32.
1998-01-28 18:01:29 +00:00
Kenichi Handa
d9fd228d4d
(titdic-convert): Set
...
enable-multibyte-characters to t after inserting TIT file by
no-conversion.
(tit-process-body): Do not bind enable-multibyte-characters to
nil.
1998-01-28 12:38:06 +00:00
Kenichi Handa
8cbbac75ae
(DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
...
coding->produced_char here.
(code_convert_region): Initialize LEN_BYTE correctly.
1998-01-28 12:37:25 +00:00
Kenichi Handa
0f56470d73
(syms_of_data): Register multibyte-string-p as a Lisp
...
function.
1998-01-28 12:37:25 +00:00
Kenichi Handa
4996330bfb
(fast_string_match): Give re_search byte size of
...
STRING.
(trivial_regexp_p): Initialize LEN to byte size of REGEXP.
(search_buffer): Give re_search_2 STARTPOS, RANGE and STOP by
counting them by bytes.
1998-01-28 12:37:25 +00:00
Richard M. Stallman
024bda024c
easy-menu-define): Use ` and , read-macros
...
instead of (` and (,. Implement :filter. Doc fix.
(easy-menu-do-define): Call `easy-menu-create-menu' instead of
`easy-menu-create-keymaps'.
(easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'.
(easy-menu-create-menu): New public function. Replaces
`easy-menu-create-keymaps', but with large changes.
(easy-menu-button-prefix): New constant.
(easy-menu-do-add-item, easy-menu-make-symbol): New functions.
(easy-menu-update-button): Doc fix.
(easy-menu-change): New optional argument BEFORE.
Now just a call to `easy-menu-add-item'.
(easy-menu-add-item, easy-menu-item-present-p)
(easy-menu-remove-item): New public functions.
(easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p)
(easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter):
New functions.
1998-01-27 20:43:57 +00:00
Richard M. Stallman
8aa3a244a3
(file_name_as_directory): For an empty name, return "/".
1998-01-27 20:07:30 +00:00
Richard M. Stallman
a2286b5c11
(Fcall_process): Test only args past args[4] for multibyteness.
1998-01-27 20:06:51 +00:00
Richard M. Stallman
15d5b889f0
(getit, Cobol_paragraphs, Pascal_functions,
...
Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
Always make named tags.
(Fortran_functions): Grok BLOCK DATA.
1998-01-27 07:15:03 +00:00
Richard M. Stallman
2461dba713
(mldrag-drag-vertical-line): Delete debugging `message'.
1998-01-27 04:24:16 +00:00
Richard M. Stallman
bd4f53cc18
(message_dolog): Cast M to unsigned char * to access bytes.
1998-01-27 04:22:43 +00:00
Richard M. Stallman
e4e1c623dd
New option --no-check.
...
Don't do anything with cpp directory.
1998-01-27 04:17:53 +00:00
Richard M. Stallman
dab2fff990
(rmail): Reinsert the let-binding of enable-local-variables.
1998-01-27 02:02:38 +00:00
Richard M. Stallman
84ee604803
(command_loop_1): Run post-command-hook before,
...
not after, clearing this-command-keys and updating last-command.
1998-01-27 01:45:58 +00:00
Richard M. Stallman
747c1a5ede
Initial revision
1998-01-27 00:46:32 +00:00
Andreas Schwab
28d16ed35b
Customized.
1998-01-26 11:29:46 +00:00
Richard M. Stallman
b8ba68e52b
(byte-optimize-form-code-walker): Fix previous change.
1998-01-26 10:29:25 +00:00
Richard M. Stallman
713ea1de58
Customized.
...
(displaying-byte-compile-warnings):
To avoid error, use (forward-line -1), not previous-line.
1998-01-26 10:28:01 +00:00
Richard M. Stallman
70b40ea144
(byte-compile-inline-expand): Use string-as-unibyte, if it is defined.
1998-01-26 09:48:21 +00:00
Richard M. Stallman
cbff28e8a0
(compare_window_configurations): New function.
1998-01-26 09:04:27 +00:00
Richard M. Stallman
ed73fcc1fa
(internal_equal): Use compare_window_configurations.
1998-01-26 08:47:06 +00:00
Richard M. Stallman
0b9f07b98f
(standard_args): Add "-unibyte" aka "--unibyte".
...
(main): Handle --unibyte.
1998-01-26 03:19:54 +00:00
Richard M. Stallman
fbd410d6df
(emacsbug): Customized.
...
(report-emacs-bug-no-confirmation):
Renamed from report-emacs-bug-run-tersely.
(report-emacs-bug-no-explanations): New option.
(report-emacs-bug): Handle that option.
1998-01-26 03:14:34 +00:00
Richard M. Stallman
ca69c42f3e
(Funintern): Clear the symbol's obarray field.
1998-01-26 03:11:22 +00:00