1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
Commit graph

23315 commits

Author SHA1 Message Date
Noah Friedman
bbdbc4effb (rlogin-send-Ctrl-C): Use process-send-string, not send-string.
(rlogin-send-Ctrl-D): Here also.
(rlogin-send-Ctrl-Z): Here also.
(rlogin-send-Ctrl-backslash): Here also.
1998-10-03 00:44:26 +00:00
Dan Nicolaescu
f467e98486 *** empty log message *** 1998-10-02 18:11:14 +00:00
Dan Nicolaescu
912120061d Initial revision 1998-10-02 18:09:44 +00:00
Dave Love
4679533511 (hide-region-body): Bind
outline-view-change-hook to nil while making repeated calls to
outline-flag-region.  Run it once at the end.
(hide-other, hide-sublevels, show-children): Likewise.
1998-10-02 14:38:12 +00:00
Dave Love
6480a693a2 Remove duplicate scheme-mode entry.
(info-lookup-make-completions): When looking for entries, check
that `item' isn't null or "Menu".
1998-10-02 14:35:09 +00:00
Karl Heuer
c06fc52463 (gnus-valid-select-methods): Fix type. 1998-10-01 21:01:15 +00:00
Karl Heuer
04ad70ace5 (gnus-summary-respool-default-method): Fix type. 1998-10-01 20:56:19 +00:00
Karl Heuer
a5f06018e1 (gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):
Fix type.
1998-10-01 20:46:42 +00:00
Karl Heuer
4bb6a3a63c (gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.
1998-10-01 20:41:53 +00:00
Karl Heuer
fefaefefc1 (check-ispell-version): No need to bind
default-major-mode.
1998-10-01 19:23:42 +00:00
Karl Heuer
380c917db0 Don't require ffap.
(net-utils-machine-at-point, net-utils-url-at-point): New functions.
(ping, nslookup-host, finger, network-connection-to-service): Use them.
1998-10-01 18:51:39 +00:00
Karl Heuer
c01ee596b5 (imenu--generic-function): Sort each submenu by position.
(imenu--sort-by-position): New function.
1998-09-30 19:21:01 +00:00
Karl Heuer
2a1c4b9034 (Custom-mode-menu): Fix info node name.
(customize group): Fix info node name.
1998-09-30 19:20:04 +00:00
Karl Heuer
c051dfe5ce (build-mail-aliases): Don't allow
a newline in the alias name.  Don't define an alias
if the definition would be empty.
1998-09-30 19:16:47 +00:00
Karl Heuer
2b7b0d1585 (which-func-mode-global): Make :set function
more reliable.
1998-09-30 19:15:56 +00:00
Karl Heuer
98743206de (custom-set-variables): Load the requests first,
then check the symbol's `set' function.
1998-09-30 19:15:17 +00:00
Karl Heuer
100b770bcf *** empty log message *** 1998-09-30 19:07:17 +00:00
Karl Heuer
ee79ced8a2 Doc fixes. 1998-09-30 19:06:27 +00:00
Karl Heuer
11da289651 (fill-individual-paragraphs-prefix):
Avoid nil value of `two-lines-citation-part'
1998-09-30 19:03:31 +00:00
Karl Heuer
d1804b71b6 (which-function): Handle case when (car imenu--index-alist) is nil. 1998-09-30 19:02:23 +00:00
Oliver Seidel
dad8ca4cc9 Alex Schroeder startup description added. 1998-09-29 18:20:36 +00:00
Dave Love
df312987d6 (jka-compr-compression-info-list): Remove "-c" from
bzip2 args.
1998-09-29 10:41:20 +00:00
Simon Marshall
d2b251aa61 make pre-command-hook & comint-exec-hook local hooks. 1998-09-29 10:14:44 +00:00
Stephen Eglen
054e5c2010 Add support for Octave. 1998-09-29 08:45:12 +00:00
Richard M. Stallman
1e5a443809 (clean-buffer-list-kill-regexps): Improve custom type.
(clean-buffer-list-kill-buffer-names): Likewise.
(clean-buffer-list-kill-never-buffer-names): Likewise.
(clean-buffer-list-kill-never-regexps): Likewise.
1998-09-28 16:08:58 +00:00
Carsten Dominik
51d628c817 (reftex-finding-files): New customize group.
(reftex-texpath-environment-variables,
reftex-use-external-file-finders, reftex-external-file-finders,
reftex-search-unrecursed-path-first): New options.
(reftex-process-string, reftex-find-file-externally): New
functions.
(reftex-access-search-path): Execute shell commands to find the
search path.
(reftex-toggle-auto-view-crossref): When turning on, make sure
`reftex-auto-view-crossref' becomes non-nil.
(reftex-abbrev-regexp): Constant removed.
(reftex-convert-string): Abbrev regexp calculated locally.
1998-09-28 14:29:49 +00:00
Stephen Eglen
9eb580d27f (inferior-octave-prompt): Also match prompts of the form
`octave.bin:1>' which come from using precopiled binary	versions.
1998-09-28 14:03:38 +00:00
Richard M. Stallman
458f70dc00 (byte-compile-dynamic): Doc fix. 1998-09-28 13:32:44 +00:00
Richard M. Stallman
c8b88e9f92 (sh-set-shell): Remove .exe suffix from shell name.
Don't reuse local var `shell' for two different things.
(sh-canonicalize-shell): Remove .exe suffix from shell name.
1998-09-28 13:31:53 +00:00
Kenichi Handa
d7af002f65 (adjust_after_replace): Don't delete text properties here. 1998-09-28 11:52:53 +00:00
Kenichi Handa
88993dfd4e (check_composing_code): Fix previous change. Now it
alwasy returns 0 or -1.
(decode_coding_iso2022): Adjusted for the above change.
(encode_coding_iso2022): When encoding the last block, flush out
tailing garbage bytes.
(setup_coding_system): Delete unnecessary code.
(shrink_decoding_region): Check translation table.  If ASCII
should be translated, give up shrinking.
(shrink_encoding_region): Likewise.
(SHRINK_CONVERSION_REGION_THRESHHOLD): New macro.
(SHRINK_CONVERSION_REGION): New macro.
(code_convert_region): Call SHRINK_CONVERSION_REGION.  Delete text
properties here.
(code_convert_region): In the case of encoding, always calulate
correct character number.
(code_convert_string): Call SHRINK_CONVERSION_REGION.
(code_convert_region1): Don't delete text properties here.
(check_composing_code): Fix previous change.  Now it
alwasy returns 0 or -1.
(decode_coding_iso2022): Adjusted for the above change.
(encode_coding_iso2022): When encoding the last block, flush out
tailing garbage bytes.
(setup_coding_system): Delete unnecessary code.
(shrink_decoding_region): Check translation table.  If ASCII
should be translated, give up shrinking.
(shrink_encoding_region): Likewise.
(SHRINK_CONVERSION_REGION_THRESHHOLD): New macro.
(SHRINK_CONVERSION_REGION): New macro.
(code_convert_region): Call SHRINK_CONVERSION_REGION.  Delete text
properties here.
(code_convert_region): In the case of encoding, always calulate
correct character number.
(code_convert_string): Call SHRINK_CONVERSION_REGION.
(code_convert_region1): Don't delete text properties here.
1998-09-28 11:52:53 +00:00
Kenichi Handa
c42869c47d (encode_terminal_code): Handle raw 8-bit codes correctly. 1998-09-28 11:52:53 +00:00
Ben Elliston
2b9413932e Tidy up such that all HP PA-RISC revisions appear on the same line.
Move `tron' and `a29k' up a line to accomodate.
1998-09-28 11:03:36 +00:00
Ben Elliston
83cc942a6c Merge from autoconf 2.13. 1998-09-28 11:01:44 +00:00
Dave Love
e58aeb3dd3 Don't call regexp-opt when deriving
font-lock patterns with keywords that aren't all literal.
1998-09-28 09:51:12 +00:00
Richard M. Stallman
f9e6a7e8f5 Fix author's email address. 1998-09-28 09:20:40 +00:00
Richard M. Stallman
3120a677e9 (help-quit): Add doc. 1998-09-27 21:20:42 +00:00
Richard M. Stallman
a82e9c0177 (help-for-help): Use %THIS-KEY%. 1998-09-27 21:17:26 +00:00
Richard M. Stallman
527a0902ee (make-help-screen): Keep HELP-TEXT
in a separate function definition, not in the help command FNAME.
Replace %THIS-KEY% with the key sequence that ran FNAME.
1998-09-27 21:17:00 +00:00
Richard M. Stallman
8c10f3e474 *** empty log message *** 1998-09-27 12:37:22 +00:00
Richard M. Stallman
432eec292e Treat __GNU__ line NeXT: undefine BSD and FSCALE. 1998-09-27 07:29:59 +00:00
Richard M. Stallman
d5844360c8 (NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs. 1998-09-27 07:21:30 +00:00
Richard M. Stallman
81b7af7247 (sort_args): Fill extra space with NULL ptrs. 1998-09-27 07:11:54 +00:00
Kenichi Handa
4224cb6213 (Fformat): Check format control characters. 1998-09-26 04:20:48 +00:00
Kenichi Handa
de79a6a5ed (check_composing_code): If the current composing
sequence doesn't end properly, return -1.
(DECODE_CHARACTER_ASCII): Update coding->composed_chars.
(DECODE_CHARACTER_DIMENSION1): Likewise.
(decode_coding_iso2022): Check validity of a composing sequence.
(code_convert_string): If the length of text to be converted is
shrunk to zero, don't perform code conversion.
(shrink_decoding_region): Fix previous change.
1998-09-26 04:20:48 +00:00
Kenichi Handa
450c60a559 (struct coding_system): New member composed_chars. 1998-09-26 04:20:48 +00:00
Paul Eggert
08b4600264 (underlying_strftime):
Set the buffer to a nonzero value before calling
strftime, and check to see whether strftime has set the buffer to zero.
This lets us distinguish between an empty buffer and an error.

I'm installing this patch by hand now; it will be superseded whenever
the glibc sources are propagated back to fsf.org.
1998-09-25 21:40:23 +00:00
Karl Heuer
6633b89142 (tex-run-command): Doc fix.
(tex-start-tex): Don't use tex-start-options-string in star case.
Quote file name in star case as well as in non-star.
Add blank and quoting of option string here.
(tex-start-options-string): Not here.
1998-09-25 20:30:42 +00:00
Karl Heuer
dfba246797 (hexl-mode-map): More of previous change. 1998-09-25 17:04:24 +00:00
Karl Heuer
405dadec66 (texinfo-show-structure): Bind inhibit-read-only. 1998-09-25 17:01:52 +00:00