bpt/emacs.git
22 years ago(Fcall_process): Handle errors from pipe(2).
Gerd Moellmann [Thu, 20 Sep 2001 10:06:35 +0000 (10:06 +0000)]
(Fcall_process): Handle errors from pipe(2).
(child_setup): Delete code in #ifdef vipc.

22 years agow32 find cannot be used with `grep-find'.
Sam Steingold [Wed, 19 Sep 2001 20:59:24 +0000 (20:59 +0000)]
w32 find cannot be used with `grep-find'.

22 years agoMajor rewrite of Help-Xref. Don't use "print" except for paper.
Richard M. Stallman [Wed, 19 Sep 2001 20:21:02 +0000 (20:21 +0000)]
Major rewrite of Help-Xref.  Don't use "print" except for paper.

22 years agoNew node Help-Xref broken out from Help-Int.
Richard M. Stallman [Wed, 19 Sep 2001 20:08:17 +0000 (20:08 +0000)]
New node Help-Xref broken out from Help-Int.
In Help-Int, describe the i command and add xref
to Info Search.

22 years agoRename Help-Adv to Help-Int, for intermediate-level.
Richard M. Stallman [Wed, 19 Sep 2001 19:58:29 +0000 (19:58 +0000)]
Rename Help-Adv to Help-Int, for intermediate-level.
Add an xref in that node pointing to Advanced Info.

