Jason Rumney
745edc3127
(_start): Remove _fmode initialization.
2003-05-21 20:43:00 +00:00
Nick Roberts
e13dd0a857
(gud-gdba-command-name): Use -noasync option for Gdb
...
with MS windows.
(gdb-display-end): Only make buffer writeable temporarily.
Move "View" submenu up one level.
2003-05-21 20:12:20 +00:00
Nick Roberts
b7ecb824d0
*** empty log message ***
2003-05-21 20:10:34 +00:00
Stefan Monnier
cd505631a4
(get_local_map): Don't get char-property of previous
...
point any more: get_pos_property already does it and better.
2003-05-21 16:39:49 +00:00
Lute Kamstra
b99937e4aa
Do not instruct the user to autoload `ansi-color-for-comint-mode-on'.
2003-05-21 15:55:52 +00:00
Stefan Monnier
46e14f67f7
(ctl-x-map): Remove the C-x U binding added recently.
2003-05-21 15:29:36 +00:00
Dave Love
55597d707a
*** empty log message ***
2003-05-21 12:59:28 +00:00
Nick Roberts
12174bc39e
(gdb-view-source, gdb-selected-view): New variables.
...
(gdba): Inhibit DOS window in MS Windows.
(gdb-inferior-io-mode): Use hexl instead of cat.
(gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
Use text in margin for MS Windows as there is no image support.
(gdb-restore-windows, gdb-setup-windows): Restore/start with
assembler view if appropriate.
(gdb-assembler-custom): Assembler code should display at point.
Parse address correctly.
(gdb-frame-handler): Accommodate selection of display of source
or assembler.
Add radio buttons to select display of source or assembler.
2003-05-21 00:49:46 +00:00
Nick Roberts
3d50b19811
*** empty log message ***
2003-05-21 00:48:48 +00:00
Dave Love
e4dd707ce7
Notes on fonts, Debian packages.
2003-05-20 16:57:09 +00:00
Dave Love
463f55eece
*** empty log message ***
2003-05-20 16:34:55 +00:00
Dave Love
dd843b6af3
Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
2003-05-20 16:34:35 +00:00
Dave Love
dfb7bcda87
Define LIBS_MAIL=-llockfile.
2003-05-20 16:33:02 +00:00
Dave Love
4b121527a0
Append * to s390-*-linux-gnu case.
...
(LIBMAIL) <lockfile>: Don't define.
2003-05-20 16:32:16 +00:00
Dave Love
828a3791cc
(MAIL_USE_FLOCK): Make it conditional.
2003-05-20 16:27:57 +00:00
Juanma Barranquero
8045beb358
*** empty log message ***
2003-05-19 22:26:09 +00:00
Juanma Barranquero
7bcbf3c23c
(desktop-save): Ensure parameter is expanded and ends with a slash before
...
assigning it to desktop-dirname and default-directory.
(desktop-read): Put buffers existing prior to evaluating the desktop (and not
reused) at the end of the buffer list.
(desktop-create-buffer): Don't update desktop-first-buffer for old desktop
files.
2003-05-19 22:17:30 +00:00
John Paul Wallington
ab16145759
(xml-name-regexp): Wrap in `eval-and-compile'.
2003-05-19 17:45:27 +00:00
Stefan Monnier
e54165ff61
*** empty log message ***
2003-05-19 16:36:06 +00:00
Dave Love
a98e819b26
Doc fixes.
...
(xml-parse-file, xml-parse-region): Autoload.
(xml-syntax-table, xml-name-regexp): New.
(xml-parse-region): Narrow to region, set syntax-table and
case-fold-search. Reject fewer valid documents.
(xml-parse-tag): Remove arg END. Callers changed.
(xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
properly. Don't use buffer-substring-no-properties. Don't bind
case-fold-search. Fix syntax for empty elements. Hoist consing
of end-of-tag regexp out of loop.
(xml-parse-attlist): Remove arg. Callers changed. Use
skip-syntax-forward, replace-regexp-in-string, forward-sexp.
Allow non-ASCII names.
(xml-skip-dtd): Remove arg. Callers changed. Change matching
code.
(xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use
match-string-no-properties.
(xml-ucs-to-string): Deleted.
(xml-substitute-entity): New.
(xml-substitute-special): Use it.
(xml-debug-print-internal): Simplify insertions.
(xml-parse-file): Avoid finding file in xml-mode.
2003-05-19 16:03:45 +00:00
Kai Großjohann
348de80b31
* simple.el (kill-whole-line): New function.
...
* bindings.el (global-map): Bind it.
2003-05-19 15:47:14 +00:00
Richard M. Stallman
af253914f2
*** empty log message ***
2003-05-19 14:52:43 +00:00
Richard M. Stallman
dde745c3a4
Correct invariant section names.
2003-05-19 14:52:12 +00:00
Richard M. Stallman
3e61755b3d
(goto-address-fontify-maximum-size): Value t means no limit.
...
(goto-address-fontify): Implement that feature.
2003-05-19 14:49:25 +00:00
Richard M. Stallman
cb4f3fc8a8
(find-function-on-key): Move the call to find-function-other-window
...
outside the save-excursion.
2003-05-19 14:47:46 +00:00
Richard M. Stallman
fbf2dd6136
(ff-special-constructs): Delete the Ada entry.
2003-05-19 14:46:49 +00:00
Richard M. Stallman
1db354061f
(x-create-frame-with-faces): Don't call face-set-after-frame-default.
...
(face-set-after-frame-default): Copy attrs of global `default'
face to FRAME's `default' face.
2003-05-19 14:46:06 +00:00
Richard M. Stallman
81e2e271f9
Mark as obsolete.
2003-05-19 14:43:20 +00:00
Richard M. Stallman
554061d8f9
Comment change.
2003-05-19 14:41:32 +00:00
Richard M. Stallman
e67f5ccc06
(Finternal_set_lisp_face_attribute): Handle Qunspecified
...
as value for QCfont attribute.
(realize_default_face): lface should already exist; crash if not.
Specify 0 for FORCE_P when calling set_lface_from_font_name.
2003-05-19 14:41:09 +00:00
Richard M. Stallman
619ea8bebe
(Fignore_event): Doc fix.
2003-05-19 14:38:44 +00:00
Kenichi Handa
439ad9ea83
(decode_coding_string): Handle post-read-conversion
...
even if the coding doesn't require decoding.
2003-05-19 13:02:39 +00:00
Kenichi Handa
1d211019ec
*** empty log message ***
2003-05-19 13:02:16 +00:00
Juanma Barranquero
f138785750
*** empty log message ***
2003-05-19 00:10:02 +00:00
Juanma Barranquero
b7d0594977
(skeleton-internal-1): Allow - as alternate interesting point marker and revert
...
@ to just setting skeleton-positions.
2003-05-18 23:58:08 +00:00
Nick Roberts
30dc0b2266
(put-arrow): Rename gdb-put-arrow and simplify.
...
(put-string): Rename gdb-put-string and simplify.
(remove-strings): Rename gdb-remove-strings.
(remove-arrow): Rename gdb-remove-arrow.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window (revisited).
Use with-current-buffer where possible.
2003-05-18 22:19:17 +00:00
Nick Roberts
66df74e20d
*** empty log message ***
2003-05-18 22:17:24 +00:00
Stefan Monnier
b5ed9def80
(beginning-of-defun-raw): Use shy-group.
2003-05-18 21:51:01 +00:00
Stefan Monnier
1d88c1b3cd
(executable-set-magic): Remove unused vars point' and buffer-modified-p'.
2003-05-18 21:37:23 +00:00
Stefan Monnier
f3e95b0df0
(mail-mode): Don't bother setting paragraph-start.
2003-05-18 21:35:06 +00:00
Stefan Monnier
b1ccc1cee6
Use explicit coding tag.
2003-05-18 21:27:41 +00:00
Stefan Monnier
c069d3ac33
(sgml-xml-auto-coding-function, sgml-html-meta-auto-coding-function):
...
Don't assume point-min == 1.
2003-05-18 21:07:01 +00:00
Stefan Monnier
2254377e67
(hz-set-msb-table): Build when compiling.
...
(big5-to-cns): Pre-build the alist when compiling.
2003-05-18 21:02:22 +00:00
Stefan Monnier
462a7ed614
(indian-regexp-of-hashtbl-keys): Don't sort the argument to regexp-opt.
...
(indian--puthash-char): Use dolist rather than mapc.
2003-05-18 20:58:34 +00:00
Stefan Monnier
9c0fb8b969
*** empty log message ***
2003-05-18 19:34:14 +00:00
John Paul Wallington
e18c0ffe13
Update copyright years.
2003-05-18 18:27:57 +00:00
John Paul Wallington
0740098c32
(ibuffer-display-summary): New customizable variable.
...
(ibuffer-update-title-and-summary): Respect it.
2003-05-18 18:24:52 +00:00
Michael Kifer
cb8562a66b
*** empty log message ***
2003-05-18 17:19:59 +00:00
Michael Kifer
6e31f65f16
2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
...
* ediff-mult.el (ediff-default-filtering-regexp): new variable.
* ediff-util.el (ediff-maybe-save-and-delete-merge): change in a
message.
* ediff.el (ediff-directories,ediff-directory-revisions,
ediff-directories3,ediff-merge-directories,
ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
ediff-merge-directory-revisions-with-ancestor): make use of the new
ediff-default-filtering-regexp variable.
2003-05-18 17:18:09 +00:00
Richard M. Stallman
4dd68254fb
*** empty log message ***
2003-05-18 15:10:07 +00:00