1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

24149 Commits

Author SHA1 Message Date
Lute Kamstra
0defe75805 (Info-complete-menu-item): Revert change of 2003-06-03. 2003-06-06 16:13:31 +00:00
Juanma Barranquero
c07345e235 *** empty log message *** 2003-06-06 15:12:43 +00:00
Juanma Barranquero
bc38726909 Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons,
add "select" keyword for bash.
2003-06-06 15:06:53 +00:00
Andreas Schwab
b038485e9a (Info-select-node): Doc fix. 2003-06-06 12:28:16 +00:00
Miles Bader
9328929244 (set-frame-font): Default to frame's current default font. 2003-06-06 01:32:33 +00:00
Kim F. Storm
08eba4dc5e (Info-fontify-node): Don't refill over lines ending in a
period; this should fix problems with lists like one in the
(emacs)Library Keywords section.
2003-06-05 23:23:53 +00:00
Kim F. Storm
396f3b2751 *** empty log message *** 2003-06-05 23:23:23 +00:00
Juanma Barranquero
1f14f29e3c *** empty log message *** 2003-06-05 22:12:43 +00:00
Juanma Barranquero
1d5ad120aa (dired-get-filename): Don't err for . and .. for calls from dired-add-entry. 2003-06-05 22:00:13 +00:00
Juanma Barranquero
e99add213b (table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now a
string value instead of a character.  ?= is allowed for horizontal boundary as
well as ?-.
(table-command-remap-alist, table-command-list): Changed defconst to defvar
because the value is modified.
(table-insert, table-insert-row, table-insert-column, table-recognize)
(table-recognize-region, table-widen-cell, table-span-cell)
table-split-cell-vertically): Change due to table-cell-horizontal-chars.
(table--cell-horizontal-char-p): New function.
(table--generate-source-scan-lines, table-delete-row, table-delete-column)
(table--spacify-frame, table--find-row-column, table--probe-cell-left-up)
(table--probe-cell-right-bottom, table--probe-cell): Change due to
table-cell-horizontal-chars.
From David Abrahams <dave@boost-consulting.com>
2003-06-05 20:07:16 +00:00
Juanma Barranquero
0f9c2d466c Moved from lisp/. 2003-06-05 19:58:26 +00:00
Juanma Barranquero
e6e96fbfba Moved to progmodes/. 2003-06-05 19:53:31 +00:00
Juanma Barranquero
ec91f7735c (tcl-mode): Set imenu-generic-expression to the value of
tcl-imenu-generic-expression instead of the symbol.
2003-06-05 19:47:26 +00:00
Luc Teirlinck
c2a87d7439 (Info-mode): Mention c' and remove duplicate mention of q' in
documentation string.
2003-06-05 19:11:42 +00:00
Luc Teirlinck
146c341253 *** empty log message *** 2003-06-05 19:05:43 +00:00
Lute Kamstra
3811bec8ed (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
`comint-output-filter-functions' when bash is used as the inferior
shell.
(shell-filter-ctrl-a-ctrl-b): New function.
2003-06-05 12:02:09 +00:00
Dave Love
32be9b2288 *** empty log message *** 2003-06-05 11:55:20 +00:00
Dave Love
8f38348416 (vc-make-backup-files): Add :group backup. 2003-06-05 11:34:06 +00:00
Stefan Monnier
59444a9ccc (sgml-parse-tag-backward): Try and detect
when we're starting from within a tag.
(sgml-get-context): When called from inside a tag, do something useful.
Rename the arg now that it's never used for `full' context anymore.
(sgml-calculate-indent): Make `lcon' an argument.
Return nil when we don't know what to do.
If the initial lcon turns out to be wrong, try again.
(sgml-indent-line): If sgml-calculate-indent returns nil, don't indent.
2003-06-05 01:14:23 +00:00
Kim F. Storm
192b65f581 (Info-fontify-node): Individually refill menus and
paragraphs to preserve menu items and varying indentation.
Only color first 9 menu items differently.
2003-06-04 23:15:29 +00:00
Kim F. Storm
fd545db5e6 *** empty log message *** 2003-06-04 23:13:18 +00:00
Juanma Barranquero
16906a6529 Add new maintainer. 2003-06-04 22:23:31 +00:00
Jason Rumney
b427b65d53 *** empty log message *** 2003-06-04 22:09:45 +00:00
Jason Rumney
e9ec1a292f No need to bind wheel events specially. 2003-06-04 21:54:08 +00:00
Jason Rumney
29832d73b8 (mouse-wheel-down-event, mouse-wheel-up-event):
Default to new wheel-up and wheel-down events on MacOS.
2003-06-04 21:53:00 +00:00
Luc Teirlinck
c6ff5a4c80 (yank-excluded-properties): Expand documentation string. 2003-06-04 21:13:41 +00:00
Luc Teirlinck
33823ebbe6 *** empty log message *** 2003-06-04 21:10:29 +00:00
Stefan Monnier
d48c284b71 *** empty log message *** 2003-06-04 19:26:51 +00:00
Richard M. Stallman
38356c7211 *** empty log message *** 2003-06-04 09:48:59 +00:00
Richard M. Stallman
9b45407516 (lm-keywords-finder-p): Use with-no-warnings. 2003-06-04 09:48:50 +00:00
Richard M. Stallman
7788783202 *** empty log message *** 2003-06-04 09:42:47 +00:00
Richard M. Stallman
97bccfe5f8 (gud-minor-mode-type): Move defvar up. 2003-06-04 09:42:37 +00:00
Richard M. Stallman
83b5c8e0e3 (compilation-next-error): When moving fwd,
compare position of point with the errors.
2003-06-04 09:31:46 +00:00
Richard M. Stallman
e9407052f9 (dired-get-filename): Err for . and .. in usual case.
(dired-get-file-for-visit): Specify no-error to dired-get-filename,
and check for real errors here.
(dired-unmark-all-files): Specify no-error to dired-get-filename.
2003-06-04 09:02:55 +00:00
Richard M. Stallman
638df3f700 (list-buffers-noselect): Use window-inside-edges
to compute the number of offset spaces.
(list-buffers-noselect): Use Buffer-menu-buffer+size to
indent the dashes properly.  Put some in fixed-pitch.
2003-06-04 09:00:22 +00:00
Juanma Barranquero
73b0b745c3 (desktop-create-buffer): Undo last change.
(desktop-kill, desktop-save, desktop-remove): Use expand-directory rather than
concat to construct desktop filename.
(desktop-kill, desktop-read, desktop-change-dir): Ensure desktop-dirname is a
directory name.
(desktop-change-dir): Fix bug when DIR was relative.
2003-06-03 23:35:20 +00:00
Juanma Barranquero
e09f3bff95 (after-find-file): Fix arguments of call to `sit-for'. 2003-06-03 23:23:06 +00:00
Juanma Barranquero
d8bae9fc04 (last-sexp-toggle-display): Remove stale comment. 2003-06-03 23:14:25 +00:00
Stefan Monnier
a1637357dc (Info-extract-menu-node-name): Remove unused arg `errmessage'.
(Info-follow-reference): Update corresponding call.
(Info-node-spec-re): New const.
(Info-complete-menu-item): Use it to only allow : when necessary.
(Info-fontify-node): USe it as well.  Fixup typo.
2003-06-03 21:44:53 +00:00
Stefan Monnier
472d38201d (info-fontify-node): Use better help-echo text. 2003-06-03 20:56:59 +00:00
Stefan Monnier
0c3aa29ef8 (Info-fontify-node): Use :align-to display prop.
Use `invisible' rather than `display' prop to hide text.
2003-06-03 20:28:21 +00:00
Stefan Monnier
dde7f979b8 (Info-mode-hook): Obey obsolete `Info-fontify'.
(Info-find-in-tag-table-1): Remove unused vars.
(Info-display-images-node): Remove unused var paragraph-markers.
(Info-header-line): Remove.
(Info-select-node): Don't set it.
(Info-search): Remove unused var `current'.
(Info-follow-reference): Remove unused var `beg'.
(Info-extract-menu-node-name): Remove unused var `i'.
(Info-complete-menu-item): Use `with-current-buffer'.
(Info-index): Remove unused var `rnode'.
(Info-mode): Set header-line-format to check text-properties directly.
(Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
(Info-fontify-node): Use `push'.
(Info-speedbar-hierarchy-buttons): Use `dolist'.
(Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
Check the return value of `string-match'.
(Info-speedbar-fetch-file-nodes): Factor out common code.
2003-06-03 19:54:42 +00:00
Stefan Monnier
914a8c4728 *** empty log message *** 2003-06-03 19:15:59 +00:00
Lute Kamstra
fd1c38f415 (custom-get-fresh-buffer): Test for nonexistence buffer. 2003-06-03 11:24:42 +00:00
Richard M. Stallman
be781fa751 *** empty log message *** 2003-06-03 11:13:08 +00:00
Richard M. Stallman
c4e2d7912b (eval-last-sexp-1): Add save-excursion. 2003-06-03 11:10:31 +00:00
Richard M. Stallman
d9b9e93c76 (windmove-reference-loc, windmove-frame-edges): Use window-inside-edges.
(windmove-do-window-select): Fix error messages.
2003-06-03 11:09:56 +00:00
Richard M. Stallman
0770343057 (after-find-file): Simplify msg if nonexistent directory.
(make-directory): Doc fix.
2003-06-03 11:08:25 +00:00
Richard M. Stallman
b002141660 (dabbrev--goto-start-of-abbrev): Use minibuffer-prompt-end. 2003-06-03 11:07:23 +00:00
Richard M. Stallman
3fceac6afa (comint-move-point-for-output): Renamed from
comint-scroll-to-bottom-on-output.  Old name is alias.
Doc fix.  All uses changed.
(comint-scroll-show-maximum-output): Doc fix.

(comint-exec-1): Don't use directory-sep-char.
(comint-dynamic-complete-as-filename): Likewise.
2003-06-03 11:06:42 +00:00