22 years ago(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.
Sam Steingold [Wed, 19 Sep 2001 18:05:52 +0000 (18:05 +0000)]
(gnus-buffer-configuration): Respect `gnus-bug-create-help-buffer'.

22 years agoFix copyright years.
Gerd Moellmann [Wed, 19 Sep 2001 14:54:19 +0000 (14:54 +0000)]
Fix copyright years.

22 years ago(decode_mode_spec): Add parameter MULTIBYTE.
Gerd Moellmann [Wed, 19 Sep 2001 14:48:52 +0000 (14:48 +0000)]
(decode_mode_spec): Add parameter MULTIBYTE.
(display_mode_element): Display the string from decode_mode_spec
depending on its multibyteness.

22 years ago(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
Gerd Moellmann [Wed, 19 Sep 2001 10:55:52 +0000 (10:55 +0000)]
(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.

22 years agoAdd Solaris IM bug.
Gerd Moellmann [Wed, 19 Sep 2001 09:22:35 +0000 (09:22 +0000)]
Add Solaris IM bug.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Sep 2001 09:13:17 +0000 (09:13 +0000)]
*** empty log message ***

22 years ago(bdf-read-bitmap): Initialize returned values to
Gerd Moellmann [Wed, 19 Sep 2001 09:12:54 +0000 (09:12 +0000)]
(bdf-read-bitmap): Initialize returned values to
defaults.

22 years agoDoc fix.
Gerd Moellmann [Wed, 19 Sep 2001 08:56:58 +0000 (08:56 +0000)]
Doc fix.

22 years agoDoc fix.
Gerd Moellmann [Wed, 19 Sep 2001 08:54:32 +0000 (08:54 +0000)]
Doc fix.
(ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.

22 years agoReplace "Prologue" by "Prolog" in PostScript
Gerd Moellmann [Wed, 19 Sep 2001 08:54:10 +0000 (08:54 +0000)]
Replace "Prologue" by "Prolog" in PostScript
programming.  Doc fix.
(ebnf-version): New version (3.6).
(ebnf-eps-begin): Data fix.
(ebnf-begin-file): Code fix.

22 years ago(DATA_SEG_BITS): Also define for GCC 3.
Gerd Moellmann [Wed, 19 Sep 2001 08:35:09 +0000 (08:35 +0000)]
(DATA_SEG_BITS): Also define for GCC 3.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Sep 2001 14:59:38 +0000 (14:59 +0000)]
*** empty log message ***

22 years ago(mm-charset-synonym-alist): Add windows-1250 so we
Gerd Moellmann [Tue, 18 Sep 2001 14:59:24 +0000 (14:59 +0000)]
(mm-charset-synonym-alist): Add windows-1250 so we
can read e-mails from Microsoft Outlook users not using ISO
8859-2 character set.

22 years ago(Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
Gerd Moellmann [Tue, 18 Sep 2001 14:29:11 +0000 (14:29 +0000)]
(Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
recursive_edit_unwind.
(recursive_edit_unwind): Set kboard state according to
SINGLE-KBOARD.

22 years agoFix a typo in a comment.
Eli Zaretskii [Tue, 18 Sep 2001 13:51:22 +0000 (13:51 +0000)]
Fix a typo in a comment.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Sep 2001 12:26:10 +0000 (12:26 +0000)]
*** empty log message ***

22 years ago(gnus-request-article-this-buffer): Refer to
Gerd Moellmann [Tue, 18 Sep 2001 12:25:52 +0000 (12:25 +0000)]
(gnus-request-article-this-buffer): Refer to
`gnus-current-select-method' in the current summary buffer.
From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.

22 years ago(gnus-select-newsgroup): Make
Gerd Moellmann [Tue, 18 Sep 2001 12:25:20 +0000 (12:25 +0000)]
(gnus-select-newsgroup): Make
`gnus-current-select-method' buffer-local.
From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.

22 years ago(modify_overlay): Don't do nothing if START == END;
Gerd Moellmann [Tue, 18 Sep 2001 12:20:53 +0000 (12:20 +0000)]
(modify_overlay): Don't do nothing if START == END;
This can still be a modification, for example when an overlay has
a before-string or after-string.
(Fdelete_overlay): Prevent redisplay optimizations when deleting
an overlay with before-string or after-string.

22 years ago(C_SWITCH_SYSTEM): Add.
Gerd Moellmann [Tue, 18 Sep 2001 11:31:02 +0000 (11:31 +0000)]
(C_SWITCH_SYSTEM): Add.
(LD_SWITCH_SYSTEM): Include /usr/local/lib.

22 years ago(try_window_id) [!GLYPH_DEBUG]: Give up if
Gerd Moellmann [Tue, 18 Sep 2001 10:30:56 +0000 (10:30 +0000)]
(try_window_id) [!GLYPH_DEBUG]: Give up if
first_unchanged_at_end_row is in front of
last_unchanged_at_beg_row.  This code should be removed after the
release of 21.1.

22 years agoBetter face mapping for black/white PostScript printers.
Gerd Moellmann [Tue, 18 Sep 2001 09:28:00 +0000 (09:28 +0000)]
Better face mapping for black/white PostScript printers.
Check if mark is active when printing a region.  Doc fix.
(ps-print-version): New version number (6.5.5).
(ps-print-color-p): Customization fix.
(ps-black-white-faces): New option.
(ps-black-white-faces-alist): New internal var.
(ps-count-lines-preprint, ps-print-preprint-region): New funs.
(ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
(ps-nb-pages-region): Interactive fix.
(ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
(ps-face-attributes, ps-generate-postscript-with-faces): Code fix.

22 years ago(dired-move-to-filename-regexp): Allow one digit in the
Eli Zaretskii [Tue, 18 Sep 2001 07:13:36 +0000 (07:13 +0000)]
(dired-move-to-filename-regexp): Allow one digit in the
numeric month value, and allow the Kanji character after the it to
be missing (happens with ls-lisp's output on Japanese versions of
MS-Windows).

22 years ago*** empty log message ***
Miles Bader [Tue, 18 Sep 2001 01:20:09 +0000 (01:20 +0000)]
*** empty log message ***

22 years ago(diff-mode): Don't make the buffer read-only if it's empty (and thus
Miles Bader [Tue, 18 Sep 2001 01:19:51 +0000 (01:19 +0000)]
(diff-mode): Don't make the buffer read-only if it's empty (and thus
probably a new patch file about to be edited).

22 years ago(gnus-server-insert-server-line): Don't let an error querying a backend
Miles Bader [Tue, 18 Sep 2001 01:04:37 +0000 (01:04 +0000)]
(gnus-server-insert-server-line): Don't let an error querying a backend
abort the whole process.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Sep 2001 16:08:14 +0000 (16:08 +0000)]
*** empty log message ***

22 years ago(BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and
Gerd Moellmann [Mon, 17 Sep 2001 16:07:51 +0000 (16:07 +0000)]
(BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and
BUF_OVERLAY_MODIFF instead of MODIFF and OVERLAY_MODIFF.

22 years ago(checkdoc-this-string-valid-engine):
Gerd Moellmann [Mon, 17 Sep 2001 15:51:54 +0000 (15:51 +0000)]
(checkdoc-this-string-valid-engine):
Check for '(' in column 0 of doc string.

22 years agoEtags dumped core whan using -R. Eli corrected this.
Francesco Potortì [Mon, 17 Sep 2001 15:48:23 +0000 (15:48 +0000)]
Etags dumped core whan using -R.  Eli corrected this.

22 years ago* etags.c (analyse_regex): If regex_arg is NULL, return
Francesco Potortì [Mon, 17 Sep 2001 15:47:23 +0000 (15:47 +0000)]
* etags.c (analyse_regex): If regex_arg is NULL, return
immediately after a call to free_patterns.

22 years ago(Font Lock): Add index entries for paren-in-column-zero problems.
Eli Zaretskii [Mon, 17 Sep 2001 14:47:01 +0000 (14:47 +0000)]
(Font Lock): Add index entries for paren-in-column-zero problems.

22 years agoDocument Font Lock problems with parens in column zero.
Eli Zaretskii [Mon, 17 Sep 2001 14:44:14 +0000 (14:44 +0000)]
Document Font Lock problems with parens in column zero.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Sep 2001 12:29:06 +0000 (12:29 +0000)]
*** empty log message ***

22 years ago(gs-set-ghostview-window-prop): Use `elt' instead
Gerd Moellmann [Mon, 17 Sep 2001 12:27:35 +0000 (12:27 +0000)]
(gs-set-ghostview-window-prop): Use `elt' instead
of `nth' so that using a vector as bounding-box works.
From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.

22 years ago(gnus-server-mode): Doc fix.
Gerd Moellmann [Mon, 17 Sep 2001 12:09:05 +0000 (12:09 +0000)]
(gnus-server-mode): Doc fix.

22 years ago(DATA_SEG_BITS) [__linux__]: Define for GCC
Gerd Moellmann [Mon, 17 Sep 2001 11:37:15 +0000 (11:37 +0000)]
(DATA_SEG_BITS) [__linux__]: Define for GCC
versions >= 2.95.

22 years ago#
André Spiegel [Mon, 17 Sep 2001 10:02:51 +0000 (10:02 +0000)]
#

22 years ago(vc-annotate): Use current workfile version explicitly as a default,
André Spiegel [Mon, 17 Sep 2001 09:59:41 +0000 (09:59 +0000)]
(vc-annotate): Use current workfile version explicitly as a default,
suggested by Gustav Hallberg <gustav@virtutech.se>.

22 years ago(bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
Eli Zaretskii [Sun, 16 Sep 2001 18:03:28 +0000 (18:03 +0000)]
(bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
convert-standard-filename doesn't guarantee that the .el extension
is preserved.

22 years ago(convert-standard-filename): Replace invalid
Eli Zaretskii [Sun, 16 Sep 2001 17:59:35 +0000 (17:59 +0000)]
(convert-standard-filename): Replace invalid
characters only after converting dash/underscore to a period.

22 years ago(Recovering mail files when Rmail munges them): Document b2m.
Eli Zaretskii [Sun, 16 Sep 2001 12:02:47 +0000 (12:02 +0000)]
(Recovering mail files when Rmail munges them): Document b2m.

22 years ago(Out of Rmail): Document b2m.
Eli Zaretskii [Sun, 16 Sep 2001 12:01:48 +0000 (12:01 +0000)]
(Out of Rmail): Document b2m.

22 years ago(original-make-auto-save-file-name): New.
Eli Zaretskii [Sun, 16 Sep 2001 10:22:43 +0000 (10:22 +0000)]
(original-make-auto-save-file-name): New.
(make-auto-save-file-name): New function, overrides the definition
on files.el and calls the original function via
original-make-auto-save-file-name.

22 years agoDocument that rmail-output-to-rmail-file now writes in emacs-mule.
Eli Zaretskii [Sun, 16 Sep 2001 08:07:55 +0000 (08:07 +0000)]
Document that rmail-output-to-rmail-file now writes in emacs-mule.

22 years ago(top-level): Require mule-utils when compiling.
Eli Zaretskii [Sun, 16 Sep 2001 07:56:36 +0000 (07:56 +0000)]
(top-level): Require mule-utils when compiling.
(rmail-decode-babyl-format): Use detect-coding-with-priority
instead of detect-coding-region, to favor detection of emacs-mule
encoded Babyl files written by rmailout.el etc.  Suggested by
Kenichi Handa <handa@etl.go.jp>.

22 years agoFix a typo in a comment. From Pavel Janik.
Eli Zaretskii [Sat, 15 Sep 2001 08:00:07 +0000 (08:00 +0000)]
Fix a typo in a comment.  From Pavel Janik.

22 years ago(File Attributes): Document that the device number can also be a cons cell.
Eli Zaretskii [Fri, 14 Sep 2001 16:54:19 +0000 (16:54 +0000)]
(File Attributes): Document that the device number can also be a cons cell.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 14 Sep 2001 16:50:25 +0000 (16:50 +0000)]
*** empty log message ***

22 years ago(Ffile_attributes): Doc fix.
Eli Zaretskii [Fri, 14 Sep 2001 16:49:13 +0000 (16:49 +0000)]
(Ffile_attributes): Doc fix.

22 years ago(eshell-shuffle-files, eshell-shuffle-files):
Eli Zaretskii [Fri, 14 Sep 2001 16:45:57 +0000 (16:45 +0000)]
(eshell-shuffle-files, eshell-shuffle-files):
Use `equal', not `=', since the device number can be a cons cell.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 14 Sep 2001 11:21:16 +0000 (11:21 +0000)]
*** empty log message ***

22 years ago(Ffile_symlink_p): Fix last change.
Gerd Moellmann [Fri, 14 Sep 2001 11:20:57 +0000 (11:20 +0000)]
(Ffile_symlink_p): Fix last change.

22 years ago(current_lock_owner): Fix last change.
Gerd Moellmann [Fri, 14 Sep 2001 11:20:16 +0000 (11:20 +0000)]
(current_lock_owner): Fix last change.

22 years agoComment out change of 2001-09-13.
Gerd Moellmann [Fri, 14 Sep 2001 11:08:20 +0000 (11:08 +0000)]
Comment out change of 2001-09-13.

22 years ago2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Fri, 14 Sep 2001 03:34:31 +0000 (03:34 +0000)]
2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>

* viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
inhibit quit.

22 years agoUpdate the copyright years.
Eli Zaretskii [Thu, 13 Sep 2001 15:46:23 +0000 (15:46 +0000)]
Update the copyright years.

22 years ago(LessTif Resources): Describe more resources.
Eli Zaretskii [Thu, 13 Sep 2001 14:43:48 +0000 (14:43 +0000)]
(LessTif Resources): Describe more resources.

22 years agoFix last change.
Gerd Moellmann [Thu, 13 Sep 2001 14:06:10 +0000 (14:06 +0000)]
Fix last change.

22 years ago(current_lock_owner): If readlink returns ERANGE,
Gerd Moellmann [Thu, 13 Sep 2001 14:05:17 +0000 (14:05 +0000)]
(current_lock_owner): If readlink returns ERANGE,
take that to mean that the buffer is too small.

22 years ago(Ffile_symlink_p): If readlink returns ERANGE, take
Gerd Moellmann [Thu, 13 Sep 2001 14:01:54 +0000 (14:01 +0000)]
(Ffile_symlink_p): If readlink returns ERANGE, take
that to mean that the buffer is too small.

22 years ago(reseat_1): Set IT's multibyte_p flag according to the
Gerd Moellmann [Thu, 13 Sep 2001 13:05:37 +0000 (13:05 +0000)]
(reseat_1): Set IT's multibyte_p flag according to the
current buffer's multibyteness when discarding the iterator's
stack.

22 years ago(Fx_window_property): Handle case that property gets
Gerd Moellmann [Thu, 13 Sep 2001 12:56:36 +0000 (12:56 +0000)]
(Fx_window_property): Handle case that property gets
deleted between the two calls to XGetWindowProperty.

22 years ago(make-auto-save-file-name): If long file names are not
Eli Zaretskii [Thu, 13 Sep 2001 12:41:41 +0000 (12:41 +0000)]
(make-auto-save-file-name): If long file names are not
supported, truncate the file name to DOS 8+3 limits before
generating an auto-save file name from it.

22 years ago(ps-print-region, ps-print-region-with-faces)
Gerd Moellmann [Thu, 13 Sep 2001 10:12:45 +0000 (10:12 +0000)]
(ps-print-region, ps-print-region-with-faces)
(ps-nb-pages-region): Signal an error if called interactively
and the mark is not active.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 13 Sep 2001 10:04:14 +0000 (10:04 +0000)]
*** empty log message ***

22 years ago(minibuffer-prompt-modification)
Gerd Moellmann [Thu, 13 Sep 2001 10:02:35 +0000 (10:02 +0000)]
(minibuffer-prompt-modification)
(minibuffer-prompt-insertion): New functions.
(minibuffer-prompt-properties): Use `modification-hooks' and
`insert-in-front-hooks'.

22 years agogrep-command and grep-find-command user options.
Gerd Moellmann [Thu, 13 Sep 2001 09:17:05 +0000 (09:17 +0000)]
grep-command and grep-find-command user options.

22 years ago(grep-compute-defaults): Don't set
Gerd Moellmann [Thu, 13 Sep 2001 09:11:53 +0000 (09:11 +0000)]
(grep-compute-defaults): Don't set
grep-command/grep-find-command when it is already non-nil.
(grep-command): Make it a user option.
(grep-find-command): Likewise.

22 years agoSpelling correction.
Richard M. Stallman [Wed, 12 Sep 2001 21:04:11 +0000 (21:04 +0000)]
Spelling correction.

22 years agoSpelling corrections.
Richard M. Stallman [Wed, 12 Sep 2001 21:03:47 +0000 (21:03 +0000)]
Spelling corrections.

22 years agoWrite "ASCII" without @sc.
Richard M. Stallman [Wed, 12 Sep 2001 21:03:06 +0000 (21:03 +0000)]
Write "ASCII" without @sc.

22 years agoSpelling correction.
Richard M. Stallman [Wed, 12 Sep 2001 21:02:34 +0000 (21:02 +0000)]
Spelling correction.
Delete obsolete comment.

22 years agoDelete obsolete comment.
Richard M. Stallman [Wed, 12 Sep 2001 21:02:16 +0000 (21:02 +0000)]
Delete obsolete comment.

22 years agoSpelling corrections.
Richard M. Stallman [Wed, 12 Sep 2001 20:59:32 +0000 (20:59 +0000)]
Spelling corrections.
Delete obsolete comment.

22 years agoSpelling correction.
Richard M. Stallman [Wed, 12 Sep 2001 20:53:14 +0000 (20:53 +0000)]
Spelling correction.

22 years ago(outline-regexp): Doc fix.
Richard M. Stallman [Wed, 12 Sep 2001 20:42:08 +0000 (20:42 +0000)]
(outline-regexp): Doc fix.
Initialize it in the defcustom, the usual way.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 12 Sep 2001 20:41:52 +0000 (20:41 +0000)]
*** empty log message ***

22 years agoOn window-systems, say that arrow bitmaps are used instead of
Gerd Moellmann [Wed, 12 Sep 2001 14:22:43 +0000 (14:22 +0000)]
On window-systems, say that arrow bitmaps are used instead of
a backslash to indicate continued lines.

22 years ago(ediff-get-meta-info): Take into account that data
Gerd Moellmann [Wed, 12 Sep 2001 14:00:41 +0000 (14:00 +0000)]
(ediff-get-meta-info): Take into account that data
from `ediff-meta-info' properties need not be an overlay.  From
David Ponce <dponce@voila.fr>.

22 years ago(isearch-intersects-p): Fix end checks.
Gerd Moellmann [Wed, 12 Sep 2001 13:10:08 +0000 (13:10 +0000)]
(isearch-intersects-p): Fix end checks.

22 years agoFix a typo.
Eli Zaretskii [Wed, 12 Sep 2001 13:08:29 +0000 (13:08 +0000)]
Fix a typo.

22 years ago(set_window_cursor_after_update): Fix code
Gerd Moellmann [Wed, 12 Sep 2001 11:43:47 +0000 (11:43 +0000)]
(set_window_cursor_after_update): Fix code
finding glyph row containing cursor when cursor_in_echo_area
is >= 0.

22 years ago(dbx) <gud-dbx-use-stopformat-p>: Move this case into the
Eli Zaretskii [Tue, 11 Sep 2001 18:29:37 +0000 (18:29 +0000)]
(dbx) <gud-dbx-use-stopformat-p>: Move this case into the
`t' branch of `cond', since Irix 6.1 and up is a special case of
the standard dbx interface.

22 years ago(read_minibuf_unwind): Bind inhibit-modification-hooks.
Gerd Moellmann [Tue, 11 Sep 2001 16:11:08 +0000 (16:11 +0000)]
(read_minibuf_unwind): Bind inhibit-modification-hooks.

22 years ago(read_minibuf): Bind inhibit-modification-hooks to t,
Gerd Moellmann [Tue, 11 Sep 2001 13:09:15 +0000 (13:09 +0000)]
(read_minibuf): Bind inhibit-modification-hooks to t,
in addition to read-only.

22 years ago(verify_interval_modification): Fix last change.
Gerd Moellmann [Tue, 11 Sep 2001 12:45:24 +0000 (12:45 +0000)]
(verify_interval_modification): Fix last change.

22 years ago(with_echo_area_buffer): Bind inhibit-modification-hooks
Gerd Moellmann [Tue, 11 Sep 2001 12:32:50 +0000 (12:32 +0000)]
(with_echo_area_buffer): Bind inhibit-modification-hooks
to t in addition to read-only.

22 years ago(Qinhibit_modification_hooks): Declare.
Gerd Moellmann [Tue, 11 Sep 2001 12:32:17 +0000 (12:32 +0000)]
(Qinhibit_modification_hooks): Declare.

22 years ago(Qinhibit_modification_hooks): New variable.
Gerd Moellmann [Tue, 11 Sep 2001 12:31:56 +0000 (12:31 +0000)]
(Qinhibit_modification_hooks): New variable.
(syms_of_insdel): Initialize and staticpro it.

22 years ago(verify_interval_modification): Don't run
Gerd Moellmann [Tue, 11 Sep 2001 12:25:06 +0000 (12:25 +0000)]
(verify_interval_modification): Don't run
modification-hooks if inhibit_modification_hooks.

22 years ago(comint-send-input): When waiting for echoed input, don't save the
Miles Bader [Tue, 11 Sep 2001 08:43:02 +0000 (08:43 +0000)]
(comint-send-input): When waiting for echoed input, don't save the
expected end position in `echo-end', so that things work properly even
if the buffer is modified elsewhere at the same time [this happens if
`comint-truncate-buffer' is used].

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 11 Sep 2001 08:31:16 +0000 (08:31 +0000)]
*** empty log message ***

22 years ago(outline-mode): Use `^' and a shy group
Gerd Moellmann [Tue, 11 Sep 2001 08:30:54 +0000 (08:30 +0000)]
(outline-mode): Use `^' and a shy group
when constructing imenu-generic-expression from outline-regexp.

22 years ago(init_from_display_pos): Put some code in #if 0.
Gerd Moellmann [Tue, 11 Sep 2001 08:22:05 +0000 (08:22 +0000)]
(init_from_display_pos): Put some code in #if 0.
(add_to_log): Use bcopy instead of strcpy.
(init_from_display_pos): Use an explicit loop over bytes in
overlay strings instead of calling index.